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

  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 149 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); local
151 SectionData::FragmentListType::iterator frag, fragEnd = from_list.end();
152 for (frag = from_list.begin(); frag != fragEnd; ++frag) {
157 to_list.splice(to_list.end(), from_list);
  /external/selinux/python/sepolgen/src/sepolgen/
access.py 84 self.from_list(init_list)
101 def from_list(self, list): member in class:AccessVector
127 values. See from_list for more information on how an access vector
248 def from_list(self, l): member in class:AccessVectorSet
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
access.py 84 self.from_list(init_list)
101 def from_list(self, list): member in class:AccessVector
127 values. See from_list for more information on how an access vector
248 def from_list(self, l): member in class:AccessVectorSet
  /libcore/ojluni/src/main/java/sun/misc/
JarIndex.java 349 LinkedList from_list = (LinkedList)e.getValue(); local
350 Iterator listItr = from_list.iterator();
  /external/selinux/python/sepolgen/tests/
test_access.py 58 l.from_list(['foo', 'bar', 'file', 'read', 'write'])
261 b.from_list(avl)
test_interfaces.py 180 avs_a.from_list(l)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 1230 SectionData::FragmentListType& from_list = pFrom.getFragmentList(); local
    [all...]
  /external/toolchain-utils/crosperf/
results_report.py 545 def _GetElemByName(name, from_list):
550 elems = [e for e in from_list if e.name == name]

Completed in 249 milliseconds