Home
last modified time | relevance | path

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

12

/build/make/core/
Dsysprop.mk330 $(empty),\
331 $(empty)))
370 $(empty),\
371 $(empty)))
423 $(empty),\
450 $(empty),\
451 $(empty),\
452 $(empty)))
464 $(empty),\
465 $(empty),\
[all …]
Dnode_fns.mk262 should be empty here: $(_include_stack))),) \
269 should be empty here: $(_include_stack))),) \
Ddex_preopt_config.mk133 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/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/blueprint/proptools/
Dunpack_test.go30 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/
Dprofile_boot_common.mk22 PRODUCT_DEX_PREOPT_BOOT_IMAGE_PROFILE_LOCATION := build/make/target/product/empty-profile
Ddefault_art_config.mk21 $(error ART_APEX_JARS is empty; cannot initialize PRODUCT_BOOT_JARS variable)
/build/blueprint/bpmodify/
Dbpmodify.go186 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/
Dcompdb.md20 You can then trigger an empty build:
/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/soong/java/
Dsystemserver_classpath_fragment_test.go102 `\QEither contents or standalone_contents needs to be non-empty\E`)).
/build/make/tools/rbcrun/testdata/
Dfile_ops.star15 assert.true(len(files) == 0, "expansion should be empty but contains %s" % files)
/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.go333 # 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/
DAndroid.bp66 // 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/
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/soong/cmd/symbols_map/symbols_map_proto/
Dsymbols_map.proto23 // top of the file. It may be empty if no hash could be extracted from the file.
/build/bazel/scripts/bp2build-progress/
Dbp2build-progress.py231 while not q.empty():
322 while not q.empty():
/build/bazel/rules/
Dfilegroup.bzl50 # These genrule prevent empty filegroups being used as deps to cc libraries,
/build/soong/sdk/
Dbootclasspath_fragment_sdk_test.go197 .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/
Dlibrary.jq76 } | del(if has("DependencyVariations") then .DependencyVariations else empty end))

12