Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 39) 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()
DLogTimes.cpp132 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()
DLogBuffer.cpp106 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 …]
DLogReader.cpp242 LastLogTimes& times = mLogbuf.mTimes; in doSocketDelete() local
244 LastLogTimes::iterator it = times.begin(); in doSocketDelete()
245 while (it != times.end()) { in doSocketDelete()
Dmain.cpp474 LastLogTimes* times = new LastLogTimes(); in main() local
479 logBuf = new LogBuffer(times); in main()
DLogBuffer.h110 explicit LogBuffer(LastLogTimes* times);
/system/extras/simpleperf/demo/JavaApi/app/src/main/java/simpleperf/demo/java_api/
DMainActivity.java79 long times = 0; in createBusyThread()
88 times++; in createBusyThread()
89 final long count = times; in createBusyThread()
/system/tools/hidl/test/lazy_test/
Dmain.cpp55 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/
Dvintf_object_tests.cpp442 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/
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.cpp54 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/
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/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/29.0/public/
Dtzdatacheck.te14 # have negative implications for users (who may get incorrect local times)
/system/iorap/docs/binder/
DIIorap_setTaskListener.plantuml33 loop 1 or more times
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto284 // 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/
Doperation_config.proto69 // counts corresponds to the number of times each op_config in the above array
/system/extras/perfprofd/
Dperfprofd_config.proto26 // 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(nullptr); in GKI_init()
923 gki_cb.com.OSTicks = times(nullptr); in GKI_get_time_stamp()
/system/core/logcat/
Devent.logtags61 # intrinsic event log times are wall-clock.
/system/extras/simpleperf/doc/
Dinferno.md43 thousands of times per second. Simpleperf takes care of unwinding the stack
/system/libhidl/transport/base/1.0/
DIBase.hal91 * multiple times with the same exact death recipient, this unlinks the most
/system/netd/resolv/
Dstats.proto201 // Number of DNS query retry times

12