HomeSort by relevance Sort by last modified time
    Searched refs:to_list (Results 1 - 17 of 17) sorted by null

  /external/curl/lib/
llist.c 167 struct curl_llist *to_list,
192 /* Add element to to_list after to_e */
193 if(to_list->size == 0) {
194 to_list->head = e;
195 to_list->head->prev = NULL;
196 to_list->head->next = NULL;
197 to_list->tail = e;
206 to_list->tail = e;
211 ++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)
  /external/toolchain-utils/cros_utils/
email_sender.py 91 to_list = ','.join(email_to)
110 '--body_file=/dev/null' % (to_list, subject, body_filename))
113 (to_list, subject, body_filename))
  /external/libnl/include/netlink-private/route/
tc-api.h 83 struct nl_list_head to_list; member in struct:rtnl_tc_ops
  /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/python/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 = sorted(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())
  /external/selinux/python/sepolgen/tests/
test_access.py 71 l = a.to_list()
242 avl = a.to_list()
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
lookup.py 179 util.to_list(directories, ())
util.py 62 def to_list(x, default=None): function
  /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
  /external/libnl/lib/route/
tc.c 939 nl_list_for_each_entry(ops, &tc_ops_list[type], to_list)
983 nl_list_add_tail(&ops->to_list, &tc_ops_list[ops->to_type]);
994 nl_list_del(&ops->to_list);
  /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 

Completed in 389 milliseconds