/build/soong/java/ |
D | classpath_element.go | 77 ModuleErrorf(fmt string, args ...interface{}) methodSpec 125 ctx.ModuleErrorf("fragment %s is not part of an apex", fragment) 132 ctx.ModuleErrorf("apex %s has multiple fragments, %s and %s", apex, fragment, existing) 160 ctx.ModuleErrorf("library %s is in two separate fragments, %s and %s", library, fragment, f) 171 ctx.ModuleErrorf("library %s is from apexes %s which have no corresponding fragment in %s", 195 …ctx.ModuleErrorf("libraries from the same fragment must be contiguous, however %s and %s from frag…
|
D | android_manifest.go | 53 ctx.ModuleErrorf("invalid targetSdkVersion: %s", err) 80 ctx.ModuleErrorf("invalid minSdkVersion: %s", err) 85 …ctx.ModuleErrorf("module attempted to store uncompressed native libraries, but minSdkVersion=%d do… 136 ctx.ModuleErrorf("invalid minSdkVersion: %s", err) 145 ctx.ModuleErrorf("invalid minSdkVersion: %s", err)
|
D | prebuilt_apis.go | 83 ctx.ModuleErrorf("invalid scope %q found in path: %q", scope, p) 97 ctx.ModuleErrorf("Found finalized API files in non-numeric dir '%v'", v) 176 mctx.ModuleErrorf("failed to glob %s files under %q: %s", subdir_glob, dir+"/"+scope, err) 219 mctx.ModuleErrorf("no api file found under %q", mctx.ModuleDir()) 259 …mctx.ModuleErrorf("Module %v finalized for extension %d but never during an API level; likely erro…
|
D | hiddenapi_monolithic.go | 74 ctx.ModuleErrorf("%s does not provide hidden API information", fragment)
|
/build/soong/android/ |
D | licenses.go | 172 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod… 189 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul… 225 …ctx.ModuleErrorf("%s property %q is not a license module", propertyName, ctx.OtherModuleName(modul… 271 …ctx.ModuleErrorf("module type %q must have an applicable licenses property", ctx.OtherModuleType(m… 281 ctx.ModuleErrorf("duplicate %q %s", l, primaryProperty.getName())
|
D | deapexer.go | 162 ctx.ModuleErrorf("Multiple installable prebuilt APEXes provide ambiguous deapexers: %s and %s", 171 …ctx.ModuleErrorf("No prebuilt APEX provides a deapexer module for APEX variant %s", ai.ApexVariati…
|
D | singleton_module.go | 71 …ctx.ModuleErrorf("GenerateAndroidBuildActions already called for variant %q, SingletonModules can … 117 ctx.ModuleErrorf("Duplicate SingletonModule %q, previously used in %s", name, smb.bp)
|
D | bazel.go | 382 ModuleErrorf(format string, args ...interface{}) methodSpec 410 …ctx.ModuleErrorf("A module cannot be in moduleAlwaysConvert and also be in moduleTypeAlwaysConvert… 416 ctx.ModuleErrorf("a module cannot be in moduleDoNotConvert and also be in moduleAlwaysConvert") 423 ctx.ModuleErrorf("A module cannot be in a directory listed in keepExistingBuildFile"+ 432 ctx.ModuleErrorf("A module cannot be in a directory marked Bp2BuildDefaultTrue"+
|
D | proto.go | 65 ctx.ModuleErrorf("only one of proto.type and proto.plugin can be specified.") 193 ctx.ModuleErrorf("Could not cast ProtoProperties to expected type") 204 ctx.ModuleErrorf("Cannot handle arch-variant types for protos at this time.")
|
D | license.go | 72 …ctx.ModuleErrorf("license_kinds property %q is not a license_kind module", ctx.OtherModuleName(mod…
|
D | bazel_paths.go | 82 ModuleErrorf(format string, args ...interface{}) methodSpec 91 ModuleErrorf(fmt string, args ...interface{}) methodSpec 139 ctx.ModuleErrorf("%q, is not a module reference", module)
|
D | path_properties_test.go | 68 ctx.ModuleErrorf("GetDirectDepWithTag failed")
|
/build/soong/cc/ |
D | stl.go | 82 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", s) 93 ctx.ModuleErrorf("stl: %q is not a supported STL for windows", s) 113 ctx.ModuleErrorf("stl: %q is not a supported STL", s)
|
D | ndk_headers.go | 110 ctx.ModuleErrorf("filepath.Rel(%q, %q) failed: %s", headerDir, 143 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs) 219 ctx.ModuleErrorf("glob %q matched zero files", String(m.properties.From)) 341 ctx.ModuleErrorf("srcs %q matched zero files", m.properties.Srcs)
|
D | pgo.go | 113 ctx.ModuleErrorf("glob: %s", err.Error()) 203 ctx.ModuleErrorf("PGO specification is missing properties: " + missingProps) 208 ctx.ModuleErrorf("Instrumentation PGO specification is missing benchmark property") 212 ctx.ModuleErrorf("Sampling PGO is deprecated, use AFDO instead")
|
D | library_headers.go | 61 ctx.ModuleErrorf("Error getting Bazel CcInfo: %s", err) 70 ctx.ModuleErrorf("expected exactly one output file for %q, but got %q", label, outputPaths)
|
D | vndk.go | 146 ctx.ModuleErrorf("non-VNDK module should not link to %q which has `private: true`", to.Name()) 161 ctx.ModuleErrorf("(%s) should not link to %q which is not a vendor-available library", 169 ctx.ModuleErrorf("`extends` refers a non-vndk module %q", to.Name()) 173 ctx.ModuleErrorf( 179 ctx.ModuleErrorf( 191 ctx.ModuleErrorf("(%s) should not link to %q (%s): %v", 247 ctx.ModuleErrorf(m, "%s", err)
|
D | ndk_prebuilt.go | 88 ctx.ModuleErrorf("NDK prebuilt objects must have an ndk_crt prefixed name") 164 ctx.ModuleErrorf("NDK prebuilt libraries must have an ndk_lib prefixed name")
|
D | sdk.go | 36 …ctx.ModuleErrorf("UseSdk() must return true when AlwaysSdk is set, did the factory forget to set S…
|
D | bp2build.go | 194 ctx.ModuleErrorf("Migrating static/shared only proto srcs is not currently supported") 209 …ctx.ModuleErrorf("Bp2BuildParsePrebuiltLibraryProps: Expected at most one source file for %s %s\n"… 372 …ctx.ModuleErrorf("Unsupported conversion: module with different stl for different variants: %s and… 390 …ctx.ModuleErrorf("Could not convert product variable %s property", proptools.PropertyNameForField(… 706 ctx.ModuleErrorf("nocrt is not supported for arch variants") 772 ctx.ModuleErrorf("Could not convert product variable %s property", name) 775 ctx.ModuleErrorf("Could not convert product variable %s property", dep.excludesField) 953 …ctx.ModuleErrorf("bp2build cannot migrate a module with arch/target-specific static_executable val…
|
/build/blueprint/ |
D | singleton_ctx.go | 61 ModuleErrorf(module Module, format string, args ...interface{}) methodSpec 220 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func 223 s.error(s.context.ModuleErrorf(logicModule, format, args...))
|
/build/soong/python/ |
D | library.go | 62 ctx.ModuleErrorf("bp2build converter doesn't understand having neither py2 nor py3 enabled")
|
/build/soong/rust/ |
D | toolchain_library.go | 96 ctx.ModuleErrorf("Called rustSetToolchainSource on a non-Rust Module.")
|
D | test.go | 151 ctx.ModuleErrorf("data_lib %q is not a linkable module", depName) 164 ctx.ModuleErrorf("data_bin %q is not a linkable module", depName)
|
/build/soong/bazel/ |
D | testing.go | 100 func (omc *OtherModuleTestContext) ModuleErrorf(format string, args ...interface{}) { func
|