Home
last modified time | relevance | path

Searched refs:PRIu64 (Results 1 – 18 of 18) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DProcDiskStatsTest.cpp44 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()
DProcStatTest.cpp37 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()
DProcPidStatTest.cpp41 "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/
Dkernel_release.cpp25 "%" PRIu64 ".%" PRIu64 ".%" PRIu64 "-android%" PRIu64 "-%" PRIu64
Dkmi_version.cpp24 #define KMI_VERSION_PRINT_FORMAT "%" PRIu64 ".%" PRIu64 "-android%" PRIu64 "-%" PRIu64
Dutils.cpp76 "com.android.gki.kmi_%" PRIu64 "_%" PRIu64 "_android%" PRIu64 "_%" PRIu64}; in GetApexName()
/packages/services/Car/cpp/watchdog/server/src/
DIoPerfCollection.cpp192 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/
Ddeploy_patch_generator.cpp93 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/
DNativeMultinetworkJni.cpp332 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/
DRingBuffer.cpp49 dprintf(fd, " mTotalDroppedDataCount=%" PRIu64 "\n", mTotalDroppedDataCount); in dump()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
Dinttypes.h142 #define PRIu64 "I64u" macro
/packages/modules/adb/fdevent/
Dfdevent.cpp59 return android::base::StringPrintf("(fdevent %" PRIu64 ": fd %d %s)", fde->id, fde->fd.get(), in dump_fde()
/packages/modules/adb/client/
Dadb_client.cpp404 return android::base::StringPrintf("host-transport-id:%" PRIu64 ":%s", __adb_transport_id, in format_host_command()
Dadb_install.cpp231 cmd_args.push_back(android::base::StringPrintf("%" PRIu64, static_cast<uint64_t>(sb.st_size))); in install_app_streamed()
Dcommandline.cpp1726 printf("%" PRIu64 "\n", transport_id); in adb_commandline()
Dfile_sync_client.cpp159 return android::base::StringPrintf(" %.1f MB/s (%" PRIu64 " bytes in %.3fs)", rate, in TransferRate()
/packages/modules/adb/daemon/
Dusb.cpp512 StringPrintf("%s %" PRIu64 " failed with error %s", in ReadEvents()
/packages/modules/adb/
Dtransport.cpp965 android::base::StringPrintf("no device with transport id '%" PRIu64 "'", transport_id); in acquire_one_transport()