Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 43) sorted by relevance

12

/build/make/core/
Dsysprop.mk321 $(empty),\
322 $(empty)))
359 $(empty),\
360 $(empty)))
410 $(empty),\
435 $(empty),\
436 $(empty),\
437 $(empty)))
447 $(empty),\
448 $(empty),\
[all …]
Dnode_fns.mk262 should be empty here: $(_include_stack))),) \
269 should be empty here: $(_include_stack))),) \
Ddex_preopt_config.mk131 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
Ddefinitions.mk148 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 …]
Denvsetup.rbc94 # 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/
Dcore.mk29 empty :=
30 space := $(empty) $(empty)
49 .KATI_READONLY := SHELL empty space comma newline pound backslash
/build/soong/ui/status/
Dlog.go89 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/
Devent.go86 func (t *EventTracer) empty() bool { func
108 if t.empty() {
119 if t.empty() {
/build/make/target/product/
Dprofile_boot_common.mk22 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := build/make/target/product/empty-profile
Ddefault_art_config.mk18 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
/build/blueprint/bpmodify/
Dbpmodify.go181 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/
Dunpack_test.go30 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/
Dcompdb.md20 You can then trigger an empty build:
/build/make/tools/rbcrun/testdata/
Dfile_ops.star15 assert.true(len(files) == 0, "expansion should be empty but contains %s" % files)
/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-resource-browser.js106 $('#resource-browser-search-params').empty();
107 $('#resource-browser-results').empty();
/build/bazel/
Dbazel.BUILD14 filegroup(name="empty", visibility=["//visibility:public"])
/build/make/tools/atree/
Dfiles.cpp131 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/
Ddepset_generic.go114 empty := reflect.Zero(reflect.TypeOf(typ))
117 direct: empty,
Dmakevars.go309 # 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/
DAndroid.bp70 // 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/
Dconfig.proto126 // 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/
Dlibrary.jq76 } | del(if has("DependencyVariations") then .DependencyVariations else empty end))
/build/soong/bpfix/bpfix/
Dbpfix.go780 empty := true
784 empty = false
794 empty = false
797 if empty {
/build/bazel/rules/
Dcc_library_static.bzl67 # The main library is empty; link a stub and propagate it to match Soong behavior.
/build/make/
Dbuildspec.mk.default66 # to a non-empty value, the appropriate HOST_/TARGET_CUSTOM_DEBUG_CFLAGS

12