/packages/services/Car/tools/bootio/ |
D | bootio_collector.cpp | 43 long unsigned utime, ntime, stime, itime; in PopulateCpu() local 48 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &utime, &ntime, &stime, in PopulateCpu() 53 cpu.set_stime(stime); in PopulateCpu() 129 uint64_t stime; in ReadStat() local 139 &stime, in ReadStat() 142 sample->set_stime(stime); in ReadStat() 206 return cpu.utime() + cpu.ntime() + cpu.stime() + cpu.itime() + cpu.iowtime() + in SumCpuValues() 272 newerSample->stime() - olderSample->stime()) * 100. / cpuDelta; in PrintPids()
|
D | protos.proto | 29 required int64 stime = 5; field 53 required int64 stime = 10; field
|
/packages/experimental/procstatlog/ |
D | procstatreport.py | 181 stime = sum([int(next[x]) - int(last[x]) for x in [2, 5, 6]]) 184 all = stime + utime + idle 185 total_sys += stime 188 sys_jiffies[when] = (stime, all) 189 sys_user_jiffies[when] = (stime + utime, all) 322 stime = int(next[14]) - int(last[14]) 324 process_sys.setdefault(pid, {})[when] = (stime, all) 325 process_sys_user.setdefault(pid, {})[when] = (stime + utime, all)
|
/packages/services/Car/vehicle_monitor_service/ |
D | ProcessMonitor.cpp | 54 return (a.second->utime + a.second->utime) > (b.second->stime + b.second->stime); in procCpuCmp() 125 it->second->stime, in dumpTopProcesses() 224 &pidData->stime, in readStat() 284 pidData->delta_stime = pidData->stime - oldPidData->stime; in updateDiffs()
|
D | ProcessMonitor.h | 43 uint64_t stime; member
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | WifiConnScanReceiver.java | 90 protected String doInBackground(Integer... stime) { in doInBackground() argument
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | ro_wordlist.combined.gz |
|