Searched refs:start (Results 326 - 350 of 357) sorted by relevance

<<1112131415

/dalvik/vm/compiler/codegen/arm/
H A DCodegenDriver.c2506 /* MAX_CHAINED_SWITCH_CASES + 1 is the start of the overflow case */
3931 /* Accept the work and start compiling */
3970 int i, start, streak; local
3981 for (start = i++, streak = 1; i < 256; i++) {
3986 sprintf(buf+strlen(buf), "%x,", start);
3988 sprintf(buf+strlen(buf), "%x-%x,", start, start + streak - 1);
3996 start = i;
4002 sprintf(buf+strlen(buf), "%x", start);
4004 sprintf(buf+strlen(buf), "%x-%x", start, star
[all...]
H A DAssemble.c29 * ds: dest start bit position
32 * s1s: src1 start bit position
35 * s2s: src2 start bit position
46 /* Instruction dump string format keys: !pf, where "!" is the start
1013 value |= (operand & 0x0F) << encoder->fieldLoc[i].start;
1055 value = (operand << encoder->fieldLoc[i].start) &
1068 encoder->fieldLoc[i].start;
1079 encoder->fieldLoc[i].start;
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DClassLoaderTest.java415 tt1.start();
416 tt2.start();
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java934 // start HARMONY branch
1001 public void parse(URL url, String spec, int start, int end) { argument
1002 parseURL(url, spec, start, end);
/dalvik/vm/jdwp/
H A DJdwpEvent.c40 post anything but VM start/death, but if a JDWP request causes a class
88 We need to change to VMWAIT state at the *start* of posting an event,
409 * a string that may start or end with '*' (e.g. "*.Foo" or "java.*").
541 /* start after the existing entries */
926 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start) argument
952 if (start)
/dalvik/libdex/
H A DDexSwapVerify.c103 * Verify that a pointer range, start inclusive to end exclusive, only
105 * file. That is, the start must indicate a valid byte or may point at
107 * end must be no less than the start and must also not point beyond
111 const void* start, const void* end, const char* label) {
114 if ((start < fileStart) || (start > fileEnd)
115 || (end < start) || (end > fileEnd)) {
117 fileOffset(state, start), fileOffset(state, end));
124 * Verify that a range of offsets, start inclusive to end exclusive,
125 * are all valid. That is, the start mus
110 checkPtrRange(const CheckState* state, const void* start, const void* end, const char* label) argument
[all...]
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java297 * permitted to start and not permitted to stop. The value may be
833 * than corePoolSize threads (in which case we always start one),
901 t.start();
1017 * 1. We may start out with an initial task, in which case we
1265 * start a new thread with the given command as its first
1275 * stopped, or start a new thread if there are none.
/dalvik/libcore/luni/src/main/java/java/util/
H A DTreeMap.java375 SubMap(K start, TreeMap<K, V> map) { argument
378 startKey = start;
381 SubMap(K start, TreeMap<K, V> map, K end) { argument
384 startKey = start;
2282 * if the start or end key cannot be compared with the keys in
2285 * if the start or end key is {@code null} and the comparator
2288 * if the start key is greater than the end key, or if this map
/dalvik/libcore/prefs/src/main/java/java/util/prefs/
H A DAbstractPreferences.java63 dispatcher.start();
/dalvik/libcore/sql/src/test/java/tests/sql/
H A DPreparedStatementTest.java3170 public long position(Blob pattern, long start) throws SQLException { argument
3175 public long position(byte[] pattern, long start) throws SQLException { argument
3225 public long position(Clob searchstr, long start) throws SQLException { argument
3230 public long position(String searchstr, long start) throws SQLException { argument
H A DStatementTest.java1851 t.start();
1879 t.start();
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DServerHandshakeImpl.java81 public void start() { method in class:ServerHandshakeImpl
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
H A DSSLSocketTest.java779 serverThread.start();
H A DSSLEngineTest.java1911 clientThread.start();
1914 serverThread.start();
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSimpleDateFormatTest.java91 int start, int end) {
93 ParsePosition position = new ParsePosition(start);
730 assertTrue("Wrong default year start",
90 parse(String pattern, String input, Date expected, int start, int end) argument
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java75 * Setting start to END should 'close' the iterator,
84 * @return A DTMAxisIterator set to the start of the iteration.
133 * Set start to END should 'close' the iterator,
138 * @return A DTMAxisIterator set to the start of the iteration.
236 * Set start to END should 'close' the iterator,
241 * @return A DTMAxisIterator set to the start of the iteration.
409 * Set start to END should 'close' the iterator,
414 * @return A DTMAxisIterator set to the start of the iteration.
505 * Set start to END should 'close' the iterator,
510 * @return A DTMAxisIterator set to the start o
2258 comment(char ch[], int start, int length) argument
[all...]
/dalvik/vm/mterp/armv5te/
H A Dfooter.S80 * to be compiled happens to be at a trace start.
149 add rINST,lr,#-5 @ save start of chain branch
186 * trace start).
192 add rINST,lr,#-5 @ save start of chain branch
229 * No translation, restore interpreter regs and start interpreting.
241 * Common code to update potential trace start counter, and initiate
894 * values and start executing at the next instruction.
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DSerializationStressTest2.java1917 t.start();
/dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
H A DPatternTest.java605 notes = "Verifies the functionality of compile() method. Also tested methods from matcher: matches(), start(int), group(int)",
614 mat.start(1);
994 assertEquals("start" + k, mat.group(2));
996 assertEquals("start" + k, mat.group(4));
1817 // assertEquals(mat.start(), 4);
1824 // * assertTrue(mat.find()); assertEquals(mat.start(), 4);
1831 // * assertEquals(mat.start(), 6); assertEquals(mat.end(), 13);
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java125 /** The Result object at the start of the transform, if any. */
2922 * Called by SourceTreeHandler to start the transformation
3208 int start,
3205 fireGenerateEvent( int eventType, char[] ch, int start, int length) argument
/dalvik/libcore/xml/src/test/java/tests/xml/
H A DDomTest.java1368 result = result.substring(0, attributeMatcher.start())
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DFormatterTest.java143 public Appendable append(CharSequence csq, int start, int end) argument
146 data.append(csq, start, end);
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/dalvik/tools/dmtracedump/
H A DTraceDump.c257 int type[2]; /* 0=class, 1=method; 2 needed for start and end keys */
259 char* keys[2]; /* 2 needed for start and end keys */
664 const char* start = data; local
668 return data - start;
705 * Make sure we're at the start of the right section.
716 "ERROR: not at start of %s (found '%.10s')\n", cmpStr, data);
1148 * Returns with the file positioned at the start of the record data.
1263 traceData.depth[i] = 2; // adjust for return from start function
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DSocketTest.java1667 // start by validating the error checks
1919 // start by validating the error checks
2160 connector.start();

Completed in 1576 milliseconds

<<1112131415