OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encountered
(Results
51 - 75
of
838
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
ParseException.java
20
* This exception is thrown when parse errors are
encountered
.
130
String retval = "
Encountered
\"";
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
CharsetEncoderICU.java
96
* umappable or illegal sequence is
encountered
116
* Sets the action to be taken if an illegal sequence is
encountered
138
* Sets the action to be taken if an illegal sequence is
encountered
209
* converter is stop and report if an error in input stream is
encountered
.
415
// lost when invalid characters were
encountered
. Not sure
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/
DefaultPolicyScanner.java
117
* if unexpected or unknown token
encountered
162
* if unexpected or unknown token
encountered
202
* if unexpected or unknown token
encountered
262
* if unexpected or unknown token
encountered
302
* if unexpected or unknown token
encountered
/frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java
298
Log.d(TAG, "
encountered
new type: " + info);
308
Log.d(TAG, "
encountered
existing type with the same uid: " + info);
315
Log.d(TAG, "
encountered
existing type with a new uid but from"
318
Log.d(TAG, "
encountered
existing type with a new uid but existing was"
329
Log.d(TAG, "
encountered
existing type with a new uid, ignoring: " + info);
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSParser.java
86
* check-character-normalization</a>" is set to true and a string is
encountered
that fails normalization
91
* and a doctype is
encountered
. </dd>
99
* instruction is
encountered
in a location where the base URI of the
116
*
encountered
in an entity's replacement text. Raising this warning is not
123
* set to <code>false</code> and a character is
encountered
for which the
128
* encoding is
encountered
. </dd>
132
* to <code>true</code> and an unsupported media type is
encountered
. </dd>
197
* <dd>[<em>optional</em>] Report an fatal <b>"unknown-character-denormalization"</b> error if a character is
encountered
for which the processor cannot
221
*
encountered
, the implementation will request that the
230
* type. If an unsupported media type is
encountered
, a fatal error of
[
all
...]
/external/skia/include/animator/
SkAnimator.h
100
animator. Returns false if an error was
encountered
.
108
read without error. Returns false if an error was
encountered
.
117
read without error. Returns false if an error was
encountered
.
125
parsed without error. Returns false if an error was
encountered
.
132
read without error. Returns false if an error was
encountered
.
327
/** Returns the details of any error
encountered
while parsing the XML.
331
/** Returns the details of any error
encountered
while parsing the XML as string.
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java
14
* the stream. If an ASN.1 NULL is
encountered
a DER/BER Null object is
147
throw new EOFException("EOF
encountered
in middle of object");
483
throw new IOException("unknown BER object
encountered
");
/external/sonivox/arm-fm-22k/lib_src/
eas_miditypes.h
116
#define SMF_FLAGS_HAS_TIME_SIG 0x02 /* time signature
encountered
at time 0 */
117
#define SMF_FLAGS_HAS_TEMPO 0x04 /* tempo
encountered
at time 0 */
118
#define SMF_FLAGS_HAS_GM_ON 0x08 /* GM System On
encountered
at time 0 */
/external/sonivox/arm-hybrid-22k/lib_src/
eas_miditypes.h
116
#define SMF_FLAGS_HAS_TIME_SIG 0x02 /* time signature
encountered
at time 0 */
117
#define SMF_FLAGS_HAS_TEMPO 0x04 /* tempo
encountered
at time 0 */
118
#define SMF_FLAGS_HAS_GM_ON 0x08 /* GM System On
encountered
at time 0 */
/external/sonivox/arm-wt-22k/lib_src/
eas_miditypes.h
116
#define SMF_FLAGS_HAS_TIME_SIG 0x02 /* time signature
encountered
at time 0 */
117
#define SMF_FLAGS_HAS_TEMPO 0x04 /* tempo
encountered
at time 0 */
118
#define SMF_FLAGS_HAS_GM_ON 0x08 /* GM System On
encountered
at time 0 */
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetelementsbytagnameaccessnodelist.java
32
* "5" in the order the children were
encountered
.
elementgetelementsbytagnamespecialvalue.java
37
* in the order the children were
encountered
.
hc_elementgetelementsbytagnamespecialvalue.java
37
* in the order the children were
encountered
.
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentgetelementsbytagnameNS01.java
35
* a given local name and namespace URI in the order in which they are
encountered
documentgetelementsbytagnameNS02.java
35
* a given local name and namespace URI in the order in which they are
encountered
documentgetelementsbytagnameNS03.java
35
* a given local name and namespace URI in the order in which they are
encountered
documentgetelementsbytagnameNS04.java
35
* a given local name and namespace URI in the order in which they are
encountered
documentgetelementsbytagnameNS05.java
35
* a given local name and namespace URI in the order in which they are
encountered
elementgetelementsbytagnamens02.java
48
* name and namespace URI in the order in which they are
encountered
in a preorder traversal
elementgetelementsbytagnamens04.java
35
* order in which they are
encountered
in a preorder traversal of the Document tree.
elementgetelementsbytagnamens05.java
48
* order in which they are
encountered
in a preorder traversal of the Document tree.
getElementsByTagNameNS02.java
36
* localName and namespaceURI in the order they were
encountered
in a preorder
getElementsByTagNameNS03.java
36
* order in which they are
encountered
in a preorder traversal of this Element tree.
getElementsByTagNameNS04.java
36
* order in which they are
encountered
in a preorder traversal of this Element tree.
getElementsByTagNameNS05.java
36
* order in which they are
encountered
in a preorder traversal of this Element tree.
Completed in 257 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>