Home
last modified time | relevance | path

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

12

/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))
124 .Inputs | if . == null then [] else . end | .[]
DdistanceFromLeaves.jq36 if any(. == -1) then -1 else (max // -1) + 1 end
/build/soong/docs/
Dcompdb.md20 You can then trigger an empty build:
Dclion.md13 You can then trigger a full build:
Dperf.md44 If the elapsed time is much longer than the critical path then additional
46 long individual times listed in the critical path then improving build times
81 …dist.mk.tmp out/target/product/generic/obj/CONFIG/kati_packaging/dist.mk; then mv out/target/produ…
226 If the long part in the trace view of a build is a relatively solid block, then
/build/soong/
DREADME.md159 name of the package, e.g. if the package is in `top/intermediate/package` then the package name is
232 is a namespace called "_scope_", then verifies it contains a "_name_" module and
326 If a module does not specify the `visibility` property then it uses the
329 If the `default_visibility` property is not set for the module's package then
333 If no `default_visibility` property can be found then the module uses the
345 `default_visibility = [//visibility:legacy_public]` added. It will then be the
523 then `libacme_foo` would build with `cflags: "-DGENERIC -DSOC_DEFAULT -DFEATURE_DEFAULT -DSIZE=DEFA…
537 then `libacme_foo` would build with `cflags: "-DGENERIC -DSOC_DEFAULT
541 modules (`cc_defaults`, `java_defaults`, etc.), which can then be referenced
587 * File -> Settings, then Languages & Frameworks -> Go -> GOROOT, then set it to
[all …]
/build/make/tests/
Dinput_variables.rbc16 # and then copying it from out/rbc/out/rbc/make_vars_pre_product_config.rbc.
/build/soong/apex/
Dapex_singleton.go54 if grep -v '^#' ${allowed_deps} | diff -B - ${new_allowed_deps}; then
/build/bazel/rules/apex/
Dtransition.bzl61 # TODO: We need to check if this is a x86 or arm arch then only set one platform
91 # TODO: We need to check if this is a x86 or arm arch then only set one platform
/build/bazel/rules/cc/
Dstl.bzl39 # skip libm and libc because then we would have duplicates due to system_shared_library
/build/soong/third_party/zip/testdata/
Dreadme.notzip21 and then visiting http://localhost:6060/doc/install.html.
/build/soong/ui/build/
Dsandbox_linux.go117 …"/bin/bash", "-c", `if [ $(hostname) == "android-build" ]; then echo "Android" "Success"; else ech…
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go242 if [ "$errno" -ne 0 ]; then
/build/make/tools/rbcrun/
DREADME.md78 Expands *glob*. If *top* is supplied, expands "*top*/*glob*", then removes
/build/soong/java/
Dapp_import.go198 Textf(`if (zipinfo %s 'lib/*.so' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath).
225 Textf(`if (zipinfo %s '*.dex' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath).
Dbuilder.go47 `(if [ -s $srcJarDir/list ] || [ -s $out.rsp ] ; then ` +
138 …`(for o in $outputs; do if cmp -s $${o}.tmp $${o} ; then rm $${o}.tmp ; else mv $${o}.tmp $${o} ; …
/build/pesto/experiments/prepare_bazel_test_env/
DREADME.md32 Soong, then stages this environment and associated dependencies at
63 all files and then creates symlinks in the source tree that point at these
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.proto129 // then only "assets/level1_textures" will be used).
/build/make/core/
DLINUX_KERNEL_COPYING133 themselves, then this License, and its terms, do not apply to those
183 access to copy from a designated place, then offering equivalent
219 License and any other pertinent obligations, then as a consequence you
222 all those who receive copies directly or indirectly through you, then
Dproduct_config.rbc24 were a regular product. It then returns 2 copies of
435 is split into words and then prefix is prepended to each one.
449 is split into words and then suffix is appended to each one.
736 Tokenizes `s` (unless it is already a list), and then performs a simple
/build/soong/licenses/
DLICENSE86 or contributory patent infringement, then any patent licenses
108 distribution, then any Derivative Works that You distribute must
/build/blueprint/
DLICENSE86 or contributory patent infringement, then any patent licenses
108 distribution, then any Derivative Works that You distribute must
/build/soong/android/
Dmakevars.go333 # If the original variable is empty, then just set it to the SOONG_ version.
/build/bazel/rules/
Dapex.bzl399 # If file_contexts is not specified, then use the default from //system/sepolicy/apex.

12