Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 33) sorted by relevance

12

/bionic/linker/tests/
Dlinked_list_test.cpp49 std::string test_list_to_string(test_list_t& list) { in test_list_to_string() argument
51 list.for_each([&] (const char* c) { in test_list_to_string()
62 test_list_t list; in TEST() local
63 ASSERT_EQ("", test_list_to_string(list)); in TEST()
66 list.push_front("a"); in TEST()
69 ASSERT_EQ("a", test_list_to_string(list)); in TEST()
70 list.push_front("b"); in TEST()
71 ASSERT_EQ("ba", test_list_to_string(list)); in TEST()
72 list.push_front("c"); in TEST()
73 list.push_front("d"); in TEST()
[all …]
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dlist.h25 #define INIT_LIST(list) \ argument
26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0)
39 #define HEAD(list) ((list).head) argument
40 #define TAIL(list) ((list).tail) argument
41 #define EMPTY(list) ((list).head == NULL) argument
43 #define PREPEND(list, elt, link) \ argument
46 if ((list).head != NULL) \
47 (list).head->link.prev = (elt); \
49 (list).tail = (elt); \
51 (elt)->link.next = (list).head; \
[all …]
/bionic/libc/include/sys/
Dxattr.h46 extern ssize_t listxattr(const char *path, char *list, size_t size);
47 extern ssize_t llistxattr(const char *path, char *list, size_t size);
48 extern ssize_t flistxattr(int fd, char *list, size_t size);
/bionic/libc/bionic/
Dlibc_init_static.cpp64 static void call_array(void(**list)()) { in call_array() argument
66 while (*++list) { in call_array()
67 (*list)(); in call_array()
Dmalloc_debug_common.cpp191 HashEntry** list = static_cast<HashEntry**>(Malloc(malloc)(sizeof(void*) * g_hash_table.count)); in get_malloc_leak_info() local
198 list[index] = entry; in get_malloc_leak_info()
214 Malloc(free)(list); in get_malloc_leak_info()
218 qsort(list, g_hash_table.count, sizeof(void*), hash_entry_compare); in get_malloc_leak_info()
223 HashEntry* entry = list[i]; in get_malloc_leak_info()
236 Malloc(free)(list); in get_malloc_leak_info()
/bionic/libc/kernel/tools/
Dkernel.py133 list = cpp.BlockParser().parseFile(path)
134 if list:
140 list.optimizeMacros(macros)
141 list.optimizeIf01()
142 includes = list.findIncludes()
/bionic/libm/
DNOTICE123 notice, this list of conditions and the following disclaimer.
125 notice, this list of conditions and the following disclaimer in the
165 notice, this list of conditions and the following disclaimer.
167 notice, this list of conditions and the following disclaimer in the
191 notice, this list of conditions and the following disclaimer.
193 notice, this list of conditions and the following disclaimer in the
224 notice, this list of conditions and the following disclaimer.
226 notice, this list of conditions and the following disclaimer in the
260 notice, this list of conditions and the following disclaimer.
262 notice, this list of conditions and the following disclaimer in the
[all …]
/bionic/linker/
DNOTICE24 notice, this list of conditions and the following disclaimer.
26 notice, this list of conditions and the following disclaimer in
52 notice, this list of conditions and the following disclaimer.
54 notice, this list of conditions and the following disclaimer in
80 notice, this list of conditions and the following disclaimer.
82 notice, this list of conditions and the following disclaimer in
108 notice, this list of conditions and the following disclaimer.
110 notice, this list of conditions and the following disclaimer in
136 notice, this list of conditions and the following disclaimer.
138 notice, this list of conditions and the following disclaimer in
[all …]
/bionic/libstdc++/include/
Dutility9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in
Dcwchar10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcwctype_is_not_supported10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcstdint10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dclimits10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcsignal10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcfloat10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcerrno10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcassert10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcsetjmp10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcstddef10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcctype10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dctime10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
Dcstring10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in
/bionic/libc/
DNOTICE7 notice, this list of conditions and the following disclaimer.
9 notice, this list of conditions and the following disclaimer in the
38 notice, this list of conditions and the following disclaimer.
40 notice, this list of conditions and the following disclaimer in the
67 notice, this list of conditions and the following disclaimer.
69 notice, this list of conditions and the following disclaimer in the
108 notice, this list of conditions and the following disclaimer.
110 notice, this list of conditions and the following disclaimer in the
137 notice, this list of conditions and the following disclaimer.
139 notice, this list of conditions and the following disclaimer in the
[all …]
/bionic/libc/kernel/uapi/linux/
Dfutex.h64 struct robust_list list; member
/bionic/libstdc++/
DNOTICE8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in
36 notice, this list of conditions and the following disclaimer.
38 notice, this list of conditions and the following disclaimer in

12