Home
last modified time | relevance | path

Searched refs:fErrors (Results 1 – 20 of 20) sorted by relevance

/external/junit/src/main/java/org/junit/runners/model/
DMultipleFailureException.java22 private final List<Throwable> fErrors; field in MultipleFailureException
25 this.fErrors = new ArrayList<Throwable>(errors); in MultipleFailureException()
29 return Collections.unmodifiableList(fErrors); in getFailures()
35 String.format("There were %d errors:", fErrors.size())); in getMessage()
36 for (Throwable e : fErrors) { in getMessage()
DInitializationError.java19 private final List<Throwable> fErrors; field in InitializationError
26 this.fErrors = errors; in InitializationError()
45 return fErrors; in getCauses()
/external/skia/src/sksl/
DSkSLIRGenerator.cpp108 , fErrors(errorReporter) {} in IRGenerator()
111 fSymbolTable.reset(new SymbolTable(std::move(fSymbolTable), fErrors)); in pushSymbolTable()
232 fErrors.error(size->fPosition, "array size must be positive"); in convertVarDeclarations()
409 fErrors.error(caseValue->fPosition, "case value must be a constant"); in convertSwitch()
415 fErrors.error(caseValue->fPosition, "duplicate case value"); in convertSwitch()
452 fErrors.error(result->fPosition, "may not return a value from a void function"); in convertReturn()
462 fErrors.error(r.fPosition, "expected function to return '" + in convertReturn()
473 fErrors.error(b.fPosition, "break statement must be inside a loop or switch"); in convertBreak()
482 fErrors.error(c.fPosition, "continue statement must be inside a loop"); in convertContinue()
530 fErrors.error(f.fPosition, "symbol '" + f.fName + "' was already defined"); in convertFunction()
[all …]
DSkSLCodeGenerator.h23 , fErrors(*errors) in CodeGenerator()
33 ErrorReporter& fErrors; variable
DSkSLParser.h216 ErrorReporter& fErrors; variable
DSkSLIRGenerator.h176 ErrorReporter& fErrors; variable
DSkSLSPIRVCodeGenerator.cpp997 fErrors.error(type.fPosition, in writeStruct()
1002 fErrors.error(type.fPosition, in writeStruct()
1868 std::shared_ptr<SymbolTable> st(new SymbolTable(fErrors)); in writeVariableReference()
2753 fErrors.error(w.fPosition, "internal error: while loop support has been disabled in SPIR-V, " in writeWhileStatement()
2785 fErrors.error(d.fPosition, "internal error: do loop support has been disabled in SPIR-V, see " in writeDoStatement()
2911 ASSERT(!fErrors.errorCount()); in generateCode()
2920 return 0 == fErrors.errorCount(); in generateCode()
DSkSLParser.cpp95 , fErrors(errors) { in Parser()
208 fErrors.error(p, msg); in error()
/external/junit/src/main/java/junit/framework/
DTestResult.java19 protected List<TestFailure> fErrors; field in TestResult
26 fErrors = new ArrayList<TestFailure>(); in TestResult()
37 fErrors.add(new TestFailure(test, e)); in addError()
90 return fErrors.size(); in errorCount()
97 return Collections.enumeration(fErrors); in errors()
/external/junit/src/main/java/org/junit/internal/runners/
DInitializationError.java20 private final List<Throwable> fErrors; field in InitializationError
23 this.fErrors = errors; in InitializationError()
35 return fErrors; in getCauses()
/external/owasp/sanitizer/lib/junit/
Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/libphonenumber/lib/
Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/external/guice/lib/build/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/jsr330/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/slf4j/integration/lib/
Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/v1/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...