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

  /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())
  /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())
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 150 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
157 to_list.splice(to_list.end(), from_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...]
  /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 631 milliseconds