HomeSort by relevance Sort by last modified time
    Searched full:c_str (Results 1701 - 1725 of 3714) sorted by null

<<61626364656667686970>>

  /external/deqp/modules/gles2/functional/
es2fFloatStateQueryTests.cpp     [all...]
es2fShaderDiscardTests.cpp 364 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), flags);
es2fTextureWrapTests.cpp 301 addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(), "",
319 addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(), "",
334 addChild(new TextureWrapCase(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), name.c_str(), "",
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 323 bool isOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
415 bool isFaceOk = tcu::fuzzyCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference, result, threshold,
515 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
616 bool depthOk = tcu::intThresholdCompare(m_testCtx.getLog(), name.c_str(), desc.c_str(), reference.getAccess(), result.getAccess(), threshold,
    [all...]
es3fFboTestCase.cpp 90 throw glu::Error(err, glu::getErrorStr(err).toString().c_str(), DE_NULL, __FILE__, __LINE__);
148 throw glu::Error((int)err, (string("Got ") + glu::getErrorStr(err).toString()).c_str(), DE_NULL, __FILE__, __LINE__);
253 if (context.getContextInfo().isExtensionSupported(extension.c_str()))
es3fFramebufferBlitTests.cpp     [all...]
es3fInteger64StateQueryTests.cpp 306 FOR_EACH_VERIFIER(verifiers, addChild(new ConstantMinimumValue64TestCase(m_context, verifier, (std::string(implementationLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationLimits[testNdx].description, implementationLimits[testNdx].targetName, implementationLimits[testNdx].minValue)));
308 FOR_EACH_VERIFIER(verifiers, addChild(new MaxCombinedStageUniformComponentsCase (m_context, verifier, (std::string("max_combined_vertex_uniform_components") + verifier->getTestNamePostfix()).c_str(), "MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS", GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS, GL_MAX_VERTEX_UNIFORM_BLOCKS, GL_MAX_VERTEX_UNIFORM_COMPONENTS)));
309 FOR_EACH_VERIFIER(verifiers, addChild(new MaxCombinedStageUniformComponentsCase (m_context, verifier, (std::string("max_combined_fragment_uniform_components") + verifier->getTestNamePostfix()).c_str(), "MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS", GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GL_MAX_FRAGMENT_UNIFORM_COMPONENTS)));
es3fShaderDiscardTests.cpp 352 return new ShaderDiscardCase(context, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == DISCARDMODE_TEXTURE);
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 903 EXPECT_STREQ("abc", GetCapturedStdout().c_str());
913 EXPECT_STREQ("jkl", GetCapturedStderr().c_str());
926 EXPECT_STREQ("pqr", GetCapturedStdout().c_str());
927 EXPECT_STREQ("stu", GetCapturedStderr().c_str());
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 128 posix::ChDir(original_dir_.c_str());
972 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
974 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 365 if (genCreateFieldPacker(ERT, FieldPackerName.c_str())) {
366 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
424 FILE *pfin = fopen(mBitCodeFilePath.c_str(), "rb");
427 mBitCodeFilePath.c_str());
572 bool isBool = !strcmp(TypeName.c_str(), "bool");
607 bool isBool = !strcmp(TypeName.c_str(), "bool");
800 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(),
831 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
    [all...]
  /art/runtime/gc/space/
malloc_space.cc 52 StringPrintf("allocspace %s live-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
57 StringPrintf("allocspace %s mark-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
92 MemMap* mem_map = MemMap::MapAnonymous(name.c_str(), requested_begin, *capacity,
  /art/runtime/native/
java_lang_System.cc 43 "%s of type %s is not an array", identifier, actualType.c_str());
141 srcType.c_str(), dstType.c_str());
  /bionic/tests/
system_properties_test.cpp 47 __system_property_set_filename(pa_filename.c_str());
59 unlink(pa_filename.c_str());
60 rmdir(pa_dirname.c_str());
  /build/tools/makeparallel/
makeparallel.cpp 109 getopt_argv.push_back(strdup(v.c_str()));
326 args.push_back(strdup(jarg.c_str()));
332 args.push_back(strdup(jarg.c_str()));
  /development/perftests/panorama/feature_stab/src/dbregtest/
dbregtest.cpp 124 ifstream in(image_list_file_name.c_str(),ios::in);
266 ofstream match_file(s.str().c_str());
279 ofstream inlier_match_file(s.str().c_str());
  /device/google/contexthub/util/nanotool/
androidcontexthub.cpp 274 if (GetCalibrationBytes(key.c_str(), sensor_type, cal_data)) {
287 ContextHub::SensorTypeToAbbrevName(sensor_type).c_str(), data);
299 ContextHub::SensorTypeToAbbrevName(sensor_type).c_str(), data);
  /external/autotest/client/deps/glbench/src/
utils.cc 44 int fd = open(filename.value().c_str(), O_RDONLY);
63 FILE *fd = fopen(filename.value().c_str(), "r");
70 filename.value().c_str());
  /external/clang/lib/Driver/
Job.cpp 132 Out.push_back(ResponseFileFlag.c_str());
183 printArg(OS, ShortName.str().c_str(), Quote);
196 printArg(OS, CrashInfo->VFSPath.str().c_str(), Quote);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDiscardTests.cpp 354 return de::MovePtr<ShaderDiscardCase>(new ShaderDiscardCase(testCtx, name.c_str(), description.c_str(), shaderTemplate.specialize(params).c_str(), getEvalFunc(mode), mode == DISCARDMODE_TEXTURE));
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.cpp 92 throw glu::Error(err, glu::getErrorStr(err).toString().c_str(), DE_NULL, __FILE__, __LINE__);
152 throw glu::Error((int)err, (string("Got ") + glu::getErrorStr(err).toString()).c_str(), DE_NULL, __FILE__, __LINE__);
260 if (context.getContextInfo().isExtensionSupported(extension.c_str()))
  /external/google-breakpad/src/client/windows/unittests/
minidump_test.cc 80 ::DeleteFile(dump_file_.c_str());
84 ::DeleteFile(full_dump_file_.c_str());
133 const wchar_t* path = file_path.c_str();
  /external/google-breakpad/src/common/linux/tests/
crash_generator.cc 187 if (chdir(temp_dir_.path().c_str()) == -1) {
194 if (mkdir(proc_dir.c_str(), 0755) == -1) {
198 if (!CopyProcFiles(getpid(), proc_dir.c_str())) {
  /external/gptfdisk/
diskio-windows.cc 63 fd = CreateFile(realFilename.c_str(),GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE,
91 fd = CreateFile(realFilename.c_str(), GENERIC_READ | GENERIC_WRITE,
98 fd = CreateFile(realFilename.c_str(), GENERIC_READ | GENERIC_WRITE,
  /external/libcxx/src/
string.cpp 45 fprintf(stderr, "%s\n", msg.c_str());
70 const typename S::value_type* const p = str.c_str();
187 const typename S::value_type* const p = str.c_str();

Completed in 683 milliseconds

<<61626364656667686970>>