HomeSort by relevance Sort by last modified time
    Searched full:raise (Results 76 - 100 of 567) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
createDocumentType01.java 35 * DOMImplementation should raise NAMESPACE_ERR DOMException if
42 * Method should raise NAMESPACE_ERR DOMException.
createElementNS01.java 35 * Document should raise NAMESPACE_ERR DOMException if
41 * Method should raise NAMESPACE_ERR DOMException.
createElementNS02.java 35 * Document should raise NAMESPACE_ERR DOMException if
40 * Method should raise NAMESPACE_ERR DOMException.
createElementNS04.java 35 * a Document should raise NAMESPACE_ERR DOMException if the
43 * Method should raise NAMESPACE_ERR DOMException.
importNode16.java 35 * Document should raise NOT_SUPPORTED_ERR DOMException if
41 * Method should raise NOT_SUPPORT_ERR DOMException.
importNode17.java 35 * Document should raise NOT_SUPPORTED_ERR DOMException if
41 * Method should raise NOT_SUPPORTED_ERR DOMException.
removeNamedItemNS02.java 35 * NamedNodeMap should raise NOT_FOUND_ERR DOMException if
43 * This should raise NOT_FOUND_ERR DOMException.
  /development/testrunner/
coverage_targets.py 61 raise errors.ParseError
64 raise errors.ParseError
  /external/bluetooth/bluez/test/
simple-agent 33 raise Rejected("Connection rejected by user")
60 raise Rejected("Passkey doesn't match")
  /external/clearsilver/util/
filter.h 28 * other than zero, we don't raise an error. If you don't
29 * ask for the exitcode, and it is non-zero, we raise an
  /external/fdlibm/
s_nextafter.c 48 if(y==x) return y; else return x; /* raise underflow flag */
71 if(y!=x) { /* raise underflow flag */
  /external/gtest/test/
gtest_uninitialized_test.py 60 raise AssertionError
67 raise AssertionError
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_bison.py 68 raise
84 raise
  /external/webkit/WebCore/dom/
Node.idl 52 // FIXME: the spec says this can also raise on retrieval.
97 // FIXME: the spec says this can also raise on retrieval.
  /external/webkit/WebKitTools/simplejson/
encoder.py 43 raise ValueError("Out of range float values are not JSON compliant: %r"
107 implementation (to raise ``TypeError``).
175 raise ValueError("Circular reference detected")
208 raise ValueError("Circular reference detected")
256 raise TypeError("key %r is not a string" % (key,))
303 raise ValueError("Circular reference detected")
318 (to raise a ``TypeError``).
332 raise TypeError("%r is not JSON serializable" % (o,))
  /development/tools/axl/
singletonmixin.py 54 raise SingletonException, 'Can not override __new__ in a Singleton'
58 raise SingletonException, 'Singletons may only be instantiated through getInstance()'
71 raise SingletonException, 'If no supplied args, singleton must already be instantiated, or __init__ must require no args'
74 raise SingletonException, 'If the singleton requires __init__ args, supply them on first instantiation'
  /external/clearsilver/python/examples/base/
hdfhelp.py 213 raise StopIteration
222 if not self.node: raise StopIteration
231 if not self.node: raise StopIteration
240 if not self.node: raise StopIteration
  /external/kernel-headers/original/asm-generic/
resource.h 44 #define RLIMIT_NICE 13 /* max nice prio allowed to raise to
  /external/v8/test/mjsunit/regress/
regress-318.js 28 // Should not crash or raise an exception.
regress-326.js 28 // Should not crash or raise an exception.
  /external/v8/tools/
splaytree.py 83 # Raise exception for key that is not found if the tree is empty.
85 raise KeyNotFoundError(key)
88 # Raise exception for key that is not found.
90 raise KeyNotFoundError(key)
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 24 alert("FAIL: XMLHttpRequest for an uncached resource didn't raise an exception");
  /external/webkit/WebCore/html/
HTMLTableElement.idl 25 // could raise excepetions on setting.
  /external/webkit/WebKitTools/pywebsocket/test/testdata/handlers/
origin_check_wsh.py 34 raise ValueError('Unacceptable origin: %r' % request.ws_origin)
  /external/webkit/WebKitTools/pywebsocket/test/testdata/handlers/sub/
exception_in_transfer_wsh.py 40 raise Exception('Intentional Exception for %s, %s' %

Completed in 100 milliseconds

1 2 34 5 6 7 8 91011>>