Searched refs:extensions (Results 1 – 25 of 27) sorted by relevance
12
28 androidx.window.extensions \33 persist.wm.extensions.enabled=true
27 persist.wm.extensions.activity_embedding_guard_with_android_15=false
33 "partner-bpfix-extensions",44 "partner-bpfix-extensions",49 name: "partner-bpfix-extensions",50 pkgPath: "android/soong/partner/bpfix/extensions",51 srcs: ["bpfix/extensions/headers.go"],
4 # GSI disables non-AOSP nnapi extensions on product partition5 ro.nnapi.extensions.deny_on_product=true
7 # GSI disables non-AOSP nnapi extensions on product partition8 ro.nnapi.extensions.deny_on_product=true
29 self.extensions = [e if e.startswith(".") else "." + e for e in args.extensions]65 …files_list = [f for f in self.files_list if not self.extensions or Path(f).suffix in self.extensio…
1 These extensions are expected to be loaded by `WORKSPACE` files only.
3 This directory contains Starlark extensions for building the Android Platform with Bazel.
89 type_dictionary: a dictionary of types to output extensions
8 # For sdk extensions version updates
100 androidx.window.extensions \
65 extensions=[95 extensions=[
95 extensions=[168 extensions=[227 extensions=[258 extensions=[296 extensions=[382 extensions=[
27 # Allow loading of arbitrary C extensions. Extensions are imported into the31 # A comma-separated list of package or module names from where C extensions may
139 junit\.extensions201 gov\.nist\.javax\.sip\.header\.extensions205 gov\.nist\.javax\.sip\.parser\.extensions245 org\.apache\.xalan\.extensions
1 package extensions package
275 …"""get_non_header_srcs returns a list of srcs that do not have header extensions and aren't in the…280 source_extensions (list[str]): list of extensions that designate sources.281 … If None, all extensions are valid. Otherwise only source with these extensions are returned282 header_extensions (list[str]): list of extensions that designate headers285 and hdrs are files with header extensions
19 # Supported hdr extensions in Soong. Keep this consistent with hdrExts in build/soong/cc/snapshot_u…
21 .c and .cc files. Does not support .lex or .lpp extensions
8 # C extensions
279 args.add("-allow-extensions")
531 _test_arg_exists(env, argv, "-allow-extensions")
828 androidx.window:window optionally requires androidx.window:window-extensions).