HomeSort by relevance Sort by last modified time
    Searched refs:StopIteration (Results 51 - 75 of 384) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/kmod/libkmod/python/kmod/
list.pyx 41 raise StopIteration()
  /external/python/cpython2/Doc/includes/
mp_pool.py 175 except StopIteration:
207 except StopIteration:
  /external/python/cpython3/Lib/test/
test_list.py 110 self.assertRaises(StopIteration, next, itorig)
146 self.assertRaises(StopIteration, next, itorig)
test_struct.py 663 self.assertRaises(StopIteration, next, it)
664 self.assertRaises(StopIteration, next, it)
672 self.assertRaises(StopIteration, next, it)
673 self.assertRaises(StopIteration, next, it)
687 self.assertRaises(StopIteration, next, it)
695 self.assertRaises(StopIteration, next, it)
696 self.assertRaises(StopIteration, next, it)
    [all...]
test_itertools.py 53 raise StopIteration
112 except StopIteration:
    [all...]
  /external/python/cpython3/Lib/
contextlib.py 113 except StopIteration:
120 except StopIteration:
131 except StopIteration as exc:
132 # Suppress StopIteration *unless* it's the same exception that
133 # was passed to throw(). This prevents a StopIteration
140 # Likewise, avoid suppressing if a StopIteration exception
143 if type is StopIteration and exc.__cause__ is value:
195 # Avoid suppressing if a StopIteration exception
201 if isinstance(value, (StopIteration, StopAsyncIteration)):
_collections_abc.py 121 Return next yielded value or raise StopIteration.
123 raise StopIteration
128 Return next yielded value or raise StopIteration.
143 except (GeneratorExit, StopIteration):
265 'Return the next item from the iterator. When exhausted, raise StopIteration'
266 raise StopIteration
315 When exhausted, raise StopIteration.
322 Return next yielded value or raise StopIteration.
324 raise StopIteration
329 Return next yielded value or raise StopIteration
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/debug/
socket.rb 302 event.nil? and raise( StopIteration )
306 name == :terminate and raise StopIteration
322 event = @socket.readline or raise( StopIteration )
  /external/fonttools/Lib/fontTools/feaLib/
lexer.py 68 raise StopIteration()
204 except StopIteration:
239 raise StopIteration()
  /art/tools/
analyze-init-failures.py 115 except StopIteration:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
util.py 33 raise StopIteration
  /external/chromium-trace/catapult/devil/devil/android/perf/
surface_stats_collector.py 116 except StopIteration:
  /external/fonttools/Lib/fontTools/cffLib/
specializer.py 113 except StopIteration:
123 except StopIteration:
160 except StopIteration:
182 except StopIteration:
  /external/fonttools/Lib/fontTools/voltLib/
lexer.py 50 raise StopIteration()
  /external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
stream_util.py 82 raise StopIteration()
  /external/grpc-grpc/tools/profiling/microbenchmarks/
bm_json.py 180 if not js and not js2: raise StopIteration()
  /external/libcxx/utils/libcxx/test/
googlebenchmark.py 47 raise StopIteration
  /external/llvm/utils/lit/lit/formats/
googletest.py 39 raise StopIteration
  /external/python/cpython2/Lib/wsgiref/
util.py 33 raise StopIteration
  /external/python/cpython3/Lib/wsgiref/
util.py 33 raise StopIteration
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/formats/
googletest.py 44 raise StopIteration
  /external/tensorflow/tensorflow/contrib/eager/python/examples/linear_regression/
linear_regression_test.py 63 with self.assertRaises(StopIteration):
  /external/tensorflow/tensorflow/python/ops/
nccl_ops.py 249 except StopIteration:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
fileinput.py 256 raise StopIteration
264 except StopIteration:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fileinput.py 255 raise StopIteration
263 except StopIteration:

Completed in 2236 milliseconds

1 23 4 5 6 7 8 91011>>