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

<<41424344454647484950>>

  /external/skia/platform_tools/android/apps/sample_app/src/main/jni/
com_skia_SkiaSampleRenderer.cpp 195 SkDebugf(flagEntries[i].c_str());
196 args.push_back(flagEntries[i].c_str());
203 args.push_back(msaaSampleCountString.c_str());
219 jstring slideTitle = env->NewStringUTF(gWindow->getSampleTitle(i).c_str());
  /external/skia/samplecode/
SampleIdentityScale.cpp 29 SkFILEStream stream(resourcePath.c_str());
  /external/skia/src/animator/
SkDisplayEvent.cpp 89 SkDebugf("kind=\"%s\" ", str.c_str());
95 SkDebugf("code=\"%s\" ", str.c_str());
177 SkDEBUGCODE(bool found = ) maker.find(target.c_str(), &fTarget);
239 const char* chars = string->c_str();
SkDrawGroup.cpp 128 SkDebugf("condition=\"%s\" ", condition.c_str());
130 SkDebugf("enableCondition=\"%s\" ", enableCondition.c_str());
204 bool success = SkAnimatorScript::EvaluateInt(maker, this, conditionString.c_str(), &result);
209 SkDebugf("condition=%s ", conditionString.c_str());
SkXMLAnimatorWriter.cpp 34 fParser->onEndElement(elem->fName.c_str());
  /external/skia/src/core/
SkAnnotation.cpp 38 buffer.writeString(fKey.c_str());
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 61 fragBuilder->codeAppendf("vec2 coord = %s - %d.0 * %s;", coords2D.c_str(), ce.radius(), imgInc);
68 kernel.appendArrayAccess(index.c_str(), &kernelIndex);
81 fragBuilder->codeAppendf(" * %s;\n", kernelIndex.c_str());
90 fragBuilder->codeAppend(modulate.c_str());
GrSimpleTextureEffect.cpp 21 args.fCoords[0].c_str(),
  /external/skia/src/gpu/glsl/
GrGLSLUniformHandler.h 49 * Shortcut for getUniformVariable(u).c_str()
  /external/skia/src/gpu/vk/
GrVkProgramBuilder.cpp 63 name.c_str());
111 shaderString.c_str(),
112 strlen(shaderString.c_str()),
120 SkDebugf("%s\n", shaderString.c_str());
  /external/v8/tools/
parser-shell.cc 166 repeat = atoi(repeat_str.c_str());
187 RunBaselineParser(fnames[i].c_str(), encoding, repeat, isolate,
193 printf("%s(FirstParseRunTime): %.f ms\n", benchmark.c_str(),
195 printf("%s(SecondParseRunTime): %.f ms\n", benchmark.c_str(),
  /external/vulkan-validation-layers/demos/smoke/
Main.cpp 67 __android_log_print(ANDROID_LOG_ERROR, game->settings().name.c_str(),
  /external/webrtc/webrtc/base/
proxydetect.cc 234 && (stricmp(url.host().c_str() + (hostlen - len), item) == 0);
238 if (!string_match(url.host().c_str(), item))
248 const char* list = proxy_list.c_str();
295 const char* address = saddress.c_str();
520 strcpyn(buffer, sizeof(buffer), line.c_str());
558 if (ProxyListMatch(purl, proxy->bypass_list.c_str(), ',')) {
563 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
567 proxy->address.SetPort(atoi(settings.Get("socks_port").c_str()));
571 proxy->address.SetPort(atoi(settings.Get("ssl_port").c_str()));
575 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
    [all...]
  /external/webrtc/webrtc/common_audio/
wav_file_unittest.cc 43 FILE* f = fopen(outfile.c_str(), "ab");
71 FILE* f = fopen(outfile.c_str(), "rb");
94 rtc_WavWriter* w = rtc_WavOpen(outfile.c_str(), 11904, 2);
127 FILE* f = fopen(outfile.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
audio_loop.cc 23 FILE* fp = fopen(file_name.c_str(), "rb");
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppression_test.cc 148 FILE* in_file = fopen(FLAGS_in_file_name.c_str(), "rb");
154 detection_file = fopen(FLAGS_detection_file_name.c_str(), "rb");
160 reference_file = fopen(FLAGS_reference_file_name.c_str(), "rb");
165 FILE* out_file = fopen(out_file_name.c_str(), "wb");
  /external/webrtc/webrtc/system_wrappers/source/
logging.cc 59 Trace::Add(WebRtcSeverity(severity_), kTraceUndefined, 0, "%s", str.c_str());
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
before_streaming_fixture.cc 44 channel_, fake_microphone_input_file_.c_str(), true, true));
  /frameworks/av/media/libstagefright/foundation/
hexdump.cpp 86 ALOGI("%s", line.c_str());
  /frameworks/compile/libbcc/lib/Support/
Initialization.cpp 33 ALOGE("bcc: Internal Error - %s", pMessage.c_str());
  /frameworks/minikin/tests/
MinikinFontForTest.cpp 26 MinikinFontForTest(font_path, SkTypeface::CreateFromFile(font_path.c_str())) {
  /libnativehelper/include/nativehelper/
toStringArray.h 59 return strings[i].c_str();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/
default.pass.cpp 33 assert(strcmp(s.c_str(), "dog") == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code_const_char_pointer.pass.cpp 25 std::system_error se(make_error_code(std::errc::not_a_directory), what_arg.c_str());
ctor_int_error_category_const_char_pointer.pass.cpp 26 std::generic_category(), what_arg.c_str());

Completed in 1234 milliseconds

<<41424344454647484950>>