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

<<21222324252627

  /system/extras/simpleperf/
cmd_kmem.cpp 88 return android::base::StringPrintf("%" PRIu64,
cmd_report.cpp 31 #include <android-base/stringprintf.h>
351 return android::base::StringPrintf("%s [+0x%" PRIx64 "]",
    [all...]
  /art/openjdkjvmti/
ti_class.cc 34 #include "android-base/stringprintf.h"
81 using android::base::StringPrintf;
97 self->ThrowOutOfMemoryError(StringPrintf(
    [all...]
  /art/runtime/
method_handles.cc 19 #include "android-base/stringprintf.h"
34 using android::base::StringPrintf;
280 StringPrintf("Expected to unbox a '%s' primitive type but was returned null",
    [all...]
monitor.cc 21 #include "android-base/stringprintf.h"
47 using android::base::StringPrintf;
335 std::string tmp = StringPrintf("%s %d at %s:%d",
    [all...]
jni_internal_test.cc 19 #include "android-base/stringprintf.h"
32 using android::base::StringPrintf;
    [all...]
well_known_classes.cc 24 #include <android-base/stringprintf.h>
217 android::base::StringPrintf("(%c)L%s;", prim_name, boxed_name).c_str());
    [all...]
  /bootable/recovery/
recovery.cpp 47 #include <android-base/stringprintf.h>
548 std::string path = android::base::StringPrintf("%s/%s", CACHE_LOG_DIR, de->d_name);
    [all...]
screen_ui.cpp 41 #include <android-base/stringprintf.h>
289 std::string locale_selection = android::base::StringPrintf(
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 38 #include <google/protobuf/stubs/stringprintf.h>
367 string formatted_duration = StringPrintf("%s%lld%ss", sign.c_str(), seconds,
    [all...]
  /system/extras/perfprofd/tests/
perfprofd_test.cc 35 #include <android-base/stringprintf.h>
100 test_log_messages_.push_back(android::base::StringPrintf("%c: %s", severity_char, message));
370 return android::base::StringPrintf("%s/perf.data.encoded.%d",
    [all...]
  /external/libchrome/base/trace_event/
trace_event_unittest.cc 28 #include "base/strings/stringprintf.h"
    [all...]
  /art/dt_fd_forward/
dt_fd_forward.cc 41 #include <android-base/stringprintf.h>
57 SetLastError(::android::base::StringPrintf("%s:%d - %s: %s", \
  /external/avb/test/
avb_ab_flow_unittest.cc 228 base::StringPrintf("--include_descriptors_from_image %s"
    [all...]
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 27 #include "base/strings/stringprintf.h"
361 std::string dir(base::StringPrintf("d%d", i));
file_util_posix.cc 36 #include "base/strings/stringprintf.h"
136 return StringPrintf(".%s.XXXXXX", base::mac::BaseBundleID());
  /external/libchrome/base/metrics/
histogram_unittest.cc 24 #include "base/strings/stringprintf.h"
652 StringPrintf("TestHistogram.%d", i % kTestCreateCount));
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 63 #include <google/protobuf/stubs/stringprintf.h>
    [all...]
  /frameworks/base/cmds/incidentd/src/
Section.cpp 28 #include <android-base/stringprintf.h>
    [all...]
  /frameworks/base/tools/aapt2/format/binary/
TableFlattener.cpp 26 #include "android-base/stringprintf.h"
608 DiagMessage() << android::base::StringPrintf(
TableFlattener_test.cpp 19 #include "android-base/stringprintf.h"
250 base::StringPrintf("%s:string/foo_%d", context->GetCompilationPackage().data(), i));
  /system/core/init/
builtins.cpp 48 #include <android-base/stringprintf.h>
363 std::string tmp = android::base::StringPrintf("/dev/block/loop%zu", n);
    [all...]
  /system/netd/server/
XfrmControllerTest.cpp 41 #include <android-base/stringprintf.h>
150 return android::base::StringPrintf("UNKNOWN family type: %d", info.param);
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 30 #include <base/strings/stringprintf.h>
    [all...]
  /system/update_engine/payload_generator/
delta_diff_utils.cc 39 #include <base/strings/stringprintf.h>
605 aop.name = base::StringPrintf("%s:%" PRIu64,
    [all...]

Completed in 1167 milliseconds

<<21222324252627