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

<<61626364656667686970>>

  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 100 pixfmt = V4L2Device::MapFourCC(fourcc.c_str());
125 V4L2Device* device = new V4L2Device(dev_name.c_str(), io, buffers);
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 56 DynamicLibrary lib = DynamicLibrary::getPermanentLibrary(i->c_str(), &err);
117 checkerOpts.push_back(CheckerOptInfo(opt.first.c_str(), opt.second));
  /external/curl/docs/examples/
htmltitle.cpp 260 htmlParseChunk(ctxt, html.c_str(), html.size(), 0);
312 printf("Title: %s\n", title.c_str());
  /external/deqp/executor/tools/
xeBatchResultToJUnit.cpp 171 batchResultToJUnitReport(cmdLine.batchResultFile.c_str(), cmdLine.outputFile.c_str());
  /external/deqp/executor/
xeBatchResult.hpp 76 const char* getTestCasePath (void) const { return m_casePath.c_str(); }
81 const char* getStatusDetails (void) const { return m_statusDetails.c_str(); }
xeLocalTcpIpLink.cpp 59 if (deProcess_start(m_process, cmdLine.str().c_str(), workDir) != DE_TRUE)
65 XE_FAIL((std::string("Failed to start ExecServer '") + execServerPath + "' : " + err).c_str());
xeTestCaseListParser.cpp 54 XE_FAIL((string("Unknown test case type '") + caseType + "'").c_str());
137 XE_FAIL((string("Unexpected <") + elemName + ">").c_str());
  /external/deqp/framework/common/
tcuTestHierarchyIterator.cpp 175 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
  /external/deqp/framework/delibs/decpp/
deStringUtil.cpp 119 return deStringBeginsWith(s.c_str(), prefix.c_str()) == DE_TRUE;
  /external/deqp/framework/egl/
egluNativeDisplay.hpp 57 const char* getPlatformExtensionName (void) const { return (m_platformExtension.empty() ? DE_NULL : m_platformExtension.c_str()); }
90 const char* getPlatformExtensionName (void) const { return (m_platformExtension.empty() ? DE_NULL : m_platformExtension.c_str()); }
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 190 case GL_VENDOR: return (const glw::GLubyte*)context->vendor.c_str();
191 case GL_VERSION: return (const glw::GLubyte*)context->version.c_str();
192 case GL_RENDERER: return (const glw::GLubyte*)context->renderer.c_str();
193 case GL_SHADING_LANGUAGE_VERSION: return (const glw::GLubyte*)context->shadingLanguageVersion.c_str();
194 case GL_EXTENSIONS: return (const glw::GLubyte*)context->extensions.c_str();
211 return (const glw::GLubyte*)context->extensionList[index].c_str();
438 const char* srcPtr = translatedSrc.c_str();
481 const char* srcPtr = translatedSrc.c_str();
  /external/deqp/framework/randomshaders/
rsgVariableType.hpp 124 const char* getName (void) const { return m_name.c_str(); }
139 const char* getTypeName (void) const { return m_typeName.c_str(); }
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 652 addChild(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_pot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), format, dataType, 128, 128));
653 addChild(new Texture2DFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_2d_npot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), format, dataType, 63, 112));
654 addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), format, dataType, 64, 64));
655 addChild(new TextureCubeFormatCase (m_testCtx, m_context.getRenderContext(), (nameBase + "_cube_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), format, dataType, 57, 57));
  /external/deqp/modules/glshared/
glsFboCompletenessTests.hpp 96 name.c_str(), desc.c_str())
  /external/eigen/bench/btl/data/
smooth.cxx 162 ofstream output_file (filename.c_str(),ios::out) ;
178 ifstream input_file (filename.c_str(),ios::in) ;
  /external/eigen/bench/btl/generic_bench/timers/
x86_timer.hh 121 ofstream outfile (filemane.c_str(),ios::out) ;
135 ofstream outfile (filemane.c_str(),ios::out) ;
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc 80 MachPortSender sender(mach_port_name_.c_str());
131 result = generator.Write(dump_path.c_str());
  /external/google-breakpad/src/testing/gtest/test/
gtest-test-part_test.cc 67 message.GetString().c_str());
72 EXPECT_STREQ(message.GetString().c_str(), result.message());
  /external/google-breakpad/src/tools/linux/symupload/
minidump_upload.cc 81 printf("Failed to send minidump: %s\n", error.c_str());
84 printf("%s\n", response.c_str());
  /external/gptfdisk/
attributes.cc 171 if (1 != sscanf (attributeBits.c_str(), "%qx", (long long unsigned int*) &attributeBitMask)) {
179 if (1 != sscanf (attributeBits.c_str(), "%d", &bitNum)) {
  /external/gtest/test/
gtest-test-part_test.cc 67 message.GetString().c_str());
72 EXPECT_STREQ(message.GetString().c_str(), result.message());
  /external/libbrillo/brillo/
file_utils.cc 63 AT_FDCWD, path.value().c_str(), O_RDONLY | O_CLOEXEC | O_NOFOLLOW)));
117 path.value().c_str(),
mime_utils.cc 157 if (base::EqualsCaseInsensitiveASCII(pair.first.c_str(), paramName.c_str()))
  /external/libchrome/base/
environment_unittest.cc 35 EXPECT_STREQ(env_value.c_str(), kFooLower);
46 EXPECT_STREQ(env_value.c_str(), kBar);
  /external/libchrome/base/threading/
worker_pool_posix.cc 80 const std::string name = base::StringPrintf("%s/%d", name_prefix_.c_str(),
82 // Note |name.c_str()| must remain valid for for the whole life of the thread.

Completed in 6590 milliseconds

<<61626364656667686970>>