Home
last modified time | relevance | path

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

12

/system/core/logd/
DFlushCommand.cpp40 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()
DLogBuffer.cpp106 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 …]
DLogReader.cpp214 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()
DLogTimes.cpp90 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()
Dmain.cpp484 LastLogTimes* times = new LastLogTimes(); in main() local
489 logBuf = new LogBuffer(times); in main()
DLogBuffer.h110 explicit LogBuffer(LastLogTimes* times);
/system/libvintf/test/
Dvintf_object_tests.cpp348 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/
Dboot_event_record_store.cpp88 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue() local
89 if (utime(record_path.c_str(), &times) == -1) { in AddBootEventWithValue()
Dboot_event_record_store_test.cpp55 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local
56 if (utimes(record_path.c_str(), times) != 0) { in CreateEmptyBootEventRecord()
/system/sepolicy/public/
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/sepolicy/prebuilts/api/28.0/public/
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/sepolicy/prebuilts/api/27.0/public/
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/extras/tests/sdcard/
DREADME40 only 1 process for 100 times (100 files will be written on the sdcard).
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto269 // 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/
Dperfprofd_config.proto22 // Number of times to iterate through main
/system/extras/app-launcher/
DREADME4 Introduction: app-launcher is a script that launches apps many times,
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc125 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/
Dinferno.md43 thousands of times per second. Simpleperf takes care of unwinding the stack
/system/core/logcat/
Devent.logtags61 # intrinsic event log times are wall-clock.
/system/core/init/
DREADME.md172 > 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/
DREADME91 Often times, one will need to integrate an application that was signed by a separate
/system/core/adb/
Dfile_sync_client.cpp1089 struct utimbuf times = { time, time }; in set_time_and_mode() local
1090 int r1 = utime(lpath.c_str(), &times); in set_time_and_mode()
/system/netd/server/dns/
DREADME.md88 to 3 times before reporting failure to `DnsTlsDispatcher`.
/system/chre/platform/shared/idl/
Dhost_messages.fbs106 /// considered to have failed. If the request times out (e.g. the requestor
/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

12