Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 15 of 15) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DErrors.java39 public final Category ERROR_COMMAND_LINE = new Category(1, false, Level.ERROR,
46 public final Category ERROR_KATI = new Category(3, false, Level.ERROR,
52 public final Category ERROR_DUMPCONFIG = new Category(5, false, Level.ERROR,
60 public final Category ERROR_IMPROPER_PRODUCT_VAR_MARKER = new Category(7, true, Level.ERROR,
63 public final Category ERROR_MISSING_CONFIG_FILE = new Category(8, true, Level.ERROR,
66 public final Category ERROR_INFINITE_RECURSION = new Category(9, true, Level.ERROR,
DErrorReporter.java68 ERROR("error"); enumConstant
94 if (!isLevelSettable && level != Level.ERROR) { in Category()
251 if (level == Level.WARNING || level == Level.ERROR) { in add()
254 if (level == Level.ERROR) { in add()
DOptions.java120 handleErrorCode(arg, Errors.Level.ERROR); in parse()
/build/make/tools/product_config/test/com/android/build/config/
DErrorReporterTest.java33 errors.ERROR.add(new Position("a", 12), "Errrororrrr"); in testAdding()
42 Assert.assertEquals(errors.ERROR, entry.getCategory()); in testAdding()
96 Assert.assertEquals(TestErrors.Level.ERROR, errors.ERROR.getLevel()); in testSetLevel()
98 errors.ERROR.setLevel(TestErrors.Level.WARNING); in testSetLevel()
100 Assert.assertEquals(TestErrors.Level.WARNING, errors.ERROR.getLevel()); in testSetLevel()
109 Assert.assertEquals(TestErrors.Level.ERROR, errors.ERROR_FIXED.getLevel()); in testSetLevelFails()
119 Assert.assertEquals(TestErrors.Level.ERROR, errors.ERROR_FIXED.getLevel()); in testSetLevelFails()
DTestErrors.java31 public final Category ERROR = new Category(ERROR_CODE, true, Level.ERROR, field in TestErrors
46 public final Category ERROR_FIXED = new Category(ERROR_FIXED_CODE, false, Level.ERROR,
/build/bazel/rules/java/errorprone/
Derrorprone_flags.bzl18 "-Xep:EmptyTopLevelDeclaration:ERROR",
19 "-Xep:IgnoredPureGetter:ERROR",
20 "-Xep:ProtoFieldNullComparison:ERROR",
21 "-Xep:RestrictedApi:ERROR",
/build/make/tools/releasetools/
Dcheck_partition_sizes.py53 def CheckLe(self, other, level=logging.ERROR):
61 if level == logging.ERROR:
66 def CheckLt(self, other, level=logging.ERROR):
75 if level == logging.ERROR:
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto97 ERROR = 2; enumerator
100 // Message priority level (DEBUG, INFO, WARNING, ERROR).
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto331 ERROR = 2; enumerator
337 // ERROR - expconfigfetcher failed
/build/bazel/scripts/incremental_build/
Dincremental_build.py373 logging.ERROR: f"{RED}{BASIC}{RESET}",
/build/soong/androidmk/androidmk/
Dandroidmk_test.go640 … LOCAL_ERROR_PRONE_FLAGS := -Xep:AsyncCallableReturnsNull:ERROR -Xep:AsyncFunctionReturnsNull:ERROR
/build/bazel/
Dcommon.bazelrc130 # ERROR: .. in py_runtime rule //prebuilts/build-tools:python2:
/build/bazel/rules/apex/
Dapex_deps_validation.bzl229 echo "ERROR: go/apex-allowed-deps-error contains more information";
/build/soong/java/
Ddexpreopt_bootjars.go1174 const failureMessage = `ERROR: Dex2oat failed to compile a boot image.
/build/make/core/
DMakefile7697 echo SDK: $(if $(SDK_GNU_ERROR),ERROR:,warning:) \