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

1 2

  /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/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;
  /external/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;
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 102 bool fError = false;
136 fError = true;
142 if (fError) {
  /external/chromium_org/third_party/skia/include/xml/
SkXMLParser.h 82 SkXMLParserError* fError;
  /external/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];
305 data->fError[dCount] = pixelError;
313 if (smallest > data->fError[index]) {
314 smallest = data->fError[index];
318 data->fError[smallestIndex] = pixelError;
323 if (data->fSmallestError > data->fError[index]) {
324 data->fSmallestError = data->fError[index];
646 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...]
  /external/skia/tests/
SkpSkGrTest.cpp 115 sk_bzero(fError, sizeof(fError));
120 int fError[kMaxFiles];
305 data->fError[dCount] = pixelError;
313 if (smallest > data->fError[index]) {
314 smallest = data->fError[index];
318 data->fError[smallestIndex] = pixelError;
323 if (data->fSmallestError > data->fError[index]) {
324 data->fSmallestError = data->fError[index];
646 state.fError[index])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 65 WINBOOL fError;

Completed in 936 milliseconds

1 2