/packages/services/Car/cpp/watchdog/server/tests/ |
D | ProcDiskStatsTest.cpp | 44 StringAppendF(&buffer, " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64, stats.numReadsCompleted, in getDiskStatsLine() 46 StringAppendF(&buffer, " %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64, in getDiskStatsLine() 49 StringAppendF(&buffer, " 0 %" PRIu64 " %" PRIu64 " 0 0 0 0 %" PRIu64 " %" PRIu64 "\n", in getDiskStatsLine()
|
D | ProcStatTest.cpp | 37 return StringPrintf("Cpu Stats:\nUserTime: %" PRIu64 " NiceTime: %" PRIu64 " SysTime: %" PRIu64 in toString() 38 " IdleTime: %" PRIu64 " IoWaitTime: %" PRIu64 " IrqTime: %" PRIu64 in toString() 39 " SoftIrqTime: %" PRIu64 " StealTime: %" PRIu64 " GuestTime: %" PRIu64 in toString() 40 " GuestNiceTime: %" PRIu64 "\nNumber of running processes: %" PRIu32 in toString()
|
D | ProcPidStatTest.cpp | 41 "Major page faults: %" PRIu64 ", Num threads: %" PRIu32 in toString() 42 ", Start time: %" PRIu64, in toString() 50 "Tgid: %" PRIi64 ", UID: %" PRIi64 ", VmPeak: %" PRIu64 ", VmSize: %" PRIu64 in toString() 51 ", VmHWM: %" PRIu64 ", VmRSS: %" PRIu64 ", %s\n", in toString() 115 return StringPrintf("%sVmPeak:\t%" PRIu64 "\nVmSize:\t%" PRIu64 "\nVmHWM:\t%" PRIu64 in pidStatusStr() 116 "\nVmRSS:\t%" PRIu64 "\n", in pidStatusStr()
|
/packages/modules/Gki/libkver/ |
D | kernel_release.cpp | 25 "%" PRIu64 ".%" PRIu64 ".%" PRIu64 "-android%" PRIu64 "-%" PRIu64
|
D | kmi_version.cpp | 24 #define KMI_VERSION_PRINT_FORMAT "%" PRIu64 ".%" PRIu64 "-android%" PRIu64 "-%" PRIu64
|
D | utils.cpp | 76 "com.android.gki.kmi_%" PRIu64 "_%" PRIu64 "_android%" PRIu64 "_%" PRIu64}; in GetApexName()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | IoPerfCollection.cpp | 192 StringAppendF(&buffer, "CPU I/O wait time/percent: %" PRIu64 " / %.2f%%\n", data.cpuIoWaitTime, in toString() 202 StringAppendF(&buffer, "Number of major page faults since last collection: %" PRIu64 "\n", in toString() 217 StringAppendF(&buffer, "%" PRIu32 ", %s, %" PRIu64 ", %.2f%%\n", uidStats.userId, in toString() 221 StringAppendF(&buffer, "\t%s, %" PRIu64 ", %.2f%%\n", procStats.comm.c_str(), in toString() 236 StringAppendF(&buffer, "%" PRIu32 ", %s, %" PRIu64 ", %.2f%%\n", uidStats.userId, in toString() 240 StringAppendF(&buffer, "\t%s, %" PRIu64 ", %.2f%%\n", procStats.comm.c_str(), in toString()
|
/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
D | deploy_patch_generator.cpp | 93 fprintf(stderr, "Detected %" PRIu64 " equal APK entries\n", totalEqualFiles); in ReportSavings() 94 fprintf(stderr, "%" PRIu64 " bytes are equal out of %" PRIu64 " (%.2f%%)\n", totalEqualBytes, in ReportSavings()
|
/packages/modules/Connectivity/tests/cts/net/jni/ |
D | NativeMultinetworkJni.cpp | 332 LOGD("android_getaddrinfofornetwork(%" PRIu64 ", %s) returned rval=%d errno=%d", in Java_android_net_cts_MultinetworkApiTest_runGetaddrinfoCheck() 345 LOGD("android_setprocnetwork(%" PRIu64 ") returned rval=%d errno=%d", in Java_android_net_cts_MultinetworkApiTest_runSetprocnetwork() 365 LOGD("android_setprocnetwork(%" PRIu64 ", %d) returned rval=%d errno=%d", in Java_android_net_cts_MultinetworkApiTest_runSetsocknetwork()
|
/packages/services/Car/cpp/telemetry/cartelemetryd/src/ |
D | RingBuffer.cpp | 49 dprintf(fd, " mTotalDroppedDataCount=%" PRIu64 "\n", mTotalDroppedDataCount); in dump()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
D | inttypes.h | 142 #define PRIu64 "I64u" macro
|
/packages/modules/adb/fdevent/ |
D | fdevent.cpp | 59 return android::base::StringPrintf("(fdevent %" PRIu64 ": fd %d %s)", fde->id, fde->fd.get(), in dump_fde()
|
/packages/modules/adb/client/ |
D | adb_client.cpp | 404 return android::base::StringPrintf("host-transport-id:%" PRIu64 ":%s", __adb_transport_id, in format_host_command()
|
D | adb_install.cpp | 231 cmd_args.push_back(android::base::StringPrintf("%" PRIu64, static_cast<uint64_t>(sb.st_size))); in install_app_streamed()
|
D | commandline.cpp | 1726 printf("%" PRIu64 "\n", transport_id); in adb_commandline()
|
D | file_sync_client.cpp | 159 return android::base::StringPrintf(" %.1f MB/s (%" PRIu64 " bytes in %.3fs)", rate, in TransferRate()
|
/packages/modules/adb/daemon/ |
D | usb.cpp | 512 StringPrintf("%s %" PRIu64 " failed with error %s", in ReadEvents()
|
/packages/modules/adb/ |
D | transport.cpp | 965 android::base::StringPrintf("no device with transport id '%" PRIu64 "'", transport_id); in acquire_one_transport()
|