Home
last modified time | relevance | path

Searched refs:fError (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_multiplier.cpp26 : fMagnitude(magnitude), fArbitrary(arbitraryToAdopt), fError(U_ZERO_ERROR) { in Scale()
41 : fMagnitude(other.fMagnitude), fArbitrary(nullptr), fError(other.fError) { in Scale()
56 fError = other.fError; in operator =()
61 : fMagnitude(src.fMagnitude), fArbitrary(src.fArbitrary), fError(src.fError) { in Scale()
69 fError = src.fError; in operator =()
/external/skia/src/core/
DSkReadBuffer.cpp65 if (!fError) { in setMemory()
70 if (!fError) { in setInvalid()
73 fError = true; in setInvalid()
82 if (fError) { in skip()
112 return fError ? 0 : fReader.readInt(); in readInt()
118 return fError ? 0 : fReader.readScalar(); in readScalar()
131 fError = true; in peekByte()
204 if (!fError) { in readRegion()
215 if (!fError) { in readPath()
270 fError = fError || !IsPtrAlign4(fReader.peek()) || !fReader.isAvailable(inc); in getArrayCount()
[all …]
DSkReadBuffer.h179 return !fError; in validate()
192 bool isValid() const { return !fError; } in isValid()
234 bool fError = false; variable
/external/skqp/src/core/
DSkReadBuffer.cpp65 if (!fError) { in setMemory()
70 if (!fError) { in setInvalid()
73 fError = true; in setInvalid()
82 if (fError) { in skip()
112 return fError ? 0 : fReader.readInt(); in readInt()
118 return fError ? 0 : fReader.readScalar(); in readScalar()
131 fError = true; in peekByte()
204 if (!fError) { in readRegion()
215 if (!fError) { in readPath()
270 fError = fError || !IsPtrAlign4(fReader.peek()) || !fReader.isAvailable(inc); in getArrayCount()
[all …]
DSkReadBuffer.h179 return !fError; in validate()
192 bool isValid() const { return !fError; } in isValid()
234 bool fError = false; variable
/external/skia/tests/
Dskia_test.cpp87 TestReporter() : fStats(nullptr), fError(false), fTestCount(0) {} in operator ()()
93 fError = true; in operator ()()
97 bool fError; in operator ()() member
104 if (reporter.fError) { in operator ()()
107 fStatus->endTest(fTest.name, !reporter.fError, elapsed, reporter.fTestCount); in operator ()()
/external/skqp/tests/
Dskia_test.cpp87 TestReporter() : fStats(nullptr), fError(false), fTestCount(0) {} in operator ()()
93 fError = true; in operator ()()
97 bool fError; in operator ()() member
104 if (reporter.fError) { in operator ()()
107 fStatus->endTest(fTest.name, !reporter.fError, elapsed, reporter.fTestCount); in operator ()()
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp479 UBool error() {return fError;}; in error()
489 UBool fError; member in UCharFile
498 fError = FALSE; in UCharFile()
512 fError = TRUE; in UCharFile()
532 fError = true; in UCharFile()
600 fError = TRUE; in get()
611 fError = TRUE; in get()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1127 UErrorCode fError; variable
1129 Scale(UErrorCode error) : fMagnitude(0), fArbitrary(nullptr), fError(error) {} in Scale()
1131 Scale() : fMagnitude(0), fArbitrary(nullptr), fError(U_ZERO_ERROR) {} in Scale()
1138 if (fError != U_ZERO_ERROR) { in copyErrorTo()
1139 status = fError; in copyErrorTo()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1217 UBool error() {return fError;}; in error()
1226 UBool fError; member in UCharFile
1234 fError = FALSE; in UCharFile()
1240 fError = TRUE; in UCharFile()
1260 fError = true; in UCharFile()
1328 fError = TRUE; in get()
1339 fError = TRUE; in get()
/external/mesa3d/src/mesa/swrast/
Ds_tritemp.h497 GLfixed fError = 0, fdError = 0; in NAME() local
583 fError = fx - fsx - FIXED_ONE; in NAME()
840 fError += fdError; in NAME()
841 if (fError >= 0) { in NAME()
842 fError -= FIXED_ONE; in NAME()
/external/skia/src/xml/
DSkXMLParser.h82 SkXMLParserError* fError;
DSkXMLParser.cpp132 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError) in SkXMLParser()
/external/skqp/src/xml/
DSkXMLParser.h82 SkXMLParserError* fError;
DSkXMLParser.cpp132 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError) in SkXMLParser()
/external/python/cpython3/PC/
D_msi.c267 if(erf.fError) in fcicreate()