Home
last modified time | relevance | path

Searched refs:uValue (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/test/iotest/
H A Dstrtst.c364 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) UPRV_BLOCK_MACRO_BEGIN { \
369 uNumPrinted = u_sprintf(uBuffer, uFormat, uValue);\
611 static void TestSScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool expectedToPass) { in TestSScanSetFormat() argument
625 uNumScanned = u_sscanf(uValue, format, uBuffer); in TestSScanSetFormat()
692 static void TestBadSScanfFormat(const char *format, const UChar *uValue, const char *cValue) { in TestBadSScanfFormat() argument
702 uNumScanned = u_sscanf(uValue, format, uBuffer); in TestBadSScanfFormat()
H A Dfiletst.c1152 #define TestFPrintFormat(uFormat, uValue, cFormat, cValue) UPRV_BLOCK_MACRO_BEGIN { \
1162 uNumPrinted = u_fprintf(myFile, uFormat, uValue);\
1323 static void TestFScanSetFormat(const char *format, const UChar *uValue, const char *cValue, UBool expectedToPass) { in TestFScanSetFormat() argument
1342 u_fprintf(myFile, "%S", uValue); in TestFScanSetFormat()
1413 static void TestBadFScanfFormat(const char *format, const UChar *uValue, const char *cValue) { in TestBadFScanfFormat() argument
1428 u_fprintf(myFile, "%S", uValue); in TestBadFScanfFormat()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DToken.cpp62 bool Token::uValue(unsigned int *value) const in uValue() function in angle::pp::Token
H A DToken.h89 bool uValue(unsigned int *value) const;
H A Dpreprocessor.y354 if (!token->uValue(&val) || (!token->iValue(&testVal) &&
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DToken.cpp70 bool Token::uValue(unsigned int *value) const in uValue() function in pp::Token
H A DToken.h94 bool uValue(unsigned int *value) const;
H A DExpressionParser.y366 if (!token->uValue(&val) || (!token->iValue(&testVal) &&
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp1468 unsigned int* uValue = &udata[0]; in setAndCompareUniforms() local
1493 if ((retValA[j] != *uValue++) || (retValA[j] == retValB[j])) in setAndCompareUniforms()
1534 uValue = &udata[0]; in setAndCompareUniforms()
1559 if ((retValB[j] != *uValue++) || (retValA[j] == retValB[j])) in setAndCompareUniforms()
1612 uValue = &udata[0]; in setAndCompareUniforms()
1633 if ((retVal[j] != *uValue++)) in setAndCompareUniforms()

Completed in 17 milliseconds