Searched refs:then (Results 1 – 25 of 58) sorted by relevance
123
/build/bazel/json_module_graph/ |
D | findModulesCrossPkgBoundary.jq | 14 [.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
|
D | library.jq | 18 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 | .[]
|
D | findModulesWithTestSuitesValue.jq | 9 if . == null then [] else . end |
|
D | distanceFromLeaves.jq | 36 if any(. == -1) then -1 else (max // -1) + 1 end
|
/build/soong/aconfig/ |
D | init.go | 36 ` && ( 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/ |
D | init.go | 33 ` && ( 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/ |
D | RELEASE_MOVE_PDFRENDERER_TO_MODULE.textproto | 3 description: "If true, then files are moved from platform to apex"
|
D | RELEASE_CRASHRECOVERY_FILE_MOVE.textproto | 3 description: "If true, then files are moved from platform to apex"
|
D | RELEASE_CRASHRECOVERY_MODULE.textproto | 3 description: "If true, then crashrecovery module is enabled as an apex"
|
D | RELEASE_AVF_ENABLE_DEVICE_ASSIGNMENT.textproto | 3 description: "Enables assigning hardware devices to the guest VMs. If this flag is enabled, then RE…
|
/build/bazel/examples/apex/minimal/ |
D | README.md | 35 and then restarting the emulator. After you've done this once you can use the regular install comma…
|
/build/bazel/tests/partitions/ |
D | image_contents_test.bzl | 10 …"""A test that extracts a file from a disk image file, and then asserts that it's identical to som…
|
/build/soong/docs/ |
D | compdb.md | 20 You can then trigger an empty build:
|
D | clion.md | 17 You can then trigger a full build:
|
/build/bazel/scripts/incremental_build/ |
D | README.md | 6 1. running `m --skip-soong-tests libc` and then
|
/build/make/tests/ |
D | input_variables.rbc | 16 # and then copying it from out/rbc/out/rbc/make_vars_pre_product_config.rbc.
|
/build/bazel/rules/ |
D | toolchain_utils.bzl | 17 # To work around this issue, some rules make the toolchain optional, but then in their
|
D | common.bzl | 25 unwanted targets; if predicate(target) == False, then do not include
|
/build/soong/ |
D | README.md | 180 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/ |
D | test.rbc | 36 # alphabetically before C. But then in E, the value from D is chosen instead of the value from B,
|
/build/bazel/bazel_sandwich/ |
D | run_test_in_build.bzl | 43 # things for device, and then diff them. We need to add a transition from the diff_test back
|
/build/soong/apex/ |
D | apex_singleton.go | 60 if grep -v '^#' ${allowed_deps} | diff -B - ${new_allowed_deps}; then
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 21 and then visiting http://localhost:6060/doc/install.html.
|
/build/bazel/platforms/ |
D | platform_utils.bzl | 20 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/ |
D | sandbox_linux.go | 117 …"/bin/bash", "-c", `if [ $(hostname) == "android-build" ]; then echo "Android" "Success"; else ech…
|
123