Home
last modified time | relevance | path

Searched defs:times (Results 1 – 8 of 8) 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): argument
/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.cpp110 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.cpp463 void expectVendorManifest(size_t times = 1) { in expectVendorManifest()
467 void expectSystemManifest(size_t times = 1) { in expectSystemManifest()
471 void expectVendorMatrix(size_t times = 1) { in expectVendorMatrix()
475 void expectSystemMatrix(size_t times = 1) { in expectSystemMatrix()
/system/extras/simpleperf/
Dcmd_debug_unwind.cpp679 auto times = ParseUintVector<uint64_t>(*value.str_value); in ParseOptions() local
/system/security/keystore2/src/
Ddatabase.rs1976 let times = stmt in get_attestation_pool_status() localVariable