HomeSort by relevance Sort by last modified time
    Searched refs:next (Results 101 - 125 of 5236) sorted by null

1 2 3 45 6 7 8 91011>>

  /dalvik/vm/mterp/x86-atom/
OP_LONG_TO_DOUBLE.S 34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
OP_LONG_TO_FLOAT.S 34 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
37 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
OP_MOVE.S 35 FFETCH_ADV 1, %eax # %eax<- next instruction hi; fetch, advance
38 FGETOP_JMP 1, %eax # jump to next instruction; getop, jmp
OP_MOVE_16.S 33 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
36 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp
OP_MOVE_FROM16.S 32 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
35 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
OP_MOVE_RESULT.S 35 FFETCH_ADV 1, %ecx # %ecx<- next instruction hi; fetch, advance
38 FGETOP_JMP 1, %ecx # jump to next instruction; getop, jmp
OP_MOVE_RESULT_WIDE.S 37 FFETCH_ADV 1, %edx # %edx<- next instruction hi; fetch, advance
38 FGETOP_JMP 1, %edx # jump to next instruction; getop, jmp
OP_MOVE_WIDE_16.S 33 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advance
36 FGETOP_JMP 3, %eax # jump to next instruction; getop, jmp
OP_MOVE_WIDE_FROM16.S 31 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
34 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
  /development/ndk/platforms/android-3/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
SelfIteratorNoPredicate.java 66 * Returns the next node in the set and advances the position of the
70 * @return The next <code>Node</code> in the set being iterated over, or
78 int next; local
80 m_lastFetched = next = (DTM.NULL == m_lastFetched)
84 // m_lastFetched = next;
85 if (DTM.NULL != next)
89 return next;
  /external/chromium/chrome/browser/policy/
configuration_policy_store_interface.h 58 ConfigurationPolicyStoreInterface* next)
59 : next_(next),
80 FilteringPolicyStoreInterface(ConfigurationPolicyStoreInterface* next,
82 : next_(next),
  /external/e2fsprogs/e2fsck/
prof_err.c 49 struct et_list *next; member in struct:et_list
70 for (end = list, et = *list; et; end = &et->next, et = et->next)
81 et->next = 0;
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 19 struct et_list *next; member in struct:et_list
40 for (end = list, et = *list; et; end = &et->next, et = et->next)
51 et->next = 0;
heimdal.c 100 struct et_list *next; member in struct:et_list
121 for (end = list, et = *list; et; end = &et->next, et = et->next)
132 et->next = 0;
heimdal2.c 86 struct et_list *next; member in struct:et_list
107 for (end = list, et = *list; et; end = &et->next, et = et->next)
118 et->next = 0;
heimdal3.c 20 struct et_list *next; member in struct:et_list
41 for (end = list, et = *list; et; end = &et->next, et = et->next)
52 et->next = 0;
imap_err.c 48 struct et_list *next; member in struct:et_list
69 for (end = list, et = *list; et; end = &et->next, et = et->next)
80 et->next = 0;
simple.c 40 struct et_list *next; member in struct:et_list
61 for (end = list, et = *list; et; end = &et->next, et = et->next)
72 et->next = 0;
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 42 "Can't read next inode",
133 "No 'next' extent",
155 struct et_list *next; member in struct:et_list
176 for (end = list, et = *list; et; end = &et->next, et = et->next)
187 et->next = 0;
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 40 private T next; field in class:AbstractIterator
64 next = computeNext();
73 public final T next() { method in class:AbstractIterator
78 return next;
  /external/iproute2/genl/
genl_utils.h 9 struct genl_util *next; member in struct:genl_util
  /external/ipsec-tools/src/racoon/
throttle.h 39 TAILQ_ENTRY(throttle_entry) next; member in struct:throttle_entry
  /external/javassist/src/main/javassist/convert/
TransformAfter.java 23 public TransformAfter(Transformer next,
27 super(next, origMethod, afterMethod);
37 pos = iterator.next();
44 return iterator.next();
  /external/kernel-headers/original/linux/raid/
xor.h 11 struct xor_block_template *next; member in struct:xor_block_template

Completed in 656 milliseconds

1 2 3 45 6 7 8 91011>>