Searched refs:empty (Results 1 – 25 of 46) sorted by relevance
12
/build/make/core/ |
D | sysprop.mk | 330 $(empty),\ 331 $(empty))) 370 $(empty),\ 371 $(empty))) 423 $(empty),\ 450 $(empty),\ 451 $(empty),\ 452 $(empty))) 464 $(empty),\ 465 $(empty),\ [all …]
|
D | node_fns.mk | 262 should be empty here: $(_include_stack))),) \ 269 should be empty here: $(_include_stack))),) \
|
D | dex_preopt_config.mk | 133 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
|
/build/make/common/ |
D | core.mk | 29 empty := 30 space := $(empty) $(empty) 49 .KATI_READONLY := SHELL empty space comma newline pound backslash
|
/build/soong/ui/status/ |
D | log.go | 89 empty bool member 101 empty: true, 112 if !e.empty { 115 e.empty = false 139 if !e.empty { 142 e.empty = false
|
/build/soong/ui/metrics/ |
D | event.go | 86 func (t *EventTracer) empty() bool { func 108 if t.empty() { 119 if t.empty() {
|
/build/blueprint/proptools/ |
D | unpack_test.go | 30 empty []interface{} 113 empty: [] 136 empty: {}, 168 empty: {}, 191 empty: {}, 706 empty: []interface{}{ 734 empty: []interface{}{ 770 empty: []interface{}{ 824 if len(testCase.empty) > 0 { 825 for _, p := range testCase.empty {
|
/build/make/target/product/ |
D | profile_boot_common.mk | 22 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := build/make/target/product/empty-profile
|
D | default_art_config.mk | 21 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 186 empty parser.Expression) (prop *parser.Property, modified bool, err error) { 187 prop, _, modified, err = getOrCreateRecursiveProperty(module, name, prefixes, empty) 192 empty parser.Expression) (prop *parser.Property, parent *parser.Map, modified bool, err error) { 204 } else if empty != nil { 218 } else if empty != nil { 219 prop = &parser.Property{Name: name, Value: empty}
|
/build/soong/docs/ |
D | compdb.md | 20 You can then trigger an empty build:
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-resource-browser.js | 106 $('#resource-browser-search-params').empty(); 107 $('#resource-browser-results').empty();
|
/build/bazel/ |
D | bazel.BUILD | 14 filegroup(name="empty", visibility=["//visibility:public"])
|
/build/soong/java/ |
D | systemserver_classpath_fragment_test.go | 102 `\QEither contents or standalone_contents needs to be non-empty\E`)).
|
/build/make/tools/rbcrun/testdata/ |
D | file_ops.star | 15 assert.true(len(files) == 0, "expansion should be empty but contains %s" % files)
|
/build/make/tools/atree/ |
D | files.cpp | 131 if (variables.empty()) { in replace_variables() 299 if (pcount == 0 && !errstr.empty()) { in read_list_file() 303 if (!errstr.empty()) { in read_list_file()
|
/build/soong/android/ |
D | depset_generic.go | 114 empty := reflect.Zero(reflect.TypeOf(typ)) 117 direct: empty,
|
D | makevars.go | 333 # If the original variable is empty, then just set it to the SOONG_ version. 336 # $(2): If not-empty, sort the values before comparing
|
/build/make/tools/fs_config/ |
D | Android.bp | 66 // These files may be empty if no AIDs are defined in 158 // These files may be empty if no AIDs are defined in
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 126 // If not set or empty, the fallback directory in each directory group will be 128 // "assets/level1_textures" are present and the default suffix is empty,
|
/build/soong/cmd/symbols_map/symbols_map_proto/ |
D | symbols_map.proto | 23 // top of the file. It may be empty if no hash could be extracted from the file.
|
/build/bazel/scripts/bp2build-progress/ |
D | bp2build-progress.py | 231 while not q.empty(): 322 while not q.empty():
|
/build/bazel/rules/ |
D | filegroup.bzl | 50 # These genrule prevent empty filegroups being used as deps to cc libraries,
|
/build/soong/sdk/ |
D | bootclasspath_fragment_sdk_test.go | 197 .intermediates/mysdk/common_os/empty -> java_boot_libs/snapshot/jars/are/invalid/mybootlib.jar 509 .intermediates/mysdk/common_os/empty -> java_boot_libs/snapshot/jars/are/invalid/mybootlib.jar 902 .intermediates/mysdk/common_os/empty -> java_boot_libs/snapshot/jars/are/invalid/mybootlib.jar
|
/build/bazel/json_module_graph/ |
D | library.jq | 76 } | del(if has("DependencyVariations") then .DependencyVariations else empty end))
|
12