/external/fonttools/Lib/fontTools/misc/ |
D | sstruct.py | 63 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.py | 128 formatstring, names, fixes = sstruct.getformat(maxpFormat_0_5) 130 formatstring, names_1_0, fixes = sstruct.getformat(maxpFormat_1_0_add)
|
D | F_F_T_M_.py | 28 formatstring, names, fixes = sstruct.getformat(FFTMFormat)
|
D | G__l_a_t.py | 163 formatstring, names, fixes = sstruct.getformat(Glat_format_3_octabox_metrics) 171 formatstring, names, fixes = sstruct.getformat(Glat_format_3_subbox_entry)
|
D | O_S_2f_2.py | 29 formatstring, names, fixes = sstruct.getformat(panoseFormat) 174 formatstring, names, fixes = sstruct.getformat(format)
|
D | _h_e_a_d.py | 75 formatstring, names, fixes = sstruct.getformat(headFormat)
|
D | S_I_N_G_.py | 82 formatstring, names, fixes = sstruct.getformat(SINGFormat)
|
D | _h_h_e_a.py | 96 formatstring, names, fixes = sstruct.getformat(hheaFormat)
|
D | _v_h_e_a.py | 95 formatstring, names, fixes = sstruct.getformat(vheaFormat)
|
D | G_M_A_P_.py | 102 formatstring, names, fixes = sstruct.getformat(GMAPFormat)
|
D | G_P_K_G_.py | 77 formatstring, names, fixes = sstruct.getformat(GPKGFormat)
|
D | M_E_T_A_.py | 162 formatstring, names, fixes = sstruct.getformat(METAHeaderFormat)
|
D | _p_o_s_t.py | 195 formatstring, names, fixes = sstruct.getformat(postFormat)
|
/external/python/cpython2/Lib/ |
D | calendar.py | 354 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/ |
D | calendar.py | 387 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/ |
D | gettext.m4 | 37 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/ |
D | gettext.m4 | 35 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/ |
D | object_tracker_generator.py | 334 def otwrite(self, dest, formatstring): argument 336 write(formatstring, file=self.outFile) 338 write(formatstring, file=self.outFile)
|
/external/e2fsprogs/ |
D | aclocal.m4 | 279 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/ |
D | CHANGES | 3669 less important, switch to a more stable formatstring with decimals.
|