HomeSort by relevance Sort by last modified time
    Searched defs:fError (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkValidatingReadBuffer.h 78 bool fError;
SkBuffer.h 102 SkRBufferWithSizeCheck(const void* data, size_t size) : SkRBuffer(data, size), fError(false) {}
112 bool isValid() const { return !fError; }
114 bool fError;
  /external/junit/src/org/junit/internal/runners/statements/
Fail.java 7 private final Throwable fError;
10 fError= e;
15 throw fError;
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayEvents.h 38 SkBool fError;
SkScriptRuntime.h 42 SkError fError;
SkAnimateMaker.h 77 SkXMLParserError::ErrorCode getErrorCode() const { return fError.getErrorCode(); }
79 int getNativeCode() const { return fError.getNativeCode(); }
80 bool hasError() { return fError.hasError(); }
93 void setErrorCode(SkXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.INHERITED::setCode(err); }
94 void setErrorCode(SkDisplayXMLParserError::ErrorCode err) { if (fError.hasError() == false) fError.setCode(err); }
95 void setErrorNoun(const SkString& str) { if (fError.hasError() == false) fError.setNoun(str); }
99 void setInnerError(SkAnimateMaker* maker, const SkString& str) { fError.setInnerError(maker, str);
    [all...]
SkScript.h 80 Error getError() const { return fError; }
244 Error fError;
SkScript2.h 44 Error getError() { return fError; }
265 Error fError;
  /external/chromium_org/third_party/skia/include/xml/
SkXMLParser.h 82 SkXMLParserError* fError;
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 474 UBool error() {return fError;};
484 UBool fError;
493 fError = FALSE;
507 fError = TRUE;
527 fError = true;
595 fError = TRUE;
606 fError = TRUE;
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 474 UBool error() {return fError;};
484 UBool fError;
493 fError = FALSE;
507 fError = TRUE;
527 fError = true;
595 fError = TRUE;
606 fError = TRUE;
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 492 GLfixed fError = 0, fdError = 0;
578 fError = fx - fsx - FIXED_ONE;
    [all...]
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 115 sk_bzero(fError, sizeof(fError));
120 int fError[kMaxFiles];
303 data->fError[dCount] = pixelError;
311 if (smallest > data->fError[index]) {
312 smallest = data->fError[index];
316 data->fError[smallestIndex] = pixelError;
321 if (data->fSmallestError > data->fError[index]) {
322 data->fSmallestError = data->fError[index];
644 state.fError[index])
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp     [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 492 GLfixed fError = 0, fdError = 0;
578 fError = fx - fsx - FIXED_ONE;
    [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 1650 milliseconds