/external/curl/lib/ |
llist.c | 165 struct curl_llist *to_list, 190 /* Add element to to_list after to_e */ 191 if(to_list->size == 0) { 192 to_list->head = e; 193 to_list->head->prev = NULL; 194 to_list->head->next = NULL; 195 to_list->tail = e; 204 to_list->tail = e; 209 ++to_list->size;
|
/external/autotest/scheduler/ |
email_manager.py | 38 to_list = [x for x in re.split('\s|,|;|:', to_string) if x] 39 if not to_list: 41 to_string = ','.join(to_list)
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.cpp | 721 SectionData::FragmentListType& to_list = pTo->getFragmentList(); local 722 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end(); 724 for (fragTo = to_list.begin(); fragTo != fragToEnd; ++fragTo) { 905 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local 906 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end(); 913 for (frag = to_list.begin(); frag != fragEnd; ++frag) { 939 to_list.splice(fragInsert, pFrom.getFragmentList()); 941 to_list.splice(frag, pFrom.getFragmentList()); 972 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local 973 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end() [all...] |
/external/selinux/sepolgen/src/sepolgen/ |
access.py | 113 (see to_list) and for initializing access vectors. 122 def to_list(self): member in class:AccessVector 225 def to_list(self): member in class:AccessVectorSet 236 to_list would return the following: 240 See AccessVector.to_list for more information. 244 l.append(av.to_list())
|
interfaces.py | 349 avl = iv.access.to_list()
|
/frameworks/compile/mclinker/lib/Object/ |
ObjectBuilder.cpp | 150 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local 157 to_list.splice(to_list.end(), from_list);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
access.py | 113 (see to_list) and for initializing access vectors. 122 def to_list(self): member in class:AccessVector 225 def to_list(self): member in class:AccessVectorSet 236 to_list would return the following: 240 See AccessVector.to_list for more information. 244 l.append(av.to_list())
|
interfaces.py | 349 avl = sorted(iv.access.to_list())
|
/ndk/sources/host-tools/make-3.81/ |
variable.h | 146 extern void merge_variable_set_lists PARAMS ((struct variable_set_list **to_list, struct variable_set_list *from_list));
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
lambda_support.hpp | 34 # include <boost/preprocessor/tuple/to_list.hpp>
|
/external/selinux/sepolgen/tests/ |
test_access.py | 71 l = a.to_list() 242 avl = a.to_list()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
type_with_alignment.hpp | 13 #include <boost/preprocessor/tuple/to_list.hpp>
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
test_flow.py | 215 to_list = lambda s: list(s) if isinstance(s, tuple) else [s] 216 return tuple(tuple(to_list(s1) + to_list(s2)) for s1 in seq1
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.cpp | 1231 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local [all...] |
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/ |
xhtmlrenderer-R8rc1.jar | |