HomeSort by relevance Sort by last modified time
    Searched refs:c_str (Results 151 - 175 of 4313) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/tools/skiaserve/urlhandlers/
ImgHandler.cpp 37 sscanf(commands[1].c_str(), "%d", &n);
39 sscanf(commands[1].c_str(), "%d", &n);
40 sscanf(commands[2].c_str(), "%d", &m);
  /external/webrtc/webrtc/test/testsupport/
frame_writer.cc 35 output_file_ = fopen(output_filename_.c_str(), "wb");
38 output_filename_.c_str());
63 frame_length_in_bytes_, output_filename_.c_str());
  /frameworks/base/libs/androidfw/tests/
BenchmarkHelpers.cpp 28 if (!assetmanager.addAssetPath(String8(path.c_str()), nullptr /* cookie */,
30 state.SkipWithError(base::StringPrintf("Failed to load assets %s", path.c_str()).c_str());
  /frameworks/base/libs/hwui/tests/unit/
OpDumperTests.cpp 31 EXPECT_STREQ("RectOp [100 x 100]", stream.str().c_str());
35 EXPECT_STREQ(" RectOp [100 x 100]", stream.str().c_str());
42 EXPECT_STREQ(" RectOp [100 x 100] clip=[50 x 50] mode=0", stream.str().c_str());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
compare.pass.cpp 251 assert((x.c_str() == sm2) == (x == y));
252 assert((x.c_str() != sm2) == (x != y));
253 assert((x.c_str() < sm2) == (x < y));
254 assert((x.c_str() > sm2) == (x > y));
255 assert((x.c_str() <= sm2) == (x <= y));
256 assert((x.c_str() >= sm2) == (x >= y));
257 assert((sm1 == y.c_str()) == (x == y));
258 assert((sm1 != y.c_str()) == (x != y));
259 assert((sm1 < y.c_str()) == (x < y));
260 assert((sm1 > y.c_str()) == (x > y))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.submatch/re.submatch.op/
compare.pass.cpp 253 assert((x.c_str() == sm2) == (x == y));
254 assert((x.c_str() != sm2) == (x != y));
255 assert((x.c_str() < sm2) == (x < y));
256 assert((x.c_str() > sm2) == (x > y));
257 assert((x.c_str() <= sm2) == (x <= y));
258 assert((x.c_str() >= sm2) == (x >= y));
259 assert((sm1 == y.c_str()) == (x == y));
260 assert((sm1 != y.c_str()) == (x != y));
261 assert((sm1 < y.c_str()) == (x < y));
262 assert((sm1 > y.c_str()) == (x > y))
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
InfoSink.cpp 86 // OutputDebugString(t.c_str());
90 fprintf(stdout, "%s", t.c_str());
97 sink.append(t.c_str());
102 // OutputDebugString(t.c_str());
106 fprintf(stdout, "%s", t.c_str());
  /system/extras/simpleperf/
cmd_help.cpp 76 printf(" %-20s%s\n", cmd_name.c_str(), cmd->ShortHelpString().c_str());
81 printf("%s\n", command.LongHelpString().c_str());
  /system/nfc/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 74 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), block);
127 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), block);
199 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), DH_NV_BLOCK);
201 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), HC_F3_NV_BLOCK);
203 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), HC_F4_NV_BLOCK);
205 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), HC_F2_NV_BLOCK);
207 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), HC_F5_NV_BLOCK);
234 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), DH_NV_BLOCK);
236 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), HC_F3_NV_BLOCK);
238 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), HC_F4_NV_BLOCK)
    [all...]
  /art/test/922-properties/
properties.cc 60 if (string.c_str() == nullptr) {
65 jvmtiError result = jvmti_env->GetSystemProperty(string.c_str(), &value);
80 if (key_string.c_str() == nullptr) {
84 if (value_string.c_str() == nullptr) {
88 jvmtiError result = jvmti_env->SetSystemProperty(key_string.c_str(), value_string.c_str());
  /external/avb/test/
avbtool_unittest.cc 56 EXPECT_COMMAND(0, "./avbtool version > %s", path.value().c_str());
373 rootfs_path.value().c_str(),
374 rootfs_path.value().c_str());
377 rootfs_path.value().c_str(),
378 rootfs_path.value().c_str());
379 EXPECT_COMMAND(0, "rm -f %s.unsparse", rootfs_path.value().c_str());
392 rootfs_path.value().c_str(),
394 ext_vbmeta_path.value().c_str());
446 rootfs_path.value().c_str(),
447 rootfs_path.value().c_str());
    [all...]
  /external/jsoncpp/src/jsontestrunner/
