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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_pickling.py 31 self.assertEqual(memoryview(src).tobytes(),
32 memoryview(dst).tobytes())
49 self.assertEqual(memoryview(y).tobytes(),
50 memoryview(x).tobytes())
test_pep3118.py 43 self.assertEqual(n * v.itemsize, len(v.tobytes()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_pickling.py 31 self.assertEqual(memoryview(src).tobytes(),
32 memoryview(dst).tobytes())
49 self.assertEqual(memoryview(y).tobytes(),
50 memoryview(x).tobytes())
test_pep3118.py 43 self.assertEqual(n * v.itemsize, len(v.tobytes()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_buffer.py 30 self.assertEqual(m.tobytes(), s)
test_memoryview.py 133 b = m.tobytes()
test_support.py     [all...]
test_socket.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_buffer.py 30 self.assertEqual(m.tobytes(), s)
test_memoryview.py 133 b = m.tobytes()
test_support.py     [all...]
test_socket.py     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bytecode.h 159 int (*tobytes) (yasm_bytecode *bc, unsigned char **bufp, member in struct:yasm_bytecode_callback
274 /** Common bytecode callback tobytes function, for where the bytecode
bytecode.c 341 error = bc->callback->tobytes(bc, &destbuf, bufstart, d, output_value,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gzip.py 231 data = data.tobytes()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gzip.py 231 data = data.tobytes()

Completed in 1367 milliseconds