/system/core/logd/ |
D | FlushCommand.cpp | 52 LastLogTimes& times = mReader.logbuf().mTimes; in runSocketCommand() local 55 LastLogTimes::iterator it = times.begin(); in runSocketCommand() 56 while (it != times.end()) { in runSocketCommand() 84 if (it == times.end()) { in runSocketCommand() 92 times.push_front(entry); in runSocketCommand()
|
D | LogBuffer.cpp | 100 LastLogTimes::iterator times = mTimes.begin(); in init() local 101 while (times != mTimes.end()) { in init() 102 LogTimeEntry* entry = (*times); in init() 106 times++; in init() 112 LogBuffer::LogBuffer(LastLogTimes* times) in LogBuffer() argument 113 : monotonic(android_log_clockid() == CLOCK_MONOTONIC), mTimes(*times) { in LogBuffer() 394 LastLogTimes::iterator times = mTimes.begin(); in log() local 395 while (times != mTimes.end()) { in log() 396 LogTimeEntry* entry = (*times); in log() 408 times++; in log() [all …]
|
D | LogReader.cpp | 207 LastLogTimes& times = mLogbuf.mTimes; in doSocketDelete() local 209 LastLogTimes::iterator it = times.begin(); in doSocketDelete() 210 while (it != times.end()) { in doSocketDelete() 213 times.erase(it); in doSocketDelete()
|
D | LogTimes.cpp | 91 LastLogTimes& times = reader.logbuf().mTimes; in threadStop() local 93 LastLogTimes::iterator it = times.begin(); in threadStop() 94 while (it != times.end()) { in threadStop() 96 times.erase(it); in threadStop()
|
D | main.cpp | 466 LastLogTimes* times = new LastLogTimes(); in main() local 471 logBuf = new LogBuffer(times); in main()
|
D | LogBuffer.h | 109 explicit LogBuffer(LastLogTimes* times);
|
/system/core/bootstat/ |
D | boot_event_record_store.cpp | 84 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue() local 85 if (utime(record_path.c_str(), ×) == -1) { in AddBootEventWithValue()
|
D | boot_event_record_store_test.cpp | 52 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local 53 if (utimes(record_path.c_str(), times) != 0) { in CreateEmptyBootEventRecord()
|
/system/core/sdcard/ |
D | fuse.cpp | 662 struct timespec times[2]; in handle_setattr() local 694 times[0].tv_nsec = UTIME_OMIT; in handle_setattr() 695 times[1].tv_nsec = UTIME_OMIT; in handle_setattr() 698 times[0].tv_nsec = UTIME_NOW; in handle_setattr() 700 times[0].tv_sec = req->atime; in handle_setattr() 701 times[0].tv_nsec = req->atimensec; in handle_setattr() 706 times[1].tv_nsec = UTIME_NOW; in handle_setattr() 708 times[1].tv_sec = req->mtime; in handle_setattr() 709 times[1].tv_nsec = req->mtimensec; in handle_setattr() 713 << " with atime " << times[0].tv_sec << ", mtime=" << times[1].tv_sec; in handle_setattr() [all …]
|
/system/extras/tests/sdcard/ |
D | README | 40 only 1 process for 100 times (100 files will be written on the sdcard).
|
/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.c | 149 gki_cb.com.OSTicks = (uint32_t)times(0); in GKI_init() 997 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()
|
/system/nfc/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 151 gki_cb.com.OSTicks = (uint32_t)times(0); in GKI_init() 1018 gki_cb.com.OSTicks = times(0); in GKI_get_time_stamp()
|
/system/core/logcat/ |
D | event.logtags | 58 # intrinsic event log times are wall-clock.
|
/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 | 1078 struct utimbuf times = { time, time }; in set_time_and_mode() local 1079 int r1 = utime(lpath.c_str(), ×); in set_time_and_mode()
|
/system/core/init/ |
D | README.md | 134 > This is a device-critical service. If it exits more than four times in 256 at three times: 460 There are only two times where the init executable imports .rc files:
|
/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
|
/system/update_engine/ |
D | pylintrc | 75 # option multiple times (only on the command line, not in the configuration
|
/system/extras/simpleperf/ |
D | README.md | 234 or blocked in other times), simpleperf dumps about 4000 * 0.2 / 1.0 = 800 238 # Record with sample frequency 1000: sample 1000 times every second running.
|
/system/core/fastboot/ |
D | README.md | 322 The first Query packet will only be attempted a small number of times, but
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 396 # an expensive process and often the same symbol appears multiple times in the 1636 # \usepackage command. To get the times font for instance you can specify : 1637 # EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
|
/system/media/audio_utils/ |
D | Doxyfile | 378 # an expensive process and often the same symbol appears multiple times in the 1589 # that should be included in the LaTeX output. To get the times font for 1591 # EXTRA_PACKAGES=times
|
D | Doxyfile.orig | 378 # an expensive process and often the same symbol appears multiple times in the 1589 # that should be included in the LaTeX output. To get the times font for 1591 # EXTRA_PACKAGES=times
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 14832 long as the seed of the hierarchy is unchanged and these keys may be used multiple times. Other TPM… 15417 // having to reload the curve parameters multiple times. 17359 any number of times but there is no justification for optimization) . 23826 …reason for the validation is because of the expectation that the policy will be used multiple times 25002 If this command is called multiple times with the same inPublic parameter, inSensitive.data, and Pr… 30639 If this command had been called three times with rateAdjust = TPM_CLOCK_COARSE_SLOWER
|