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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/004-cp-bottom-up/
info.txt 7 entries that are referred to by other entries always occur before the
  /dalvik/dx/tests/005-cp-top-down/
info.txt 7 entries that are referred to by other entries always occur after the
  /external/webkit/WebCore/manual-tests/
autoscroll-when-outside-window.html 5 <p>If the bug occurs, then this text won't be selected until you move the mouse slightly. If the bug does not occur, this text should be selected.</p>
  /dalvik/docs/opcodes/
opcode-22-new-instance.html 65 resolved. All exceptions that are possible during class loading can occur at
70 possible during instantiation can occur at this point.
87 All exceptions that are possible during class loading can occur.
90 All exceptions that are possible during instantiation can occur.
opcode-23-new-array.html 71 resolved. All exceptions that are possible during class loading can occur at
76 exceptions that are possible during instantiation can occur at this point.
100 All exceptions that are possible during class loading can occur.
103 All exceptions that are possible during instantiation can occur.
  /external/webkit/WebCore/manual-tests/redirectHistory/
redir-1.html 8 <p>Wait a few seconds for the redirect to occur. If you return to this page after the redirect, then the test passed. If you end up at redir-2.html, then the test failed.</p>
  /dalvik/libcore/luni/src/main/java/java/lang/
StackOverflowError.java 22 * platform or virtual machine specific limit. Typically, this will occur only
23 * when a program becomes infinitely recursive, but it can also occur in
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-001.js 7 - may occur between any two tokens
8 - cannot occur within any token, not even a string
lexical-002.js 7 - may occur between any two tokens
8 - cannot occur within any token, not even a string
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
ExemptionMechanismSpi.java 43 * if error(s) occur during generation.
60 * if error(s) occur during generation.
86 * if error(s) occur during initialization.
105 * if error(s) occur during initialization.
125 * if error(s) occur during initialization.
  /frameworks/base/telephony/java/com/android/internal/telephony/
WspTypeDecoder.java 71 * @return false when error(not a Text-string) occur
94 * @return false when error(not a Short-integer) occur
112 * @return false when error(not a Long-integer) occur
135 * @return false when error(not a Integer-Value) occur
151 * @return false when error(not a Uintvar-integer) occur
176 * @return false when error(not a Value-length) occur
226 * @return false when error(not a Constrained-encoding) occur
243 * @return false when error(not a Content-type) occur
273 * @return false when error(not a Content length) occur
286 * @return false when error(not a Content location) occur
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_EXIT.S 7 * Exceptions that occur when unlocking a monitor need to appear as
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 7 * Exceptions that occur when unlocking a monitor need to appear as
  /external/oprofile/libop/
op_parse_event.h 36 * A fatal error occur if number of events is greater than max_events.
  /external/oprofile/libutil/
op_growable_buffer.h 26 * init_buffer do not do any allocation, the first allocation will occur
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 303 * @return 0 if no error occur; <0 if an error occur
309 * @return 0 if no error occur; <0 if an error occur
317 * @return 0 if no error occur; <0 if an error occur
324 * @return 0 if no error occur; <0 if an error occur
332 * @return 0 if no error occur; <0 if an error occur
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
DocumentBuilder.java 98 * @exception IOException If any IO errors occur.
99 * @exception SAXException If any parse errors occur.
122 * @exception IOException If any IO errors occur.
123 * @exception SAXException If any parse errors occur.
146 * @exception IOException If any IO errors occur.
147 * @exception SAXException If any parse errors occur.
168 * @exception IOException If any IO errors occur.
169 * @exception SAXException If any parse errors occur.
196 * @exception IOException If any IO errors occur.
197 * @exception SAXException If any parse errors occur
    [all...]
SAXParser.java 150 * @throws SAXException If any SAX errors occur during processing.
177 * @throws IOException If any IO errors occur.
178 * @throws SAXException If any SAX errors occur during processing.
202 * @throws IOException If any IO errors occur.
203 * @throws SAXException If any SAX errors occur during processing.
232 * @throws IOException If any IO errors occur.
233 * @throws SAXException If any SAX errors occur during processing.
256 * @throws IOException If any IO errors occur.
257 * @throws SAXException If any SAX errors occur during processing.
281 * @throws IOException If any IO errors occur
    [all...]
  /development/tools/makedict/src/com/android/tools/dict/
MakeBinaryDictionary.java 149 private void addWordTop(String word, int occur) {
150 if (occur > 255) occur = 255;
156 newNode.freq = occur;
160 roots.get(index).freq += occur;
163 addWordRec(roots.get(index), word, 1, occur); local
169 private void addWordRec(CharNode parent, String word, int charAt, int occur) {
188 if (child.freq == 0) child.freq = occur;
190 addWordRec(child, word, charAt + 1, occur);
193 child.freq = occur;
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/cert/
CertStoreSpi.java 52 * if error(s) occur.
67 * if error(s) occur.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.2-2-n.js 27 - may occur between any two tokens
28 - cannot occur within any token, not even a string
7.2-3-n.js 27 - may occur between any two tokens
28 - cannot occur within any token, not even a string
7.2-4-n.js 27 - may occur between any two tokens
28 - cannot occur within any token, not even a string
7.2-5-n.js 27 - may occur between any two tokens
28 - cannot occur within any token, not even a string
7.2-6.js 27 - may occur between any two tokens
28 - cannot occur within any token, not even a string

Completed in 833 milliseconds

1 2 3 4 5 6 7 8 91011>>