Searched refs:fFailures (Results 1 - 14 of 14) sorted by relevance

/external/junit/src/org/junit/runner/
H A DResult.java21 private final List<Failure> fFailures= Collections.synchronizedList(new ArrayList<Failure>()); field in class:Result
36 return fFailures.size();
50 return fFailures;
86 fFailures.add(failure);
/external/chromium_org/third_party/skia/dm/
H A DDMReporter.cpp38 fFailures.push_back(msg);
43 *failures = fFailures;
H A DDMReporter.h27 int32_t fFailed; // atomic, == fFailures.count().
29 mutable SkMutex fMutex; // Guards fFailures.
30 SkTArray<SkString> fFailures; member in class:DM::Reporter
/external/skia/dm/
H A DDMReporter.cpp36 fFailures.push_back(msg);
41 *failures = fFailures;
H A DDMReporter.h27 int32_t fFailed; // atomic, == fFailures.count().
29 mutable SkMutex fMutex; // Guards fFailures.
30 SkTArray<SkString> fFailures; member in class:DM::Reporter
/external/chromium_org/third_party/skia/tests/
H A DTest.cpp65 int numFailures() const { return fFailures.count(); }
66 const SkString& failure(int i) const { return fFailures[i]; }
70 fFailures.push_back(desc);
88 SkTArray<SkString> fFailures; member in class:LocalReporter
/external/skia/tests/
H A DTest.cpp65 int numFailures() const { return fFailures.count(); }
66 const SkString& failure(int i) const { return fFailures[i]; }
70 fFailures.push_back(desc);
92 SkTArray<SkString> fFailures; member in class:LocalReporter
/external/junit/src/junit/framework/
H A DTestResult.java20 protected Vector<TestFailure> fFailures; field in class:TestResult
29 fFailures= new Vector<TestFailure>();
50 fFailures.add(new TestFailure(test, t));
99 return fFailures.size();
105 return Collections.enumeration(fFailures);
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 467 milliseconds