Home
last modified time | relevance | path

Searched refs:ERROR (Results 1 – 11 of 11) 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/make/tools/fs_get_stats/
Dfs_get_stats.c11 #define ERROR(fmt,args...) \ macro
48 ERROR("Invalid arguments\n"); in main()
55 ERROR("current permissions must be a number. Got '%s'.\n", argv[1]); in main()
/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.proto88 ERROR = 2; enumerator
91 // Message priority level (DEBUG, INFO, WARNING, ERROR).
/build/soong/androidmk/androidmk/
Dandroidmk_test.go624 … LOCAL_ERROR_PRONE_FLAGS := -Xep:AsyncCallableReturnsNull:ERROR -Xep:AsyncFunctionReturnsNull:ERROR
/build/soong/java/
Ddexpreopt_bootjars.go716 const failureMessage = `ERROR: Dex2oat failed to compile a boot image.
/build/make/core/
DMakefile5975 echo SDK: $(if $(SDK_GNU_ERROR),ERROR:,warning:) \