Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 52) sorted by relevance

123

/build/bazel/json_module_graph/
DfindModulesWithProperty.jq4 map(select(.Name == $a)) |
10 select(.Type == $arg) |
11 select(.Module.Android.SetProperties |
DfindModulesWithSrcType.jq8 [.[] | select(nonNullAction) | select(isActionInputMatch($arg)) | .Name] | sort_by(.) | unique
Dlibrary.jq36 del(.[] | select(. == ""))
65 .Deps = [.Deps[] | select(differentDep($ov; $od))]
100 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) |
109 .[] | select(.Deps[].Name == $m)
119 .[] | select(.Name == $from) |
120 .Deps |= [.[] | select(.Name == $to)] |
121 select((.Deps | length) > 0)
137 [.[] | select(.Type == $arg) | .Name] | unique
147 select (IN(.Name; $names | .[]))] |
DfindModulesWithTestSuitesValue.jq4 .[] | select(.Name == "Test_suites") | .Values | .[] | . == $a
8 select(.Module.Android.SetProperties |
DfindModulesWithNameSrcCollision.jq16 [.[] | select(nonNullAction) | select(isActionInputsMatch(.Name; .Blueprint)) | .Name] | sort_by(.)…
DfindModulesCrossPkgBoundary.jq10 [.[] | select(nonNullAction)]
51 $moduleVariant | getActionInputs | select(in($depOutputs) | not) |
52 select(startswith($blueprintDirPath)) | getDirPath |
60 select(isActionInputMatch($outputsOfModules; $allBlueprintDirPaths)) |
Dproperties.jq4 select (.Name == $arg) |
DdirectDeps.jq5 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
DfilterSubtree.jq11 [.[] | select(isBlueprintPrefix($arg))]
DusedVariations.jq3 [[.[] | .Variations | select(. != null) | to_entries] |
DprintModule.jq6 .[] | select(.Name == $mod) |
DvariantTransitions.jq8 filterMatchingDeps | select(.Deps | length > 0) |
DfullTransitiveDepsProperties.jq9 select (IN(.Name; $names | .[]))] |
DdistanceFromLeaves.jq23 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) |
/build/bazel/rules/cc/
Dstl.bzl34 _static_binary_deps = select({
73 shared = select({
84 static = select({
92 deps = select({
101 shared = select({
108 static = select({
118 deps = select({
126 shared = select({
136 static = select({
147 static = select({
[all …]
Dcc_test.bzl28 _gtest_copts = select({
33 }) + select({
Dcc_hidl_library.bzl94 ] + select({
121 ] + select({
/build/bazel/product_config/config_settings/
Dsoong_config_variable_config_settings.bzl41 # We need a "conditions_default" config setting so that we can select on the variable
56 # select({
61 # select({
68 actual = select({
104 actual = select({
154 # cflags = select({
157 # }) + select({
160 # }) + select({
DBUILD.bazel52 # The config_setting for <var> can be within a select() to specify an
64 # cflags = select({
95 actual = select({
128 # cflags = select({
/build/make/tools/droiddoc/templates-pdk/assets/
Dyui-3.3.0-reset-min.css8 …lign:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;… selector
/build/bazel/rules/kotlin/
DBUILD28 kotlinc_cli_flags = ["-jvm-target"] + select(kt_jvm_version_select_dict),
29 kotlinc_ide_flags = ["-jvm-target"] + select(kt_jvm_version_select_dict),
/build/bazel/examples/rust/
DBUILD.bazel8 target_compatible_with = select({
/build/bazel/toolchains/clang/host/linux-x86/
Dcc_toolchain_features_memtag_test.bzl64 features = select({
99 features = select({
134 features = select({
/build/bazel/rules/java/
DBUILD140 bootclasspath = select({
148 source_version = select(java_version_select_dict),
149 target_version = select(java_version_select_dict),
/build/bazel/utils/
Dconfig_setting_boolean_algebra_test.bzl37 message = select({
42 message = select({

123