Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 27) sorted by relevance

12

/system/core/logd/
DFlushCommand.cpp52 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()
DLogBuffer.cpp100 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 …]
DLogReader.cpp207 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()
DLogTimes.cpp91 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()
Dmain.cpp466 LastLogTimes* times = new LastLogTimes(); in main() local
471 logBuf = new LogBuffer(times); in main()
DLogBuffer.h109 explicit LogBuffer(LastLogTimes* times);
/system/core/bootstat/
Dboot_event_record_store.cpp84 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue() local
85 if (utime(record_path.c_str(), &times) == -1) { in AddBootEventWithValue()
Dboot_event_record_store_test.cpp52 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local
53 if (utimes(record_path.c_str(), times) != 0) { in CreateEmptyBootEventRecord()
/system/core/sdcard/
Dfuse.cpp662 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/
DREADME40 only 1 process for 100 times (100 files will be written on the sdcard).
/system/extras/app-launcher/
DREADME4 Introduction: app-launcher is a script that launches apps many times,
/system/nfc/src/gki/ulinux/
Dgki_ulinux.c149 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/
Dgki_ulinux.c151 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/
Devent.logtags58 # intrinsic event log times are wall-clock.
/system/sepolicy/
DREADME91 Often times, one will need to integrate an application that was signed by a separate
/system/core/adb/
Dfile_sync_client.cpp1078 struct utimbuf times = { time, time }; in set_time_and_mode() local
1079 int r1 = utime(lpath.c_str(), &times); in set_time_and_mode()
/system/core/init/
DREADME.md134 > 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/
Dpower_management.md146 At this point, if one of the timers in `bta_dm_cb.pm_timer` times out, a call is
/system/update_engine/
Dpylintrc75 # option multiple times (only on the command line, not in the configuration
/system/extras/simpleperf/
DREADME.md234 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/
DREADME.md322 The first Query packet will only be attempted a small number of times, but
/system/chre/chre_api/doc/
DDoxyfile396 # 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/
DDoxyfile378 # 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
DDoxyfile.orig378 # 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/
Draw_commands_fixed.txt14832 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

12