Searched refs:types (Results 1 – 25 of 51) sorted by relevance
123
/build/bazel/json_module_graph/ |
D | moduleTypeStats.jq | 1 # CMD: Returns a summary of the module types present on the input
|
/build/bazel/scripts/incremental_build/ |
D | canonical_perf.sh | 51 ${build_types:+--build-types "${build_types[@]}"} \
|
/build/soong/android/ |
D | neverallow.go | 412 ModuleType(types ...string) Rule 414 NotModuleType(types ...string) Rule 479 func (r *rule) ModuleType(types ...string) Rule { 480 r.moduleTypes = append(r.moduleTypes, types...) 485 func (r *rule) NotModuleType(types ...string) Rule { 486 r.unlessModuleTypes = append(r.unlessModuleTypes, types...)
|
D | sdk.go | 717 types := make([]SdkMemberType, len(registerables)) 719 types[i] = registerable.(SdkMemberType) 721 return registry.uniqueOnceKey(), types
|
D | neverallow_test.go | 86 module types: ["cc_library"] 89 EXCEPT module types: ["cc_binary"]`),
|
/build/make/ |
D | Deprecation.md | 36 We'll be turning off `BUILD_*` module types as all of the users are removed 55 In most cases, we expect module types to stay in the default warning state for 66 module types.
|
/build/bazel/toolchains/clang/host/linux-x86/ |
D | cc_toolchain_features_thinlto_test.bzl | 23 # Include these different file types to make sure that all actions types are
|
D | cc_toolchain_features_memtag_test.bzl | 24 # Include these different file types to make sure that all actions types are
|
D | cc_toolchain_features_pack_relocation_test.bzl | 28 # Include these different file types to make sure that all actions types are
|
/build/soong/mk2rbc/ |
D | Android.bp | 39 "types.go",
|
/build/make/tools/compliance/projectmetadata/ |
D | projectmetadata_test.go | 98 types := make([]string, 0, len(project_metadata_proto.URL_Type_value)) 100 types = append(types, t) 102 libWithUrl(types...)
|
/build/make/tools/compliance/ |
D | README.md | 19 The files with names not beginning `policy_` describe data types, and general, 28 A few principal types to understand are LicenseGraph, LicenseCondition, and 65 For most condition types, `ActsOn` will be the target where the condition
|
/build/bazel/rules/apis/ |
D | api_surface.bzl | 31 # This is not part of go/android-api-types, and is not available to apps at runtime
|
/build/bazel/rules/ |
D | toolchain_utils.bzl | 22 …fail("While resolving toolchains for target %s: No matching toolchains found for types %s.\nTo deb…
|
D | hidl_file_utils.bzl | 88 # files that define types. Interface files and type files are treated
|
/build/soong/bazel/ |
D | properties.go | 342 types := map[configurationType]bool{} 345 types[k.configurationType] = true 348 return types 647 types := map[configurationType]bool{} 650 types[k.configurationType] = true 653 return types 1269 types := map[configurationType]bool{} 1272 types[k.configurationType] = true 1275 return types
|
/build/bazel/rules/bpf/ |
D | bpf.bzl | 41 # The architecture doesn't matter here, but asm/types.h is included by linux/types.h.
|
/build/bazel/scripts/bp2build_progress/ |
D | bp2build_progress.py | 844 types = set(args.type) if args.type is not None else set() 852 graph_filter = GraphFilterInfo(modules, types, package_dir, recursive) 855 if len(modules) == 0 and len(types) == 0: 864 if len(modules) > 0 or len(types) > 0: 866 if len(modules) > 0 and len(types) > 0 and args.use_queryview: 870 if len(types) and args.mode == "graph":
|
D | dependency_analysis.py | 175 def get_queryview_module_info_by_type(types, target_product): argument 188 f'deps(attr("soong_module_type", "^{t}$", //...))' for t in types
|
/build/soong/cmd/symbols_map/symbols_map_proto/ |
D | symbols_map.proto | 30 // Type is the valid types of a mapping.
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.proto | 43 // is_container is true for target types that merely aggregate. e.g. .img or .zip files.
|
/build/make/target/product/security/ |
D | README | 1 For detailed information on key types and image signing, please see:
|
/build/bazel/rules/android/android_library_aosp_internal/ |
D | attrs.bzl | 66 "The list of other libraries to link against. Permitted library types " +
|
/build/soong/docs/ |
D | rbe.md | 38 Sets strategies for C++/javac/r8/d8 action types. Available options are
|
/build/soong/bin/ |
D | soongdbg | 11 import types 139 info = json.load(f, object_hook=lambda d: types.SimpleNamespace(**d))
|
123