HomeSort by relevance Sort by last modified time
    Searched refs:next (Results 226 - 250 of 4218) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_DIV_DOUBLE.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_DIV_FLOAT.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_INT_TO_DOUBLE.S 36 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
37 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
OP_MOVE_EXCEPTION.S 34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
38 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
OP_MOVE_WIDE.S 34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
bincmp.S 38 j${revcmp} 1f # goto next instruction if reverse
44 FINISH_RB %edx, %ecx # jump to next instruction
binop.S 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binop2addr.S 38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
43 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
binopF.S 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopF2addr.S 36 FFETCH_ADV 1, %edx # %ecx<- next instruction hi; fetch, advance
41 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
binopLit16.S 39 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
43 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopLit8.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
40 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopLit8S.S 36 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
40 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopS.S 34 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
39 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
binopS2addr.S 37 FFETCH_ADV 1, %eax # %ecx<- next instruction hi; fetch, advance
42 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
binopWide.S 35 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
40 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
unop.S 38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
43 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
unopWide.S 38 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
43 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
  /development/ndk/platforms/android-3/include/linux/
vmalloc.h 37 struct vm_struct *next; member in struct:vm_struct
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java 33 * Get the next node in the iteration.
35 * @return The next node handle in the iteration, or END.
37 public int next(); method in interface:DTMAxisIterator
60 * Remembers the current node for the next call to gotoMark().
71 * i.e. subsequent call to next() should return END.
81 * i.e. subsequent call to next() should return END.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java 77 * Returns the next node in the set and advances the position of the
81 * @return The next <code>Node</code> in the set being iterated over, or
89 int next; local
91 m_lastFetched = next = (DTM.NULL == m_lastFetched)
95 // m_lastFetched = next;
96 if (DTM.NULL != next)
99 return next;
  /external/dropbear/
tcpfwd.h 52 struct TCPFwdList * next; member in struct:TCPFwdList
  /external/elfutils/libasm/
asm_newscngrp.c 80 ctx->groups = result->next = result;
84 result->next = ctx->groups->next;
85 ctx->groups = ctx->groups->next = result;
  /external/guava/src/com/google/common/collect/
PeekingIterator.java 33 * Returns the next element in the iteration, without advancing the iteration.
48 * #next()} are guaranteed to be equal to each other.
50 E next(); method in interface:PeekingIterator
56 * #peek()} has occurred since the most recent call to {@link #next()}.
59 * since the most recent call to {@link #next()} and this implementation
  /external/icu4c/test/intltest/
wbnf.h 18 then LanguageGenerator will generate a random string on every next() call.
152 const char *next(); /* Return a null-terminated c-string. The buffer is owned by callee. */

Completed in 1466 milliseconds

1 2 3 4 5 6 7 8 91011>>