Searched refs:empty (Results 1 – 25 of 36) sorted by relevance
12
/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/blueprint/proptools/ |
D | unpack_test.go | 29 empty []interface{} 107 empty: [] 581 empty: []interface{}{ 608 empty: []interface{}{ 643 empty: []interface{}{ 696 if len(testCase.empty) > 0 { 697 output = 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 | base_system.mk | 316 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
|
/build/make/core/ |
D | node_fns.mk | 257 should be empty here: $(_include_stack))),) \ 264 should be empty here: $(_include_stack))),) \
|
D | sysprop.mk | 372 $(empty))) 393 $(empty))) 430 $(empty)))
|
D | definitions.mk | 145 define true-or-empty 1441 define _concat-if-arg2-not-empty 1453 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 501,1000,$(2))) 1454 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 1001,1500,$(2))) 1455 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 1501,2000,$(2))) 1456 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 2001,2500,$(2))) 1457 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 2501,3000,$(2))) 1458 $(call _concat-if-arg2-not-empty,$(1),$(wordlist 3001,99999,$(2))) 2023 find $(PRIVATE_CLASS_INTERMEDIATES_DIR) -empty -delete) 2985 '$(1)' is empty [all …]
|
D | dex_preopt_config.mk | 109 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
|
D | product_config.mk | 390 …$$(error Invalid PRODUCT_BUILD_$(1)_IMAGE: $$(PRODUCT_BUILD_$(1)_IMAGE) -- true false and empty ar…
|
D | config.mk | 976 $(if $(BOARD_$(group)_SIZE),,$(error BOARD_$(group)_SIZE must not be empty)) \ 1070 $(error BOARD_SUPER_PARTITION_$(device)_DEVICE_SIZE must not be empty)) \
|
/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/soong/docs/ |
D | compdb.md | 20 You can then trigger an empty build:
|
/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/make/tools/fs_config/ |
D | Android.bp | 61 // These files may be empty if no AIDs are defined in 153 // 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/android/ |
D | makevars.go | 237 # If the original variable is empty, then just set it to the SOONG_ version. 240 # $(2): If not-empty, sort the values before comparing
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 756 empty := true 760 empty = false 770 empty = false 773 if empty {
|
/build/ |
D | buildspec.mk.default | 66 # to a non-empty value, the appropriate HOST_/TARGET_CUSTOM_DEBUG_CFLAGS
|
/build/make/ |
D | buildspec.mk.default | 66 # to a non-empty value, the appropriate HOST_/TARGET_CUSTOM_DEBUG_CFLAGS
|
/build/make/tools/releasetools/ |
D | blockimgdiff.py | 1564 empty = RangeSet() 1570 src_ranges = self.src.file_map.get("__ZERO", empty) 1578 AddTransfer(tgt_fn, None, tgt_ranges, empty, "new", self.transfers) 1609 AddTransfer(tgt_fn, None, tgt_ranges, empty, "new", self.transfers)
|
D | pylintrc | 47 # Only show warnings with the listed confidence levels. Leave empty to show 274 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
|
/build/make/core/tasks/check_boot_jars/ |
D | package_allowed_list.txt | 80 sun\.invoke\.empty
|
/build/soong/java/ |
D | sdk.go | 425 …`system_modules is required to be set to a non-empty value when sdk_version is "none", did you mea…
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 363 $('.next-class-link').find('.new').empty(); 3348 $("#nav.samples-nav").empty(); 3616 $widget.empty(); 3753 $widget.empty();
|
12