Home
last modified time | relevance | path

Searched refs:formatstring (Results 1 – 20 of 20) 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)
138 formatstring, names, fixes = _formatcache[fmt]
141 formatstring = ""
150 if formatchar != 'x' and formatstring:
169 formatstring = formatstring + formatchar
[all …]
/external/fonttools/Lib/fontTools/ttLib/tables/
D_m_a_x_p.py128 formatstring, names, fixes = sstruct.getformat(maxpFormat_0_5)
130 formatstring, names_1_0, fixes = sstruct.getformat(maxpFormat_1_0_add)
DF_F_T_M_.py28 formatstring, names, fixes = sstruct.getformat(FFTMFormat)
DG__l_a_t.py163 formatstring, names, fixes = sstruct.getformat(Glat_format_3_octabox_metrics)
171 formatstring, names, fixes = sstruct.getformat(Glat_format_3_subbox_entry)
DO_S_2f_2.py29 formatstring, names, fixes = sstruct.getformat(panoseFormat)
174 formatstring, names, fixes = sstruct.getformat(format)
D_h_e_a_d.py75 formatstring, names, fixes = sstruct.getformat(headFormat)
DS_I_N_G_.py82 formatstring, names, fixes = sstruct.getformat(SINGFormat)
D_h_h_e_a.py96 formatstring, names, fixes = sstruct.getformat(hheaFormat)
D_v_h_e_a.py95 formatstring, names, fixes = sstruct.getformat(vheaFormat)
DG_M_A_P_.py102 formatstring, names, fixes = sstruct.getformat(GMAPFormat)
DG_P_K_G_.py77 formatstring, names, fixes = sstruct.getformat(GPKGFormat)
DM_E_T_A_.py162 formatstring, names, fixes = sstruct.getformat(METAHeaderFormat)
D_p_o_s_t.py195 formatstring, names, fixes = sstruct.getformat(postFormat)
/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/python/cpython3/Lib/
Dcalendar.py387 a(formatstring(names, colwidth, c).rstrip())
390 a(formatstring(headers, colwidth, c).rstrip())
401 a(formatstring(weeks, colwidth, c).rstrip())
642 print(formatstring(cols, colwidth, spacing))
645 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/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/vulkan-validation-layers/scripts/
Dobject_tracker_generator.py334 def otwrite(self, dest, formatstring): argument
336 write(formatstring, file=self.outFile)
338 write(formatstring, file=self.outFile)
/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/curl/
DCHANGES3669 less important, switch to a more stable formatstring with decimals.