Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/third_party/six/
Dtest_six.py83 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/
Dtest_token_kind.py4 from nose.tools import raises
14 @raises(ValueError)
20 @raises(ValueError)
Dtest_type.py6 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/
Dtest_six.py63 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/
Dllvm_bitreader.mli19 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/
Dllvm_irreader.mli19 raises [Error msg] otherwise, where [msg] is a description of the error
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dutil.rst18 raises :exc:`ImportError` when the *name*
/external/mesa3d/docs/OLD/
DMESA_trace.spec42 Application-side implementation of these features raises namespace
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/
Dauth.rst55 :raises:
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dgraphutil.rst20 This method raises :class:`GraphError <altgraph.GraphError` when
Dchangelog.rst138 - ``altgraph.Dot.edge_style`` raises ``GraphError`` when
/external/autotest/docs/
Dcoding-style.md148 @raises exception that could be raised if a certain condition occurs.
161 @raises - same as @raise.
/external/autotest/server/cros/dynamic_suite/
Dsuite_unittest.py246 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/
Dusingwebapp2.rst84 encounters an error or raises an uncaught exception. You may wish to remove
/external/parameter-framework/upstream/
DCMakeLists.txt63 # 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/
Dexceptions.rst115 and raises the corresponding exception.
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph.egg-info/
DPKG-INFO155 - ``altgraph.Dot.edge_style`` raises ``GraphError`` when
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
DPKG-INFO155 - ``altgraph.Dot.edge_style`` raises ``GraphError`` when
/external/llvm/docs/
DExtendedIntegerResults.txt8 specific integer GPR. This is an efficient way to go, but raises the question:
/external/chromium-trace/catapult/third_party/webapp2/
DCHANGES279 - 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/
DDLL_FAQ.txt261 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/
Dmovingparts.rst112 * :class:`lint.Filter <html5lib.filters.lint.Filter>` raises
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli159 (** [by_triple triple] returns a target for a triple [triple], or raises
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt70 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/
DPreprocessorDirectives.dox77 this threshold raises a compile time assertion. Use 0 to set no limit. Default is 128 KB.

12