/system/bt/stack/gap/ |
gap_ble.cc | 20 #include <base/strings/stringprintf.h> 28 using base::StringPrintf; 196 DVLOG(1) << StringPrintf("%s: recv type (0x%02x)", __func__, type); 225 DVLOG(1) << StringPrintf("Unknown/unexpected LE GAP ATT request: 0x%02x", 267 DVLOG(1) << StringPrintf("%s: status: %d", __func__, status); 319 DVLOG(1) << StringPrintf( 366 << StringPrintf(" cl_op_uuid: 0x%04x", uuid); 473 DVLOG(1) << StringPrintf("%s: attr_uuid=0x%04x", __func__, attr_uuid); 477 DVLOG(1) << StringPrintf("Found attr_uuid=0x%04x", attr_uuid); 562 << StringPrintf(" cl_op_uuid: 0x%04x" [all...] |
/system/core/adb/ |
services.cpp | 38 #include <android-base/stringprintf.h> 69 adb_thread_setname(android::base::StringPrintf("%s svc %d", sti->service_name, sti->fd)); 112 android::base::SetProperty("service.adb.tcp.port", android::base::StringPrintf("%d", port)); 155 std::string reboot_string = android::base::StringPrintf("reboot,%s", reboot_arg); 305 ret = StartSubprocess(android::base::StringPrintf("/system/bin/bu backup %s", 385 *response = android::base::StringPrintf("unable to parse '%s' as <console port>,<adb port>", 393 *response = android::base::StringPrintf("Invalid port numbers: %s", port_spec.c_str()); 406 *response = android::base::StringPrintf("Emulator already registered on port %d", adb_port); 413 *response = android::base::StringPrintf("Connected to emulator on ports %d,%d", 416 *response = android::base::StringPrintf("Could not connect to emulator on ports %d,%d: %s" [all...] |
transport_local.cpp | 35 #include <android-base/stringprintf.h> 86 *response = android::base::StringPrintf("unable to connect to %s: %s", 103 *response = android::base::StringPrintf("already connected to %s", serial.c_str()); 105 *response = android::base::StringPrintf("connected to %s", serial.c_str()); 236 std::string serial = android::base::StringPrintf("host-%d", fd); 335 std::string serial = android::base::StringPrintf("host-%d", fd); 431 return android::base::StringPrintf("emulator-%d", console_port);
|
/system/vold/model/ |
Disk.cpp | 28 #include <android-base/stringprintf.h> 47 using android::base::StringPrintf; 121 mId = StringPrintf("disk:%u,%u", major(device), minor(device)); 123 mSysPath = StringPrintf("/sys/%s", eventPath.c_str()); 124 mDevPath = StringPrintf("/dev/block/vold/%s", mId.c_str()); 516 cmd.push_back(StringPrintf("--new=0:0:+%" PRId64 "M", splitMb)); 517 cmd.push_back(StringPrintf("--typecode=0:%s", kGptBasicData)); 525 cmd.push_back(StringPrintf("--typecode=0:%s", kGptAndroidMeta)); 530 cmd.push_back(StringPrintf("--typecode=0:%s", kGptAndroidExpand)); 531 cmd.push_back(StringPrintf("--partition-guid=0:%s", partGuid.c_str())) [all...] |
/art/runtime/ti/ |
agent.cc | 19 #include "android-base/stringprintf.h" 32 using android::base::StringPrintf; 84 *error_msg = StringPrintf("Unable to start agent %s: No %s callback found", 99 *error_msg = StringPrintf("Initialization of %s returned non-zero value of %d", 129 *error_msg = StringPrintf("Unable to dlopen %s: %s", 138 *error_msg = StringPrintf("Native-bridge agents unsupported: %s", name_.c_str());
|
/system/bt/bta/gatt/ |
bta_gattc_main.cc | 32 using base::StringPrintf; 308 VLOG(1) << StringPrintf("%s: State 0x%02x [%s], Event 0x%x[%s]", __func__, 312 VLOG(1) << StringPrintf("%s: State 0x%02x, Event 0x%x", __func__, in_state, 342 VLOG(1) << StringPrintf("GATTC State Change: [%s] -> [%s] after Event [%s]", 348 VLOG(1) << StringPrintf(
|
/system/core/logd/ |
LogWhiteBlackList.cpp | 19 #include <android-base/stringprintf.h> 42 return android::base::StringPrintf("%u/%u", mUid, mPid); 44 return android::base::StringPrintf("%u", mUid); 47 return android::base::StringPrintf("/%u", mPid); 235 string += android::base::StringPrintf(fmt, (*it).format().c_str()); 242 string += android::base::StringPrintf(fmt, (*it).format().c_str());
|
/system/nfc/src/adaptation/ |
CrcChecksum.cc | 24 #include <android-base/stringprintf.h> 27 using android::base::StringPrintf; 95 << StringPrintf("%s: filename=%s", __func__, filename); 113 << StringPrintf("%s: data size=%zu", __func__, data.size()); 118 LOG(ERROR) << StringPrintf("%s: checksum mismatch", __func__); 120 LOG(ERROR) << StringPrintf("%s: invalid length", __func__);
|
/system/nfc/src/nfa/rw/ |
nfa_rw_api.cc | 26 #include <android-base/stringprintf.h> 32 using android::base::StringPrintf; 154 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("ndef len: %i", len); 264 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 274 << StringPrintf("Cannot %s for Protocol: %d", 280 << StringPrintf("%s", b_hard_lock ? "Hard lock" : "Soft lock"); 612 << StringPrintf("Block to read: %d", block_number); 646 << StringPrintf("Block to write: %d", block_number); 683 << StringPrintf("sector to select: %d", sector_number); 720 << StringPrintf("num_blocks to read: %i", num_blocks) [all...] |
/art/runtime/gc/space/ |
image_space.cc | 26 #include "android-base/stringprintf.h" 59 using android::base::StringPrintf; 144 arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset)); 313 *error_msg = StringPrintf("Unable to read image header for %s", filename); 335 *error_msg = StringPrintf("Unable to read image header for %s at %s", 340 *error_msg = StringPrintf("Unable to read image header for %s at %s", 345 *error_msg = StringPrintf("Unable to find a relocated version of image file %s", 351 *error_msg = StringPrintf("Unable to find a relocated version of image file %s", 380 *error_msg = StringPrintf("Unable to find image file for %s", image_location); 391 *error_msg = StringPrintf("Cannot read header of %s", image_a) [all...] |
/system/netd/tests/ |
binder_test.cpp | 38 #include <android-base/stringprintf.h> 174 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); 179 std::string command = StringPrintf("%s -w -n -L %s", binary, chainName); 212 std::string chainName = StringPrintf("netd_binder_test_%u", arc4random_uniform(10000)); 222 TimedOperation op(StringPrintf("Programming %d-UID whitelist chain", kNumUids)); 239 TimedOperation op(StringPrintf("Programming %d-UID blacklist chain", kNumUids)); 439 std::string prefix = StringPrintf("%" PRIu32 ":", priority); 440 std::string suffix = StringPrintf(" iif lo uidrange %d-%d %s\n", 485 std::string suffix = StringPrintf("lookup %s ", sTun.name().c_str()); [all...] |
/external/libmojo/base/trace_event/ |
trace_event_android.cc | 14 #include "base/strings/stringprintf.h" 52 std::string out = StringPrintf("%c|%d|%s", phase, getpid(), name); 181 std::string out = base::StringPrintf( 209 std::string marker = StringPrintf(
|
/system/extras/simpleperf/ |
perf_regs.cpp | 23 #include <android-base/stringprintf.h> 124 return android::base::StringPrintf("r%d", reg - PERF_REG_X86_R8 + 8); 134 return android::base::StringPrintf("r%d", reg - PERF_REG_ARM_R0); 142 return android::base::StringPrintf("r%d", reg - PERF_REG_ARM64_X0);
|
/system/vold/fs/ |
Ext4.cpp | 42 #include <android-base/stringprintf.h> 54 using android::base::StringPrintf; 162 cmd.push_back(StringPrintf("%lu", numSectors)); 195 cmd.push_back(StringPrintf("%lu", numSectors * (4096 / 512)));
|
/frameworks/native/cmds/installd/tests/ |
installd_cache_test.cpp | 23 #include <android-base/stringprintf.h> 31 using android::base::StringPrintf; 70 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); 75 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); 85 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); 90 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str(); 110 const char* fullPath = StringPrintf("/data/local/tmp/user/0/%s", path).c_str();
|
/frameworks/native/libs/input/tests/ |
VelocityTracker_test.cpp | 21 #include <android-base/stringprintf.h> 25 using android::base::StringPrintf; 41 FAIL() << StringPrintf("Velocity %f does not have the same direction" 49 FAIL() << StringPrintf("Velocity %f is more than %.0f%% below target velocity %f", 53 FAIL() << StringPrintf("Velocity %f is more than %.0f%% above target velocity %f", 56 SUCCEED() << StringPrintf("Velocity %f within %.0f%% of target %f)", 78 failWithMessage(StringPrintf("Need at least 1 sample to create a MotionEvent."
|
/system/nfc/src/nfa/dm/ |
nfa_dm_act.cc | 27 #include <android-base/stringprintf.h> 46 using android::base::StringPrintf; 97 << StringPrintf("nfcc_pwr_mode = 0x%x", nfa_dm_cb.nfcc_pwr_mode); 212 << StringPrintf("nfcc_power_mode=%d", nfcc_power_mode); 217 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf( 269 << StringPrintf("%s(0x%x)", nfa_dm_nfc_revt_2_str(event).c_str(), event); 317 LOG(ERROR) << StringPrintf( 396 << StringPrintf("flags:0x%08x", nfa_dm_cb.flags); 450 LOG(ERROR) << StringPrintf("nfa_dm_enable: ERROR ALREADY ENABLED."); 469 << StringPrintf("graceful:%d", p_data->disable.graceful) [all...] |
/art/runtime/arch/arm64/ |
instruction_set_features_arm64.cc | 23 #include <android-base/stringprintf.h> 30 using android::base::StringPrintf; 137 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str());
|
/art/runtime/arch/mips64/ |
instruction_set_features_mips64.cc | 22 #include "android-base/stringprintf.h" 29 using android::base::StringPrintf; 124 *error_msg = StringPrintf("Unknown instruction set feature: '%s'", feature.c_str());
|
/art/runtime/ |
reflection-inl.h | 22 #include "android-base/stringprintf.h" 109 android::base::StringPrintf("Invalid primitive conversion from %s to %s", 113 ThrowClassCastException(android::base::StringPrintf("Couldn't convert result of type %s to %s",
|
/build/kati/ |
eval.cc | 96 Error(StringPrintf("*** cannot assign to readonly variable: %s", 147 StringPrintf("*** unknown variable: %s", name.as_string().c_str())); 161 Error(StringPrintf("*** cannot assign to readonly variable: %s", 233 Error(StringPrintf("*** unknown variable: %s", 247 Error(StringPrintf("*** cannot assign to readonly variable: %s", 317 Error(StringPrintf("%s does not exist", fname.c_str())); 341 Error(StringPrintf("%s: %s", pat.data(), strerror(errno))); 385 Error(StringPrintf("*** %s: %sexport is obsolete%s.", sym.c_str(),
|
/external/libmojo/base/debug/ |
stack_trace_android.cc | 15 #include "base/strings/stringprintf.h" 119 *os << base::StringPrintf("#%02zd " FMT_ADDR " ", i, address); 124 *os << base::StringPrintf("%s+" FMT_ADDR, path, rel_pc);
|
/external/protobuf/src/google/protobuf/stubs/ |
stringprintf.cc | 31 // from google3/base/stringprintf.cc 33 #include <google/protobuf/stubs/stringprintf.h> 107 string StringPrintf(const char* format, ...) { 164 return StringPrintf(format,
|
/frameworks/base/cmds/statsd/src/storage/ |
StorageManager.cpp | 20 #include "android-base/stringprintf.h" 45 using android::base::StringPrintf; 67 return StringPrintf("%s/%lld_%d_%lld", path, (long long)timestamp, (int)uid, 114 deleteFile(StringPrintf("%s/%s", path, name).c_str()); 134 deleteFile(StringPrintf("%s/%s", path, name).c_str()); 170 string suffix = StringPrintf("%d_%lld", key.GetUid(), (long long)key.GetId()); 198 string suffix = StringPrintf("%d_%lld", key.GetUid(), (long long)key.GetId()); 297 string suffix = StringPrintf("%d_%lld", key.GetUid(), (long long)key.GetId()); 309 int fd = open(StringPrintf("%s/%s", STATS_SERVICE_DIR, name).c_str(),
|
/frameworks/base/tools/aapt2/ |
Resource.cpp | 23 #include "android-base/stringprintf.h" 26 using ::android::base::StringPrintf; 31 return StringPrintf("0x%08x", id);
|