Searched refs:start (Results 276 - 300 of 357) sorted by relevance

<<1112131415

/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
H A DStylesheetHandler.java444 * and compilation engines, which generally don't want to start
501 * Receive notification of the start of a Namespace mapping.
504 * method in a subclass to take specific actions at the start of
531 * method in a subclass to take specific actions at the start of
562 * Receive notification of the start of an element.
674 * @param start The start position in the character array.
682 public void characters(char ch[], int start, int length) argument
699 if (!XMLCharacterRecognizer.isWhiteSpace(ch, start, length))
705 elemProcessor.characters(this, ch, start, lengt
720 ignorableWhitespace(char ch[], int start, int length) argument
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDocumentImpl.java407 public void characters(char[] ch, int start, int length) argument
413 m_char.append(ch,start,length);
448 public void ignorableWhitespace(char[] ch, int start, int length) argument
567 public void comment(char[] ch, int start, int length) argument
572 m_char.append(ch,start,length); // Single-string value
904 // * @param start The start position in the array.
907 // public int createTextNode(char ch[], int start, int length)
910 // m_char.append(ch, start, length); // store the chunk to the text/comment string table
952 // * @param start Th
[all...]
/dalvik/libdex/
H A DDexFile.c150 * '<' is allowed only at the start of a name, and if present,
234 // Slash at start or two slashes in a row.
898 const u1* start = (const u1*) pHeader; local
903 return (u4) adler32(adler, start + nonSum, pHeader->fileSize - nonSum);
911 const u1* start = (const u1*) pOptHeader + pOptHeader->depsOffset; local
917 return (u4) adler32(adler, start, end - start);
1005 * returns the length of a type string, given the start of the
1207 * and we don't want to mess with the existing start address.
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DCollectionsTest.java1636 normalThread.start();
1637 offsetThread.start();
1731 normalThread.start();
1732 offsetThread.start();
1785 normalThread.start();
1786 offsetThread.start();
1856 normalThread.start();
1857 offsetThread.start();
1916 normalThread.start();
1917 offsetThread.start();
[all...]
H A DHashtableTest.java514 t1.start();
664 t1.start();
849 t1.start();
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
H A DSelectorTest.java438 }.start();
453 }.start();
509 thread.start();
H A DSinkChannelTest.java167 thread[i].start();
208 }.start();
239 thread.start();
/dalvik/libcore/luni/src/main/java/java/io/
H A DObjectInputStream.java1096 int start = 0;
1103 while (classSig.startsWith("[L", start) //$NON-NLS-1$
1105 start += 2;
1109 if (start > 0) {
1110 start -= 2;
1112 return classSig.substring(start, end);
/dalvik/dx/etc/
H A Ddx.bat19 REM Locate dx.jar in the directory where dx.bat was found and start it.
/dalvik/libcore/icu/src/main/native/
H A DNativeRegEx.cpp232 static void setRegion(JNIEnv* env, jclass clazz, RegExData* data, jint start, argument
236 uregex_setRegion(data->regex, start, end, &status);
/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java144 acceptT.start();
288 new Thread(new Worker(s), "additional worker").start();
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
H A DHandshakeCompletedEventTest.java477 serverThread.start();
479 clientThread.start();
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
H A DAtomicIntegerFieldUpdaterTest.java144 t.start();
H A DAtomicIntegerTest.java77 t.start();
H A DAtomicLongFieldUpdaterTest.java145 t.start();
H A DAtomicLongTest.java77 t.start();
H A DAtomicReferenceArrayTest.java127 t.start();
/dalvik/libcore/luni/src/main/java/java/util/
H A DTimer.java44 * is the following: With fixed-rate execution, the start time of each
50 * task is scheduled relative to the start time of the previous run of the
197 this.start();
H A DFormatter.java57 * <i>Format specifiers</i> (such as {@code "%s"} or {@code "%03d"} in the example) start with a
136 * conversions are a single character, but date/time conversions all start with {@code t} and
1095 private void outputCharSequence(CharSequence cs, int start, int end) { argument
1097 out.append(cs, start, end);
1594 int start = startIndex;
1622 // if padding char is space, always pad from the start.
1623 start = 0;
1633 result.insert(start, paddingChars);
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DInetAddressTest.java432 thread1.start();
433 thread2.start();
434 thread3.start();
435 thread4.start();
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DProcessManager.java91 processThread.start();
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java583 * Look through the vector from start point, looking for redundant occurances.
589 * @param start The position to start looking in the vector.
596 protected int findAndEliminateRedundant(int start, int firstOccuranceIndex, argument
613 for(int j = start; j < n; j++)
675 protected int oldFindAndEliminateRedundant(int start, int firstOccuranceIndex, argument
690 for(int j = start; j < n; j++)
H A DElemNumber.java1627 // start table at 1, add last char at index 0. Reason explained above and below.
1651 int lookupIndex = 1; // start off with anything other than zero to make correction work
1733 int lookupIndex = 1; // start off with anything other than zero to make correction work
1746 charPos = 0; //start at 0
1886 // need to start filling the table up at index 1
2053 int start = currentPosition;
2061 if ((start == currentPosition)
2067 return str.substring(start, currentPosition);
2134 int start = currpos;
2142 if ((start
[all...]
/dalvik/vm/mterp/x86-atom/
H A Dentry.S66 * entry point, start executing instructions.
78 FGETOP_JMPa %edx # start executing the instruction at rPC
/dalvik/vm/
H A DDebugger.c1297 int i, start, count; local
1303 start = 0;
1305 start = clazz->super->iftableCount;
1307 count = clazz->iftableCount - start;
1309 for (i = start; i < clazz->iftableCount; i++) {
1342 u8 start, end; local
1350 start = (u8) -1;
1353 start = 0;
1357 expandBufAdd8BE(pReply, start);

Completed in 683 milliseconds

<<1112131415