/system/bt/osi/src/ |
D | list.cc | 27 list_t* list = (list_t*)zeroed_allocator->alloc(sizeof(list_t)); in list_new_internal() local 39 void list_free(list_t* list) { in list_free() 46 bool list_is_empty(const list_t* list) { in list_is_empty() 51 bool list_contains(const list_t* list, const void* data) { in list_contains() 63 size_t list_length(const list_t* list) { in list_length() 68 void* list_front(const list_t* list) { in list_front() 75 void* list_back(const list_t* list) { in list_back() 82 list_node_t* list_back_node(const list_t* list) { in list_back_node() 89 bool list_insert_after(list_t* list, list_node_t* prev_node, void* data) { in list_insert_after() 105 bool list_prepend(list_t* list, void* data) { in list_prepend() [all …]
|
D | fixed_queue.cc | 32 list_t* list; member
|
/system/bt/osi/test/ |
D | list_test.cc | 13 list_t* list = list_new(NULL); in TEST_F() local 24 list_t* list = list_new(NULL); in TEST_F() local 30 list_t* list = list_new(NULL); in TEST_F() local 36 list_t* list = list_new(NULL); in TEST_F() local 44 list_t* list = list_new(NULL); in TEST_F() local 52 list_t* list = list_new(NULL); in TEST_F() local 62 list_t* list = list_new(NULL); in TEST_F() local 72 list_t* list = list_new(NULL); in TEST_F() local 83 list_t* list = list_new(NULL); in TEST_F() local 94 list_t* list = list_new(NULL); in TEST_F() local [all …]
|
/system/core/libcutils/include_vndk/cutils/ |
D | list.h | 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 80 #define list_empty(list) ((list) == (list)->next) argument 81 #define list_head(list) ((list)->next) argument 82 #define list_tail(list) ((list)->prev) argument
|
/system/core/libcutils/include/cutils/ |
D | list.h | 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 80 #define list_empty(list) ((list) == (list)->next) argument 81 #define list_head(list) ((list)->next) argument 82 #define list_tail(list) ((list)->prev) argument
|
/system/core/base/ |
D | strings_test.cpp | 107 std::vector<std::string> list = {}; in TEST() local 112 std::vector<std::string> list = {"foo"}; in TEST() local 117 std::vector<std::string> list = {"foo", "bar", "baz"}; in TEST() local 122 std::vector<std::string> list = {",", ","}; in TEST() local 127 std::set<int> list = {1, 2, 3}; in TEST() local 132 std::unordered_set<int> list = {1, 2}; in TEST() local
|
/system/core/debuggerd/libdebuggerd/test/ |
D | open_files_list_test.cpp | 36 OpenFilesList list; in TEST() local
|
/system/extras/showslab/ |
D | showslab.c | 160 static void free_slablist(struct slab_info *list) in free_slablist() 171 struct slab_info list; in merge_objs() local 193 static struct slab_info *slabsort(struct slab_info *list) in slabsort() 272 struct slab_info *list, *p; in main() local
|
/system/extras/latencytop/ |
D | latencytop.c | 175 static struct latency_entry *read_global_stats(struct latency_entry *list, int erase) { in read_global_stats() 202 static struct latency_entry *read_process_stats(struct latency_entry *list, int erase, int pid) { in read_process_stats() 232 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int … in read_thread_stats() 326 static struct latency_entry *read_latency_file(FILE *f, struct latency_entry *list) { in read_latency_file()
|
/system/core/liblog/ |
D | config_read.c | 30 struct listnode* list, struct android_log_transport_read* transport) { in __android_log_add_transport()
|
D | config_write.c | 30 struct listnode* list, struct android_log_transport_write* transport) { in __android_log_add_transport()
|
D | pmsg_reader.c | 103 gid_t list[i]; in get_best_effective_uid() local
|
/system/core/debuggerd/libdebuggerd/ |
D | open_files_list.cpp | 38 void populate_open_files_list(pid_t pid, OpenFilesList* list) { in populate_open_files_list()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 45 #define list_for_each(list, var) \ argument 59 typedef struct list list; typedef 87 struct list { struct 88 list_element *head; argument 89 list_element *tail; argument 90 void (*freefn)(list_element *e); argument 228 void list_append(list *list, list_element *e) { in list_append() argument 246 static void list_free(list *list) { in list_free() argument
|
/system/hwservicemanager/ |
D | ServiceManager.cpp | 279 Return<void> ServiceManager::list(list_cb _hidl_cb) { in list() function in android::hidl::manager::implementation::ServiceManager 285 hidl_vec<hidl_string> list; in list() local 313 hidl_vec<hidl_string> list; in listByInterface() local 420 std::vector<IServiceManager::InstanceDebugInfo> list; in debugDump() local
|
/system/security/keystore/ |
D | keystore_cli.cpp | 193 static int list(const sp<IKeystoreService>& service, const String16& name, int uid) { in list() function
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | attribute.c | 76 int list = 0; in attribute_func() local
|
/system/core/logd/ |
D | LogWhiteBlackList.cpp | 121 PruneCollection* list; in init() local
|
/system/bt/stack/gatt/ |
D | gatt_utils.cc | 143 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_set_srv_chg() local 302 list_t* list = fixed_queue_get_list(p_tcb->pending_ind_q); in gatt_is_srv_chg_ind_pending() local 334 list_t* list = fixed_queue_get_list(gatt_cb.srv_chg_clt_q); in gatt_is_bda_in_the_srv_chg_clt_list() local 884 uint16_t list = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP; in gatt_add_sdp_record() local 1496 auto& list = gatt_cb.bgconn_dev; in gatt_find_bg_dev_it() local
|
/system/core/libmemunreachable/ |
D | Allocator.h | 198 using list = std::list<T, Allocator<T>>; variable
|
/system/extras/ext4_utils/ |
D | allocate.c | 67 static void region_list_remove(struct region_list *list, struct region *reg) in region_list_remove() 85 void region_list_append(struct region_list *list, struct region *reg) in region_list_append() 632 static int advance_list_ptr(struct region_list *list, int blocks) in advance_list_ptr()
|
D | allocate.h | 40 struct region_list list; member
|
/system/netd/server/ |
D | DnsProxyListener.cpp | 492 in_addr** list = (in_addr**) hp->h_addr_list; in run() local 499 in6_addr** list = (in6_addr**) hp->h_addr_list; in run() local
|
/system/bt/btif/src/ |
D | btif_sock_sdp.cc | 120 uint16_t list = UUID_SERVCLASS_PUBLIC_BROWSE_GROUP; in create_base_record() local
|
/system/core/fs_mgr/ |
D | fs_mgr_fstab.cpp | 125 static unsigned int encryption_mode_to_flag(const struct flag_list *list, in encryption_mode_to_flag() 139 static const char *flag_to_encryption_mode(const struct flag_list *list, in flag_to_encryption_mode()
|