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 108 (see to_list) and for initializing access vectors.
117 def to_list(self): member in class:AccessVector
224 def to_list(self): member in class:AccessVectorSet
235 to_list would return the following:
239 See AccessVector.to_list for more information.
243 l.append(av.to_list())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
access.py 108 (see to_list) and for initializing access vectors.
117 def to_list(self): member in class:AccessVector
224 def to_list(self): member in class:AccessVectorSet
235 to_list would return the following:
239 See AccessVector.to_list for more information.
243 l.append(av.to_list())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
access.py 108 (see to_list) and for initializing access vectors.
117 def to_list(self): member in class:AccessVector
224 def to_list(self): member in class:AccessVectorSet
235 to_list would return the following:
239 See AccessVector.to_list for more information.
243 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 690 SectionData::FragmentListType& to_list = pTo->getFragmentList(); local
691 SectionData::FragmentListType::iterator fragTo, fragToEnd = to_list.end();
693 for (fragTo = to_list.begin(); fragTo != fragToEnd; ++fragTo) {
874 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
875 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end();
882 for (frag = to_list.begin(); frag != fragEnd; ++frag) {
908 to_list.splice(fragInsert, pFrom.getFragmentList());
910 to_list.splice(frag, pFrom.getFragmentList());
941 SectionData::FragmentListType& to_list = pTo.getFragmentList(); local
942 SectionData::FragmentListType::iterator frag, fragEnd = to_list.end()
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 5055 milliseconds