Home
last modified time | relevance | path

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

/external/curl/lib/
Dllist.c165 struct curl_llist *to_list, in Curl_llist_move() argument
191 if(to_list->size == 0) { in Curl_llist_move()
192 to_list->head = e; in Curl_llist_move()
193 to_list->head->prev = NULL; in Curl_llist_move()
194 to_list->head->next = NULL; in Curl_llist_move()
195 to_list->tail = e; in Curl_llist_move()
204 to_list->tail = e; in Curl_llist_move()
209 ++to_list->size; in Curl_llist_move()
/external/autotest/scheduler/
Demail_manager.py38 to_list = [x for x in re.split('\s|,|;|:', to_string) if x]
39 if not to_list:
41 to_string = ','.join(to_list)
/external/selinux/sepolgen/src/sepolgen/
Daccess.py122 def to_list(self): member in AccessVector
225 def to_list(self): member in AccessVectorSet
244 l.append(av.to_list())
Dinterfaces.py349 avl = iv.access.to_list()
/external/selinux/sepolgen/tests/
Dtest_access.py71 l = a.to_list()
242 avl = a.to_list()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dtest_flow.py215 to_list = lambda s: list(s) if isinstance(s, tuple) else [s] function
216 return tuple(tuple(to_list(s1) + to_list(s2)) for s1 in seq1