Home
last modified time | relevance | path

Searched refs:conn_list (Results 1 – 6 of 6) sorted by relevance

/external/libkmsxx/py/tests/
Dplane_move.py22 conn_list = [] variable
39 conn_list.append(conn)
60 print(' {}: {} ({}x{})'.format(conn_list[i].idx, conn_list[i].fullname,
72 req.add(conn_list[i], 'CRTC_ID', crtc_list[i].id)
84 print('\nRed box on {}, Green box on {}.'.format(conn_list[0].fullname,
85 conn_list[1].fullname))
107 conn_list[0].fullname, conn_list[1].fullname))
126 print('Green box on {}, Red box on {}.'.format(conn_list[0].fullname,
127 conn_list[1].fullname))
Dbig_fb.py34 conn_list = [] variable
42 conn_list.append(conn)
44 print('Have {} connected connectors:'.format(len(conn_list)))
45 for conn in conn_list:
69 for i in range(0, len(conn_list)):
70 conn = conn_list[i]
174 for i in range(0, len(conn_list)):
205 for i in range(0, len(conn_list)):
231 if self.flip_count < len(conn_list):
/external/curl/lib/
Dconncache.c62 Curl_llist_init(&(*bundlep)->conn_list, (Curl_llist_dtor) conn_llist_dtor); in bundle_create()
71 Curl_llist_destroy(&bundle->conn_list, NULL); in bundle_destroy()
80 Curl_llist_insert_next(&bundle->conn_list, bundle->conn_list.tail, conn, in bundle_add_conn()
92 curr = bundle->conn_list.head; in bundle_remove_conn()
95 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
340 curr = bundle->conn_list.head; in Curl_conncache_foreach()
377 curr = bundle->conn_list.head; in conncache_find_first_connection()
443 curr = bundle->conn_list.head; in Curl_conncache_extract_bundle()
501 curr = bundle->conn_list.head; in Curl_conncache_extract_oldest()
593 curr = bundle->conn_list->head;
Dconncache.h69 struct Curl_llist conn_list; /* The connectdata members of the bundle */ member
Durl.c1122 curr = bundle->conn_list.head; in ConnectionExists()
/external/blktrace/
Dblktrace.c202 struct list_head conn_list; member
229 struct list_head conn_list; member
2280 list_add_tail(&nc->ch_head, &ch->conn_list); in ch_add_connection()
2283 list_add_tail(&nc->ns_head, &ns->conn_list); in ch_add_connection()
2334 INIT_LIST_HEAD(&ch->conn_list); in net_add_client_host()
2362 list_for_each_safe(p, q, &ch->conn_list) { in net_ch_remove()
2568 list_for_each_safe(p, q, &ns->conn_list) { in handle_client_data()
2588 __list_for_each(p, &ns->conn_list) { in net_setup_pfds()
2634 INIT_LIST_HEAD(&ns->conn_list); in net_server()