Searched refs:resultBuf (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustClientMemoryTest.cpp | 71 std::vector<GLint> resultBuf(numCompressedFormats * 2, 0); in TEST_P() local 75 resultBuf.data()); in TEST_P() 77 EXPECT_TRUE(std::all_of(resultBuf.begin(), resultBuf.end(), in TEST_P() 82 static_cast<GLsizei>(resultBuf.size()), &length, resultBuf.data()); in TEST_P() 85 EXPECT_TRUE(std::none_of(resultBuf.begin(), resultBuf.begin() + length, in TEST_P() 87 EXPECT_TRUE(std::all_of(resultBuf.begin() + length, resultBuf.end(), in TEST_P()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5243 UChar resultBuf[100]; in NamedCapture() local 5249 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5251 REGEX_ASSERT(UnicodeString("a<bcmxy>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5255 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5257 REGEX_ASSERT(UnicodeString("a<m>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5261 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5263 REGEX_ASSERT(UnicodeString("a<m>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5267 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5269 REGEX_ASSERT(UnicodeString("a<x>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5273 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() [all …]
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderLibrary.cpp | 1736 std::ostringstream resultBuf; in injectExtensionRequirements() local 1757 resultBuf << extStr.str(); in injectExtensionRequirements() 1760 resultBuf << line << "\n"; in injectExtensionRequirements() 1763 return resultBuf.str(); in injectExtensionRequirements()
|