/build/soong/android/ |
D | gen_notice.go | 43 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/ |
D | apex_compare.sh | 161 -e '1ideclare -a missing=() extra=() common=()' \ 164 -e 's/(.*)/missing+=(\1)/p'; /bin/true
|
D | elf_compare.sh | 96 declare -a missing extra common 106 if [[ -v missing ]]; then
|
/build/soong/aconfig/ |
D | aconfig_declarations_test.go | 105 expectedError: `missing source files`, 115 expectedError: `missing package property`, 125 expectedError: `missing container property`,
|
/build/bazel/mkcompare/cmd/ |
D | mkcompare.go | 124 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/ |
D | symbols_map_test.go | 34 missing bool 135 missing: true, 153 missing: true, 180 if !in.missing {
|
/build/bazel/mkcompare/elfdiff/ |
D | elfdiff.go | 49 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/ |
D | mkdiff.go | 149 var missing []string 172 missing = append(missing, refToken) 182 return missing, extra
|
D | README.md | 79 159 missing modules, by type:
|
/build/soong/cc/ |
D | orderfile.go | 57 func recordMissingOrderfile(ctx BaseModuleContext, missing string) { 58 getNamedMapForConfig(ctx.Config(), modulesMissingProfileFileKey).Store(missing, true) 119 …missing := *props.Orderfile.Order_file_path + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleN… 120 recordMissingOrderfile(ctx, missing)
|
/build/make/core/ |
D | distdir.mk | 203 …$(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)) \
|
D | proguard_basic_keeps.flags | 92 # Ignore missing annotation references for various support libraries.
|
D | release_config.mk | 133 _args += --allow-missing=true
|
/build/make/core/proguard/ |
D | kotlin.flags | 1 # Ignore missing Kotlin meta-annotations so that Java-only projects can depend
|
/build/make/common/ |
D | math.mk | 71 $(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/ |
D | README.dex_preopt_check.md | 35 - The java library is missing `installable: true` in the Android.bp
|
/build/soong/mk2rbc/ |
D | node.go | 50 missing bool // a module may not exist if a module that depends on it is loaded dynamically member 82 return im.missing
|
/build/blueprint/ |
D | transition_test.go | 266 expectedError := `Android.bp:8:4: dependency "E" of "B" missing variant: 267 transition:missing
|
D | module_ctx_test.go | 201 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/ |
D | xmlnotice_test.go | 639 …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/ |
D | java_test.go | 1649 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/ |
D | README.md | 46 `mymodule_init` if `mymodule.rbc` exists. If `mymodule.rbc` is missing,
|
/build/bazel/rules/cc/ |
D | cc_object_test.bzl | 141 "CppLink action missing -r : %s" % (
|
/build/blueprint/proptools/ |
D | unpack_test.go | 1057 missing: true, 1068 missing: true,
|
/build/bazel/toolchains/clang/host/linux-x86/ |
D | cc_toolchain_clang_version_test.bzl | 190 fails in analysis due to missing files from these filegroups.
|