/build/make/tools/product_config/src/com/android/build/config/ |
D | Errors.java | 39 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,
|
D | ErrorReporter.java | 68 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()
|
D | Options.java | 120 handleErrorCode(arg, Errors.Level.ERROR); in parse()
|
/build/make/tools/product_config/test/com/android/build/config/ |
D | ErrorReporterTest.java | 33 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()
|
D | TestErrors.java | 31 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/ |
D | errorprone_flags.bzl | 18 "-Xep:EmptyTopLevelDeclaration:ERROR", 19 "-Xep:IgnoredPureGetter:ERROR", 20 "-Xep:ProtoFieldNullComparison:ERROR", 21 "-Xep:RestrictedApi:ERROR",
|
/build/make/tools/releasetools/ |
D | check_partition_sizes.py | 53 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/ |
D | frontend.proto | 97 ERROR = 2; enumerator 100 // Message priority level (DEBUG, INFO, WARNING, ERROR).
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 331 ERROR = 2; enumerator 337 // ERROR - expconfigfetcher failed
|
/build/bazel/scripts/incremental_build/ |
D | incremental_build.py | 373 logging.ERROR: f"{RED}{BASIC}{RESET}",
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 640 … LOCAL_ERROR_PRONE_FLAGS := -Xep:AsyncCallableReturnsNull:ERROR -Xep:AsyncFunctionReturnsNull:ERROR
|
/build/bazel/ |
D | common.bazelrc | 130 # ERROR: .. in py_runtime rule //prebuilts/build-tools:python2:
|
/build/bazel/rules/apex/ |
D | apex_deps_validation.bzl | 229 echo "ERROR: go/apex-allowed-deps-error contains more information";
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 1174 const failureMessage = `ERROR: Dex2oat failed to compile a boot image.
|
/build/make/core/ |
D | Makefile | 7697 echo SDK: $(if $(SDK_GNU_ERROR),ERROR:,warning:) \
|