Searched refs:list (Results 26 - 47 of 47) sorted by relevance

12

/bionic/libc/arch-sh/bionic/
H A Dcrtbegin_static.S9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
51 # - address of the constructor list
/bionic/libc/arch-x86/bionic/
H A Dcrtbegin_dynamic.S8 # notice, this list of conditions and the following disclaimer.
10 # notice, this list of conditions and the following disclaimer in the
50 # - address of the constructor list
71 # the .ctors section contains a list of pointers to "constructor"
/bionic/libc/kernel/common/linux/
H A Dlockdep.h16 #include <linux/list.h>
H A Dplist.h16 #include <linux/list.h>
H A Dproc_fs.h63 struct list_head list; member in struct:vmcore
H A Drelay.h18 #include <linux/list.h>
H A Delevator.h75 struct list_head list; member in struct:elevator_type
H A Dmodule.h17 #include <linux/list.h>
H A Ddevice.h18 #include <linux/list.h>
H A Dblkdev.h17 #include <linux/list.h>
/bionic/libc/kernel/common/linux/mmc/
H A Dmmc.h15 #include <linux/list.h>
/bionic/libc/kernel/common/linux/raid/
H A Dmd.h33 #include <linux/list.h>
/bionic/libc/bionic/
H A Dmalloc_debug_common.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
135 void** list = (void**)dlmalloc(sizeof(void*) * gHashTable.count); local
143 list[index] = entry;
164 qsort((void*)list, gHashTable.count, sizeof(void*), hash_entry_compare);
169 HashEntry* entry = list[i];
183 dlfree(list);
/bionic/libdl/arch-sh/
H A Dsobegin.S9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
60 # the .ctors section contains a list of pointers to "constructor"
/bionic/libc/kernel/common/linux/sunrpc/
H A Dsched.h33 struct list_head list; member in struct:rpc_wait
83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
/bionic/libc/string/
H A Dstrerror_r.c129 char * list[], size_t max, const char *def)
/bionic/libc/kernel/common/linux/mtd/
H A Dmtd.h145 struct list_head list; member in struct:mtd_notifier
/bionic/libc/kernel/arch-x86/asm/
H A Dpgtable_32.h23 #include <linux/list.h>
/bionic/libc/netbsd/isc/
H A Deventlib_p.h44 #include <isc/list.h>
/bionic/libc/netbsd/resolv/
H A Dres_cache.c9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
84 * - when network settings change, the cache must be flushed since the list
978 * similarly, mru_next and mru_prev are part of the global MRU list
1012 entry_mru_add( Entry* e, Entry* list )
1014 Entry* first = list->mru_next;
1017 e->mru_prev = list;
1019 list->mru_next = e;
1341 /* bump up this entry to the top of the MRU list */
/bionic/libc/kernel/tools/
H A Dcpp.py21 # the list of supported C-preprocessor tokens
139 """a small class to iterate over a list of Token objects"""
192 """return the list of remaining tokens"""
204 # list of long symbols, i.e. those that take more than one characters
209 """an abstract class used to convert some input text into a list
464 list of token objects. tokEOF is stripped from the result"""
483 """a CppTokenizer derived class that accepts a list of texdt lines as input.
565 def expectList(self,list):
566 for item in list:
846 """a class used to convert a list o
[all...]
/bionic/libc/
H A DAndroid.mk326 # NOTE: bionic/pthread.c is added later to this list

Completed in 1283 milliseconds

12