/external/autotest/site_utils/ |
D | dut_status_unittest.py | 43 start_time = (arguments.until - duration * 3600) 50 self.assertEqual(arguments.until, end_time) 63 self.assertEqual(arguments.until, end_time) 75 self.assertEqual(arguments.until, end_time) 88 self.assertEqual(arguments.until, end_time) 100 self.assertEqual(arguments.until, end_time) 121 self.assertEqual(arguments.until, end_time)
|
D | dut_status.py | 242 arguments.since is not None and arguments.until is not None): 246 if (arguments.until is None and (arguments.since is None or 248 arguments.until = int(time.time()) 252 arguments.since = (arguments.until - 254 elif arguments.until is None: 255 arguments.until = (arguments.since + 282 afe, hostname, arguments.since, arguments.until) 326 afe, arguments.since, arguments.until, labels.getlabels())
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/util/ |
D | PsiUtil.java | 39 PsiMatcherExpression until) { in searchBackward() argument 41 if (until.match(element)) { in searchBackward() 57 PsiMatcherExpression until) { in searchForward() argument 59 if (until.match(element)) { in searchForward()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | time_windows.cc | 77 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() argument 85 now = gpr_now(until.clock_type); in gpr_sleep_until() 86 if (gpr_time_cmp(until, now) <= 0) { in gpr_sleep_until() 90 delta = gpr_time_sub(until, now); in gpr_sleep_until()
|
D | time_posix.cc | 144 void gpr_sleep_until(gpr_timespec until) { in gpr_sleep_until() argument 153 now = gpr_now(until.clock_type); in gpr_sleep_until() 154 if (gpr_time_cmp(until, now) <= 0) { in gpr_sleep_until() 158 delta = gpr_time_sub(until, now); in gpr_sleep_until()
|
/external/v8/tools/release/ |
D | search_related_commits.py | 15 git_working_dir, start_hash, until, separator, verbose=False): argument 18 start_hash, until, git_working_dir, verbose) 32 git_working_dir, commit, until, separator, verbose) 42 git_working_dir, start_hash, until, separator, verbose=False): argument 66 search_range = start_hash + ".." + until 162 options.until[0],
|
/external/autotest/client/site_tests/p2p_ShareFiles/ |
D | p2p_ShareFiles.py | 43 def _run_lansim_loop(self, timeout=None, until=None): argument 46 self._sim.run(timeout=timeout, until=until) 74 self._run_lansim_loop(timeout=20, until=p2pcli.get_peers()) 120 until=lambda: _get_and_check_peer_files(peer_name))
|
/external/python/cpython3/Doc/library/ |
D | asyncio-sync.rst | 66 This method waits until the lock is *unlocked*, sets it to 94 :meth:`clear` method. The :meth:`wait` method blocks until the 110 # Spawn a Task to wait until 'event' is set. 117 # Wait until the waiter task is finished. 124 Wait until the event is set. 127 Otherwise block until another task calls :meth:`set`. 140 Tasks awaiting on :meth:`wait` will now block until the 193 This method waits until the underlying lock is *unlocked*, 229 Wait until notified. 234 This method releases the underlying lock, and then blocks until [all …]
|
D | asyncio-queue.rst | 29 until an item is removed by :meth:`get`. 55 wait until an item is available. 64 Block until all items in the queue have been received and processed. 74 Put an item into the queue. If the queue is full, wait until a 184 # Wait until the queue is fully processed. 192 # Wait until all worker tasks are cancelled.
|
D | threading.rst | 176 the calling thread until the thread whose :meth:`~Thread.join` method is 258 Wait until the thread terminates. This blocks the calling thread until 260 normally or through an unhandled exception -- or until the optional 271 block until the thread terminates. 305 starts until just after the :meth:`~Thread.run` method terminates. The 352 :meth:`~Lock.acquire` blocks until a call to :meth:`~Lock.release` in another 372 lock, subsequent attempts to acquire it block, until it is released; any 385 block until the lock is unlocked, then set it to locked and return ``True``. 461 thread owns the lock, block until the lock is unlocked. Once the lock is 463 to one, and return. If more than one thread is blocked waiting until the lock [all …]
|
/external/autotest/server/cros/ap_configurators/ |
D | web_driver_core_helpers.py | 176 self.wait.until(lambda _: page_title in self.driver.title) 179 self.wait.until(lambda _: self.driver.title) 273 self.wait.until(lambda _: self.driver.find_element_by_xpath(xpath)) 342 self.wait.until(lambda _: 428 self.wait.until(lambda _: text_field.get_attribute('value'))
|
D | belkinF9K1103_ap_configurator.py | 111 self.wait.until(lambda _:'index.htm' in self.driver.title) 117 self.wait.until(lambda _:'index.htm' in self.driver.title) 150 self.wait.until(lambda _:'Status' in self.driver.title) 156 self.wait.until(lambda _:'Status' in self.driver.title)
|
D | belkinF9K1105_ap_configurator.py | 103 self.wait.until(lambda _:page_title in self.driver.title) 118 self.wait.until(lambda _:page_title in self.driver.title) 145 self.wait.until(lambda _:page_title in self.driver.title) 169 self.wait.until(lambda _: page_title in self.driver.title)
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | control | 35 - This is the total time from start of a reboot until the firmware has 38 - This is the total time from the beginning of a shutdown until 42 - This is the number of disk sectors read from kernel boot until
|
/external/grpc-grpc/src/python/grpcio/grpc/beta/ |
D | utilities.py | 40 until = None if timeout is None else time.time() + timeout 48 if until is None: 51 remaining = until - time.time()
|
/external/iptables/extensions/ |
D | libxt_quota.man | 2 packet. The condition matches until the byte counter reaches zero. Behavior 3 is reversed with negation (i.e. the condition does not match until the
|
/external/u-boot/drivers/serial/ |
D | Kconfig | 182 be available until the real driver model serial is running. 189 be available until the real driver model serial is running. 197 driver will be available until the real driver model serial is 206 driver will be available until the real driver model serial is 214 be available until the real driver-model serial is running. 222 be available until the real driver model serial is running. 229 be available until the real driver model serial is running. 245 be available until the real driver-model serial is running. 253 be available until the real driver-model serial is running. 260 be available until the real driver-model serial is running. [all …]
|
/external/python/cpython2/Doc/library/ |
D | threading.rst | 59 variable allows one or more threads to wait until they are notified by another 90 with the :meth:`clear` method. The :meth:`wait` method blocks until the flag 116 acquired it, subsequent attempts to acquire it block, until it is released; any 138 if necessary until it can return without making the counter negative. If not 254 thread until the thread whose :meth:`join` method is called is terminated. 325 Wait until the thread terminates. This blocks the calling thread until the 327 or through an unhandled exception -- or until the optional timeout occurs. 336 block until the thread terminates. 374 until just after the :meth:`run` method terminates. The module function 413 blocks until a call to :meth:`release` in another thread changes it to unlocked, [all …]
|
D | queue.rst | 36 block once this size has been reached, until queue items are consumed. If 43 block once this size has been reached, until queue items are consumed. If 52 block once this size has been reached, until queue items are consumed. If 116 ``None`` (the default), block if necessary until a free slot is available. If 135 *timeout* is ``None`` (the default), block if necessary until an item is available. 171 Blocks until all items in the queue have been gotten and processed. 197 q.join() # block until all tasks are done
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _utilities.py | 71 until = None if timeout is None else time.time() + timeout 79 if until is None: 82 remaining = until - time.time()
|
/external/tensorflow/tensorflow/cc/training/ |
D | coordinator_test.cc | 70 void StartCounting(std::atomic<int>* counter, int until, in StartCounting() argument 73 std::bind(&MockQueueRunner::CountThread, this, counter, until, start)); in StartCounting() 99 void CountThread(std::atomic<int>* counter, int until, Notification* start) { in CountThread() argument 101 while (!coord_->ShouldStop() && counter->load() < until) { in CountThread()
|
/external/autotest/client/site_tests/desktopui_SimpleLogin/ |
D | control | 9 This test logs in and waits forever (or until exit flag is seen). 17 This test logs in and waits forever (or until the exit flag is seen).
|
/external/curl/docs/cmdline-opts/ |
D | write-out.d | 119 The time, in seconds, it took from the start until the SSL/SSH/etc 123 The time, in seconds, it took from the start until the TCP connect to the 127 The time, in seconds, it took from the start until the name resolving was 131 The time, in seconds, it took from the start until the file transfer was just 142 The time, in seconds, it took from the start until the first byte was just
|
/external/walt/docs/ |
D | AudioLatency.md | 4 decides to output a tone until it can be detected via the headphone jack. Microphone latency is 28 until there is a detectable signal on the wire. Note that this does not include the time between th… 31 The reported latency is the time from the moment the last frame in a buffer was recorded until the
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-05-19-ExceptionResponse.txt | 23 generation for exception paths (exceptions paths are not compiled until 26 In this case, only one copy of the code would be compiled... until the 42 Like everything, we can probably defer a final decision until later. :)
|