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

1 2

  /external/bison/build-aux/
gendocs.sh 197 calcsize() function
257 info_tgz_size=`calcsize "$outdir/$PACKAGE.info.tar.gz"`
267 dvi_gz_size=`calcsize $PACKAGE.dvi.gz`
273 pdf_size=`calcsize $PACKAGE.pdf`
280 ascii_size=`calcsize $PACKAGE.txt`
282 ascii_gz_size=`calcsize "$outdir/$PACKAGE.txt.gz"`
297 eval html_$1_tgz_size=`calcsize "$outdir/${PACKAGE}.html_$1.tar.gz"`
310 html_mono_size=`calcsize $PACKAGE.html`
312 html_mono_gz_size=`calcsize "$outdir/$PACKAGE.html.gz"`
326 html_node_tgz_size=`calcsize "$outdir/$PACKAGE.html_node.tar.gz"
    [all...]
  /bootable/recovery/tools/ota/
convert-to-bmp.py 44 fileheadersize = struct.calcsize(BMP_HEADER_FMT)
45 infoheadersize = struct.calcsize(BITMAPINFO_HEADER_FMT)
  /external/chromium_org/native_client_sdk/src/tools/lib/
elf.py 29 elf_header_size = struct.calcsize(elf_header_format)
72 elf_header_size = struct.calcsize(elf_header_format)
  /device/asus/fugu/
releasetools.py 34 header_size = struct.calcsize(header_fmt)
43 header_v1_size = struct.calcsize(header_v1_fmt)
58 c_header_size = struct.calcsize(c_header_fmt)
  /external/fonttools/Lib/fontTools/misc/
sstruct.py 44 calcsize(fmt)
45 like struct.calcsize(), but uses our own fmt strings:
103 length = calcsize(fmt)
106 def calcsize(fmt): function
108 return struct.calcsize(formatstring)
187 print('size:', calcsize(fmt))
homeResFile.py 61 "\0" * sstruct.calcsize(_FCBPBFormat), self)
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
wire_format.py 74 if struct.calcsize(FORMAT_UINT32_LITTLE_ENDIAN) != 4:
76 if struct.calcsize(FORMAT_UINT64_LITTLE_ENDIAN) != 8:
encoder.py 481 value_size = struct.calcsize(format)
523 value_size = struct.calcsize(format)
  /external/fonttools/Lib/fontTools/ttLib/tables/
_s_b_i_x.py 51 sbixHeaderFormatSize = sstruct.calcsize(sbixHeaderFormat)
58 sbixBitmapSetOffsetFormatSize = sstruct.calcsize(sbixBitmapSetOffsetFormat)
T_S_I__0.py 19 size = struct.calcsize(tsi0Format)
_n_a_m_e.py 18 nameRecordSize = sstruct.calcsize(nameRecordFormat)
55 stringOffset = 6 + n * sstruct.calcsize(nameRecordFormat)
sbixBitmapSet.py 19 sbixBitmapSetHeaderFormatSize = sstruct.calcsize(sbixBitmapSetHeaderFormat)
20 sbixBitmapOffsetEntryFormatSize = sstruct.calcsize(sbixBitmapOffsetEntryFormat)
E_B_L_C_.py 52 indexSubTableArraySize = struct.calcsize(indexSubTableArrayFormat)
55 indexSubHeaderSize = struct.calcsize(indexSubHeaderFormat)
58 codeOffsetPairSize = struct.calcsize(codeOffsetPairFormat)
152 dataSize += sstruct.calcsize(bitmapSizeTableFormatPart1)
153 dataSize += len(('hori', 'vert')) * sstruct.calcsize(sbitLineMetricsFormat)
154 dataSize += sstruct.calcsize(bitmapSizeTableFormatPart2)
425 offsetDataSize = struct.calcsize(dataFormat)
S_V_G_.py 67 SVG_format_0Size = sstruct.calcsize(SVG_format_0)
75 SVG_format_1Size = sstruct.calcsize(SVG_format_1)
85 doc_index_entry_format_0Size = sstruct.calcsize(doc_index_entry_format_0)
sbixBitmap.py 15 sbixBitmapHeaderFormatSize = sstruct.calcsize(sbixBitmapHeaderFormat)
D_S_I_G_.py 62 offset = len(packed) + self.usNumSigs * sstruct.calcsize(DSIG_SignatureFormat)
  /device/moto/shamu/
releasetools.py 41 num_imgs_size = struct.calcsize(num_imgs_fmt)
45 img_info_size = struct.calcsize(img_info_format)
50 magic_size = struct.calcsize(magic_format)
  /device/asus/deb/
releasetools.py 125 header_size = struct.calcsize(header_fmt)
131 img_info_size = struct.calcsize(img_info_fmt)
  /device/asus/flo/
releasetools.py 150 header_size = struct.calcsize(header_fmt)
156 img_info_size = struct.calcsize(img_info_fmt)
  /device/lge/hammerhead/
releasetools.py 130 header_size = struct.calcsize(header_fmt)
136 img_info_size = struct.calcsize(img_info_fmt)
  /device/lge/mako/
releasetools.py 125 header_size = struct.calcsize(header_fmt)
131 img_info_size = struct.calcsize(img_info_fmt)
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 284 ttcHeaderSize = sstruct.calcsize(ttcHeaderFormat)
295 sfntDirectorySize = sstruct.calcsize(sfntDirectoryFormat)
305 sfntDirectoryEntrySize = sstruct.calcsize(sfntDirectoryEntryFormat)
324 woffDirectorySize = sstruct.calcsize(woffDirectoryFormat)
335 woffDirectoryEntrySize = sstruct.calcsize(woffDirectoryEntryFormat)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
monsoon.py 127 if len(data) != struct.calcsize(STATUS_FORMAT) or data[0] != '\x10':
  /cts/tools/utils/
monsoon.py 148 if len(bytes) != struct.calcsize(STATUS_FORMAT) or bytes[0] != "\x10":
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 155 data_length = os.read(self.pipe_in, struct.calcsize('=L'))

Completed in 1417 milliseconds

1 2