/bionic/linker/tests/ |
D | linked_list_test.cpp | 49 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/ |
D | list.h | 25 #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/ |
D | xattr.h | 46 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/ |
D | libc_init_static.cpp | 64 static void call_array(void(**list)()) { in call_array() argument 66 while (*++list) { in call_array() 67 (*list)(); in call_array()
|
D | malloc_debug_common.cpp | 191 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/ |
D | kernel.py | 133 list = cpp.BlockParser().parseFile(path) 134 if list: 140 list.optimizeMacros(macros) 141 list.optimizeIf01() 142 includes = list.findIncludes()
|
/bionic/libm/ |
D | NOTICE | 123 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/ |
D | NOTICE | 24 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/ |
D | utility | 9 * notice, this list of conditions and the following disclaimer. 11 * notice, this list of conditions and the following disclaimer in
|
D | cwchar | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cwctype_is_not_supported | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cstdint | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | climits | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | csignal | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cfloat | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cerrno | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cassert | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | csetjmp | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cstddef | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cctype | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | ctime | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
D | cstring | 10 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer in
|
/bionic/libc/ |
D | NOTICE | 7 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/ |
D | futex.h | 64 struct robust_list list; member
|
/bionic/libstdc++/ |
D | NOTICE | 8 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
|