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

<<31323334353637383940>>

  /external/skia/src/core/
SkStringUtils.cpp 48 const char* input = string.c_str();
  /external/skia/src/gpu/
GrAutoLocaleSetter.h 62 setlocale(LC_ALL, fOldLocale.c_str());
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 166 traceMemoryDump->dumpNumericValue(dumpName.c_str(), "size", "bytes", size);
169 traceMemoryDump->dumpNumericValue(dumpName.c_str(), "purgeable_size", "bytes", size);
174 traceMemoryDump->setMemoryBacking(dumpName.c_str(), "gl_renderbuffer",
175 renderbuffer_id.c_str());
GrGLUniformHandler.h 26 return this->getUniformVariable(u).c_str();
  /external/skia/src/gpu/glsl/
GrGLSL.cpp 56 outAppend->appendf("%s *= %s;", vec4VarName, mulFactor.c_str());
  /external/skia/src/gpu/vk/
GrVkUniformHandler.h 44 return this->getUniformVariable(u).c_str();
  /external/skia/src/ports/
SkFontConfigInterface_direct_google3.cpp 27 const char* c_filename = identity.fString.c_str();
  /external/skia/src/svg/parser/
SkSVGElements.cpp 62 parser.getIDs().set(f_id.c_str(), f_id.size(), this);
  /external/skia/src/utils/
SkWhitelistTypefaces.cpp 59 SkDebugf("no match fontName=\"%s\"\n", familyNameLocalized.fString.c_str());
90 const char* familyName = subName.c_str();
261 sk_fwrite(line.c_str(), line.size(), file);
267 sk_fwrite(line.c_str(), line.size(), file);
  /external/skia/tests/
Time.cpp 53 timeStamp.c_str());
  /external/skia/tools/
ThermalManager.h 37 return OpenFileAndReadInt32(temperatureFilePath.c_str());
UrlDataManager.cpp 26 urlData->fUrl.appendf("%s/%d", fRootUrl.c_str(), fDataId++);
  /external/skia/tools/VisualBench/
VisualBenchmarkStream.cpp 91 fSKPs.push_back() = SkOSPath::Join(FLAGS_skps[0], path.c_str());
179 if (!ReadPicture(path.c_str(), &pic)) {
183 SkString name = SkOSPath::Basename(path.c_str());
186 return new VisualSKPBench(name.c_str(), pic.get());
VisualLightweightBenchModule.cpp 42 #define HUMANIZE(time) humanize(time).c_str()
113 fResults->config(configName.c_str());
136 stats.plot.c_str(),
137 configName.c_str(),
  /external/skia/tools/lua/
lua_pictures.cpp 128 paths.push_back() = SkOSPath::Join(directory.c_str(), filename.c_str());
142 const char* path = paths[i].c_str();
144 SkDebugf("scraping %s %s\n", path, moduloStr.c_str());
  /external/skia/tools/skiaserve/urlhandlers/
EnableGPUHandler.cpp 33 sscanf(commands[1].c_str(), "%d", &enable);
ImgHandler.cpp 37 sscanf(commands[1].c_str(), "%d", &n);
  /external/v8/src/wasm/
wasm-result.cc 46 message_ = isolate_->factory()->NewStringFromAsciiChecked(str.str().c_str());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-message_test.cc 67 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1.234560", s.c_str());
68 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 2.345669", s.c_str());
76 EXPECT_PRED_FORMAT2(testing::IsSubstring, "1260570880.45", s.c_str());
77 EXPECT_PRED_FORMAT2(testing::IsSubstring, " 1260572265.19", s.c_str());
  /external/webrtc/webrtc/base/
crc32.h 29 return ComputeCrc32(str.c_str(), str.size());
logsinks.cc 43 stream_->WriteAll(message.c_str(), message.size(), nullptr, nullptr);
versionparsing.cc 31 version[i] = atoi(version_str.substr(pos, n).c_str());
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
output_audio_file.h 29 out_file_ = fopen(file_name.c_str(), "wb");
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
intelligibility_proc.cc 94 ASSERT_EQ(stat(FLAGS_clear_file.c_str(), &in_stat), 0)
96 ASSERT_EQ(stat(FLAGS_noise_file.c_str(), &noise_stat), 0)
138 system(("aplay " + temp_out_filename).c_str());
139 system(("rm " + temp_out_filename).c_str());
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 31 ASSERT_EQ(0, Trace::SetTraceFile(trace_file.c_str()));

Completed in 800 milliseconds

<<31323334353637383940>>