/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() 76 if (it == times.end()) { in runSocketCommand() 84 times.push_front(entry); in runSocketCommand()
|
D | LogBuffer.cpp | 106 LastLogTimes::iterator times = mTimes.begin(); in init() local 107 while (times != mTimes.end()) { in init() 108 LogTimeEntry* entry = (*times); in init() 112 times++; in init() 118 LogBuffer::LogBuffer(LastLogTimes* times) in LogBuffer() argument 119 : monotonic(android_log_clockid() == CLOCK_MONOTONIC), mTimes(*times) { in LogBuffer() 410 LastLogTimes::iterator times = mTimes.begin(); in log() local 411 while (times != mTimes.end()) { in log() 412 LogTimeEntry* entry = (*times); in log() 424 times++; in log() [all …]
|
D | LogReader.cpp | 214 LastLogTimes& times = mLogbuf.mTimes; in doSocketDelete() local 216 LastLogTimes::iterator it = times.begin(); in doSocketDelete() 217 while (it != times.end()) { in doSocketDelete() 220 times.erase(it); in doSocketDelete()
|
D | LogTimes.cpp | 90 LastLogTimes& times = reader.logbuf().mTimes; in threadStop() local 92 LastLogTimes::iterator it = times.begin(); in threadStop() 93 while (it != times.end()) { in threadStop() 95 times.erase(it); in threadStop()
|
D | main.cpp | 484 LastLogTimes* times = new LastLogTimes(); in main() local 489 logBuf = new LogBuffer(times); in main()
|
D | LogBuffer.h | 110 explicit LogBuffer(LastLogTimes* times);
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 348 void expectVendorManifest(size_t times = 1) { in expectVendorManifest() argument 349 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorManifest), _)).Times(times); in expectVendorManifest() 353 .Times(times); in expectVendorManifest() 356 .Times(times); in expectVendorManifest() 358 EXPECT_CALL(fetcher(), fetch(StrEq(kOdmLegacyManifest), _)).Times(times); in expectVendorManifest() 359 EXPECT_CALL(fetcher(), fetch(StrEq(kOdmManifest), _)).Times(times); in expectVendorManifest() 360 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)).Times(times); in expectVendorManifest() 363 void expectSystemManifest(size_t times = 1) { in expectSystemManifest() argument 364 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)).Times(times); in expectSystemManifest() 367 void expectVendorMatrix(size_t times = 1) { in expectVendorMatrix() argument [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 | 55 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local 56 if (utimes(record_path.c_str(), times) != 0) { in CreateEmptyBootEventRecord()
|
/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/27.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/extras/tests/sdcard/ |
D | README | 40 only 1 process for 100 times (100 files will be written on the sdcard).
|
/system/bt/proto/bluetooth/metrics/ |
D | bluetooth.proto | 269 // Number of times that this profile is connected since last metrics dump 284 // Number of times this type of headset profile is connected
|
/system/extras/perfprofd/binder_interface/ |
D | perfprofd_config.proto | 22 // 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(0); in GKI_init() 950 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()
|
/system/extras/simpleperf/doc/ |
D | inferno.md | 43 thousands of times per second. Simpleperf takes care of unwinding the stack
|
/system/core/logcat/ |
D | event.logtags | 61 # intrinsic event log times are wall-clock.
|
/system/core/init/ |
D | README.md | 172 > This is a device-critical service. If it exits more than four times in 293 until shutdown times out. When shutdown times out, even services tagged with 324 at three times: 552 There are only three times where the init executable imports .rc files:
|
/system/sepolicy/ |
D | README | 91 Often times, one will need to integrate an application that was signed by a separate
|
/system/core/adb/ |
D | file_sync_client.cpp | 1089 struct utimbuf times = { time, time }; in set_time_and_mode() local 1090 int r1 = utime(lpath.c_str(), ×); in set_time_and_mode()
|
/system/netd/server/dns/ |
D | README.md | 88 to 3 times before reporting failure to `DnsTlsDispatcher`.
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 106 /// considered to have failed. If the request times out (e.g. the requestor
|
/system/bt/doc/ |
D | power_management.md | 146 At this point, if one of the timers in `bta_dm_cb.pm_timer` times out, a call is
|