Searched refs:comm (Results 1 – 9 of 9) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | UidProcStatsCollector.cpp | 97 pidStat->comm += fields[i]; in parsePidStatLine() 102 pidStat->comm += " "; in parsePidStatLine() 105 if (pidStat->comm.front() != '(' || pidStat->comm.back() != ')') { in parsePidStatLine() 106 ALOGD("Comm string `%s` not enclosed in brackets", pidStat->comm.c_str()); in parsePidStatLine() 109 pidStat->comm.erase(pidStat->comm.begin()); in parsePidStatLine() 110 pidStat->comm.erase(pidStat->comm.end() - 1); in parsePidStatLine() 323 comm.c_str(), startTimeMillis, cpuTimeMillis, totalCpuCycles, totalMajorFaults, in toString() 570 .comm = std::move(pidStat->comm), in readProcessStatsLocked()
|
D | UidProcStatsCollector.h | 58 std::string comm = ""; member 67 std::string comm = ""; member
|
D | PerformanceProfiler.cpp | 191 .name = processCpuValue.comm, in constructUidResourceUsageStats() 410 processCpuValue.comm.c_str(), processCpuValue.cpuTimeMillis, in toString() 422 StringAppendF(&buffer, "\t%s, %" PRIu64 ", %.2f%%\n", processValue.comm.c_str(), in toString() 445 processMemoryStats.comm.c_str(), processMemoryStats.memoryStats.rssKb, in toString() 466 .comm = processStats.comm, in cacheTopNProcessSingleStats() 494 .comm = processStats.comm, in cacheTopNProcessCpuStats() 525 .comm = processStats.comm, in cacheTopNProcessMemStats() 890 outProto.write(PackageCpuStats::ProcessCpuStats::COMMAND, processCpuStat.comm); in dumpPackageCpuStatsProto() 960 processValue.comm); in dumpPackageTaskStateStatsProto()
|
D | PerformanceProfiler.h | 89 std::string comm = ""; member 99 std::string comm = ""; member 115 std::string comm = ""; member
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | UidProcStatsCollectorTestUtils.h | 36 return ::testing::Value(actual.comm, ::testing::Eq(expected.comm)) &&
|
D | PerformanceProfilerTest.cpp | 109 comm, 110 Eq(expected.comm)), 139 comm, 140 Eq(expected.comm)), 186 comm, 187 Eq(expected.comm)), 875 expected.comm), 926 expected.comm),
|
/packages/modules/Virtualization/service_vm/ |
D | README.md | 29 - [./comm](./comm) contains the definitions for the requests and responses.
|
/packages/modules/Virtualization/ |
D | TEST_MAPPING | 130 "path": "packages/modules/Virtualization/service_vm/comm"
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz |
|