HomeSort by relevance Sort by last modified time
    Searched refs:c_str (Results 276 - 300 of 5892) sorted by null

<<11121314151617181920>>

  /external/skia/src/gpu/
GrShaderVar.cpp 42 out->appendf("layout(%s) ", fLayoutQualifier.c_str());
58 this->getName().c_str());
63 this->getName().c_str(),
69 this->getName().c_str());
  /external/skia/src/sksl/
SkSLOutputStream.h 28 this->write(s.c_str(), s.size());
SkSLUtil.cpp 30 out.write(s.str().c_str(), s.str().size());
  /external/skia/tools/skiaserve/urlhandlers/
CmdHandler.cpp 37 sscanf(commands[1].c_str(), "%d", &n);
47 sscanf(commands[1].c_str(), "%d", &n);
55 sscanf(commands[1].c_str(), "%d", &n);
56 sscanf(commands[2].c_str(), "%d", &toggle);
  /external/skqp/gm/
orientation.cpp 24 auto image = GetResourceAsImage(path.c_str());
  /external/skqp/samplecode/
SamplePdfFileViewer.cpp 64 const char* basename = strrchr(fFilename.c_str(), SkPATH_SEPARATOR);
65 name.append(basename ? basename+1: fFilename.c_str());
66 SampleCode::TitleR(evt, name.c_str());
81 fPicture = LoadPdf(fFilename.c_str());
  /external/skqp/src/gpu/
GrShaderVar.cpp 42 out->appendf("layout(%s) ", fLayoutQualifier.c_str());
58 this->getName().c_str());
63 this->getName().c_str(),
69 this->getName().c_str());
  /external/skqp/src/sksl/
SkSLOutputStream.h 28 this->write(s.c_str(), s.size());
SkSLUtil.cpp 30 out.write(s.str().c_str(), s.str().size());
  /external/skqp/tools/skiaserve/urlhandlers/
CmdHandler.cpp 37 sscanf(commands[1].c_str(), "%d", &n);
47 sscanf(commands[1].c_str(), "%d", &n);
55 sscanf(commands[1].c_str(), "%d", &n);
56 sscanf(commands[2].c_str(), "%d", &toggle);
  /external/swiftshader/third_party/LLVM/unittests/ADT/
FoldingSet.cpp 33 b.AddString(str2.c_str() + 1);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 82 const char* c_str() const { return pathname_.c_str(); } function in class:testing::internal::FilePath
115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; }
  /external/tensorflow/tensorflow/compiler/xla/
shape_layout.cc 28 ShapeUtil::HumanString(other_shape).c_str(),
29 ShapeUtil::HumanString(shape()).c_str());
38 ShapeUtil::HumanString(*to_shape).c_str(),
39 ShapeUtil::HumanString(shape()).c_str());
  /external/tensorflow/tensorflow/contrib/lite/testing/
nnapi_example.cc 69 DIR* dir = opendir(base_dir.c_str());
71 fprintf(stderr, "Can't open dir %s\n", base_dir.c_str());
77 printf("%s: ", name.c_str());
78 if (Interpret((base_dir + "/" + name).c_str(), use_nnapi)) {
  /external/tensorflow/tensorflow/stream_executor/lib/
numbers.cc 37 return port::safe_strto32(str.c_str(), value);
  /external/v8/testing/gtest/src/
gtest-filepath.cc 137 const char* const last_sep = strrchr(c_str(), kPathSeparator);
139 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
170 dir = std::string(c_str(), last_sep + 1 - c_str());
211 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
217 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
235 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
244 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
260 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
266 const char* const name = pathname_.c_str();
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 132 const char* const last_sep = strrchr(c_str(), kPathSeparator);
134 const char* const last_alt_sep = strrchr(c_str(), kAlternatePathSeparator);
165 dir = std::string(c_str(), last_sep + 1 - c_str());
206 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str());
212 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
230 LPCWSTR unicode = String::AnsiToUtf16(path.c_str());
239 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
255 return pathname_.length() == 1 && IsPathSeparator(pathname_.c_str()[0]);
261 const char* const name = pathname_.c_str();
    [all...]
  /external/webrtc/webrtc/base/
crc32.h 29 return ComputeCrc32(str.c_str(), str.size());
diskcache_win32.cc 38 HANDLE find_handle = FindFirstFile(path16.c_str(), &find_data);
67 file_op.pFrom = path16.c_str();
79 DWORD result = ::GetFileAttributes(ToUtf16(filename).c_str());
84 return ::DeleteFile(ToUtf16(filename).c_str()) != 0;
  /external/webrtc/webrtc/modules/audio_processing/vad/
pitch_based_vad_unittest.cc 26 FILE* spectral_peak_file = fopen(spectral_peak_file_name.c_str(), "rb");
31 FILE* pitch_gain_file = fopen(pitch_gain_file_name.c_str(), "rb");
36 FILE* pitch_lag_file = fopen(pitch_lag_file_name.c_str(), "rb");
41 FILE* voicing_prob_file = fopen(voicing_prob_file_name.c_str(), "rb");
  /external/webrtc/webrtc/test/testsupport/
frame_reader.cc 37 input_file_ = fopen(input_filename_.c_str(), "rb");
40 input_filename_.c_str());
46 fprintf(stderr, "Found empty file: %s\n", input_filename_.c_str());
72 input_filename_.c_str());
  /external/webrtc/webrtc/tools/frame_analyzer/
video_quality_analysis_unittest.cc 31 logfile_ = fopen(log_filename.c_str(), "w");
62 remove(stats_filename.c_str());
71 stats_file.open(stats_filename.c_str());
79 stats_file.open(stats_filename.c_str());
  /external/webrtc/webrtc/tools/frame_editing/
frame_editing_lib.cc 33 FILE* in_fid = fopen(in_path.c_str() , "rb");
35 fprintf(stderr, "Could not read input file: %s.\n", in_path.c_str());
44 FILE* out_fid = fopen(out_path.c_str(), "wb");
47 fprintf(stderr, "Could not open output file: %s.\n", out_path.c_str());
  /frameworks/av/services/mediaextractor/
MediaExtractorUpdateService.cpp 29 ALOGV("loadPlugins %s", apkPath.c_str());
  /frameworks/native/libs/vr/libdisplay/
vsync_client.cpp 27 status.GetErrorMessage().c_str());
43 status.GetErrorMessage().c_str());
58 status.GetErrorMessage().c_str());
71 status.GetErrorMessage().c_str());

Completed in 663 milliseconds

<<11121314151617181920>>