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

<<21222324252627282930>>

  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
move.pass.cpp 35 std::remove(temp.c_str());
46 std::remove(temp.c_str());
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
open_string.pass.cpp 36 std::remove(temp.c_str());
49 std::remove(temp.c_str());
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_failure/
ctor_char_pointer_error_code.pass.cpp 24 std::ios_base::failure se(what_arg.c_str(), make_error_code(std::errc::is_a_directory));
32 std::ios_base::failure se(what_arg.c_str());
  /external/llvm/lib/LineEditor/
LineEditor.cpp 112 return Data->LE->getPrompt().c_str();
128 ::fwrite(Data->ContinuationOutput.c_str(),
134 ::el_push(EL, const_cast<char *>(Prevs.c_str()));
147 ::el_insertstr(EL, Action.Text.c_str());
206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err);
240 ::history(Data->Hist, &HE, H_SAVE, HistoryPath.c_str());
247 ::history(Data->Hist, &HE, H_LOAD, HistoryPath.c_str());
296 ::fprintf(Data->Out, "%s", Prompt.c_str());
  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_opencl.hpp 113 format("long%s", hn > 1 ? format("%d", hn).c_str() : "").c_str(),
115 format("convert_long%s", hn > 1 ? format("%d", hn).c_str() : "").c_str(),
117 format("long%s", cn > 1 ? format("%d", cn).c_str() : "").c_str(),
119 format("convert_long%s", cn > 1 ? format("%d", cn).c_str() : "").c_str(),
  /external/opencv3/samples/cpp/
dft.cpp 31 Mat img = imread(filename.c_str(), IMREAD_GRAYSCALE);
35 printf("Cannot read image file: %s\n", filename.c_str());
  /external/parameter-framework/upstream/utility/posix/
DynamicLibrary.cpp 42 _handle = dlopen(_path.c_str(), RTLD_LAZY);
58 void *sym = dlsym(_handle, symbol.c_str());
  /external/parameter-framework/upstream/utility/windows/
DynamicLibrary.cpp 44 HMODULE module = LoadLibrary(_path.c_str());
65 void *sym = reinterpret_cast<void *>(GetProcAddress(module, symbol.c_str()));
  /external/pdfium/core/src/fpdftext/
fpdf_text_int_unittest.cpp 54 EXPECT_STREQ(text_str.c_str(), expected_str.c_str());
  /external/pdfium/core/src/fxcrt/
fxcrt_platforms.cpp 47 m_hFile = FXSYS_fopen(fileName.GetCStr(), strMode.c_str());
57 m_hFile = FXSYS_wfopen(fileName.GetPtr(), strMode.c_str());
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 35 virtual const char* what() const throw() { return what_.c_str(); }
59 SetMessage(msg.str().c_str());
  /external/skia/bench/
SkGlyphCacheBench.cpp 46 return fName.c_str();
83 return fName.c_str();
  /external/skia/gm/
filterindiabox.cpp 103 SkString resourcePath = GetResourcePath(fFilename.c_str());
104 SkFILEStream stream(resourcePath.c_str());
  /external/skia/samplecode/
SampleLighting.cpp 42 SkImageDecoder::DecodeFile(diffusePath.c_str(), &fDiffuseBitmap);
44 SkImageDecoder::DecodeFile(normalPath.c_str(), &fNormalBitmap);
  /external/skia/src/gpu/batches/
GrDrawBatch.h 78 this->pipeline()->getColorFragmentProcessor(i).dumpInfo().c_str());
84 this->pipeline()->getCoverageFragmentProcessor(i).dumpInfo().c_str());
  /external/skia/tools/
skdiff_html.cpp 72 stream->writeText(baseDir.c_str());
74 stream->writeText(comparisonDir.c_str());
95 stream->writeText(diff.fBase.fFilename.c_str());
103 stream->writeText(diff.fBase.fFilename.c_str());
165 stream->writeText(path.c_str());
167 stream->writeText(path.c_str());
175 stream->writeText(path.c_str());
238 SkFILEWStream outputStream(outputPath.c_str());
skdiff_image.cpp 39 SkAutoDataUnref baseFileBits(read_file(drp->fBase.fFullPath.c_str()));
43 SkAutoDataUnref comparisonFileBits(read_file(drp->fComparison.fFullPath.c_str()));
257 printf("Base file is [%s]\n", baseFile.c_str());
261 printf("Comparison file is [%s]\n", comparisonFile.c_str());
273 printf("Writing diffs. Output dir is [%s]\n", outputDir.c_str());
315 const char* baseLabelCstr = baseLabel.c_str();
326 printf("Base: %s\n", baseLabel.c_str());
327 printf("Comparison: %s\n", comparisonLabel.c_str());
  /external/webrtc/talk/app/webrtc/objc/
RTCICECandidate.mm 70 _sdpMid = @(candidate->sdp_mid().c_str());
72 _sdp = @(sdp.c_str());
RTCSessionDescription.mm 69 _description = @(sdp.c_str());
70 _type = @(type.c_str());
RTCStatsReport.mm 53 _reportId = @(statsReport.id()->ToString().c_str());
61 value:@(it.second->ToString().c_str())];