Home
last modified time | relevance | path

Searched defs:times (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/cert/
Dbehavior.py91 def wait_until_invoked(self, matcher, times, timeout): argument
110 def then(self, times=1): argument
156 def times(self, times=1): member in BoundVerificationStage
/system/core/bootstat/
Dboot_event_record_store.cpp88 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue() local
Dboot_event_record_store_test.cpp54 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test.cpp108 std::vector<size_t> times(numTimes); in waitTimes() local
/system/tools/aidl/tests/lazy_test/
Dmain.cpp98 std::vector<size_t> times(numTimes); in waitTimes() local
/system/libvintf/test/
Dvintf_object_tests.cpp424 void expectVendorManifest(size_t times = 1) { in expectVendorManifest()
428 void expectSystemManifest(size_t times = 1) { in expectSystemManifest()
432 void expectVendorMatrix(size_t times = 1) { in expectVendorMatrix()
436 void expectSystemMatrix(size_t times = 1) { in expectSystemMatrix()
/system/core/adb/client/
Dfile_sync_client.cpp1594 struct utimbuf times = { time, time }; in set_time_and_mode() local