Searched refs:StopIteration (Results 1 – 25 of 80) sorted by relevance
1234
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/ |
D | queryresultset.py | 33 raise StopIteration 59 raise StopIteration 84 raise StopIteration 89 raise StopIteration
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
D | strip_js_comments.py | 55 except StopIteration: 64 except StopIteration: 77 except StopIteration:
|
D | fake_fs_unittest.py | 52 self.assertRaises(StopIteration, gen.next)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | video_file_frame_generator_unittest.py | 48 except StopIteration: 54 except StopIteration: 68 except StopIteration:
|
/external/autotest/tko/parsers/ |
D | base.py | 30 except StopIteration: 50 except StopIteration:
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_plurality_checkable_iterator.py | 101 raise StopIteration() 131 raise StopIteration() 175 raise StopIteration()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
D | results.py | 60 raise StopIteration() 75 raise StopIteration() 79 raise StopIteration()
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | plurality_checkable_iterator.py | 66 except StopIteration: 89 raise StopIteration()
|
/external/eigen/debug/gdb/ |
D | printers.py | 98 raise StopIteration 106 raise StopIteration 159 raise StopIteration
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | inputstream.py | 585 raise StopIteration 597 raise StopIteration 605 raise StopIteration 610 raise StopIteration 668 raise StopIteration 694 except StopIteration: 884 except StopIteration: 887 except StopIteration:
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
D | socket.rb | 302 event.nil? and raise( StopIteration ) 306 name == :terminate and raise StopIteration 322 event = @socket.readline or raise( StopIteration )
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | key_ranges.py | 100 raise StopIteration() 141 raise StopIteration()
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
D | errormiddleware.py | 222 raise StopIteration 225 except StopIteration: 231 raise StopIteration
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | logcat_monitor_test.py | 60 with self.assertRaises(StopIteration): 62 with self.assertRaises(StopIteration):
|
/external/chromium-trace/catapult/third_party/Paste/paste/auth/ |
D | digest.py | 55 raise StopIteration 60 raise StopIteration
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
D | test_table.py | 959 self.assertRaises(StopIteration, self.results.next) 967 self.assertRaises(StopIteration, results.next) 978 self.assertRaises(StopIteration, results.next) 991 self.assertRaises(StopIteration, results.next) 1001 self.assertRaises(StopIteration, results.next) 1055 self.assertRaises(StopIteration, results.next) 1138 self.assertRaises(StopIteration, self.results.next) 1146 self.assertRaises(StopIteration, self.results.next) 2609 self.assertRaises(StopIteration, results.next) 2700 self.assertRaises(StopIteration, results.next) [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | bundle_image | 22 except StopIteration:
|
D | dynamodb_load | 34 except StopIteration:
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | error.rb | 41 unless defined?( StopIteration ) 42 StopIteration = Class.new( StandardError ) class
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | wsgilib.py | 122 except StopIteration: 208 except StopIteration: 259 except StopIteration:
|
D | cgitb_catcher.py | 58 raise StopIteration
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | file-example.txt | 89 ... raise StopIteration 187 ... raise StopIteration 190 ... raise StopIteration
|
/external/opencv3/3rdparty/jinja2/ |
D | runtime.py | 194 except StopIteration: 321 except StopIteration: 371 raise StopIteration()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/ |
D | _gcs.py | 137 except StopIteration: 298 raise StopIteration()
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | counter_unittest.py | 23 self.assertRaises(StopIteration, itr.next)
|
1234