HomeSort by relevance Sort by last modified time
    Searched refs:StringPrintf (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /art/runtime/arch/mips/
instruction_set_features_mips.cc 22 #include "base/stringprintf.h"
223 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str());
  /art/runtime/jdwp/
jdwp_request.cc 21 #include "base/stringprintf.h"
103 VLOG(jdwp) << StringPrintf(" %s id %#" PRIx64, specific_kind, id);
  /art/runtime/mirror/
array.cc 89 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str());
string-inl.h 158 self->ThrowOutOfMemoryError(StringPrintf("%s of length %d would overflow",
  /external/regex-re2/re2/testing/
exhaustive_tester.cc 81 regexp = StringPrintf(topwrapper_.c_str(), regexp.c_str());
dfa_test.cc 116 //LOG(INFO) << StringPrintf("Limit %d: prog used %d, DFA budget %d, total %d\n",
184 Regexp* re = Regexp::Parse(StringPrintf("0[01]{%d}$", n),
266 Regexp* re = Regexp::Parse(StringPrintf("0[01]{%d}$", n),
  /system/extras/perfprofd/
perfprofdcore.cc 38 #include <base/stringprintf.h>
611 std::string p_str = android::base::StringPrintf("%u", sampling_period);
623 std::string d_str = android::base::StringPrintf("%u", duration);
705 if (remove(android::base::StringPrintf(
814 std::string path = android::base::StringPrintf(
  /system/extras/simpleperf/
event_fd.cpp 29 #include <base/stringprintf.h>
80 return android::base::StringPrintf("perf_event_file(event %s, pid %d, cpu %d)",
environment.cpp 28 #include <base/stringprintf.h>
277 std::string task_dirname = android::base::StringPrintf("/proc/%d/task", pid);
318 std::string map_file = android::base::StringPrintf("/proc/%d/maps", pid);
  /system/vold/
TrimTask.cpp 23 #include <base/stringprintf.h>
42 using android::base::StringPrintf;
Utils.cpp 23 #include <base/stringprintf.h>
45 using android::base::StringPrintf;
529 return StringPrintf("%s/expand_%s.key", kKeyPath, partGuid.c_str());
545 return StringPrintf("/fstab.%s", hardware);
  /art/disassembler/
disassembler_arm.cc 26 #include "base/stringprintf.h"
99 os << StringPrintf("%+d (", imm32) << FormatInstructionPointer(instr_ptr + imm32) << ")";
313 opcode = StringPrintf("%s%s", (l ? "ldr" : "str"), (b ? "b" : ""));
343 opcode = StringPrintf("%s%c%c", (l ? "ldm" : "stm"), (u ? 'i' : 'd'), (p ? 'b' : 'a'));
364 << StringPrintf(": %08x\t%-7s ", instruction, opcode.c_str())
454 args << StringPrintf("0x%08x", *reinterpret_cast<const unaligned_uint32_t*>(lit_adr));
463 args << StringPrintf("0x%" PRIx64, *reinterpret_cast<unaligned_int64_t*>(lit_adr));
784 args << StringPrintf(" #%d", (0 != imm5 || 0 == shift_type) ? imm5 : 32);
903 args << d << ", " << (S != 0 ? StringPrintf("0x%016" PRIx64, VFPExpand64(imm8))
904 : StringPrintf("0x%08x", VFPExpand32(imm8)))
    [all...]
  /art/runtime/gc/space/
malloc_space.cc 52 StringPrintf("allocspace %s live-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
57 StringPrintf("allocspace %s mark-bitmap %d", name.c_str(), static_cast<int>(bitmap_index)),
  /art/runtime/
thread_pool.cc 93 const std::string worker_name = StringPrintf("%s worker thread %zu", name_.c_str(),
284 const std::string worker_name = StringPrintf("Work stealing worker %zu", GetThreadCount());
oat.cc 24 #include "base/stringprintf.h"
143 return StringPrintf("Invalid oat magic, expected 0x%x%x%x%x, got 0x%x%x%x%x.",
149 return StringPrintf("Invalid oat version, expected 0x%x%x%x%x, got 0x%x%x%x%x.",
  /external/ceres-solver/internal/ceres/
reorder_program.cc 144 *error = StringPrintf("User specified ordering does not have the same "
169 *error = StringPrintf("User specified ordering contains a pointer "
coordinate_descent_minimizer.cc 248 StringPrintf("The user-provided "
parameter_block.h 45 #include "ceres/stringprintf.h"
241 return StringPrintf("{ user_state=%p, state=%p, size=%d, "
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 144 std::string StringPrintf(std::string str, int d) {
293 EXPECT_EQ(StringPrintf("sideffect_%d", i),
307 EXPECT_EQ(StringPrintf("sideffect_%d", i),
  /art/runtime/interpreter/
interpreter_common.h 367 << StringPrintf("\n0x%x: ", dex_pc)
372 oss << StringPrintf(" vreg%u=0x%08X", i, raw_value);
  /art/compiler/optimizing/
ssa_test.cc 18 #include "base/stringprintf.h"
36 str_ += StringPrintf("%d", value);
  /art/compiler/utils/
dedupe_set.h 28 #include "base/stringprintf.h"
144 return StringPrintf("%zu collisions, %zu max bucket size, %" PRIu64 " ns hash time",
  /art/runtime/arch/x86/
instruction_set_features_x86.cc 23 #include "base/stringprintf.h"
285 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str());
  /art/runtime/gc/collector/
garbage_collector.cc 84 ATRACE_BEGIN(StringPrintf("%s %s GC", PrettyCause(gc_cause), GetName()).c_str());
  /bootable/recovery/
recovery.cpp 35 #include <base/stringprintf.h>
329 std::string old_log = android::base::StringPrintf((i == 0) ? "%s" : "%s.%d",
331 std::string new_log = android::base::StringPrintf("%s.%d", LAST_LOG_FILE, i+1);
335 std::string old_kmsg = android::base::StringPrintf((i == 0) ? "%s" : "%s.%d",
337 std::string new_kmsg = android::base::StringPrintf("%s.%d", LAST_KMSG_FILE, i+1);
    [all...]

Completed in 897 milliseconds

1 2 3 45 6 7 8