Home
last modified time | relevance | path

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

12

/build/soong/android/
Dgen_notice.go43 if len(gm.missing) > 0 {
115 missing []string member
126 var missing []string
130 missing = append(missing, otherMod)
133 if len(missing) == 1 {
134 ctx.PropertyErrorf("for", "no %q module exists", missing[0])
135 } else if len(missing) > 1 {
136 ctx.PropertyErrorf("for", "modules \"%s\" do not exist", strings.Join(missing, "\", \""))
171 m.missing = append(m.missing, otherMod)
174 m.missing = append(m.missing, ctx.GetMissingDependencies()...)
[all …]
/build/bazel/scripts/
Dapex_compare.sh161 -e '1ideclare -a missing=() extra=() common=()' \
164 -e 's/(.*)/missing+=(\1)/p'; /bin/true
Delf_compare.sh96 declare -a missing extra common
106 if [[ -v missing ]]; then
/build/soong/aconfig/
Daconfig_declarations_test.go105 expectedError: `missing source files`,
115 expectedError: `missing package property`,
125 expectedError: `missing container property`,
/build/bazel/mkcompare/cmd/
Dmkcompare.go124 missing, common, extra :=
127 sort.Strings(missing)
128 if len(missing) > 0 {
130 printModulesByType(fmt.Sprintf("%d missing modules, by type:", len(missing)),
131 missing, refMkFile)
134 for _, name := range missing {
/build/soong/cmd/symbols_map/
Dsymbols_map_test.go34 missing bool
135 missing: true,
153 missing: true,
180 if !in.missing {
/build/bazel/mkcompare/elfdiff/
Delfdiff.go49 missing, common, extra := mkcompare.Classify(elfRef.sectionsByName, elfOur.sectionsByName, always)
57 if len(missing)+len(extra) > 0 {
60 if len(missing) > 0 {
61 sort.Strings(missing)
62 fmt.Print("Missing sections:\n ", strings.Join(missing, "\n "), "\n")
/build/bazel/mkcompare/
Dmkdiff.go149 var missing []string
172 missing = append(missing, refToken)
182 return missing, extra
DREADME.md79 159 missing modules, by type:
/build/soong/cc/
Dorderfile.go57 func recordMissingOrderfile(ctx BaseModuleContext, missing string) {
58 getNamedMapForConfig(ctx.Config(), modulesMissingProfileFileKey).Store(missing, true)
119missing := *props.Orderfile.Order_file_path + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleN…
120 recordMissingOrderfile(ctx, missing)
/build/make/core/
Ddistdir.mk203 …$(foreach target,$(sort $(TARGETS_MISSING_LICENSE_METADATA)),$(warning target $(target) missing li…
207 $(foreach t,$(sort $(ALL_NON_MODULES)),$(call record-missing-non-module-dependencies,$(t))) \
208 $(eval $(call report-missing-licenses-rule)) \
Dproguard_basic_keeps.flags92 # Ignore missing annotation references for various support libraries.
Drelease_config.mk133 _args += --allow-missing=true
/build/make/core/proguard/
Dkotlin.flags1 # Ignore missing Kotlin meta-annotations so that Java-only projects can depend
/build/make/common/
Dmath.mk71 $(if $(1),,$(call math-error,Argument missing)) \
79 $(if $(1),,$(call math-error,Argument missing)) \
121 $(call math-expect-error,(call _math_check_valid,),Argument missing)
215 $(call math-expect-error,(call math_max),Argument missing)
216 $(call math-expect-error,(call math_max,1),Argument missing)
/build/make/core/tasks/
DREADME.dex_preopt_check.md35 - The java library is missing `installable: true` in the Android.bp
/build/soong/mk2rbc/
Dnode.go50 missing bool // a module may not exist if a module that depends on it is loaded dynamically member
82 return im.missing
/build/blueprint/
Dtransition_test.go266 expectedError := `Android.bp:8:4: dependency "E" of "B" missing variant:
267 transition:missing
Dmodule_ctx_test.go201 runWithFailures(ctx, `dependency "bar" of "foo" missing variant:`+"\n \n"+
308 runWithFailures(ctx, `dependency "bar" of "foo" missing variant:`+"\n 1:d\n"+
/build/make/tools/compliance/cmd/xmlnotice/
Dxmlnotice_test.go639 …t.Errorf("xmlnotice: missing <licenses> tag: got no <licenses> tag, want <licenses> tag on 2nd lin…
642 …t.Errorf("xmlnotice: missing </licenses> tag: got no </licenses> tag, want </licenses> tag on last…
645 …t.Errorf("xmlnotice: missing output line %d: ended early, want %q", lineno+1, tt.expectedOut[linen…
/build/soong/java/
Djava_test.go1649 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
1667 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
1672 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
1677 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
1687 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
1697 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
1717 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
1732 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
1737 expectedError: `Android.bp:2:3: dependency "bar" of "foo" missing variant`,
/build/make/tools/rbcrun/
DREADME.md46 `mymodule_init` if `mymodule.rbc` exists. If `mymodule.rbc` is missing,
/build/bazel/rules/cc/
Dcc_object_test.bzl141 "CppLink action missing -r : %s" % (
/build/blueprint/proptools/
Dunpack_test.go1057 missing: true,
1068 missing: true,
/build/bazel/toolchains/clang/host/linux-x86/
Dcc_toolchain_clang_version_test.bzl190 fails in analysis due to missing files from these filegroups.

12