Searched defs:StringPrintf (Results 1 - 9 of 9) sorted by last modified time

/external/regex-re2/util/
H A Dstringprintf.cc54 string StringPrintf(const char* format, ...) { function in namespace:re2
/external/chromium_org/third_party/npapi/npspy/common/
H A Dformat.cpp53 // It's possible for functions that use a va_list, such as StringPrintf, to
179 std::string StringPrintf(const char* format, ...) { function
739 *output = StringPrintf("NPN_Version(%#08lx, %#08lx, %#08lx, %#08lx)", dw1,dw2,dw3,dw4);
741 *output = StringPrintf("NPN_Version(%#08lx, %#08lx, %#08lx, %#08lx)", dw1,dw2,dw3,dw4);
747 *output = StringPrintf("NPN_GetURLNotify(%#08lx, %s, %s, %#08lx)", dw1,sz2,sz3,dw4);
754 *output = StringPrintf("NPN_GetURL(%#08lx, %s, %s)", dw1,sz2,sz3);
764 *output = StringPrintf("NPN_PostURLNotify(%#08lx, %s, %s, %li, %s, %s, %#08lx)",
775 *output = StringPrintf("NPN_PostURL(%#08lx, %s, %s, %li, %s, %s)",
784 *output = StringPrintf("NPN_NewStream(%#08lx, %s, %s, %#08lx(%#08lx))",
787 *output = StringPrintf("NPN_NewStrea
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc108 string StringPrintf(const char* format, ...) { function in namespace:google::protobuf
165 return StringPrintf(format,
/external/chromium_org/third_party/re2/util/
H A Dstringprintf.cc54 string StringPrintf(const char* format, ...) { function in namespace:re2
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsampler_test.cc86 static std::string StringPrintf(const char* format, ...) { function
190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n);
204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f",
248 LOG(INFO) << StringPrintf("pvalue for AndersonDarlingTest "
251 // << StringPrintf("prng is not uniform, %d\n", n);
291 LOG(INFO) << StringPrintf("pvalue for geometric AndersonDarlingTest "
342 // << StringPrintf("d = %f, e=%f, truelog = %f, fastlog= %f\n",
345 LOG(INFO) << StringPrintf("Fastlog2: max_ratio_error = %f\n",
410 LOG(INFO) << StringPrintf("large_allocs_sds = %f\n", large_allocs_sds);
411 LOG(INFO) << StringPrintf("small_allocs_sd
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsampler_test.cc86 static std::string StringPrintf(const char* format, ...) { function
190 LOG(INFO) << StringPrintf("AD stat = %f, n=%d\n", ad_statistic, n);
204 LOG(INFO) << StringPrintf("Testing the AD test. n=%d, ad_stat = %f",
248 LOG(INFO) << StringPrintf("pvalue for AndersonDarlingTest "
251 // << StringPrintf("prng is not uniform, %d\n", n);
291 LOG(INFO) << StringPrintf("pvalue for geometric AndersonDarlingTest "
342 // << StringPrintf("d = %f, e=%f, truelog = %f, fastlog= %f\n",
345 LOG(INFO) << StringPrintf("Fastlog2: max_ratio_error = %f\n",
410 LOG(INFO) << StringPrintf("large_allocs_sds = %f\n", large_allocs_sds);
411 LOG(INFO) << StringPrintf("small_allocs_sd
[all...]
/external/chromium_org/base/strings/
H A Dstringprintf.cc111 std::string StringPrintf(const char* format, ...) { function in namespace:base
121 std::wstring StringPrintf(const wchar_t* format, ...) { function in namespace:base
/external/chromium-libpac/test/
H A Dproxy_resolver_v8_unittest.cc143 std::string StringPrintf(std::string str, int d) { function in namespace:net::__anon1778
292 EXPECT_EQ(StringPrintf("sideffect_%d", i),
306 EXPECT_EQ(StringPrintf("sideffect_%d", i),
/external/ceres-solver/internal/ceres/
H A Dstringprintf.cc104 string StringPrintf(const char* format, ...) { function in namespace:ceres::internal

Completed in 217 milliseconds