Home
last modified time | relevance | path

Searched refs:group_list (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/exp-sgcheck/
Dh_main.c156 static SegGroup* group_list = NULL; variable
173 if (group_list == NULL) { in new_Seg()
176 group_list = g; in new_Seg()
178 tl_assert(group_list->nextfree <= N_SEGS_PER_GROUP); in new_Seg()
179 if (group_list->nextfree == N_SEGS_PER_GROUP) { in new_Seg()
181 g->admin = group_list; in new_Seg()
182 group_list = g; in new_Seg()
184 tl_assert(group_list->nextfree < N_SEGS_PER_GROUP); in new_Seg()
185 teg = &group_list->segs[ group_list->nextfree ]; in new_Seg()
186 group_list->nextfree++; in new_Seg()
/external/bluetooth/bluez/src/
Dsdpd-service.c180 sdp_list_t *class_list, *group_list, *profile_list; in register_device_id() local
203 group_list = sdp_list_append(NULL, &group_uuid); in register_device_id()
204 sdp_set_browse_groups(record, group_list); in register_device_id()
205 sdp_list_free(group_list, NULL); in register_device_id()
/external/bluetooth/bluez/serial/
Dproxy.c1163 char **group_list; in serial_proxy_init() local
1175 group_list = g_key_file_get_groups(config, NULL); in serial_proxy_init()
1177 for (i = 0; group_list[i] != NULL; i++) { in serial_proxy_init()
1178 char *group_str = group_list[i], *uuid_str, *address; in serial_proxy_init()
1192 g_strfreev(group_list); in serial_proxy_init()
1203 g_strfreev(group_list); in serial_proxy_init()
1225 g_strfreev(group_list); in serial_proxy_init()
/external/bluetooth/glib/glib/
Dgoption.c551 GList *group_list, in group_list_has_visible_entires() argument
554 while (group_list) in group_list_has_visible_entires()
556 if (group_has_visible_entries (context, group_list->data, main_entries)) in group_list_has_visible_entires()
559 group_list = group_list->next; in group_list_has_visible_entires()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py798 group_list = extendee_proto.Extensions[extension]
801 self.assertTrue(group_list is not extendee_proto.Extensions[extension])