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

1 2

  /external/skia/src/core/
SkValidatingReadBuffer.cpp 14 fError(false) {
23 if (!fError && !isValid) {
26 fError = true;
28 return !fError;
32 return !fError;
37 if (!fError) {
47 if (fError) {
57 // if they fail they'll return a zero value or skip nothing, respectively, and set fError to
74 return fError ? 0 : fReader.readInt();
80 return fError ? 0 : fReader.readScalar()
    [all...]
SkValidatingReadBuffer.h 82 bool fError;
  /external/skia/tests/
skia_test.cpp 93 TestReporter() : fStats(nullptr), fError(false), fTestCount(0) {}
101 fError = true;
105 bool fError;
112 if (reporter.fError) {
115 fStatus->endTest(fTest.name, !reporter.fError, elapsed,
SkpSkGrTest.cpp 117 sk_bzero(fError, sizeof(fError));
122 int fError[kMaxFiles];
304 data->fError[dCount] = pixelError;
312 if (smallest > data->fError[index]) {
313 smallest = data->fError[index];
317 data->fError[smallestIndex] = pixelError;
322 if (data->fSmallestError > data->fError[index]) {
323 data->fSmallestError = data->fError[index];
639 state.fError[index])
    [all...]
  /external/skia/src/xml/
SkXMLParser.h 82 SkXMLParserError* fError;
SkXMLParser.cpp 130 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError)
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 479 UBool error() {return fError;};
489 UBool fError;
498 fError = FALSE;
512 fError = TRUE;
532 fError = true;
600 fError = TRUE;
611 fError = TRUE;
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp     [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 497 GLfixed fError = 0, fdError = 0;
583 fError = fx - fsx - FIXED_ONE;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 65 WINBOOL fError;
fdi.h 66 WINBOOL fError;
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/jsr330/lib/
junit.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 
  /prebuilts/devtools/adt/lib/
junit-3.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.11/
junit-4.11.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar 
  /prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar 

Completed in 3559 milliseconds

1 2