OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:code
(Results
2476 - 2500
of
8676
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodesetprefix05.java
89
success = (ex.
code
== DOMException.NAMESPACE_ERR);
prefix06.java
87
success = (ex.
code
== DOMException.INVALID_CHARACTER_ERR);
prefix08.java
102
success = (ex.
code
== DOMException.NO_MODIFICATION_ALLOWED_ERR);
prefix09.java
90
success = (ex.
code
== DOMException.NAMESPACE_ERR);
removeAttributeNS01.java
103
success = (ex.
code
== DOMException.NO_MODIFICATION_ALLOWED_ERR);
removeNamedItemNS02.java
89
success = (ex.
code
== DOMException.NOT_FOUND_ERR);
setAttributeNS03.java
101
success = (ex.
code
== DOMException.NO_MODIFICATION_ALLOWED_ERR);
setAttributeNodeNS01.java
98
success = (ex.
code
== DOMException.INUSE_ATTRIBUTE_ERR);
setAttributeNodeNS02.java
107
success = (ex.
code
== DOMException.NO_MODIFICATION_ALLOWED_ERR);
setAttributeNodeNS05.java
94
success = (ex.
code
== DOMException.WRONG_DOCUMENT_ERR);
setNamedItemNS01.java
98
success = (ex.
code
== DOMException.INUSE_ATTRIBUTE_ERR);
setNamedItemNS02.java
94
success = (ex.
code
== DOMException.WRONG_DOCUMENT_ERR);
/libcore/luni/src/test/java/tests/org/w3c/dom/
CreateDocument.java
98
success = (ex.
code
== DOMException.NAMESPACE_ERR);
119
success = (ex.
code
== DOMException.NAMESPACE_ERR);
140
// success = (ex.
code
== DOMException.WRONG_DOCUMENT_ERR);
163
// success = (ex.
code
== DOMException.WRONG_DOCUMENT_ERR);
214
success = (ex.
code
== DOMException.INVALID_CHARACTER_ERR);
235
success = (ex.
code
== DOMException.NAMESPACE_ERR);
DocumentCreateAttributeNS.java
166
success = (ex.
code
== DOMException.INVALID_CHARACTER_ERR);
221
success = (ex.
code
== DOMException.NAMESPACE_ERR);
245
success = (ex.
code
== DOMException.NAMESPACE_ERR);
262
success = (ex.
code
== DOMException.NAMESPACE_ERR);
ElementSetAttributeNodeNS.java
155
success = (ex.
code
== DOMException.INUSE_ATTRIBUTE_ERR);
177
success = (ex.
code
== DOMException.INUSE_ATTRIBUTE_ERR);
199
success = (ex.
code
== DOMException.WRONG_DOCUMENT_ERR);
228
success = (ex.
code
== DOMException.NO_MODIFICATION_ALLOWED_ERR);
HCNamedNodeMapInvalidType.java
85
success = (ex.
code
== DOMException.HIERARCHY_REQUEST_ERR);
HCNotationsRemoveNamedItemNS.java
86
switch (ex.
code
) {
HCNotationsSetNamedItemNS.java
88
switch (ex.
code
) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java
138
protected void onCodeInput(final int
code
, final int x, final int y) {
139
if (
code
== Constants.CODE_OUTPUT_TEXT) {
141
} else if (
code
!= Constants.CODE_UNSPECIFIED) {
142
mListener.onCodeInput(
code
, x, y);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h
113
__u8
code
;
member in struct:pppoe_hdr
inet_diag.h
43
* All the commands identified by "
code
" are conditional jumps forward:
49
unsigned char
code
;
member in struct:inet_diag_bc_op
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_error.h
139
* @param ecode the regex error
code
.
147
* @brief Gets the regex error
code
.
149
* @returns the regex error
code
.
152
code
() const
function in class:regex_error
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h
113
__u8
code
;
member in struct:pppoe_hdr
inet_diag.h
43
* All the commands identified by "
code
" are conditional jumps forward:
49
unsigned char
code
;
member in struct:inet_diag_bc_op
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h
113
__u8
code
;
member in struct:pppoe_hdr
Completed in 1017 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>