OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOT_FOUND_ERR
(Results
1 - 25
of
115
) sorted by null
1
2
3
4
5
/libcore/luni/src/main/java/org/w3c/dom/
DOMException.java
76
public static final short
NOT_FOUND_ERR
= 8;
/external/webkit/Source/WebCore/fileapi/
FileError.idl
38
const unsigned short
NOT_FOUND_ERR
= 1;
FileError.h
45
NOT_FOUND_ERR
= 1,
FileException.h
51
NOT_FOUND_ERR
= FileExceptionOffset + 1,
FileException.idl
48
const unsigned short
NOT_FOUND_ERR
= 1;
/external/webkit/Source/WebCore/storage/
IDBDatabaseException.h
49
NOT_FOUND_ERR
= IDBDatabaseExceptionOffset + 3,
IDBDatabaseException.idl
45
const unsigned short
NOT_FOUND_ERR
= 3;
/external/webkit/Source/WebCore/dom/
ExceptionCode.h
38
NOT_FOUND_ERR
= 8,
DOMCoreException.idl
53
const unsigned short
NOT_FOUND_ERR
= 8;
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementnotfounderr.java
32
*
NOT_FOUND_ERR
DOMException if the "oldAttr" attribute
84
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
hc_elementnotfounderr.java
32
*
NOT_FOUND_ERR
DOMException if the "oldAttr" attribute
83
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
hc_namednodemapnotfounderr.java
32
*
NOT_FOUND_ERR
DOMException if there is not a node
83
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
hc_noderemovechildoldchildnonexistent.java
32
*
NOT_FOUND_ERR
DOMException if the old child is
39
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])</a>
41
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])</a>
82
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
namednodemapnotfounderr.java
32
*
NOT_FOUND_ERR
DOMException if there is not a node
83
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
noderemovechildoldchildnonexistent.java
32
*
NOT_FOUND_ERR
DOMException if the old child is
40
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])</a>
42
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-1734834066')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])</a>
83
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
hc_attrremovechild2.java
31
* Attempts to remove a freshly created text node which should result in a
NOT_FOUND_ERR
exception.
78
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
hc_nodeinsertbeforerefchildnonexistent.java
32
*
NOT_FOUND_ERR
DOMException if the reference child is
40
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])</a>
42
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])</a>
86
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
hc_nodereplacechildoldchildnonexistent.java
32
*
NOT_FOUND_ERR
DOMException if the old child is
39
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])</a>
41
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])</a>
84
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
nodeinsertbeforerefchildnonexistent.java
32
*
NOT_FOUND_ERR
DOMException if the reference child is
41
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])</a>
43
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])</a>
86
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
nodereplacechildoldchildnonexistent.java
32
*
NOT_FOUND_ERR
DOMException if the old child is
40
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])</a>
42
* @see <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])</a>
85
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapremovenameditemns06.java
35
* raises a
NOT_FOUND_ERR
if there is no node with the specified namespaceURI and
39
* an incorrect namespaceURI. This should raise a
NOT_FOUND_ERR
.
87
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
namednodemapremovenameditemns07.java
35
* raises a
NOT_FOUND_ERR
if there is no node with the specified namespaceURI and
39
* an incorrect localName. This should raise a
NOT_FOUND_ERR
.
87
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
namednodemapremovenameditemns08.java
35
* raises a
NOT_FOUND_ERR
if there is no node with the specified namespaceURI and
41
* raise a
NOT_FOUND_ERR
.
90
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
removeNamedItemNS02.java
35
* NamedNodeMap should raise
NOT_FOUND_ERR
DOMException if
43
* This should raise
NOT_FOUND_ERR
DOMException.
46
* @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='
NOT_FOUND_ERR
'])</a>
48
* @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-removeNamedItemNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='
NOT_FOUND_ERR
'])</a>
89
success = (ex.code == DOMException.
NOT_FOUND_ERR
);
/packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java
60
throw new DOMException(DOMException.
NOT_FOUND_ERR
, "Not found");
Completed in 584 milliseconds
1
2
3
4
5