/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
proc_fs.h | 47 struct proc_dir_entry *next, *parent, *subdir; member in struct:proc_dir_entry 57 struct kcore_list *next; member in struct:kcore_list
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
proc_fs.h | 47 struct proc_dir_entry *next, *parent, *subdir; member in struct:proc_dir_entry 57 struct kcore_list *next; member in struct:kcore_list
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
proc_fs.h | 47 struct proc_dir_entry *next, *parent, *subdir; member in struct:proc_dir_entry 57 struct kcore_list *next; member in struct:kcore_list
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
proc_fs.h | 47 struct proc_dir_entry *next, *parent, *subdir; member in struct:proc_dir_entry 57 struct kcore_list *next; member in struct:kcore_list
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
proc_fs.h | 47 struct proc_dir_entry *next, *parent, *subdir; member in struct:proc_dir_entry 57 struct kcore_list *next; member in struct:kcore_list
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
proc_fs.h | 47 struct proc_dir_entry *next, *parent, *subdir; member in struct:proc_dir_entry 57 struct kcore_list *next; member in struct:kcore_list
|
/system/core/debuggerd/ |
utility.c | 64 mi = mi->next; 81 mi = mi->next;
|
/system/core/sh/ |
var.h | 53 struct var *next; /* next entry in hash list */ member in struct:var 64 struct localvar *next; /* next local variable in list */ member in struct:localvar
|
/system/extras/fatblock/ |
import.c | 154 struct item *next; member in struct:item 166 free_items_head = item->next; 177 item->next = free_items_head; 185 for (tail = head; tail->next; tail = tail->next); 187 tail->next = free_items_head; 278 item->next = items; 311 items = item->next;
|
/system/extras/showmap/ |
showmap.c | 15 mapinfo *next; member in struct:mapinfo 147 prev->next = map; 151 map->next = current; 156 current = current->next; 186 mapinfo *next; local 187 if (!parse_header(line, current, &next)) { 189 current = next; 270 mi = mi->next;
|
/external/libxml2/ |
tree.c | 125 while (ulccur->next != NULL) { \ 127 ulccur = ulccur->next; \ 757 while (prev->next != NULL) { 758 prev = prev->next; 765 prev->next = cur; 818 xmlNsPtr next; local 827 next = cur->next; 829 cur = next; 904 cur = cur->next; 991 xmlNodePtr next; local 1086 xmlNodePtr next, c = cur->children; local 2012 xmlAttrPtr next; local 3578 xmlNodePtr next; local 4521 xmlNodePtr cur, tmp, next; local 7582 xmlNsMapItemPtr next; member in struct:xmlNsMapItem [all...] |
/external/openssl/crypto/ |
mem_dbg.c | 157 struct app_mem_info_st *next; /* tail of thread's stack */ member in struct:app_mem_info_st 208 if (inf->next != NULL) 210 app_info_free(inf->next); 369 APP_INFO *next=ret->next; local 371 if (next != NULL) 373 next->references++; 374 (void)lh_APP_INFO_insert(amih,next); 387 ret->next = NULL; 388 if (next != NULL [all...] |
/external/v8/tools/ |
consarray.js | 56 this.tail_ = this.tail_.next = new ConsArray.Cell(null, null); 72 * Returns the current item, moves to the next one. 74 ConsArray.prototype.next = function() { 77 this.currCell_ = this.currCell_.next; 89 ConsArray.Cell = function(data, next) { 91 this.next = next;
|
/external/zlib/examples/ |
gun.c | 92 unsigned char *next; local 95 next = me->inbuf; 96 *buf = next; 102 ret = (int)read(me->infile, next, ret); 107 next += ret; 153 /* next input byte macro for use inside lunpipe() and gunpipe() */ 154 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 155 last = have ? (have--, (int)(*next++)) : -1) 177 if (NEXT() == -1) 386 unsigned char *next = NULL; local [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityStack.java | 101 // next activity. 166 * for the next activity to settle down before doing so. It contains 194 * List of people waiting to find out about the next launched activity. 200 * List of people waiting to find out about the next visible activity. 222 * next one, this variable holds the activity that is currently being paused. 265 * Dismiss the keyguard after the next activity is displayed? 393 * @return Returns the HistoryRecord of the next activity on the stack. 1248 ActivityRecord next = topRunningActivityLocked(null); local 3344 ActivityRecord next = mHistory.get(index+1); local 3850 ActivityRecord next = topRunningActivityLocked(null, task); local [all...] |
/libcore/luni/src/main/java/java/util/ |
Calendar.java | 166 * recomputed until the next call to {@code get()}, 197 * as a result, the next larger field is incremented or decremented and the 220 * gives September of the next year. Since {@code DAY_OF_MONTH} cannot be 913 int value, next; local 938 int value, next; local [all...] |
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
RootProcessScanner.java | 148 String name = scanner.next(); 181 * @param scanner to call next() until the token is found 187 String next = scanner.next(); local 188 if (next.equals(token)) { 216 return scanner.next();
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
FilterExprIteratorSimple.java | 141 * Returns the next node in the set and advances the position of the 145 * @return The next <code>Node</code> in the set being iterated over, or 153 int next; local 157 m_lastFetched = next = m_exprObj.nextNode(); 160 m_lastFetched = next = DTM.NULL; 162 // m_lastFetched = next; 163 if (DTM.NULL != next) 166 return next;
|
OneStepIterator.java | 121 * Get the next node via getFirstAttribute && getNextAttribute. 125 return m_lastFetched = m_iterator.next(); 215 int next; local 217 while (DTM.NULL != (next = clone.nextNode())) 274 int next; local 276 while (DTM.NULL != (next = clone.nextNode()))
|
/external/bluetooth/glib/tests/ |
unicode-normalize.c | 175 goto next; 180 goto next; 184 goto next; 189 goto next; 195 next:
|
/external/e2fsprogs/debugfs/ |
icheck.c | 110 goto next; 122 goto next; 128 goto next; 136 goto next; 142 next:
|
/external/iptables/extensions/ |
libip6t_dst.c | 58 char *buffer, *cp, *next, *range; local 65 for (cp = buffer, i = 0; cp && i < IP6T_OPTS_OPTSNR; cp = next, i++) 67 next = strchr(cp, ','); 69 if (next) 70 *next++='\0';
|
libip6t_hbh.c | 60 char *buffer, *cp, *next, *range; local 66 for (cp=buffer, i=0; cp && i<IP6T_OPTS_OPTSNR; cp=next,i++) 68 next=strchr(cp, ','); 69 if (next) *next++='\0';
|
/external/kernel-headers/original/asm-x86/ |
system_32.h | 13 extern struct task_struct * FASTCALL(__switch_to(struct task_struct *prev, struct task_struct *next)); 19 #define switch_to(prev,next,last) do { \ 33 :"m" (next->thread.esp),"m" (next->thread.eip), \ 34 "2" (prev), "d" (next)); \
|
/external/ping/ |
ping_common.h | 150 extern int __schedule_exit(int next); 152 static inline int schedule_exit(int next) 155 next = __schedule_exit(next); 156 return next;
|