main.cpp 65 fprintf(fout, "%s\n", value.getComment(Json::commentBefore).c_str());
69 fprintf(fout, "%s=null\n", path.c_str());
74 path.c_str(),
75 Json::valueToString(value.asLargestInt()).c_str());
80 path.c_str(),
81 Json::valueToString(value.asLargestUInt()).c_str());
86 path.c_str(),
87 normalizeFloatingPointStr(value.asDouble()).c_str());
90 fprintf(fout, "%s=\"%s\"\n", path.c_str(), value.asString().c_str());
    [all...]
  /external/libcxx/src/
random.cpp 43 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
59 : __f_(open(__token.c_str(), O_RDONLY))
62 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
98 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
101 __throw_system_error(error, ("random device failed to open " + __token).c_str());
127 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
random.cpp 41 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
57 : __f_(open(__token.c_str(), O_RDONLY))
60 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
96 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
99 __throw_system_error(error, ("random device failed to open " + __token).c_str());
125 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
  /test/vts/drivers/libprofiling/
VtsProfilingConfigureMain.cpp 49 fqInstanceName.c_str(),
50 interfaceRet.description().c_str());
57 fqInstanceName.c_str(), notifyRet.description().c_str());
60 fqInstanceName.c_str());
65 listRet.description().c_str());
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 176 MYLOGD("%s: %d entries added to zip file\n", title.c_str(), (int)mount_points.size());
326 systrace_path.c_str());
338 MYLOGE("Unable to add systrace file %s to zip file\n", systrace_path.c_str());
340 if (remove(systrace_path.c_str())) {
341 MYLOGE("Error removing systrace file %s: %s", systrace_path.c_str(), strerror(errno));
372 MYLOGE("Unable to add raft log %s to zip file\n", raft_path.c_str());
374 if (remove(raft_path.c_str())) {
375 MYLOGE("Error removing raft file %s: %s\n", raft_path.c_str(), strerror(errno));
387 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(dir.c_str()), closedir);
389 MYLOGD("Error %d opening %s\n", errno, dir.c_str());
    [all...]
  /art/test/936-search-onload/
search_onload.cc 48 jvmtiError result = jvmti_env->AddToBootstrapClassLoaderSearch(dex1.c_str());
54 result = jvmti_env->AddToSystemClassLoaderSearch(dex2.c_str());
  /external/compiler-rt/test/asan/TestCases/Posix/
glob.cc 19 printf("pattern: %s\n", pattern.c_str());
22 int res = glob(pattern.c_str(), 0, 0, &globbuf);
shared-lib-test.cc 24 printf("opening %s ... \n", path.c_str());
25 void *lib = dlopen(path.c_str(), RTLD_NOW);
  /external/libchrome/base/
os_compat_android_unittest.cc 26 char* buffer = const_cast<char*>(sub_dir_string.c_str());
37 char* buffer2 = const_cast<char*>(sub_dir2_string.c_str());
  /external/libchrome/base/trace_event/
trace_config_unittest.cc 78 EXPECT_STREQ("record-until-full", config.ToTraceOptionsString().c_str());
85 EXPECT_STREQ("record-continuously", config.ToTraceOptionsString().c_str());
92 EXPECT_STREQ("trace-to-console", config.ToTraceOptionsString().c_str());
100 config.ToTraceOptionsString().c_str());
108 config.ToTraceOptionsString().c_str());
116 config.ToTraceOptionsString().c_str());
124 config.ToTraceOptionsString().c_str());
135 config.ToTraceOptionsString().c_str());
143 EXPECT_STREQ("trace-to-console", config.ToTraceOptionsString().c_str());
151 EXPECT_STREQ("record-until-full", config.ToTraceOptionsString().c_str());
    [all...]
  /external/libcxxabi/src/
stdlib_stdexcept.cpp 28 return __imp_.c_str();
36 return __imp_.c_str();
  /external/llvm/lib/Support/
GraphWriter.cpp 146 args.push_back(ViewerPath.c_str());
149 args.push_back(Filename.c_str());
158 args.push_back(ViewerPath.c_str());
159 args.push_back(Filename.c_str());
169 args.push_back(ViewerPath.c_str());
170 args.push_back(Filename.c_str());
180 args.push_back(ViewerPath.c_str());
181 args.push_back(Filename.c_str());
223 args.push_back(GeneratorPath.c_str());
230 args.push_back(Filename.c_str());
    [all...]
  /external/skia/src/sksl/
SkSLUtil.cpp 58 int result = strtoul(s.c_str() + 2, &p, 16);
62 return atoi(s.c_str());
67 std::string str(s.c_str(), s.size());
77 long result = strtoul(s.c_str() + 2, &p, 16);
81 return atol(s.c_str());
116 return !strcmp(s1.c_str(), s2);
120 return strcmp(s1.c_str(), s2);
124 return strcmp(s1, s2.c_str());
  /hardware/libhardware/modules/input/evdev/
InputDeviceManager.cpp 31 ALOGE("got input event for unknown node %s", node->getPath().c_str());
43 ALOGE("could not remove unknown node %s", node->getPath().c_str());

Completed in 2051 milliseconds

1 2 3 4 5 67 8 91011>>