HomeSort by relevance Sort by last modified time
    Searched defs:StringPrintf (Results 1 - 11 of 11) sorted by null

  /art/runtime/base/
stringprintf.cc 17 #include "stringprintf.h"
65 std::string StringPrintf(const char* fmt, ...) {
  /external/ceres-solver/internal/ceres/
stringprintf.cc 31 #include "ceres/stringprintf.h"
104 string StringPrintf(const char* format, ...) {
  /external/chromium_org/base/strings/
stringprintf.cc 5 #include "base/strings/stringprintf.h"
39 // Templatized backend for StringPrintF/StringAppendF. This does not finalize
111 std::string StringPrintf(const char* format, ...) {
121 std::wstring StringPrintf(const wchar_t* format, ...) {
  /external/chromium_org/third_party/re2/util/
stringprintf.cc 58 string StringPrintf(const char* format, ...) {
  /external/regex-re2/util/
stringprintf.cc 54 string StringPrintf(const char* format, ...) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf.cc 31 // from google3/base/stringprintf.cc
33 #include <google/protobuf/stubs/stringprintf.h>
108 string StringPrintf(const char* format, ...) {
165 return StringPrintf(format,
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 143 std::string StringPrintf(std::string str, int d) {
292 EXPECT_EQ(StringPrintf("sideffect_%d", i),
306 EXPECT_EQ(StringPrintf("sideffect_%d", i),
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 53 // It's possible for functions that use a va_list, such as StringPrintf, to
109 // Templatized backend for StringPrintF/StringAppendF. This does not finalize
179 std::string StringPrintf(const char* format, ...) {
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))",
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AString.cpp 369 AString StringPrintf(const char *format, ...) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 86 static std::string StringPrintf(const char* format, ...) {
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_sds = %f\n", small_allocs_sds)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 86 static std::string StringPrintf(const char* format, ...) {
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_sds = %f\n", small_allocs_sds)
    [all...]

Completed in 435 milliseconds