HomeSort by relevance Sort by last modified time
    Searched refs:bigendian (Results 1 - 25 of 33) sorted by null

1 2

  /external/fonttools/Lib/fontTools/ttLib/tables/
O_S_2f_2.py 90 bigendian = " > # big endian\n" variable
95 OS2_format_1_addition = bigendian + OS2_format_1_addition
96 OS2_format_2_addition = bigendian + OS2_format_2_addition
97 OS2_format_5_addition = bigendian + OS2_format_5_addition
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /external/python/cpython2/Lib/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 129 self._file = Chunk(file, bigendian = 0)
139 chunk = Chunk(self._file, bigendian = 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /prebuilts/gdb/linux-x86/lib/python2.7/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian:
wave.py 128 self._file = Chunk(file, bigendian = 0)
138 chunk = Chunk(self._file, bigendian = 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 52 def __init__(self, file, align=True, bigendian=True, inclheader=False):
56 if bigendian: