Searched refs:then (Results 1 – 25 of 33) sorted by relevance
12
/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)) 124 .Inputs | if . == null then [] else . end | .[]
|
D | distanceFromLeaves.jq | 36 if any(. == -1) then -1 else (max // -1) + 1 end
|
/build/soong/docs/ |
D | compdb.md | 20 You can then trigger an empty build:
|
D | clion.md | 13 You can then trigger a full build:
|
D | perf.md | 44 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/ |
D | README.md | 159 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/ |
D | input_variables.rbc | 16 # and then copying it from out/rbc/out/rbc/make_vars_pre_product_config.rbc.
|
/build/soong/apex/ |
D | apex_singleton.go | 54 if grep -v '^#' ${allowed_deps} | diff -B - ${new_allowed_deps}; then
|
/build/bazel/rules/apex/ |
D | transition.bzl | 61 # 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/ |
D | stl.bzl | 39 # skip libm and libc because then we would have duplicates due to system_shared_library
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 21 and then visiting http://localhost:6060/doc/install.html.
|
/build/soong/ui/build/ |
D | sandbox_linux.go | 117 …"/bin/bash", "-c", `if [ $(hostname) == "android-build" ]; then echo "Android" "Success"; else ech…
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 242 if [ "$errno" -ne 0 ]; then
|
/build/make/tools/rbcrun/ |
D | README.md | 78 Expands *glob*. If *top* is supplied, expands "*top*/*glob*", then removes
|
/build/soong/java/ |
D | app_import.go | 198 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).
|
D | builder.go | 47 `(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/ |
D | README.md | 32 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/ |
D | config.proto | 129 // then only "assets/level1_textures" will be used).
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 133 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
|
D | product_config.rbc | 24 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/ |
D | LICENSE | 86 or contributory patent infringement, then any patent licenses 108 distribution, then any Derivative Works that You distribute must
|
/build/blueprint/ |
D | LICENSE | 86 or contributory patent infringement, then any patent licenses 108 distribution, then any Derivative Works that You distribute must
|
/build/soong/android/ |
D | makevars.go | 333 # If the original variable is empty, then just set it to the SOONG_ version.
|
/build/bazel/rules/ |
D | apex.bzl | 399 # If file_contexts is not specified, then use the default from //system/sepolicy/apex.
|
12