HomeSort by relevance Sort by last modified time
    Searched refs:next (Results 1576 - 1600 of 7540) sorted by null

<<61626364656667686970>>

  /bionic/libc/bionic/
malloc_debug_common.h 60 HashEntry* next; member in struct:HashEntry
pthread_internal.h 39 struct pthread_internal_t* next; member in struct:pthread_internal_t
  /bionic/libc/kernel/common/linux/
file.h 14 *** Any manual change here will be lost the next time this script will
45 struct fdtable *next; member in struct:fdtable
futex.h 14 *** Any manual change here will be lost the next time this script will
35 struct robust_list __user *next; member in struct:robust_list
  /bootable/recovery/minadbd/
fdevent.h 69 fdevent *next; member in struct:fdevent
  /cts/tests/tests/drm/src/android/drm/cts/
DrmInfoTest.java 85 final String key = (String) keys.next();
92 final String key = (String) keys.next();
98 final String key = (String) infoKeys.next();
106 Object o = iterator.next();
  /cts/tests/tests/holo/src/android/holo/cts/
AllThemesIterator.java 48 public Intent next() { method in class:AllThemesIterator
SingleLayoutIterator.java 47 public Intent next() { method in class:SingleLayoutIterator
SingleThemeIterator.java 48 public Intent next() { method in class:SingleThemeIterator
SingleThemeLayoutIterator.java 45 public Intent next() { method in class:SingleThemeLayoutIterator
  /cts/tools/dasm/src/java_cup/
lalr_transition.java 22 * @param nxt next transition in linked list.
41 /** Constructor with null next.
70 /** Next transition in linked list of transitions out of a state */
73 /** Next transition in linked list of transitions out of a state */
74 public lalr_transition next() {return _next;} method in class:lalr_transition
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form3rc.java 129 int next = first; local
137 if (one.getReg() != next) {
140 next += one.getCategory();
143 return unsignedFitsInByte(next - first);
  /dalvik/dx/junit-tests/com/android/dx/util/
ListIntSetTest.java 56 assertEquals(iter.next(), 0);
58 assertEquals(iter.next(), 1);
60 assertEquals(iter.next(), 31);
65 iter.next();
  /dalvik/vm/mterp/armv5te/
OP_CONST_CLASS.S 16 GOTO_OPCODE(ip) @ jump to next instruction
35 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_STRING.S 16 GOTO_OPCODE(ip) @ jump to next instruction
34 GOTO_OPCODE(ip) @ jump to next instruction
OP_CONST_STRING_JUMBO.S 18 GOTO_OPCODE(ip) @ jump to next instruction
36 GOTO_OPCODE(ip) @ jump to next instruction
  /development/ndk/platforms/android-3/include/linux/
file.h 38 struct fdtable *next; member in struct:fdtable
futex.h 28 struct robust_list __user *next; member in struct:robust_list
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 53 while (parser.next() != XmlPullParser.END_TAG) {
90 while (parser.next() != XmlPullParser.END_TAG) {
143 if (parser.next() == XmlPullParser.TEXT) {
151 // if the next tag after a START_TAG isn't a matching END_TAG, it keeps going until it
159 switch (parser.next()) {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificatePoliciesTest.java 61 ((PolicyInformation) it.next()).getPolicyIdentifier();
  /external/bison/src/
AnnotationList.h 39 /** The next node in the list or \c NULL if none. */
40 struct AnnotationList *next; member in struct:AnnotationList
InadequacyList.h 76 struct InadequacyList *next; member in struct:InadequacyList
reader.h 32 struct merger_list* next; member in struct:merger_list
  /external/chromium/chrome/browser/autofill/
name_field.cc 59 AutofillField* next; local
63 ParseEmptyText(&q, &next)) {
67 v->middle_name_ = next;
70 v->last_name_ = next;
  /external/chromium_org/base/test/expectations/
parser.cc 174 Parser::StateFunc Parser::SkipWhitespace(Parser::StateFunc next) {
178 return next;
181 Parser::StateFunc Parser::SkipWhitespaceAndNewLines(Parser::StateFunc next) {
188 return next;

Completed in 388 milliseconds

<<61626364656667686970>>