Searched refs:PRIu32 (Results 1 – 13 of 13) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | ProcPidStatTest.cpp | 40 return StringPrintf("PID: %" PRIu32 ", PPID: %" PRIu32 ", Comm: %s, State: %s, " in toString() 41 "Major page faults: %" PRIu64 ", Num threads: %" PRIu32 in toString() 109 return StringPrintf("Pid:\t%" PRIu32 "\nTgid:\t%" PRIu32 "\nUid:\t%" PRIu32 "\n", pid, pid, in pidStatusStr()
|
D | ProcPidDir.cpp | 52 const auto& pidDirRes = makeDir(StringPrintf("%s/%" PRIu32, procDirPath.c_str(), it.first)); in populateProcPidDir() 84 StringPrintf((procDirPath + kTaskDirFormat + "/%" PRIu32).c_str(), pid, tid)); in populateProcPidDir()
|
D | ProcStatTest.cpp | 40 " GuestNiceTime: %" PRIu64 "\nNumber of running processes: %" PRIu32 in toString() 41 "\nNumber of blocked processes: %" PRIu32, in toString()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | ProcPidStat.h | 41 constexpr const char* kStatFileFormat = "/%" PRIu32 "/stat"; 42 constexpr const char* kTaskDirFormat = "/%" PRIu32 "/task"; 43 constexpr const char* kStatusFileFormat = "/%" PRIu32 "/status";
|
D | IoPerfCollection.cpp | 163 StringAppendF(&buffer, "%" PRIu32 ", %s", stat.userId, stat.packageName.c_str()); in toString() 179 StringAppendF(&buffer, "%" PRIu32 ", %s", stat.userId, stat.packageName.c_str()); in toString() 194 StringAppendF(&buffer, "Number of I/O blocked processes/percent: %" PRIu32 " / %.2f%%\n", in toString() 217 StringAppendF(&buffer, "%" PRIu32 ", %s, %" PRIu64 ", %.2f%%\n", uidStats.userId, in toString() 236 StringAppendF(&buffer, "%" PRIu32 ", %s, %" PRIu64 ", %.2f%%\n", uidStats.userId, in toString()
|
D | ProcPidStat.cpp | 270 ALOGW("Failed to read pid status for pid %" PRIu32 ": %s", curStats.process.pid, in getProcessStatsLocked() 285 ALOGW("Skipping non-process (i.e., Tgid != PID) entry for PID %" PRIu32, in getProcessStatsLocked()
|
/packages/modules/Connectivity/tests/cts/net/native/src/ |
D | NativeQtaguidTest.cpp | 51 snprintf(pattern, sizeof(pattern), " tag=0x%" PRIx64 " (uid=%" PRIu32 ")", full_tag, uid); in getCtrlSkInfo() 63 res = sscanf(line_buffer, "sock=%" PRIx64 " tag=0x%" PRIx64 " (uid=%" PRIu32 ") " in getCtrlSkInfo()
|
/packages/modules/DnsResolver/ |
D | res_debug.cpp | 169 StringAppendF(&s, "; EDNS: version: %" PRIu32 ", udp=%u, flags=%" PRIu32 "\n", in do_section()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
D | inttypes.h | 129 #define PRIu32 "I32u" macro
|
/packages/modules/NeuralNetworks/driver/cache/BlobCache/ |
D | BlobCache.cpp | 294 ALOGE("unflatten: bad magic number: %" PRIu32, header->mMagicNumber); in unflatten()
|
/packages/modules/adb/client/ |
D | usb_osx.cpp | 228 devpath = android::base::StringPrintf("usb:%" PRIu32 "X", locationId); in AndroidInterfaceAdded()
|
D | file_sync_client.cpp | 834 Error("received ID_OKAY with msg_len (%" PRIu32 " != 0", hdr->msglen); in ReadAcknowledgements() 843 Error("too-long message length from daemon: msglen = %" PRIu32, hdr->msglen); in ReadAcknowledgements()
|
/packages/modules/adb/ |
D | transport.cpp | 469 D("remote local: read overflow (data length = %" PRIu32 ")", packet->msg.data_length); in Read()
|