Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 16 of 16) sorted by relevance

/build/make/tools/product_config/test/com/android/build/config/
DOptionsTest.java26 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
DErrorReporterTest.java31 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
DTestErrors.java57 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/
DMain.java28 public Main(Errors errors, Options options) { in Main()
82 Errors errors = new Errors(); in main() local
DKatiImpl.java47 public KatiImpl(Errors errors, Options options) { in KatiImpl()
52 public KatiImpl(Errors errors, Options options, KatiCommand command) { in KatiImpl()
DDumpConfigParser.java60 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()
DOptions.java103 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()
DKatiCommandImpl.java63 public KatiCommandImpl(Errors errors, Options options) { in KatiCommandImpl()
DFlattenConfig.java46 private FlattenConfig(Errors errors, GenericConfig genericConfig) { in FlattenConfig()
63 public static FlatConfig flatten(Errors errors, GenericConfig genericConfig) { in flatten()
DOutputChecker.java104 public void reportErrors(Errors errors) { in reportErrors()
DConvertMakeToGenericConfig.java30 public ConvertMakeToGenericConfig(Errors errors) { in ConvertMakeToGenericConfig()
/build/make/tools/
Dmerge-event-log-tags.py38 errors = [] variable
/build/soong/android/
Dpackage_ctx.go45 errors []error member
/build/soong/androidmk/parser/
Dparser.go63 errors []error member
/build/blueprint/parser/
Dparser.go104 errors []error member
/build/soong/zip/
Dzip.go210 errors chan error member