Searched refs:raises (Results 1 – 25 of 44) sorted by relevance
12
/external/chromium-trace/catapult/third_party/six/ |
D | test_six.py | 83 py.test.raises( 318 py.test.raises(AttributeError, six.remove_move, "eggs") 334 py.test.raises(AttributeError, six.get_method_self, 42) 343 py.test.raises(AttributeError, six.get_method_function, hasattr) 361 py.test.raises(AttributeError, six.get_function_code, hasattr) 401 py.test.raises(StopIteration, six.advance_iterator, it) 437 py.test.raises(StopIteration, six.next, it) 438 py.test.raises(StopIteration, six.next, it) 486 py.test.raises(TypeError, u) 534 py.test.raises(Exception, six.int2byte, 256) [all …]
|
/external/clang/bindings/python/tests/cindex/ |
D | test_token_kind.py | 4 from nose.tools import raises 14 @raises(ValueError) 20 @raises(ValueError)
|
D | test_type.py | 6 from nose.tools import raises 182 @raises(TypeError) 194 @raises(IndexError) 203 @raises(IndexError) 212 @raises(Exception) 271 @raises(Exception)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
D | test_six.py | 63 py.test.raises( 298 py.test.raises(AttributeError, six.remove_move, "eggs") 314 py.test.raises(AttributeError, six.get_method_self, 42) 323 py.test.raises(AttributeError, six.get_method_function, hasattr) 341 py.test.raises(AttributeError, six.get_function_code, hasattr) 381 py.test.raises(StopIteration, six.advance_iterator, it) 417 py.test.raises(StopIteration, six.next, it) 418 py.test.raises(StopIteration, six.next, it) 500 py.test.raises((OverflowError, ValueError), six.int2byte, 256) 506 py.test.raises(IndexError, six.byte2int, six.b("")) [all …]
|
/external/llvm/bindings/ocaml/bitreader/ |
D | llvm_bitreader.mli | 19 raises [Error msg] otherwise, where [msg] is a description of the error 25 raises [Error msg] otherwise, where [msg] is a description of the error
|
/external/llvm/bindings/ocaml/irreader/ |
D | llvm_irreader.mli | 19 raises [Error msg] otherwise, where [msg] is a description of the error
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
D | util.rst | 18 raises :exc:`ImportError` when the *name*
|
/external/mesa3d/docs/OLD/ |
D | MESA_trace.spec | 42 Application-side implementation of these features raises namespace
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/ |
D | auth.rst | 55 :raises:
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | graphutil.rst | 20 This method raises :class:`GraphError <altgraph.GraphError` when
|
D | changelog.rst | 138 - ``altgraph.Dot.edge_style`` raises ``GraphError`` when
|
/external/autotest/docs/ |
D | coding-style.md | 148 @raises exception that could be raised if a certain condition occurs. 161 @raises - same as @raise.
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite_unittest.py | 246 raises=False, suite_deps=[], suite=None): argument 296 if raises: 364 self.expect_job_scheduling(recorder, add_experimental=True, raises=True)
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingwebapp2.rst | 84 encounters an error or raises an uncaught exception. You may wish to remove
|
/external/parameter-framework/upstream/ |
D | CMakeLists.txt | 63 # If a two different warning levels are present on the command line, cl raises a warning.
|
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/ |
D | exceptions.rst | 115 and raises the corresponding exception.
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph.egg-info/ |
D | PKG-INFO | 155 - ``altgraph.Dot.edge_style`` raises ``GraphError`` when
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/ |
D | PKG-INFO | 155 - ``altgraph.Dot.edge_style`` raises ``GraphError`` when
|
/external/llvm/docs/ |
D | ExtendedIntegerResults.txt | 8 specific integer GPR. This is an efficient way to go, but raises the question:
|
/external/chromium-trace/catapult/third_party/webapp2/ |
D | CHANGES | 279 - Route now raises exc.HTTPMethodNotAllowed if methods are set and the request 282 - Router.default_matcher() now raises exc.HTTPNotFound if no route matches. 474 - WSGIApplication.handle_exception() doesn't automatically raises the exception
|
/external/zlib/src/win32/ |
D | DLL_FAQ.txt | 261 as those provided by Borland, raises similar problems. 301 raises problems related to the status of ZLIB1.DLL as a 313 Borland's, or Cygwin's, raises problems related to the
|
/external/chromium-trace/catapult/third_party/html5lib-python/doc/ |
D | movingparts.rst | 112 * :class:`lint.Filter <html5lib.filters.lint.Filter>` raises
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.mli | 159 (** [by_triple triple] returns a target for a triple [triple], or raises
|
/external/valgrind/docs/internals/ |
D | threads-syscalls-signals.txt | 70 raises one, the kernel will just summarily kill the process. Therefore, 72 an instruction raises one of these exceptions. (It's also necessary to
|
/external/eigen/doc/ |
D | PreprocessorDirectives.dox | 77 this threshold raises a compile time assertion. Use 0 to set no limit. Default is 128 KB.
|
12