HomeSort by relevance Sort by last modified time
    Searched defs:next (Results 1 - 25 of 2975) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/stdio/
glue.h 40 struct glue *next; member in struct:glue
  /external/clang/test/CodeGen/
pragma-pack-1.c 6 struct ref *next; member in struct:ref
debug-info-var-location.c 4 // CHECK-NEXT: byte 145
9 struct s *next; member in struct:s
16 struct s *sp = s->next;
  /external/clang/test/CodeGenCXX/
function-template-specialization.cpp 3 T* next(T* ptr, const U& diff);
6 T* next(T* ptr, const U& diff) { function
12 iptr = next(iptr, diff);
15 fptr = next(fptr, diff);
19 T* next(T* ptr, const U& diff);
22 iptr = next(iptr, diff);
25 dptr = next(dptr, diff);
  /external/elfutils/libdwfl/
dwfl_end.c 62 Dwfl_Module *next = dwfl->modulelist; local
63 while (next != NULL)
65 Dwfl_Module *dead = next;
66 next = dead->next;
  /external/openssh/
auth-options.h 20 struct envstring *next; member in struct:envstring
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3exception.c 135 /* Move to next in the chain (if any)
156 pANTLR3_EXCEPTION next; local
165 next = ex->nextException;
185 ex = next;
  /external/dhcpcd/
control.h 36 struct fd_list *next; member in struct:fd_list
  /external/webkit/Source/WebCore/editing/qt/
SmartReplaceQt.cpp 56 const char next[] = ")].,;:?\'!\"%*-/}\0"; local
57 const char* str = (isPreviousCharacter) ? prev : next;
  /external/wpa_supplicant_8/wpa_supplicant/
blacklist.h 13 struct wpa_blacklist *next; member in struct:wpa_blacklist
  /system/extras/fatblock/
fdpool.h 22 struct pooled_fd *next; member in struct:pooled_fd
  /bionic/libc/bionic/
debug_mapinfo.h 35 struct mapinfo_t* next; member in struct:mapinfo_t
  /dalvik/dexgen/src/com/android/dexgen/util/
IntIterator.java 25 * Checks to see if the iterator has a next value.
27 * @return true if next() will succeed
32 * Returns the next value in the iterator.
34 * @return next value
35 * @throws java.util.NoSuchElementException if no next element exists
37 int next(); method in interface:IntIterator
  /dalvik/dx/src/com/android/dx/util/
IntIterator.java 25 * Checks to see if the iterator has a next value.
27 * @return true if next() will succeed
32 * Returns the next value in the iterator.
34 * @return next value
35 * @throws java.util.NoSuchElementException if no next element exists
37 int next(); method in interface:IntIterator
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisTraverser.java 38 * nodeHandle=myTraverser.next(myContext,nodeHandle))
61 return next(context, context);
80 return next(context, context, extendedTypeID);
84 * Traverse to the next node after the current node.
94 * @return the next node in the iteration, or DTM.NULL.
97 public abstract int next(int context, int current); method in class:DTMAxisTraverser
100 * Traverse to the next node after the current node that is matched
112 * @return the next node in the iteration, or DTM.NULL.
115 public abstract int next(int context, int current, int extendedTypeID); method in class:DTMAxisTraverser
  /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
reader.h 32 struct merger_list* next; member in struct:merger_list
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntIterator.java 25 * Checks to see if the iterator has a next value.
27 * @return true if next() will succeed
32 * Returns the next value in the iterator.
34 * @return next value
35 * @throws java.util.NoSuchElementException if no next element exists
37 int next(); method in interface:IntIterator
  /external/e2fsprogs/lib/et/
error_table.h 18 struct et_list *next; member in struct:et_list
  /external/iproute2/genl/
genl_utils.h 9 struct genl_util *next; member in struct:genl_util
  /external/ipsec-tools/src/racoon/
grabmyaddr.h 38 struct myaddrs *next; member in struct:myaddrs
throttle.h 39 TAILQ_ENTRY(throttle_entry) next; member in struct:throttle_entry
  /external/linux-tools-perf/util/
parse-events.h 23 struct tracepoint_path *next; member in struct:tracepoint_path
  /external/mockito/src/org/mockito/internal/progress/
SequenceNumber.java 11 public static synchronized int next() { method in class:SequenceNumber
  /external/oprofile/opjitconv/
conversion.c 20 struct jitentry * entry, * next; local
22 for (entry = jitentry_list; entry; entry = next) {
25 next = entry->next;
33 struct jitentry_debug_line * entry, * next; local
35 for (entry = jitentry_debug_line_list; entry; entry = next) {
36 next = entry->next;

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>