/system/core/logd/ |
D | FlushCommand.cpp | 40 LastLogTimes& times = mReader.logbuf().mTimes; in runSocketCommand() local 43 LastLogTimes::iterator it = times.begin(); in runSocketCommand() 44 while (it != times.end()) { in runSocketCommand()
|
D | LogTimes.cpp | 132 LastLogTimes& times = reader.logbuf().mTimes; in threadStart() local 134 std::find_if(times.begin(), times.end(), in threadStart() 137 if (it != times.end()) { in threadStart() 138 times.erase(it); in threadStart()
|
D | LogBuffer.cpp | 106 LastLogTimes::iterator times = mTimes.begin(); in init() local 107 while (times != mTimes.end()) { in init() 108 LogTimeEntry* entry = times->get(); in init() 110 times++; in init() 116 LogBuffer::LogBuffer(LastLogTimes* times) in LogBuffer() argument 117 : monotonic(android_log_clockid() == CLOCK_MONOTONIC), mTimes(*times) { in LogBuffer() 408 LastLogTimes::iterator times = mTimes.begin(); in log() local 409 while (times != mTimes.end()) { in log() 410 LogTimeEntry* entry = times->get(); in log() 420 times++; in log() [all …]
|
D | LogReader.cpp | 242 LastLogTimes& times = mLogbuf.mTimes; in doSocketDelete() local 244 LastLogTimes::iterator it = times.begin(); in doSocketDelete() 245 while (it != times.end()) { in doSocketDelete()
|
D | main.cpp | 474 LastLogTimes* times = new LastLogTimes(); in main() local 479 logBuf = new LogBuffer(times); in main()
|
D | LogBuffer.h | 110 explicit LogBuffer(LastLogTimes* times);
|
/system/extras/simpleperf/demo/JavaApi/app/src/main/java/simpleperf/demo/java_api/ |
D | MainActivity.java | 79 long times = 0; in createBusyThread() 88 times++; in createBusyThread() 89 final long count = times; in createBusyThread()
|
/system/tools/hidl/test/lazy_test/ |
D | main.cpp | 55 std::vector<size_t> times(numTimes); in waitTimes() local 57 times[i] = (size_t)(rand() % (maxWait + 1)); in waitTimes() 59 return times; in waitTimes()
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 442 void expectVendorManifest(size_t times = 1) { in expectVendorManifest() argument 443 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorManifest), _)).Times(times); in expectVendorManifest() 447 .Times(times); in expectVendorManifest() 450 .Times(times); in expectVendorManifest() 452 EXPECT_CALL(fetcher(), fetch(StrEq(kOdmLegacyManifest), _)).Times(times); in expectVendorManifest() 453 EXPECT_CALL(fetcher(), fetch(StrEq(kOdmManifest), _)).Times(times); in expectVendorManifest() 454 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)).Times(times); in expectVendorManifest() 457 void expectSystemManifest(size_t times = 1) { in expectSystemManifest() argument 458 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)).Times(times); in expectSystemManifest() 459 EXPECT_CALL(fetcher(), fetch(StrEq(kProductManifest), _)).Times(times); in expectSystemManifest() [all …]
|
/system/core/bootstat/ |
D | boot_event_record_store.cpp | 88 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue() local 89 if (utime(record_path.c_str(), ×) == -1) { in AddBootEventWithValue()
|
D | boot_event_record_store_test.cpp | 54 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local 55 if (utimes(record_path.c_str(), times) != 0) { in CreateEmptyBootEventRecord()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/iorap/docs/binder/ |
D | IIorap_setTaskListener.plantuml | 33 loop 1 or more times
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 284 // Number of times that this profile is connected since last metrics dump 299 // Number of times this type of headset profile is connected
|
/system/security/keystore/ |
D | operation_config.proto | 69 // counts corresponds to the number of times each op_config in the above array
|
/system/extras/perfprofd/ |
D | perfprofd_config.proto | 26 // Number of times to iterate through main
|
/system/extras/app-launcher/ |
D | README | 4 Introduction: app-launcher is a script that launches apps many times,
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 125 gki_cb.com.OSTicks = (uint32_t)times(nullptr); in GKI_init() 923 gki_cb.com.OSTicks = times(nullptr); in GKI_get_time_stamp()
|
/system/core/logcat/ |
D | event.logtags | 61 # intrinsic event log times are wall-clock.
|
/system/extras/simpleperf/doc/ |
D | inferno.md | 43 thousands of times per second. Simpleperf takes care of unwinding the stack
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 91 * multiple times with the same exact death recipient, this unlinks the most
|
/system/netd/resolv/ |
D | stats.proto | 201 // Number of DNS query retry times
|