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

  /external/python/cpython3/Lib/test/
test_struct.py 563 # The size taken up by the 'formatcode' dynamic array
689 for formatcode, bits in format_bits__nan_list:
723 for formatcode, bits, f in format_bits_float__rounding_list:
724 self.assertEqual(bits, struct.pack(formatcode, f))
743 for formatcode, f in format_bits_float__roundingError_list:
744 self.assertRaises(OverflowError, struct.pack, formatcode, f)
751 for formatcode, bits, f in format_bits_float__doubleRoundingError_list:
752 self.assertEqual(bits, struct.pack(formatcode, f))
  /external/python/cpython3/Modules/
_struct.c 30 } formatcode; typedef in typeref:struct:_formatcode
38 formatcode *s_codes;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 41 } formatcode; typedef in typeref:struct:_formatcode
49 formatcode *s_codes;
    [all...]
  /external/python/cpython2/Modules/
_struct.c 41 } formatcode; typedef in typeref:struct:_formatcode
49 formatcode *s_codes;
1223 formatcode *codes;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 41 } formatcode; typedef in typeref:struct:_formatcode
49 formatcode *s_codes;
    [all...]

Completed in 443 milliseconds