Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 20 of 20) 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()
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()
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()
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/bazel/
Dtesting.go49 errors []string member
/build/soong/scripts/hiddenapi/
Dsignature_patterns.py214 def print_and_exit(errors): argument
/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/
DMain.kt205 val errors = findErrors(flaggedSymbols, flags, exportedSymbols) in run() constant
478 val errors = mutableSetOf<ApiError>() in findErrors() constant
/build/soong/android/
Dpackage_ctx.go46 errors []error member
/build/soong/androidmk/parser/
Dparser.go63 errors []error member
/build/blueprint/parser/
Dparser.go116 errors []error member
/build/soong/zip/
Dzip.go242 errors chan error member
/build/soong/dexpreopt/
Dconfig.go282 errors []error member