/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | seed_stream.py | 174 self._counter = 0 194 self._counter += 1 197 composite = str((self._seed, self._counter, self._salt)).encode("utf-8")
|
/external/autotest/client/cros/multimedia/ |
D | audio_facade_native.py | 85 self._counter = None 395 if self._counter: 397 self._counter = cras_dbus_utils.CrasDBusBackgroundSignalCounter() 398 self._counter.start(signal_name) 408 if not self._counter: 410 result = self._counter.stop() 411 self._counter = None
|
/external/toolchain-utils/automation/server/ |
D | job_manager.py | 25 self._counter = 1 51 self._counter = max(harvested_ids or [0]) + 1 55 new_id = self._counter 56 self._counter += 1
|
/external/python/cpython2/Lib/ |
D | mimetools.py | 114 _counter = 0 variable 116 global _counter 118 _counter += 1 119 result = _counter
|
D | threading.py | 618 _counter = _count().next variable 619 _counter() # Consume 0 so first non-main thread has id 1. 621 return template % _counter()
|
/external/autotest/client/cros/audio/ |
D | cras_dbus_utils.py | 131 self._counter = None 157 self._counter = CrasDBusCounter(self._signal_name, child_conn) 158 self._counter.run()
|
/external/python/cpython2/Lib/test/ |
D | test_old_mailbox.py | 34 self._counter = 1 46 pid = self._counter 47 self._counter += 1
|
D | test_mailbox.py | 1938 self._counter = 1 1950 pid = self._counter 1951 self._counter += 1
|
/external/python/cpython2/Lib/multiprocessing/ |
D | process.py | 96 count = _current_process._counter.next() 256 self._counter = itertools.count(1) 316 self._counter = itertools.count(1)
|
D | heap.py | 59 _counter = itertools.count() variable in Arena 63 self.name = 'pym-%d-%d' % (os.getpid(), Arena._counter.next())
|
/external/toolchain-utils/automation/common/ |
D | command.py | 39 _counter = 1 variable in Wrapper 66 counter = self._counter 67 self._counter += 1
|
/external/python/futures/concurrent/futures/ |
D | thread.py | 96 _counter = itertools.count().next variable in ThreadPoolExecutor 119 ("ThreadPoolExecutor-%d" % self._counter()))
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 111 _counter = itertools.count().__next__ variable in ThreadPoolExecutor 141 ("ThreadPoolExecutor-%d" % self._counter()))
|
/external/catch2/include/reporters/ |
D | catch_reporter_tap.hpp | 65 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() argument 71 , counter(_counter) in AssertionPrinter()
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_tap.hpp | 65 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() argument 71 , counter(_counter) in AssertionPrinter()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_coordinator.py | 75 self._counter = 0 85 self._counter += 1 86 if self._counter == self._num_participants: 87 self._counter = 0
|
/external/python/cpython3/Lib/ |
D | threading.py | 726 _counter = _count().__next__ variable 727 _counter() # Consume 0 so first non-main thread has id 1. 729 return template % _counter()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_sim_common.h | 82 int eap_sim_derive_keys_reauth(u16 _counter,
|
D | eap_sim_common.c | 107 int eap_sim_derive_keys_reauth(u16 _counter, in eap_sim_derive_keys_reauth() argument 132 WPA_PUT_BE16(counter, _counter); in eap_sim_derive_keys_reauth()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | shell.py | 136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | shell.py | 136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load_test.py | 953 self._counter = 0 959 return constant_op.constant(self._counter) 961 self._counter += 1
|
/external/llvm/docs/ |
D | CoverageMappingFormat.rst | 467 .. _counter-tag: 484 .. _counter data:
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CoverageMappingFormat.rst | 469 .. _counter-tag: 486 .. _counter data:
|
/external/python/cpython3/Lib/test/ |
D | test_mailbox.py | 2118 self._counter = 1 2130 pid = self._counter 2131 self._counter += 1
|