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

  /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...]
  /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())
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 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())
interfaces.py 349 avl = iv.access.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())
interfaces.py 349 avl = 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()
225 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>
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 826 milliseconds