HomeSort by relevance Sort by last modified time
    Searched refs:calcsize (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /build/make/tools/
check_elf_file.py 167 buf = elf_file.read(struct.calcsize(_ELF_HEADER_STRUCT_FMT))
  /cts/tools/utils/
monsoon.py 157 if len(bytes) != struct.calcsize(STATUS_FORMAT) or bytes[0] != "\x10":
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_transfer.py 490 return struct.calcsize(cls.get_field_format_string())
  /external/fonttools/Lib/fontTools/ttLib/tables/
_p_o_s_t.py 26 postFormatSize = sstruct.calcsize(postFormat)
_g_l_y_f.py 609 xDataLen = struct.calcsize(xFormat)
610 yDataLen = struct.calcsize(yFormat)
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
synchronize.py 365 wrapper = BufferWrapper(struct.calcsize('i') * 2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py     [all...]
  /external/python/cpython2/Lib/
platform.py     [all...]
  /external/python/cpython3/Lib/
platform.py 860 size = struct.calcsize('P')
863 size = struct.calcsize('l')
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 390 JET_INFO_CHUNK, struct.calcsize(JINF_STRUCT) - 8,
501 jet_header = struct.pack(JET_HEADER_STRUCT, JET_HEADER_TAG, file_size - struct.calcsize(JET_HEADER_STRUCT))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
FvImage.py     [all...]
  /cts/apps/CtsVerifier/assets/scripts/power_monitors/
monsoon.py 263 if len(bytes) != struct.calcsize(STATUS_FORMAT) or bytes[0] != "\x10":
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
buffer_tests.py 175 if sys.maxint < (1 << 32) and struct.calcsize('P') == 4:
test_str.py 105 if sys.maxint > (1 << 32) or struct.calcsize('P') != 4:
string_tests.py 327 if sys.maxint < (1 << 32) and struct.calcsize('P') == 4:
    [all...]
  /external/python/cpython2/Lib/test/
test_parser.py 707 nodesize = struct.calcsize('hP3iP0h')
test_str.py 122 @unittest.skipIf(sys.maxint > (1 << 32) or struct.calcsize('P') != 4,
string_tests.py 328 if sys.maxint < (1 << 32) and struct.calcsize('P') == 4:
    [all...]
  /external/python/cpython3/Lib/test/
test_venv.py 93 conditions = ((struct.calcsize('P') == 8) and (os.name == 'posix') and
  /external/python/cpython3/Modules/
_testbuffer.c 13 static PyObject *calcsize = NULL; variable
791 tmp = PyObject_CallFunctionObjArgs(calcsize, format, NULL);
    [all...]
  /external/scapy/scapy/modules/
p0f.py 489 RandString(struct.calcsize(optstruct))._fix())))
  /external/scapy/scapy/layers/tls/
handshake.py 139 self.itemsize = struct.calcsize(itemfmt)
182 itemlen = struct.calcsize(self.itemfmt)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 1857 calcsize(PyObject *self, PyObject *fmt) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 1808 calcsize(PyObject *self, PyObject *fmt) function
    [all...]

Completed in 1155 milliseconds

1 2 34 5