Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 27) sorted by relevance

12

/build/make/target/product/
Dwindow_extensions_base.mk28 androidx.window.extensions \
33 persist.wm.extensions.enabled=true
Dwindow_extensions.mk27 persist.wm.extensions.activity_embedding_guard_with_android_15=false
/build/soong/partner/
DAndroid.bp33 "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"],
/build/make/target/board/
Dgsi_system_ext_user.prop4 # GSI disables non-AOSP nnapi extensions on product partition
5 ro.nnapi.extensions.deny_on_product=true
Dgsi_system_ext.prop7 # GSI disables non-AOSP nnapi extensions on product partition
8 ro.nnapi.extensions.deny_on_product=true
/build/make/tools/
Dlist_files.py29 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…
/build/bazel_common_rules/workspace/
DREADME.md1 These extensions are expected to be loaded by `WORKSPACE` files only.
/build/bazel/rules/
DREADME.md3 This directory contains Starlark extensions for building the Android Platform with Bazel.
Dproto_file_utils.bzl89 type_dictionary: a dictionary of types to output extensions
/build/make/core/
DOWNERS8 # For sdk extensions version updates
Dandroid_manifest.mk100 androidx.window.extensions \
/build/make/tools/releasetools/
Dcare_map_pb2.py65 extensions=[
95 extensions=[
Dota_metadata_pb2.py95 extensions=[
168 extensions=[
227 extensions=[
258 extensions=[
296 extensions=[
382 extensions=[
Dpylintrc27 # Allow loading of arbitrary C extensions. Extensions are imported into the
31 # A comma-separated list of package or module names from where C extensions may
/build/soong/scripts/check_boot_jars/
Dpackage_allowed_list.txt139 junit\.extensions
201 gov\.nist\.javax\.sip\.header\.extensions
205 gov\.nist\.javax\.sip\.parser\.extensions
245 org\.apache\.xalan\.extensions
/build/soong/partner/bpfix/extensions/
Dheaders.go1 package extensions package
/build/bazel/rules/cc/
Dcc_library_common.bzl275 …"""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 returned
282 header_extensions (list[str]): list of extensions that designate headers
285 and hdrs are files with header extensions
Dcc_constants.bzl19 # Supported hdr extensions in Soong. Keep this consistent with hdrExts in build/soong/cc/snapshot_u…
Dflex.bzl21 .c and .cc files. Does not support .lex or .lpp extensions
/build/soong/cc/symbolfile/
D.gitignore8 # C extensions
/build/soong/cc/ndkstubgen/
D.gitignore8 # C extensions
/build/soong/cc/ndk_api_coverage_parser/
D.gitignore8 # C extensions
/build/bazel/rules/abi/
Dabi_dump.bzl279 args.add("-allow-extensions")
Dabi_dump_test.bzl531 _test_arg_exists(env, argv, "-allow-extensions")
/build/soong/cmd/pom2bp/
Dpom2bp.go828 androidx.window:window optionally requires androidx.window:window-extensions).

12