HomeSort by relevance Sort by last modified time
    Searched defs:_counter (Results 1 - 18 of 18) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/core/
discover.py 170 _counter = [0] variable
174 _counter[0] += 1
175 return "module_" + str(_counter[0])
util.py 48 _counter = [0] variable
52 _counter[0] += 1
53 return "page_set_module_" + str(_counter[0])
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
decorators_unittest.py 9 _counter = 0 variable
15 global _counter
16 _counter = _counter + 1
17 return _counter
  /test/vts/runners/host/tcp_server/
callback_server_test.py 41 _counter: This is used to keep track of number of calls made to the
45 _counter = 0 variable in class:TestMethods
164 self._counter += 1
170 prev_value = self._counter
177 self.assertEqual(self._counter, prev_value + 1)
192 self._counter += 1
195 prev_value = self._counter
204 self.assertEqual(self._counter, prev_value + 1)
215 prev_value = self._counter
221 self.assertEqual(self._counter, prev_value
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
heap.py 59 _counter = itertools.count() variable in class:Arena
63 self.name = 'pym-%d-%d' % (os.getpid(), Arena._counter.next())
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
heap.py 59 _counter = itertools.count() variable in class:Arena
63 self.name = 'pym-%d-%d' % (os.getpid(), Arena._counter.next())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 59 _counter = itertools.count() variable in class:Arena
63 self.name = 'pym-%d-%d' % (os.getpid(), Arena._counter.next())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 59 _counter = itertools.count() variable in class:Arena
63 self.name = 'pym-%d-%d' % (os.getpid(), Arena._counter.next())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetools.py 114 _counter = 0 variable
116 global _counter
118 _counter += 1
119 result = _counter
  /external/toolchain-utils/automation/common/
command.py 39 _counter = 1 variable in class:Wrapper
66 counter = self._counter
67 self._counter += 1
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimetools.py 114 _counter = 0 variable
116 global _counter
118 _counter += 1
119 result = _counter
threading.py 624 _counter = 0 variable
626 global _counter
627 _counter = _counter + 1
628 return template % _counter
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimetools.py 114 _counter = 0 variable
116 global _counter
118 _counter += 1
119 result = _counter
threading.py 624 _counter = 0 variable
626 global _counter
627 _counter = _counter + 1
628 return template % _counter
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetools.py 114 _counter = 0 variable
116 global _counter
118 _counter += 1
119 result = _counter
threading.py 624 _counter = 0 variable
626 global _counter
627 _counter = _counter + 1
628 return template % _counter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetools.py 114 _counter = 0 variable
116 global _counter
118 _counter += 1
119 result = _counter
threading.py 624 _counter = 0 variable
626 global _counter
627 _counter = _counter + 1
628 return template % _counter
    [all...]

Completed in 1016 milliseconds