Searched defs:errors (Results 1 – 16 of 16) sorted by relevance
/build/make/tools/product_config/test/com/android/build/config/ |
D | OptionsTest.java | 26 private Options parse(Errors errors, String[] args) { in parse() 37 final Errors errors = new Errors(); in testErrorMissingLast() local 50 final Errors errors = new Errors(); in testErrorMissingNotLast() local 63 final Errors errors = new Errors(); in testErrorNotNumeric() local 76 final Errors errors = new Errors(); in testErrorInvalidError() local 89 final Errors errors = new Errors(); in testErrorOne() local 102 final Errors errors = new Errors(); in testWarningOne() local 115 final Errors errors = new Errors(); in testHideOne() local 128 final Errors errors = new Errors(); in testEnv() local
|
D | ErrorReporterTest.java | 31 TestErrors errors = new TestErrors(); in testAdding() local 55 TestErrors errors = new TestErrors(); in testNoError() local 67 TestErrors errors = new TestErrors(); in testWarning() local 81 TestErrors errors = new TestErrors(); in testHidden() local 95 TestErrors errors = new TestErrors(); in testSetLevel() local 108 TestErrors errors = new TestErrors(); in testSetLevelFails() local
|
D | TestErrors.java | 57 public static void assertHasEntry(Errors.Category category, ErrorReporter errors) { in assertHasEntry() 70 public static String getErrorMessages(ErrorReporter errors) { in getErrorMessages()
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | Main.java | 28 public Main(Errors errors, Options options) { in Main() 82 Errors errors = new Errors(); in main() local
|
D | KatiImpl.java | 47 public KatiImpl(Errors errors, Options options) { in KatiImpl() 52 public KatiImpl(Errors errors, Options options, KatiCommand command) { in KatiImpl()
|
D | DumpConfigParser.java | 60 private DumpConfigParser(Errors errors, String filename, Reader reader) { in DumpConfigParser() 69 public static Map<String,MakeConfig> parse(Errors errors, String filename, Reader reader) in parse()
|
D | Options.java | 103 public Parser(Errors errors, String[] args, Map<String,String> env) { in Parser() 234 public static Options parse(Errors errors, String[] args, Map<String, String> env) { in parse()
|
D | KatiCommandImpl.java | 63 public KatiCommandImpl(Errors errors, Options options) { in KatiCommandImpl()
|
D | FlattenConfig.java | 46 private FlattenConfig(Errors errors, GenericConfig genericConfig) { in FlattenConfig() 63 public static FlatConfig flatten(Errors errors, GenericConfig genericConfig) { in flatten()
|
D | OutputChecker.java | 104 public void reportErrors(Errors errors) { in reportErrors()
|
D | ConvertMakeToGenericConfig.java | 30 public ConvertMakeToGenericConfig(Errors errors) { in ConvertMakeToGenericConfig()
|
/build/make/tools/ |
D | merge-event-log-tags.py | 38 errors = [] variable
|
/build/soong/android/ |
D | package_ctx.go | 45 errors []error member
|
/build/soong/androidmk/parser/ |
D | parser.go | 63 errors []error member
|
/build/blueprint/parser/ |
D | parser.go | 104 errors []error member
|
/build/soong/zip/ |
D | zip.go | 210 errors chan error member
|