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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_memoryview.py 27 item = self.getitem_type
134 # This calls self.getitem_type() on each separate byte of b"abcdef"
136 self.getitem_type(c) for c in b"abcdef")
252 getitem_type = bytes variable in class:BaseBytesMemoryTests
261 #getitem_type = lambda self, b: array.array('i', map(ord, b)).tostring()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_memoryview.py 27 item = self.getitem_type
134 # This calls self.getitem_type() on each separate byte of b"abcdef"
136 self.getitem_type(c) for c in b"abcdef")
252 getitem_type = bytes variable in class:BaseBytesMemoryTests
261 #getitem_type = lambda self, b: array.array('i', map(ord, b)).tostring()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_memoryview.py 27 item = self.getitem_type
134 # This calls self.getitem_type() on each separate byte of b"abcdef"
136 self.getitem_type(c) for c in b"abcdef")
252 getitem_type = bytes variable in class:BaseBytesMemoryTests
261 #getitem_type = lambda self, b: array.array('i', map(ord, b)).tostring()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 27 item = self.getitem_type
134 # This calls self.getitem_type() on each separate byte of b"abcdef"
136 self.getitem_type(c) for c in b"abcdef")
252 getitem_type = bytes variable in class:BaseBytesMemoryTests
261 #getitem_type = lambda self, b: array.array('i', map(ord, b)).tostring()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 27 item = self.getitem_type
134 # This calls self.getitem_type() on each separate byte of b"abcdef"
136 self.getitem_type(c) for c in b"abcdef")
252 getitem_type = bytes variable in class:BaseBytesMemoryTests
261 #getitem_type = lambda self, b: array.array('i', map(ord, b)).tostring()
  /external/python/cpython2/Lib/test/
test_memoryview.py 29 item = self.getitem_type
136 # This calls self.getitem_type() on each separate byte of b"abcdef"
138 self.getitem_type(c) for c in b"abcdef")
254 getitem_type = bytes variable in class:BaseBytesMemoryTests
263 #getitem_type = lambda self, b: array.array('i', map(ord, b)).tostring()

Completed in 1227 milliseconds