Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 51) sorted by relevance

123

/build/bazel/json_module_graph/
DmoduleTypeStats.jq1 # CMD: Returns a summary of the module types present on the input
/build/bazel/scripts/incremental_build/
Dcanonical_perf.sh51 ${build_types:+--build-types "${build_types[@]}"} \
/build/soong/android/
Dneverallow.go412 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...)
Dsdk.go717 types := make([]SdkMemberType, len(registerables))
719 types[i] = registerable.(SdkMemberType)
721 return registry.uniqueOnceKey(), types
Dneverallow_test.go86 module types: ["cc_library"]
89 EXCEPT module types: ["cc_binary"]`),
/build/make/
DDeprecation.md36 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/
Dcc_toolchain_features_thinlto_test.bzl23 # Include these different file types to make sure that all actions types are
Dcc_toolchain_features_memtag_test.bzl24 # Include these different file types to make sure that all actions types are
Dcc_toolchain_features_pack_relocation_test.bzl28 # Include these different file types to make sure that all actions types are
/build/soong/mk2rbc/
DAndroid.bp39 "types.go",
/build/make/tools/compliance/projectmetadata/
Dprojectmetadata_test.go98 types := make([]string, 0, len(project_metadata_proto.URL_Type_value))
100 types = append(types, t)
102 libWithUrl(types...)
/build/make/tools/compliance/
DREADME.md19 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/
Dapi_surface.bzl31 # This is not part of go/android-api-types, and is not available to apps at runtime
/build/bazel/rules/
Dtoolchain_utils.bzl22 …fail("While resolving toolchains for target %s: No matching toolchains found for types %s.\nTo deb…
Dhidl_file_utils.bzl88 # files that define types. Interface files and type files are treated
/build/soong/bazel/
Dproperties.go342 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/
Dbpf.bzl41 # The architecture doesn't matter here, but asm/types.h is included by linux/types.h.
/build/bazel/scripts/bp2build_progress/
Dbp2build_progress.py844 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":
Ddependency_analysis.py175 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/
Dsymbols_map.proto30 // Type is the valid types of a mapping.
/build/soong/compliance/license_metadata_proto/
Dlicense_metadata.proto43 // is_container is true for target types that merely aggregate. e.g. .img or .zip files.
/build/make/target/product/security/
DREADME1 For detailed information on key types and image signing, please see:
/build/bazel/rules/android/android_library_aosp_internal/
Dattrs.bzl66 "The list of other libraries to link against. Permitted library types " +
/build/soong/docs/
Drbe.md38 Sets strategies for C++/javac/r8/d8 action types. Available options are
/build/soong/bin/
Dsoongdbg11 import types
139 info = json.load(f, object_hook=lambda d: types.SimpleNamespace(**d))

123