Home
last modified time | relevance | path

Searched refs:formatstring (Results 1 – 18 of 18) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
Dsstruct.py63 formatstring, names, fixes = getformat(fmt)
75 data = struct.pack(*(formatstring,) + tuple(elements))
82 formatstring, names, fixes = getformat(fmt)
87 elements = struct.unpack(formatstring, data)
107 formatstring, names, fixes = getformat(fmt)
108 return struct.calcsize(formatstring)
137 formatstring, names, fixes = _formatcache[fmt]
140 formatstring = ""
149 if formatchar != 'x' and formatstring:
168 formatstring = formatstring + formatchar
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_m_a_x_p.py127 formatstring, names, fixes = sstruct.getformat(maxpFormat_0_5)
129 formatstring, names_1_0, fixes = sstruct.getformat(maxpFormat_1_0_add)
DO_S_2f_2.py27 formatstring, names, fixes = sstruct.getformat(panoseFormat)
152 formatstring, names, fixes = sstruct.getformat(format)
DF_F_T_M_.py29 formatstring, names, fixes = sstruct.getformat(FFTMFormat)
D_v_h_e_a.py70 formatstring, names, fixes = sstruct.getformat(vheaFormat)
D_h_e_a_d.py50 formatstring, names, fixes = sstruct.getformat(headFormat)
D_h_h_e_a.py83 formatstring, names, fixes = sstruct.getformat(hheaFormat)
DS_I_N_G_.py85 formatstring, names, fixes = sstruct.getformat(SINGFormat)
DG_P_K_G_.py82 formatstring, names, fixes = sstruct.getformat(GPKGFormat)
DG_M_A_P_.py107 formatstring, names, fixes = sstruct.getformat(GMAPFormat)
D_p_o_s_t.py195 formatstring, names, fixes = sstruct.getformat(postFormat)
DM_E_T_A_.py162 formatstring, names, fixes = sstruct.getformat(METAHeaderFormat)
/external/python/cpython2/Lib/
Dcalendar.py354 a(formatstring(names, colwidth, c).rstrip())
357 a(formatstring(headers, colwidth, c).rstrip())
368 a(formatstring(weeks, colwidth, c).rstrip())
598 print formatstring(cols, colwidth, spacing)
601 def formatstring(cols, colwidth=_colwidth, spacing=_spacing): function
/external/libexif/auto-m4/
Dgettext.m437 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
38 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
125 …define([gt_api_version], ifelse([$2], [need-formatstring-macros], 3, ifelse([$2], [need-ngettext],…
131 ]ifelse([$2], [need-formatstring-macros],
163 ]ifelse([$2], [need-formatstring-macros],
184 ]ifelse([$2], [need-formatstring-macros],
/external/bison/m4/
Dgettext.m435 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
116 *" need-formatstring-macros "*) gt_api_version=3 ;;
/external/elfutils/m4/
Dgettext.m435 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
36 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
65 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
116 *" need-formatstring-macros "*) gt_api_version=3 ;;
/external/e2fsprogs/
Daclocal.m4279 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
280 dnl support the ISO C 99 <inttypes.h> formatstring macros will be ignored.
309 ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], ,
360 *" need-formatstring-macros "*) gt_api_version=3 ;;
/external/bison/
DChangeLog-20122165 Bison was uselessly requiring the formatstring macros from
2171 need-formatstring-macros.
7061 (AM_GNU_GETTEXT): Add; require formatstring macros since that's