HomeSort by relevance Sort by last modified time
    Searched full:raised (Results 26 - 50 of 437) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 44 * INVALID_CHARACTER_ERR: Raised if the specified qualified name is not
46 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
48 * <br>NOT_SUPPORTED_ERR: May be raised if the implementation does not
84 * INVALID_CHARACTER_ERR: Raised if the specified qualified name is not
86 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
97 * <br>WRONG_DOCUMENT_ERR: Raised if <code>doctype</code> has already
100 * <br>NOT_SUPPORTED_ERR: May be raised if the implementation does not
Node.java 22 * such nodes results in a <code>DOMException</code> being raised.
197 * DOMSTRING_SIZE_ERR: Raised when it would return more characters than
208 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly and if
291 * HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does not
297 * <br>WRONG_DOCUMENT_ERR: Raised if <code>newChild</code> was created
299 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly or
301 * <br>NOT_FOUND_ERR: Raised if <code>refChild</code> is not a child of
304 * this exception might be raised if the DOM implementation doesn't
327 * HIERARCHY_REQUEST_ERR: Raised if this node is of a type that does not
334 * <br>WRONG_DOCUMENT_ERR: Raised if <code>newChild</code> was create
    [all...]
Document.java 81 * INVALID_CHARACTER_ERR: Raised if the specified name is not an XML
114 * NOT_SUPPORTED_ERR: Raised if this document is an HTML document.
132 * INVALID_CHARACTER_ERR: Raised if the specified target is not an XML
135 * <br>NOT_SUPPORTED_ERR: Raised if this document is an HTML document.
153 * INVALID_CHARACTER_ERR: Raised if the specified name is not an XML
180 * INVALID_CHARACTER_ERR: Raised if the specified name is not an XML
183 * <br>NOT_SUPPORTED_ERR: Raised if this document is an HTML document.
303 * NOT_SUPPORTED_ERR: Raised if the type of node being imported is not
305 * <br>INVALID_CHARACTER_ERR: Raised if one of the imported names is not
359 * INVALID_CHARACTER_ERR: Raised if the specifie
    [all...]
Text.java 54 * INDEX_SIZE_ERR: Raised if the specified offset is negative or greater
56 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
119 * NO_MODIFICATION_ALLOWED_ERR: Raised if one of the <code>Text</code>
  /dalvik/vm/oo/
Array.h 47 * Returns NULL with an exception raised if allocation fails.
56 * Returns NULL with an exception raised if allocation fails.
72 * Returns NULL with an exception raised if allocation fails.
84 * Returns NULL with an exception raised if allocation fails.
94 * Returns NULL with an exception raised if allocation fails.
  /bionic/libm/man/
atanh.3 71 is raised and an infinity is returned.
74 > 1, an invalid exception is raised and an \*(Na is returned.
feclearexcept.3 93 also causes an inexact exception to be raised.
94 In these cases, the overflow or underflow will be raised first.
fdim.3 70 No other exceptions are raised.
lrint.3 56 value, an invalid exception is raised and the return value is undefined.
  /cts/apps/CtsVerifier/jni/audioquality/
GenerateSinusoid.h 22 with a half-raised-cosine function. It is up to the caller to
  /development/testrunner/
errors.py 45 """Raised when xml data to parse has unrecognized format."""
  /external/stlport/doc/
README.intel 10 code to invoke std::unexpected function when a raised exception is
  /libcore/luni/src/main/java/java/beans/
PropertyChangeListener.java 29 * The source bean calls this method when an event is raised.
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementExclusiveTimeContainer.java 27 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
ElementParallelTimeContainer.java 26 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
SMILElement.java 33 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 84 * <dd> Raised if
89 * <dd> Raised if the
94 * Raised when loading a document and no input is specified in the
98 * <dd> Raised if a processing
101 * this warning will be raised is if the configuration parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-entities'>
113 * implementation dependent warning that may be raised if the configuration
121 * <dd> Raised if the
127 * <dd> Raised if an unsupported
131 * Raised if the configuration parameter "supported-media-types-only" is set
231 * type <b>"unsupported-media-type"</b> will be raised. The media types defined in [<a href='http://www.ietf.org/rfc/rfc3023.txt'>IETF RFC 3023</a>] must (…)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode06.java 35 * A NOT_SUPPORTED_ERR is raised if the type of node being imported is
39 * Since Document nodes cannot be imported, a NOT_SUPPORTED_ERR should be raised.
documentimportnode07.java 35 * A NOT_SUPPORTED_ERR is raised if the type of node being imported is
40 * NOT_SUPPORTED_ERR should be raised.
documentimportnode08.java 35 * A NOT_SUPPORTED_ERR is raised if the type of node being imported is
39 * node. Since DocumentType nodes cannot be imported, a NOT_SUPPORTED_ERR should be raised.
  /bionic/libm/src/
s_truncf.c 22 * Inexact flag raised if x not equal to truncf(x).
  /external/fdlibm/
s_ilogb.c 17 * ieee_ilogb(inf/NaN) = 0x7fffffff (no signal is raised)
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 49 alert("FAIL: XMLHttpRequest raised an exception, " + ex);
  /external/webkit/WebCore/bindings/scripts/
IDLStructure.pm 47 raisesExceptions => '@', # Possibly raised exceptions.
54 getterExceptions => '@', # Possibly raised exceptions.
55 setterExceptions => '@', # Possibly raised exceptions.
  /development/tools/axl/
singletonmixin.py 26 being raised.
30 a SingletonException is raised.
35 an exception is raised if a Singleton subclass includ

Completed in 919 milliseconds

12 3 4 5 6 7 8 91011>>