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

<<21222324252627

  /frameworks/base/tools/aapt2/configuration/
ConfigurationParser_test.cpp 21 #include "android-base/stringprintf.h"
76 using ::android::base::StringPrintf;
718 auto doc = test::BuildXmlDom(StringPrintf(xml, codename, codename));
    [all...]
  /frameworks/native/services/surfaceflinger/
LayerStats.cpp 24 #include <android-base/stringprintf.h>
104 base::StringPrintf("%d,%s,%s,%s", static_cast<int32_t>(layerShapeVec.size()),
  /hardware/interfaces/tetheroffload/config/1.0/vts/functional/
VtsHalTetheroffloadConfigV1_0TargetTest.cpp 21 #include <android-base/stringprintf.h>
32 using android::base::StringPrintf;
  /system/bt/service/test/
ipc_linux_unittest.cc 27 #include <base/strings/stringprintf.h>
81 base::StringPrintf("--create-ipc-socket=%s", kTestSocketPath);
  /system/bt/types/bluetooth/
uuid.cc 22 #include <base/strings/stringprintf.h>
167 return base::StringPrintf(
  /system/connectivity/wifilogd/
command_processor.cpp 26 #include "android-base/stringprintf.h"
69 return base::StringPrintf("%" PRIu32 ".%06" PRIu32
  /system/core/adb/
adb_listeners.cpp 25 #include <android-base/stringprintf.h>
217 listener->local_name = android::base::StringPrintf("tcp:%d", resolved);
transport_mdns.cpp 29 #include <android-base/stringprintf.h>
148 connect_device(android::base::StringPrintf(addr_format, ip_addr, port_),
  /system/core/fastboot/
socket.cpp 32 #include <android-base/stringprintf.h>
261 *error = android::base::StringPrintf("Failed to connect to %s:%d", host.c_str(), port);
  /system/core/healthd/
healthd_draw.cpp 17 #include <android-base/stringprintf.h>
164 std::string str = base::StringPrintf("%d%%", cur_level);
  /system/core/logd/
LogTags.cpp 33 #include <android-base/stringprintf.h>
101 android::base::StringPrintf(
798 return android::base::StringPrintf("%" PRIu32 "\t%s\n", tag, name);
804 if (uid != AID_ROOT) Uid = android::base::StringPrintf(" # uid=%u", uid);
805 return android::base::StringPrintf("%" PRIu32 "\t%s%s\t%s%s\n", tag, name,
  /system/extras/multinetwork/
httpurl.cpp 29 #include <android-base/stringprintf.h>
181 const std::string request(android::base::StringPrintf(
  /system/netd/server/
FirewallControllerTest.cpp 26 #include <android-base/stringprintf.h>
32 using android::base::StringPrintf;
  /system/update_engine/common/
subprocess_unittest.cc 33 #include <base/strings/stringprintf.h>
237 base::StringPrintf(
  /system/update_engine/update_manager/
boxed_value_unittest.cc 26 #include <base/strings/stringprintf.h>
61 return base::StringPrintf("DeleterMarker:%s",
  /system/vold/
Ext4Crypt.cpp 59 #include <android-base/stringprintf.h>
61 using android::base::StringPrintf;
107 return StringPrintf("%s/de/%d", user_key_dir.c_str(), user_id);
111 return StringPrintf("%s/ce/%d", user_key_dir.c_str(), user_id);
155 auto const candidate = StringPrintf("%s/cx%010u", directory_path.c_str(), i);
    [all...]
main.cpp 29 #include <android-base/stringprintf.h>
51 using android::base::StringPrintf;
  /system/vold/model/
VolumeBase.cpp 21 #include <android-base/stringprintf.h>
30 using android::base::StringPrintf;
  /bootable/recovery/applypatch/
imgdiff.cpp 163 #include <android-base/stringprintf.h>
503 LOG(INFO) << android::base::StringPrintf("chunk %zu: normal (%10zu, %10zu) %10zu", index,
510 LOG(INFO) << android::base::StringPrintf("chunk %zu: deflate (%10zu, %10zu) %10zu", index,
524 LOG(INFO) << android::base::StringPrintf("chunk %zu: raw (%10zu, %10zu)", index,
    [all...]
  /external/avb/test/
avbtool_unittest.cc 34 #include <base/strings/stringprintf.h>
388 return base::StringPrintf(
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 32 #include "android-base/stringprintf.h"
56 using ::android::base::StringPrintf;
315 std::string msg = StringPrintf("ApkAssets at index %d is null", i);
451 ATRACE_NAME(base::StringPrintf("AssetManager::OpenAsset(%s)", asset_path_utf8.c_str()).c_str());
477 ATRACE_NAME(base::StringPrintf("AssetManager::OpenAssetFd(%s)", asset_path_utf8.c_str()).c_str());
497 ATRACE_NAME(base::StringPrintf("AssetManager::OpenNonAsset(%s)", asset_path_utf8.c_str()).c_str());
531 ATRACE_NAME(base::StringPrintf("AssetManager::OpenNonAssetFd(%s)", asset_path_utf8.c_str()).c_str());
557 ATRACE_NAME(base::StringPrintf("AssetManager::OpenXmlAsset(%s)", asset_path_utf8.c_str()).c_str());
    [all...]
  /system/core/logcat/
logcat.cpp 45 #include <android-base/stringprintf.h>
253 std::string file1 = android::base::StringPrintf(
258 file0 = android::base::StringPrintf("%s", context->outputFileName);
261 android::base::StringPrintf("%s.%.*d", context->outputFileName,
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 37 #include <android-base/stringprintf.h>
187 android::base::StringPrintf("Adjusting max progress from %d to %d\n", old_max, max);
191 message += android::base::StringPrintf("Setting progress (%s): %d/%d\n",
653 android::base::StringPrintf("%d %d\n", expected_runs, expected_average);
    [all...]
  /external/gflags/src/
gflags.cc 789 *error_message = StringPrintf("%sunknown command line flag '%s'\n",
796 *error_message = StringPrintf("%sunknown command line flag '%s'\n",
802 *error_message = StringPrintf(
    [all...]
  /art/runtime/
debugger.cc 26 #include "android-base/stringprintf.h"
75 using android::base::StringPrintf;
136 os << StringPrintf("Breakpoint[%s @%#x]", ArtMethod::PrettyMethod(rhs.Method()).c_str(),
780 return StringPrintf("invalid object %p", reinterpret_cast<void*>(class_id));
784 return StringPrintf("non-class %p", o); // This is only used for debugging output anyway.
    [all...]

Completed in 1656 milliseconds

<<21222324252627