/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/tests/ |
test_exceptions.py | 1 from nose.tools import raises namespace 6 @raises(nx.NetworkXException) 10 @raises(nx.NetworkXError) 14 @raises(nx.NetworkXPointlessConcept) 18 @raises(nx.NetworkXAlgorithmError) 22 @raises(nx.NetworkXUnfeasible) 26 @raises(nx.NetworkXNoPath) 30 @raises(nx.NetworkXUnbounded)
|
/external/clang/bindings/python/tests/cindex/ |
test_token_kind.py | 4 from nose.tools import raises namespace 14 @raises(ValueError) 20 @raises(ValueError) 22 """Ensure trying to fetch an unknown value raises."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/tests/ |
test_smetric.py | 2 from nose.tools import assert_equal,raises namespace 17 @raises(nx.NetworkXError)
|
test_swap.py | 18 @raises(NetworkXError) 22 @raises(NetworkXError) 26 @raises(NetworkXError) 30 @raises(NetworkXError)
|
test_distance_measures.py | 59 @raises(networkx.NetworkXError) 64 @raises(networkx.NetworkXError)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/tests/ |
test_stochastic.py | 1 from nose.tools import assert_true, assert_equal, raises namespace 27 @raises(nx.NetworkXError) 31 @raises(nx.NetworkXError)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/ |
test_eigenvector_centrality.py | 45 @raises(networkx.NetworkXError) 108 @raises(networkx.NetworkXException) 112 @raises(networkx.NetworkXException) 117 @raises(networkx.NetworkXException) 121 @raises(networkx.NetworkXException)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep292.py | 81 raises = self.assertRaises 83 raises(ValueError, s.substitute, dict(who='tim')) 85 raises(ValueError, s.substitute, dict(who='tim')) 87 raises(ValueError, s.substitute, dict(who='tim')) 149 raises = self.assertRaises 162 raises(TypeError, s.substitute, d, {}) 163 raises(TypeError, s.safe_substitute, d, {}) 167 raises = self.assertRaises 172 raises(KeyError, s.substitute) 176 raises(ValueError, s.substitute, dict(gift='bud', who='you') [all...] |
test_isinstance.py | 26 # extension type raises an AttributeError when its __bases__ attribute is 42 # Like above except that inst.__class__.__bases__ raises an exception 62 # Here's a situation where getattr(cls, '__bases__') raises an exception. 74 # Like above, except that getattr(cls, '__bases__') raises an 254 # make sure that issubclass raises RuntimeError before the C stack is 259 # make sure that issubclass raises RuntimeError before the C stack is
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep292.py | 81 raises = self.assertRaises 83 raises(ValueError, s.substitute, dict(who='tim')) 85 raises(ValueError, s.substitute, dict(who='tim')) 87 raises(ValueError, s.substitute, dict(who='tim')) 149 raises = self.assertRaises 162 raises(TypeError, s.substitute, d, {}) 163 raises(TypeError, s.safe_substitute, d, {}) 167 raises = self.assertRaises 172 raises(KeyError, s.substitute) 176 raises(ValueError, s.substitute, dict(gift='bud', who='you') [all...] |
test_isinstance.py | 26 # extension type raises an AttributeError when its __bases__ attribute is 42 # Like above except that inst.__class__.__bases__ raises an exception 62 # Here's a situation where getattr(cls, '__bases__') raises an exception. 74 # Like above, except that getattr(cls, '__bases__') raises an 254 # make sure that issubclass raises RuntimeError before the C stack is 259 # make sure that issubclass raises RuntimeError before the C stack is
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
js_utils.py | 16 Raises:
|
/development/testrunner/ |
android_build.py | 39 Raises: 59 Raises: 76 Raises: 120 Raises: 141 Raises: 161 Raises: 182 Raises: 202 Raises:
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
test_cgitb_catcher.py | 39 raise ValueError("None raises error") 73 assert 'None raises error' in res
|
/external/llvm/bindings/ocaml/bitreader/ |
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/skia/tools/ |
find_run_binary.py | 24 Raises: 45 Raises:
|
/ndk/sources/host-tools/make-3.81/config/ |
intdiv0.m4 | 16 AC_CACHE_CHECK([whether integer division by zero raises SIGFPE], 71 [Define if integer division by zero raises signal SIGFPE.])
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
namednodemapnotfounderr.java | 31 * The "removeNamedItem(name)" method raises a 44 * @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-D58B193')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INUSE_ATTRIBUTE_ERR'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-D58B193')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INUSE_ATTRIBUTE_ERR'])</a>
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
elementsetattributensurinull.java | 47 * The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a 57 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a>
|
setAttributeNS01.java | 34 * The "setAttributeNS(namespaceURI,qualifiedName,Value)" method raises a 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
|
setAttributeNS02.java | 34 * The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a 44 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a>
|
setAttributeNS06.java | 34 * The "setAttributeNS(namespaceURI,localName,value)" method raises a 46 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a>
|
setAttributeNS07.java | 34 * The "setAttributeNS(namespaceURI,localName,value)" method raises a 47 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='NAMESPACE_ERR'])</a>
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/ |
test_error_middleware.py | 65 raise ValueError("None raises error") 104 assert 'None raises error' in res
|
/external/chromium-trace/trace-viewer/third_party/six/ |
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...] |