Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 58) sorted by relevance

123

/build/bazel/json_module_graph/
DfindModulesCrossPkgBoundary.jq14 [.Module.Actions | .[] | .Outputs | if . == null then [] else . end | .[]]
23 if in($outputsOfModules) then ($outputsOfModules | ."\($depName)")
36 if in($allBlueprintDirPaths) and . != $blueprintDirPath then true
38 elif . == $blueprintDirPath then false
41 elif (contains("/") | not) then false
Dlibrary.jq18 if .DependencyVariations == .Variations then del(.DependencyVariations) else . end
24 def emptyIfNull: if . == null then {} else . end
76 } | del(if has("DependencyVariations") then .DependencyVariations else empty end))
128 .Inputs | if . == null then [] else . end | .[]
DfindModulesWithTestSuitesValue.jq9 if . == null then [] else . end |
DdistanceFromLeaves.jq36 if any(. == -1) then -1 else (max // -1) + 1 end
/build/soong/aconfig/
Dinit.go36 ` && ( if cmp -s ${out}.tmp ${out} ; then rm ${out}.tmp ; else mv ${out}.tmp ${out} ; fi )`,
50 ` && ( if cmp -s ${out}.tmp ${out} ; then rm ${out}.tmp ; else mv ${out}.tmp ${out} ; fi )`,
92 …e --dedup --cache $$cache --filter=is_exported:true --format='{fully_qualified_name}')" ]; then ` +
/build/soong/aconfig/build_flags/
Dinit.go33 ` && ( if cmp -s ${out}.tmp ${out} ; then rm ${out}.tmp ; else mv ${out}.tmp ${out} ; fi )`,
46 ` && ( if cmp -s ${out}.tmp ${out} ; then rm ${out}.tmp ; else mv ${out}.tmp ${out} ; fi )`,
/build/release/flag_declarations/
DRELEASE_MOVE_PDFRENDERER_TO_MODULE.textproto3 description: "If true, then files are moved from platform to apex"
DRELEASE_CRASHRECOVERY_FILE_MOVE.textproto3 description: "If true, then files are moved from platform to apex"
DRELEASE_CRASHRECOVERY_MODULE.textproto3 description: "If true, then crashrecovery module is enabled as an apex"
DRELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto3 description: "Enables assigning hardware devices to the guest VMs. If this flag is enabled, then RE…
/build/bazel/examples/apex/minimal/
DREADME.md35 and then restarting the emulator. After you've done this once you can use the regular install comma…
/build/bazel/tests/partitions/
Dimage_contents_test.bzl10 …"""A test that extracts a file from a disk image file, and then asserts that it's identical to som…
/build/soong/docs/
Dcompdb.md20 You can then trigger an empty build:
Dclion.md17 You can then trigger a full build:
/build/bazel/scripts/incremental_build/
DREADME.md6 1. running `m --skip-soong-tests libc` and then
/build/make/tests/
Dinput_variables.rbc16 # and then copying it from out/rbc/out/rbc/make_vars_pre_product_config.rbc.
/build/bazel/rules/
Dtoolchain_utils.bzl17 # To work around this issue, some rules make the toolchain optional, but then in their
Dcommon.bzl25 unwanted targets; if predicate(target) == False, then do not include
/build/soong/
DREADME.md180 name of the package, e.g. if the package is in `top/intermediate/package` then the package name is
253 is a namespace called "_scope_", then verifies it contains a "_name_" module and
350 If a module does not specify the `visibility` property then it uses the
353 If the `default_visibility` property is not set for the module's package then
357 If no `default_visibility` property can be found then the module uses the
369 `default_visibility = [//visibility:legacy_public]` added. It will then be the
572 then `libacme_foo` would build with `cflags: "-DGENERIC -DSOC_DEFAULT -DFEATURE_DEFAULT -DSIZE=DEFA…
589 then `libacme_foo` would build with `cflags: "-DGENERIC -DSOC_DEFAULT
593 modules (`cc_defaults`, `java_defaults`, etc.), which can then be referenced
599 to soong config variables on each module, and then accumulating records of each
[all …]
/build/make/tests/single_value_inheritance_2/
Dtest.rbc36 # alphabetically before C. But then in E, the value from D is chosen instead of the value from B,
/build/bazel/bazel_sandwich/
Drun_test_in_build.bzl43 # things for device, and then diff them. We need to add a transition from the diff_test back
/build/soong/apex/
Dapex_singleton.go60 if grep -v '^#' ${allowed_deps} | diff -B - ${new_allowed_deps}; then
/build/soong/third_party/zip/testdata/
Dreadme.notzip21 and then visiting http://localhost:6060/doc/install.html.
/build/bazel/platforms/
Dplatform_utils.bzl20 that need it can depend on that target, and then call the util
71 "You should depend on //build/bazel/platforms:platform_utils and then pass " +
/build/soong/ui/build/
Dsandbox_linux.go117 …"/bin/bash", "-c", `if [ $(hostname) == "android-build" ]; then echo "Android" "Success"; else ech…

123