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

  /system/extras/tests/bootloader/
bootctl.py 58 def get_suffix(self, slot): member in class:Bootctl
haltest.py 35 suffix = self.bootctl.get_suffix(slot)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_pytree.py 129 self.assertEqual(l1.get_suffix(), l2.prefix)
130 self.assertEqual(l2.get_suffix(), "")
131 self.assertEqual(n1.get_suffix(), "")
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
138 self.assertEqual(n2.get_suffix(), "")
  /external/python/cpython2/Lib/lib2to3/tests/
test_pytree.py 129 self.assertEqual(l1.get_suffix(), l2.prefix)
130 self.assertEqual(l2.get_suffix(), "")
131 self.assertEqual(n1.get_suffix(), "")
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
138 self.assertEqual(n2.get_suffix(), "")
  /external/python/cpython3/Lib/lib2to3/tests/
test_pytree.py 107 self.assertEqual(l1.get_suffix(), l2.prefix)
108 self.assertEqual(l2.get_suffix(), "")
109 self.assertEqual(n1.get_suffix(), "")
114 self.assertEqual(n1.get_suffix(), l3.prefix)
115 self.assertEqual(l3.get_suffix(), "")
116 self.assertEqual(n2.get_suffix(), "")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 129 self.assertEqual(l1.get_suffix(), l2.prefix)
130 self.assertEqual(l2.get_suffix(), "")
131 self.assertEqual(n1.get_suffix(), "")
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
138 self.assertEqual(n2.get_suffix(), "")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 129 self.assertEqual(l1.get_suffix(), l2.prefix)
130 self.assertEqual(l2.get_suffix(), "")
131 self.assertEqual(n1.get_suffix(), "")
136 self.assertEqual(n1.get_suffix(), l3.prefix)
137 self.assertEqual(l3.get_suffix(), "")
138 self.assertEqual(n2.get_suffix(), "")
  /hardware/qcom/bootctrl/
boot_control.cpp 350 const char *get_suffix(struct boot_control_module *module, unsigned slot) function
670 .getSuffix = get_suffix,
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 332 def get_suffix(self): member in class:InterfaceType
424 end = self.iface_type.get_suffix()
  /art/test/971-iface-super/util-src/
generate_smali.py 386 def get_suffix(self): member in class:InterfaceType
486 end = self.iface_type.get_suffix()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
pytree.py 225 def get_suffix(self): member in class:Base
  /external/python/cpython2/Lib/lib2to3/
pytree.py 225 def get_suffix(self): member in class:Base
  /external/python/cpython3/Lib/lib2to3/
pytree.py 194 def get_suffix(self): member in class:Base
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
pytree.py 225 def get_suffix(self): member in class:Base
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
pytree.py 225 def get_suffix(self): member in class:Base
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 225 def get_suffix(self): member in class:Base
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 225 def get_suffix(self): member in class:Base

Completed in 456 milliseconds