Searched defs:next (Results 1 - 25 of 1554) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dpragma-pack-1.c6 struct ref *next; member in struct:ref
H A Ddebug-info-var-location.c9 struct s *next; member in struct:s
16 struct s *sp = s->next;
/external/elfutils/libdwfl/
H A Ddwfl_end.c62 Dwfl_Module *next = dwfl->modulelist; local
63 while (next != NULL)
65 Dwfl_Module *dead = next;
66 next = dead->next;
/external/openssh/
H A Dauth-options.h20 struct envstring *next; member in struct:envstring
/external/dhcpcd/
H A Dcontrol.h36 struct fd_list *next; member in struct:fd_list
/external/wpa_supplicant_6/wpa_supplicant/
H A Dblacklist.h19 struct wpa_blacklist *next; member in struct:wpa_blacklist
/external/wpa_supplicant_8/wpa_supplicant/
H A Dblacklist.h13 struct wpa_blacklist *next; member in struct:wpa_blacklist
/external/bison/src/
H A Dreader.h33 struct merger_list* next; member in struct:merger_list
/external/bluetooth/glib/glib/
H A Dgslist.h43 GSList *next; member in struct:_GSList
105 #define g_slist_next(slist) ((slist) ? (((GSList *)(slist))->next) : NULL)
/external/dbus/dbus/
H A Ddbus-list.h37 DBusList *next; /**< Next list node. */ member in struct:DBusList
93 #define _dbus_list_get_next_link(list, link) ((link)->next == *(list) ? NULL : (link)->next)
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntIterator.java25 * 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/
H A Derror_table.h18 struct et_list *next; member in struct:et_list
/external/iproute2/genl/
H A Dgenl_utils.h9 struct genl_util *next; member in struct:genl_util
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.h38 struct myaddrs *next; member in struct:myaddrs
H A Dthrottle.h39 TAILQ_ENTRY(throttle_entry) next; member in struct:throttle_entry
/external/linux-tools-perf/util/
H A Dparse-events.h23 struct tracepoint_path *next; member in struct:tracepoint_path
/external/qemu/android/
H A Dconfig.h24 AConfig* next; member in struct:AConfig
/external/qemu/
H A Dnotify.c34 Notifier *notifier, *next; local
36 QTAILQ_FOREACH_SAFE(notifier, &list->notifiers, node, next) {
/external/stlport/test/eh/
H A Dtest_push_front.h38 typename C::const_iterator next = c.begin(); local
40 EH_ASSERT( EH_STD::equal( original.begin(), original.end(), ++next ) );
/external/valgrind/main/include/
H A Dpub_tool_hashtable.h45 struct _VgHashNode * next; member in struct:_VgHashNode
81 next one. Returns NULL if the last one has been passed, or if
/external/webkit/Source/WebCore/editing/qt/
H A DSmartReplaceQt.cpp56 const char next[] = ")].,;:?\'!\"%*-/}\0"; local
57 const char* str = (isPreviousCharacter) ? prev : next;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3exception.c135 /* Move to next in the chain (if any)
156 pANTLR3_EXCEPTION next; local
165 next = ex->nextException;
185 ex = next;
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisTraverser.java38 * 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/astl/src/
H A Dlist.cpp65 ListNodeBase *const next = mNext; local
67 prev->mNext = next;
68 next->mPrev = prev;
/external/bluetooth/bluez/src/
H A Dsdp-xml.h46 struct sdp_xml_data *next; /* Next item on the stack */ member in struct:sdp_xml_data

Completed in 1910 milliseconds

1234567891011>>