HomeSort by relevance Sort by last modified time
    Searched full:raised (Results 1 - 25 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/appcache/
deferred-events-delete-while-raising-expected.txt 1 Test the destruction of an iframe while deferred events are being raised does not crash the system.
dynamic-entries-no-cache-expected.txt 22 PASS: hasItem raised INVALID_STATE_ERR
23 PASS: add raised INVALID_STATE_ERR
24 PASS: remove raised INVALID_STATE_ERR
dynamic-entries-no-cache.html-disabled 86 log("PASS: hasItem raised INVALID_STATE_ERR");
88 log("FAIL: hasItem raised unexpected exception " + ex);
96 log("PASS: add raised INVALID_STATE_ERR");
98 log("FAIL: add raised unexpected exception " + ex);
106 log("PASS: remove raised INVALID_STATE_ERR");
108 log("FAIL: remove raised unexpected exception " + ex);
deferred-events-delete-while-raising.html 31 <p>Test the destruction of an iframe while deferred events are being raised does not crash the system.</p>
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 24 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
33 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
42 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
51 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
60 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
69 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
78 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
87 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
96 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
105 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    [all...]
ElementLayout.java 24 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
32 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
40 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
48 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
SMILRegionElement.java 30 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
38 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
46 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
54 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
ElementTest.java 25 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
34 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
43 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
67 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
76 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
SMILAnimation.java 30 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
44 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
60 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
70 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
79 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
89 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
99 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
108 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
117 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
ElementTimeManipulation.java 30 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
44 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
58 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
68 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
SMILAnimateMotionElement.java 25 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
34 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
Time.java 67 * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this
77 * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this
89 * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this
100 * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this
111 * NO_MODIFICATION_ALLOWED_ERR: Raised on attempts to modify this
ElementTime.java 32 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
41 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
51 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
66 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
81 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
92 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
102 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
  /ndk/tests/device/test-basic-exceptions/jni/
test_basic_exceptions.cpp 27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
32 std::printf("OK: Exception raised: %s\n", str);
  /ndk/tests/standalone/test-basic-c++/
test_basic_exceptions.cpp 27 std::fprintf(stderr,"KO: Exception *not* raised!\n");
32 std::printf("OK: Exception raised: %s\n", str);
  /external/clearsilver/man/man3/
hdf_set_copy.3 35 If the src node is not found, an error is raised.
  /libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java 52 * WRONG_DOCUMENT_ERR: Raised if <code>arg</code> was created from a
54 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
55 * <br>INUSE_ATTRIBUTE_ERR: Raised if <code>arg</code> is an
59 * <br>HIERARCHY_REQUEST_ERR: Raised if an attempt is made to add a node
78 * NOT_FOUND_ERR: Raised if there is no node named <code>name</code> in
80 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
112 * NOT_SUPPORTED_ERR: May be raised if the implementation does not
136 * WRONG_DOCUMENT_ERR: Raised if <code>arg</code> was created from a
138 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
139 * <br>INUSE_ATTRIBUTE_ERR: Raised if <code>arg</code> is a
    [all...]
CharacterData.java 39 * DOMSTRING_SIZE_ERR: Raised when it would return more characters than
54 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
74 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is
78 * <br>DOMSTRING_SIZE_ERR: Raised if the specified range of text does
91 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
101 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is
104 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
119 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> is
123 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
142 * INDEX_SIZE_ERR: Raised if the specified <code>offset</code> i
    [all...]
Element.java 72 * INVALID_CHARACTER_ERR: Raised if the specified name is not an XML
75 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
94 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
123 * WRONG_DOCUMENT_ERR: Raised if <code>newAttr</code> was created from a
125 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
126 * <br>INUSE_ATTRIBUTE_ERR: Raised if <code>newAttr</code> is already an
147 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
148 * <br>NOT_FOUND_ERR: Raised if <code>oldAttr</code> is not an attribute
174 * NOT_SUPPORTED_ERR: May be raised if the implementation does not
208 * INVALID_CHARACTER_ERR: Raised if the specified qualified name is no
    [all...]
  /external/webkit/WebCore/css/
CSSMediaRule.cpp 60 // INDEX_SIZE_ERR: Raised if the specified index is not a valid insertion point.
68 // SYNTAX_ERR: Raised if the specified rule has a syntax error and is unparsable.
76 // to get raised above.
78 // HIERARCHY_REQUEST_ERR: Raised if the rule cannot be inserted at the specified
97 // INDEX_SIZE_ERR: Raised if the specified index does not correspond to a
  /libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java 64 * INVALID_CHARACTER_ERR: Raised if the specified qualified name
66 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
68 * <br>NOT_SUPPORTED_ERR: May be raised by DOM implementations which do
95 * INVALID_CHARACTER_ERR: Raised if the specified qualified name
97 * <br>NAMESPACE_ERR: Raised if the <code>qualifiedName</code> is
106 * <br>WRONG_DOCUMENT_ERR: Raised if <code>doctype</code> has already
109 * <br>NOT_SUPPORTED_ERR: May be raised by DOM implementations which do
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_ENTER.S 19 bne common_exceptionThrown @ exception raised, bail out
  /external/chromium/third_party/icu/source/test/intltest/
trnserr.h 8 * transliterator APIs to make sure the exceptions are raised where
  /external/icu4c/test/intltest/
trnserr.h 8 * transliterator APIs to make sure the exceptions are raised where
  /bionic/libm/src/
s_ilogb.c 20 * ilogb(NaN) = FP_ILOGBNAN (no signal is raised)
21 * ilogb(inf) = INT_MAX (no signal is raised)

Completed in 781 milliseconds

1 2 3 4 5 6 7 8 91011>>