HomeSort by relevance Sort by last modified time
    Searched refs:StringPrintf (Results 526 - 550 of 673) sorted by null

<<21222324252627

  /art/dexlayout/
compact_dex_writer.cc 19 #include "android-base/stringprintf.h"
361 *error_msg = android::base::StringPrintf("Conflicting code item for method id %u",
367 *error_msg = android::base::StringPrintf("Conflicting debug info for method id %u",
  /art/runtime/
indirect_reference_table_test.cc 19 #include "android-base/stringprintf.h"
28 using android::base::StringPrintf;
41 EXPECT_NE(oss.str().find(StringPrintf("%zd of java.lang.Object (%zd unique instances)",
thread_list.cc 26 #include "android-base/stringprintf.h"
62 using android::base::StringPrintf;
    [all...]
  /build/kati/
ninja.cc 42 #include "stringprintf.h"
192 gomacc_ = StringPrintf("%s/gomacc ", g_flags.goma_dir);
218 r += StringPrintf(fmt, g_flags.ninja_suffix ? g_flags.ninja_suffix : "");
493 rule_name = StringPrintf("rule%d", nn->rule_id);
  /external/gflags/src/
gflags_completions.cc 468 StringPrintf("/%s%s", ProgramInvocationShortName(), suffix));
732 output = StringPrintf("%s Details for '--%s':\n"
  /external/libchrome/base/
logging.cc 64 #include "base/strings/stringprintf.h"
865 base::StringPrintf(" (0x%X)", error_code);
867 return base::StringPrintf("Error (0x%X) while retrieving error. (0x%X)",
  /external/libchrome/base/strings/
string_number_conversions_unittest.cc 19 #include "base/strings/stringprintf.h"
87 std::string size_t_max_string = StringPrintf("%" PRIuS, size_t_max);
370 std::string size_t_max_string = StringPrintf("%" PRIuS, size_t_max);
  /external/libchrome/dbus/
object_proxy.cc 15 #include "base/strings/stringprintf.h"
400 base::StringPrintf(
432 base::StringPrintf("type='signal', interface='%s', path='%s'",
  /frameworks/base/cmds/statsd/src/
StatsLogProcessor.cpp 25 #include "android-base/stringprintf.h"
37 using android::base::StringPrintf;
514 string file_name = StringPrintf("%s/%ld_%d_%lld", STATS_DATA_DIR,
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 26 #include "android-base/stringprintf.h"
72 using ::android::base::StringPrintf;
814 compile_sdk_version = StringPrintf("%" PRId32, static_cast<int32_t>(prim->value.data));
817 compile_sdk_version = StringPrintf("%" PRIx32, prim->value.data);
    [all...]
  /system/core/adb/client/
usb_osx.cpp 40 #include <android-base/stringprintf.h>
227 devpath = android::base::StringPrintf("usb:%" PRIu32 "X", locationId);
287 VLOG(USB) << android::base::StringPrintf("Found vid=%04x pid=%04x serial=%s\n",
  /system/core/base/
logging_test.cpp 29 #include "android-base/stringprintf.h"
203 return android::base::StringPrintf(
557 std::string expected = android::base::StringPrintf("%s unimplemented ", __PRETTY_FUNCTION__);
  /system/core/init/
init.cpp 38 #include <android-base/stringprintf.h>
68 using android::base::StringPrintf;
262 std::string cmdline_path = StringPrintf("proc/%d/cmdline", pid);
  /system/core/liblog/tests/
liblog_test.cpp 33 #include <android-base/stringprintf.h>
124 popenToString(android::base::StringPrintf("ls -l /proc/%d/fd", pid));
159 popenToString(android::base::StringPrintf("ls -l /proc/%d/fd", pid));
    [all...]
  /system/extras/procrank/
procrank.cpp 29 #include <android-base/stringprintf.h>
524 std::string filename = android::base::StringPrintf("/proc/%d/cmdline", pid);
537 std::string filename = android::base::StringPrintf("/proc/%d/oom_score_adj", pid);
  /system/extras/simpleperf/
cmd_record_test.cpp 24 #include <android-base/stringprintf.h>
259 std::string pid_list = android::base::StringPrintf(
268 std::string tid_list = android::base::StringPrintf(
  /system/update_engine/
libcurl_http_fetcher.cc 30 #include <base/strings/stringprintf.h>
206 const string content_type_attr = base::StringPrintf(
232 string range_str = base::StringPrintf(
p2p_manager.cc 51 #include <base/strings/stringprintf.h>
61 using base::StringPrintf;
109 args.push_back(StringPrintf("--minimum-size=%" PRIuS, minimum_size));
test_http_server.cc 47 #include <base/strings/stringprintf.h>
133 string tmp_str = base::StringPrintf("decoded range offsets: "
630 string listening_msg = base::StringPrintf("%s%hu", kListeningMsgPrefix, port);
  /test/vts-testcase/kernel/api/qtaguid/
SocketTagUserSpace.cpp 41 #include <android-base/stringprintf.h>
162 android::base::StringPrintf(" tag=0x%" PRIx64 " (uid=%u)", full_tag, uid);
186 android::base::StringPrintf("0x%" PRIx64 " %u %d", kTag, uid, counterSet);
  /art/runtime/jdwp/
jdwp_socket.cc 29 #include "android-base/stringprintf.h"
504 LOG(ERROR) << android::base::StringPrintf("ERROR: bad handshake '%.14s'", input_buffer_);
  /art/test/ti-agent/
jni_binder.cc 24 #include "android-base/stringprintf.h"
157 std::string descriptor = android::base::StringPrintf("L%s;", class_name);
  /bootable/recovery/
roots.cpp 36 #include <android-base/stringprintf.h>
298 android::base::StringPrintf("stride=%d,stripe-width=%d", raid_stride, raid_stripe_width));
  /external/libbrillo/brillo/
process.cc 46 base::FilePath(base::StringPrintf("/proc/%d", pid)));
  /external/libchrome/base/trace_event/
process_memory_dump.cc 13 #include "base/strings/stringprintf.h"
253 std::string base_name = base::StringPrintf("tracing/heap_profiler_%s",

Completed in 1503 milliseconds

<<21222324252627