Searched refs:empty (Results 1 – 25 of 43) sorted by relevance
12
/build/make/core/ |
D | sysprop.mk | 321 $(empty),\ 322 $(empty))) 359 $(empty),\ 360 $(empty))) 410 $(empty),\ 435 $(empty),\ 436 $(empty),\ 437 $(empty))) 447 $(empty),\ 448 $(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 | 131 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
|
D | definitions.mk | 148 define true-or-empty 1579 define _concat-if-arg2-not-empty 1591 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 501,1000,$(2))) 1592 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 1001,1500,$(2))) 1593 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 1501,2000,$(2))) 1594 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 2001,2500,$(2))) 1595 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 2501,3000,$(2))) 1596 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 3001,99999,$(2))) 2156 find $(PRIVATE_CLASS_INTERMEDIATES_DIR) -empty -delete) 3192 '$(1)' is empty [all …]
|
D | envsetup.rbc | 94 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. 100 # If there is no $PLATFORM_BASE_OS set, keep it 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/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 | 18 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 181 empty parser.Expression) (prop *parser.Property, modified bool, err error) { 183 return getOrCreateRecursiveProperty(module, name, prefixes, empty) 187 empty parser.Expression) (prop *parser.Property, modified bool, err error) { 199 } else if empty != nil { 213 } else if empty != nil { 214 prop = &parser.Property{Name: name, Value: empty}
|
/build/blueprint/proptools/ |
D | unpack_test.go | 30 empty []interface{} 113 empty: [] 630 empty: []interface{}{ 658 empty: []interface{}{ 694 empty: []interface{}{ 748 if len(testCase.empty) > 0 { 749 for _, p := range testCase.empty {
|
/build/soong/docs/ |
D | compdb.md | 20 You can then trigger an empty build:
|
/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/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/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 | 309 # If the original variable is empty, then just set it to the SOONG_ version. 312 # $(2): If not-empty, sort the values before comparing
|
/build/make/tools/fs_config/ |
D | Android.bp | 70 // These files may be empty if no AIDs are defined in 162 // 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/bazel/json_module_graph/ |
D | library.jq | 76 } | del(if has("DependencyVariations") then .DependencyVariations else empty end))
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 780 empty := true 784 empty = false 794 empty = false 797 if empty {
|
/build/bazel/rules/ |
D | cc_library_static.bzl | 67 # The main library is empty; link a stub and propagate it to match Soong behavior.
|
/build/make/ |
D | buildspec.mk.default | 66 # to a non-empty value, the appropriate HOST_/TARGET_CUSTOM_DEBUG_CFLAGS
|
12