Searched refs:resultBuf (Results 1 – 5 of 5) sorted by relevance
/external/angle/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()
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 519 var resultBuf bytes.Buffer 520 resultBuf.Write(headerBytes[:len(headerBytes)-1]) 521 resultBuf.WriteString(`,"testGroups":`) 529 resultBuf.Write(replyBytes) 530 resultBuf.WriteString("}") 532 resultData := resultBuf.Bytes()
|
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 5352 UChar resultBuf[100]; in NamedCapture() local 5358 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5360 REGEX_ASSERT(UnicodeString("a<bcmxy>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5364 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5366 REGEX_ASSERT(UnicodeString("a<m>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5370 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5372 REGEX_ASSERT(UnicodeString("a<m>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5376 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() 5378 REGEX_ASSERT(UnicodeString("a<x>z") == UnicodeString(resultBuf, resultLength)); in NamedCapture() 5382 …h = uregex_replaceAll(re, repl.getBuffer(), repl.length(), resultBuf, UPRV_LENGTHOF(resultBuf), &s… in NamedCapture() [all …]
|
/external/deqp/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()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 4143 std::ostringstream resultBuf; in Str() local 4147 resultBuf << '*'; in Str() 4150 resultBuf << '\0'; in Str() 4151 args.GetReturnValue()->SetString(ByteStringView(resultBuf.str().c_str())); in Str() 4159 resultBuf << '*'; in Str() 4165 resultBuf << ' '; in Str() 4168 resultBuf << pData; in Str() 4170 args.GetReturnValue()->SetString(ByteStringView(resultBuf.str().c_str())); in Str() 4180 resultBuf << ' '; in Str() 4185 resultBuf << pData[i]; in Str() [all …]
|