HomeSort by relevance Sort by last modified time
    Searched refs:itemsize (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/scapy/scapy/layers/tls/
handshake_sslv2.py 83 self.itemsize = 3
  /external/tensorflow/tensorflow/python/framework/
dtypes.py 305 return np.dtype(self.as_numpy_dtype).itemsize
tensor_util.py 495 if nparray.size * nparray.itemsize >= (1 << 31):
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 168 Py_ssize_t itemsize; /* This is Py_ssize_t so it can be member in struct:bufferinfo
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_compile.py 350 assert mapping.itemsize == _sre.CODESIZE
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 168 Py_ssize_t itemsize; /* This is Py_ssize_t so it can be member in struct:bufferinfo
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_compile.py 350 assert mapping.itemsize == _sre.CODESIZE
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 168 Py_ssize_t itemsize; /* This is Py_ssize_t so it can be member in struct:bufferinfo
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 350 assert mapping.itemsize == _sre.CODESIZE
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 168 Py_ssize_t itemsize; /* This is Py_ssize_t so it can be member in struct:bufferinfo
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 350 assert mapping.itemsize == _sre.CODESIZE
  /external/python/cpython3/Modules/
_testcapimodule.c 2852 Py_ssize_t itemsize = sizeof(int); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py     [all...]
  /external/autotest/client/bin/input/
input_device.py 316 mt_slot_info_len = (self.num_slots + 1) * mt_slot_info.itemsize
  /external/python/cpython3/Lib/test/
test_socket.py 85 SIZEOF_INT = array.array("i").itemsize
    [all...]
_test_multiprocessing.py     [all...]
test_io.py     [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py     [all...]
  /external/python/cpython3/Objects/
typeobject.c     [all...]

Completed in 1478 milliseconds

1 2 34