/external/chromium_org/third_party/skia/src/core/ |
SkValidatingReadBuffer.h | 76 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 | 76 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; } 264 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;
|
SkScript2.h | 44 Error getError() { return fError; } 264 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/icu4c/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/icu4c/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/ |
PathOpsSkpClipTest.cpp | 106 sk_bzero(fError, sizeof(fError)); 122 int fError[kMaxFiles]; 288 data->fError[dCount] = pixelError; 296 if (smallest > data->fError[index]) { 297 smallest = data->fError[index]; 301 data->fError[smallestIndex] = pixelError; 306 if (data->fSmallestError > data->fError[index]) { 307 data->fSmallestError = data->fError[index]; 606 state.fError[index]) [all...] |