Searched refs:ERROR (Results 1 – 11 of 11) sorted by relevance
/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/make/tools/fs_get_stats/ |
D | fs_get_stats.c | 11 #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/ |
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 | 88 ERROR = 2; enumerator 91 // Message priority level (DEBUG, INFO, WARNING, ERROR).
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 624 … LOCAL_ERROR_PRONE_FLAGS := -Xep:AsyncCallableReturnsNull:ERROR -Xep:AsyncFunctionReturnsNull:ERROR
|
/build/soong/java/ |
D | dexpreopt_bootjars.go | 716 const failureMessage = `ERROR: Dex2oat failed to compile a boot image.
|
/build/make/core/ |
D | Makefile | 5975 echo SDK: $(if $(SDK_GNU_ERROR),ERROR:,warning:) \
|