Searched refs:then (Results 1 – 25 of 25) sorted by relevance
/build/bazel/json_module_graph/ |
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))
|
D | distanceFromLeaves.jq | 34 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
|
D | best_practices.md | 146 `LOCAL_SHARED_LIBRARIES` / `shared_libs`, then those dependencies will trigger
|
/build/soong/ |
D | README.md | 158 name of the package, e.g. if the package is in `top/intermediate/package` then the package name is 231 is a namespace called "_scope_", then verifies it contains a "_name_" module and 325 If a module does not specify the `visibility` property then it uses the 328 If the `default_visibility` property is not set for the module's package then 332 If no `default_visibility` property can be found then the module uses the 344 `default_visibility = [//visibility:legacy_public]` added. It will then be the 528 then `libacme_foo` would build with `cflags: "-DGENERIC -DSOC_DEFAULT -DFEATURE_DEFAULT -DSIZE=DEFA… 542 then `libacme_foo` would build with `cflags: "-DGENERIC -DSOC_DEFAULT 546 modules (`cc_defaults`, `java_defaults`, etc.), which can then be referenced 568 To load Soong code in a Go-aware IDE, create a directory outside your android tree and then: [all …]
|
/build/soong/apex/ |
D | apex_singleton.go | 54 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/soong/ui/build/ |
D | sandbox_linux.go | 114 …"/bin/bash", "-c", `if [ $(hostname) == "android-build" ]; then echo "Android" "Success"; else ech…
|
/build/make/tools/rbcrun/ |
D | README.md | 73 Expands *glob*. If *top* is supplied, expands "*top*/*glob*", then removes
|
/build/soong/java/ |
D | app_import.go | 189 Textf(`if (zipinfo %s 'lib/*.so' 2>/dev/null | grep -v ' stor ' >/dev/null) ; then`, inputPath). 216 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 ` + 140 `(if cmp -s $out.tmp $out ; then rm $out.tmp ; else mv $out.tmp $out ; fi )`,
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 240 if [ "$errno" -ne 0 ]; then
|
/build/bazel/rules/ |
D | cc_library_static.bzl | 131 # has no outputs (indicating that it has no srcs or deps), then this safeguard
|
/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 | 275 is split into words and then prefix is prepended to each one. 289 is split into words and then suffix is appended to each one.
|
/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/licenses/ |
D | LICENSE | 98 or contributory patent infringement, then any patent licenses 120 distribution, then any Derivative Works that You distribute must
|
/build/soong/android/ |
D | makevars.go | 309 # If the original variable is empty, then just set it to the SOONG_ version.
|
/build/make/tools/releasetools/ |
D | pylintrc | 60 # disable everything first and then reenable specific checks. For example, if
|
/build/bazel/docs/ |
D | concepts.md | 194 then consumes information about these targets from Bazel by directly calling
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-1.6.2.min.js | 16 …then:function(a,c){b.done(a).fail(c);return this},always:function(){return b.done.apply(b,argument… method
|
/build/make/ |
D | Changes.md | 416 If the first target isn't intended to be a real file, then it should be marked
|