Searched
full:c_str (Results
1801 -
1825 of
3714) sorted by null
<<71727374757677787980>>
/external/libchrome/sandbox/linux/seccomp-bpf/ |
die.cc | 86 HANDLE_EINTR(Syscall::Call(__NR_write, 2, s.c_str(), s.length())));
|
/external/libcxx/include/ |
__refstring | 134 const char* c_str() const _NOEXCEPT {return str_;}
|
/external/libvpx/libvpx/ |
webmenc.cc | 42 info->set_writing_app(version.c_str());
|
/external/llvm/include/llvm/ExecutionEngine/ |
ObjectMemoryBuffer.h | 52 const char* getBufferIdentifier() const override { return BufferName.c_str(); }
|
/external/llvm/lib/Analysis/ |
Analysis.cpp | 100 *OutMessages = strdup(MsgsOS.str().c_str());
|
/external/llvm/lib/Target/ |
Target.cpp | 59 return strdup(StringRep.c_str());
|
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 222 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, 233 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, 246 SafeInterpreter = AbstractInterpreter::createLLC(Path.c_str(), Message, 374 std::ofstream outFile(OutputFile.c_str(), std::ios_base::app);
|
/external/llvm/tools/lli/Unix/ |
RPCChannel.inc | 64 int rc = execv(ChildName.c_str(), args);
|
/external/llvm/tools/llvm-cov/ |
llvm-cov.cpp | 72 argv[1] = Invocation.c_str();
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITTestAPICommon.h | 71 if (Host.getArchName().startswith(I->c_str()))
|
/external/llvm/unittests/Support/ |
LockFileManagerTest.cpp | 98 ASSERT_FALSE(chdir(TmpDir.c_str()));
|
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 242 Extension = ext.c_str(); 244 Program.c_str(), 353 BOOL success = ::CreateProcessA(ProgramToRun.c_str(), 354 LPSTR(CommandLine.c_str()),
|
/external/opencv3/3rdparty/openexr/Iex/ |
IexBaseExc.cpp | 110 return c_str();
|
/external/opencv3/modules/cudacodec/src/ |
cuvid_video_source.cpp | 63 CUresult cuRes = cuvidCreateVideoSource(&videoSource_, fname.c_str(), ¶ms);
|
ffmpeg_video_source.cpp | 108 stream_ = create_InputMediaStream_FFMPEG_p(fname.c_str(), &codec, &chroma_format, &width, &height);
|
/external/opencv3/modules/cudalegacy/test/ |
test_nvidia.cpp | 63 _path = TS::ptr()->get_data_path().c_str();
|
/external/opencv3/samples/cpp/ |
image_alignment.cpp | 89 ifstream myfile(iFilename.c_str()); 98 cout << "Unable to open file " << iFilename.c_str() << endl; 112 ofstream outfile(fileName.c_str()); 115 << "Couldn't open file '" << fileName.c_str() << "'!" << endl;
|
/external/opencv3/samples/directx/ |
d3dsample.hpp | 158 cap.open(file.c_str());
|
/external/opencv3/samples/gpu/ |
morphology.cpp | 52 cerr << "Can't open image " << filename.c_str() << endl;
|
/external/parameter-framework/upstream/test/test-platform/ |
main.cpp | 110 cerr << "Test-platform error:" << strError.c_str() << endl;
|
/external/parameter-framework/upstream/test/tmpfile/ |
TmpFile.hpp | 97 if (std::remove(mPath.c_str()) != 0) {
|
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Define.h | 360 FX_BOOL bRet = pObj->QueryProperty(propname.c_str()); 383 if (!pObj->DoProperty(pContext, propname.c_str(), value, sError)) { 410 if (!pObj->DoProperty(pContext, propname.c_str(), PropValue, sError)) { 431 if (!pObj->DelProperty(pContext, propname.c_str(), sError)) {
|
/external/protobuf/gtest/test/ |
gtest-linked_ptr_test.cc | 150 history->GetString().c_str()
|
/external/skia/bench/ |
BezierBench.cpp | 79 return fName.c_str();
|
PictureNestingBench.cpp | 30 return fName.c_str();
|
Completed in 1162 milliseconds
<<71727374757677787980>>