Home
last modified time | relevance | path

Searched refs:_counter (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dseed_stream.py174 self._counter = 0
194 self._counter += 1
197 composite = str((self._seed, self._counter, self._salt)).encode("utf-8")
/external/autotest/client/cros/multimedia/
Daudio_facade_native.py85 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/
Djob_manager.py25 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/
Dmimetools.py114 _counter = 0 variable
116 global _counter
118 _counter += 1
119 result = _counter
Dthreading.py618 _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/
Dcras_dbus_utils.py131 self._counter = None
157 self._counter = CrasDBusCounter(self._signal_name, child_conn)
158 self._counter.run()
/external/python/cpython2/Lib/test/
Dtest_old_mailbox.py34 self._counter = 1
46 pid = self._counter
47 self._counter += 1
Dtest_mailbox.py1938 self._counter = 1
1950 pid = self._counter
1951 self._counter += 1
/external/python/cpython2/Lib/multiprocessing/
Dprocess.py96 count = _current_process._counter.next()
256 self._counter = itertools.count(1)
316 self._counter = itertools.count(1)
Dheap.py59 _counter = itertools.count() variable in Arena
63 self.name = 'pym-%d-%d' % (os.getpid(), Arena._counter.next())
/external/toolchain-utils/automation/common/
Dcommand.py39 _counter = 1 variable in Wrapper
66 counter = self._counter
67 self._counter += 1
/external/python/futures/concurrent/futures/
Dthread.py96 _counter = itertools.count().next variable in ThreadPoolExecutor
119 ("ThreadPoolExecutor-%d" % self._counter()))
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py111 _counter = itertools.count().__next__ variable in ThreadPoolExecutor
141 ("ThreadPoolExecutor-%d" % self._counter()))
/external/catch2/include/reporters/
Dcatch_reporter_tap.hpp65 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() argument
71 , counter(_counter) in AssertionPrinter()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp65 … AssertionPrinter( std::ostream& _stream, AssertionStats const& _stats, std::size_t _counter ) in AssertionPrinter() argument
71 , counter(_counter) in AssertionPrinter()
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_coordinator.py75 self._counter = 0
85 self._counter += 1
86 if self._counter == self._num_participants:
87 self._counter = 0
/external/python/cpython3/Lib/
Dthreading.py726 _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/
Deap_sim_common.h82 int eap_sim_derive_keys_reauth(u16 _counter,
Deap_sim_common.c107 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/
Dshell.py136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py953 self._counter = 0
959 return constant_op.constant(self._counter)
961 self._counter += 1
/external/llvm/docs/
DCoverageMappingFormat.rst467 .. _counter-tag:
484 .. _counter data:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCoverageMappingFormat.rst469 .. _counter-tag:
486 .. _counter data:
/external/python/cpython3/Lib/test/
Dtest_mailbox.py2118 self._counter = 1
2130 pid = self._counter
2131 self._counter += 1