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

/sdk/emulator/qtools/
H A Dhash_table.h16 entry *next; member in struct:HashTable::entry
67 entry_type *ptr, *next; local
70 // Save the next pointer before deleting each entry so that we
72 for (ptr = table_[ii]; ptr; ptr = next) {
73 next = ptr->next;
103 for (entry_type *ptr = table_[pos]; ptr; ptr = ptr->next) {
119 ptr->next = table_[pos];
134 for (entry_type *ptr = table_[pos]; ptr; prev = ptr, ptr = ptr->next) {
137 table_[pos] = ptr->next;
[all...]
H A Dtrace_reader_base.h42 int pid; // for fork: child pid; for switch: next pid;
173 Future *next; member in struct:BBReader::Future
273 // Reads the next dynamic basic block from the trace.
H A Dtrace_reader.cpp18 DexSymList *next; member in struct:DexSymList
77 free_ = free_->next;
83 future->next = free_;
92 for (ptr = head_; ptr; prev = ptr, ptr = ptr->next) {
98 future->next = head_;
102 future->next = prev->next;
103 prev->next = future;
107 // Decodes the next basic block record from the file. Returns 1
143 futures_[ii].next
[all...]
H A Dtrace_reader.h137 next = NULL;
192 ProcessState *next; member in class:TraceReader::ProcessState
435 // This routine returns the next valid process, or NULL if there are no
1192 child->next = processes_[event->pid];
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
H A DBasePullParser.java162 public int next() throws XmlPullParserException { method in class:BasePullParser
203 int eventType = next();
213 throw new XmlPullParserException("parser must be on START_TAG to read next text", this,
216 int eventType = next();
219 eventType = next();
235 return next();
/sdk/emulator/opengl/tests/event_injector/
H A Demulator-console.c47 struct Msg* next; // next message in queue. member in struct:Msg
60 msg->next = NULL;
121 con->out_msg = msg->next;
191 con->out_msg = msg->next;
294 plast = &(*plast)->next;
/sdk/testapps/jarCheckTests1/app/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/apps/NotificationStudio/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...
/sdk/testapps/jarCheckTests3/lib2/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...

Completed in 550 milliseconds