/system/bt/gd/os/ |
D | mock_queue.h | 52 void run_enqueue(unsigned times = 1) { 53 while (registered_handler != nullptr && times > 0) { 54 times--; 87 void run_dequeue(unsigned times = 1) { 88 while (registered_handler != nullptr && times > 0) { 89 times--;
|
/system/bt/gd/cert/ |
D | behavior.py | 91 def wait_until_invoked(self, matcher, times, timeout): argument 94 while datetime.now() < end_time and invoked_times < times: 100 return invoked_times == times 110 def then(self, times=1): argument 112 reply_stage.init(self._behavior, self._matcher, times) 116 return self.then(times=-1) 156 def times(self, times=1): member in BoundVerificationStage 157 return self._behavior.wait_until_invoked(self._matcher, times, self._timeout)
|
D | cert_self_test_lib.py | 405 when(thing).test_request(anything()).then(times=3).increment_count() 460 when(thing).test_request(lambda obj: obj == "B").then(times=1).increment_count() 508 wait_until(thing).test_request(is_a).times(1) 521 wait_until(thing).test_request(lambda obj: obj == "A").times(1) 534 wait_until(thing).test_request(anything()).times(1) 547 assertThat(wait_until(thing).test_request(lambda obj: obj == "A").times(1)).isFalse() 558 wait_until(thing).test_request(anything()).times(1) 573 wait_until(thing).test_request(lambda obj: obj == "A").times(2) 589 wait_until(thing).test_request(anything()).times(2) 604 assertThat(wait_until(thing).test_request(lambda obj: obj == "A").times(2)).isFalse()
|
/system/extras/simpleperf/demo/JavaApi/app/src/main/java/simpleperf/demo/java_api/ |
D | MainActivity.java | 84 long times = 0; in createBusyThread() 93 times++; in createBusyThread() 94 final long count = times; in createBusyThread()
|
/system/tools/hidl/test/lazy_test/ |
D | hidl_lazy_test.cpp | 110 std::vector<size_t> times(numTimes); in waitTimes() local 112 times[i] = (size_t)(rand() % (maxWait + 1)); in waitTimes() 114 return times; in waitTimes()
|
/system/core/bootstat/ |
D | boot_event_record_store.cpp | 88 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue() local 89 if (utime(record_path.c_str(), ×) == -1) { in AddBootEventWithValue()
|
D | boot_event_record_store_test.cpp | 54 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local 55 if (utimes(record_path.c_str(), times) != 0) { in CreateEmptyBootEventRecord()
|
/system/tools/aidl/tests/lazy_test/ |
D | main.cpp | 98 std::vector<size_t> times(numTimes); in waitTimes() local 100 times.at(i) = (size_t)(rand() % (maxWait + 1)); in waitTimes() 102 return times; in waitTimes()
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | odrefresh.te | 24 # Allow odrefresh to kill dex2oat if compilation times out. 30 # Allow odrefresh to kill dexoptanalyzer if analysis times out.
|
D | boringssl_self_test.te | 7 # The KATs are expensive, and to ensure they are run as few times as possible, they
|
/system/sepolicy/private/ |
D | odrefresh.te | 24 # Allow odrefresh to kill dex2oat if compilation times out. 30 # Allow odrefresh to kill dexoptanalyzer if analysis times out.
|
D | boringssl_self_test.te | 7 # The KATs are expensive, and to ensure they are run as few times as possible, they
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | purgatorio.py | 186 times = [] 206 times.append(sample_time) 260 data = {'time': times,
|
/system/timezone/input_tools/android/tzlookup_generator/ |
D | README.android | 12 and are not distinct for future times according to IANA or ICU/CLDR.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | tzdatacheck.te | 14 # have negative implications for users (who may get incorrect local times)
|
/system/iorap/docs/binder/ |
D | IIorap_setTaskListener.plantuml | 33 loop 1 or more times
|
/system/extras/boottime_tools/bootanalyze/ |
D | README.md | 19 * bootanalyze.sh provides an example to analyze boot-times and bootcharts.
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 463 void expectVendorManifest(size_t times = 1) { in expectVendorManifest() argument 464 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyManifest), _)).Times(times); in expectVendorManifest() 467 void expectSystemManifest(size_t times = 1) { in expectSystemManifest() argument 468 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemManifest), _)).Times(times); in expectSystemManifest() 471 void expectVendorMatrix(size_t times = 1) { in expectVendorMatrix() argument 472 EXPECT_CALL(fetcher(), fetch(StrEq(kVendorLegacyMatrix), _)).Times(times); in expectVendorMatrix() 475 void expectSystemMatrix(size_t times = 1) { in expectSystemMatrix() argument 476 EXPECT_CALL(fetcher(), fetch(StrEq(kSystemLegacyMatrix), _)).Times(times); in expectSystemMatrix()
|
/system/extras/simpleperf/ |
D | cmd_debug_unwind.cpp | 679 auto times = ParseUintVector<uint64_t>(*value.str_value); in ParseOptions() local 680 if (!times) { in ParseOptions() 683 sample_times_.insert(times.value().begin(), times.value().end()); in ParseOptions()
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 279 // Number of times that this profile is connected since last metrics dump 294 // Number of times this type of headset profile is connected
|