/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
generator.py | 289 _FMT = '[Non-text (%(type)s) part of message omitted, filename %(filename)s]'
321 self._fmt = _FMT
323 self._fmt = fmt
334 print >> self, self._fmt % {
350 _fmt = '%%0%dd' % _width
356 boundary = ('=' * 15) + (_fmt % token) + '=='
347 _fmt = '%%0%dd' % _width variable
|
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
generator.py | 297 _FMT = '[Non-text (%(type)s) part of message omitted, filename %(filename)s]' 329 self._fmt = _FMT 331 self._fmt = fmt 342 print >> self, self._fmt % { 358 _fmt = '%%0%dd' % _width 364 boundary = ('=' * 15) + (_fmt % token) + '==' 355 _fmt = '%%0%dd' % _width variable
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
generator.py | 297 _FMT = '[Non-text (%(type)s) part of message omitted, filename %(filename)s]' 329 self._fmt = _FMT 331 self._fmt = fmt 342 print >> self, self._fmt % { 358 _fmt = '%%0%dd' % _width 364 boundary = ('=' * 15) + (_fmt % token) + '==' 355 _fmt = '%%0%dd' % _width variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 297 _FMT = '[Non-text (%(type)s) part of message omitted, filename %(filename)s]' 329 self._fmt = _FMT 331 self._fmt = fmt 342 print >> self, self._fmt % { 358 _fmt = '%%0%dd' % _width 364 boundary = ('=' * 15) + (_fmt % token) + '==' 355 _fmt = '%%0%dd' % _width variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
generator.py | 297 _FMT = '[Non-text (%(type)s) part of message omitted, filename %(filename)s]' 329 self._fmt = _FMT 331 self._fmt = fmt 342 print >> self, self._fmt % { 358 _fmt = '%%0%dd' % _width 364 boundary = ('=' * 15) + (_fmt % token) + '==' 355 _fmt = '%%0%dd' % _width variable
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
strftime.c | 77 static char * _fmt(const char *, const struct tm * const, char *, const char * const, int *);
104 p = _fmt(((format == NULL) ? "%c" : format), timeptr, s, s + maxsize, &warn);
130 _fmt(
function 173 ** _fmt("%a %b %e %X %Y", t);
185 pt = _fmt(Locale->d_t_fmt, t, pt, ptlim, &warn2);
193 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp);
214 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp);
278 pt = _fmt("%H:%M", t, pt, ptlim, warnp);
281 pt = _fmt(Locale->t_fmt_ampm, t, pt, ptlim,
306 pt = _fmt("%H:%M:%S", t, pt, ptlim, warnp); [all...] |
/bionic/libc/tzcode/ |
strftime.c | 119 static char * _fmt(const char *, const struct tm *, char *, const char *, 156 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn); 193 _fmt(const char *format, const struct tm *t, char *pt, function 232 ** _fmt("%a %b %e %X %Y", t); 244 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); 252 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp); 280 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp); 345 pt = _fmt("%H:%M", t, pt, ptlim, warnp); 348 pt = _fmt("%I:%M:%S %p", t, pt, ptlim, warnp); 371 pt = _fmt("%H:%M:%S", t, pt, ptlim, warnp) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/time/ |
wcsftime.c | 107 static wchar_t * _fmt(const wchar_t *, const struct tm *, wchar_t *, const wchar_t *, 127 p = _fmt(((format == NULL) ? L"%c" : format), t, s, s + maxsize, &warn); 138 _fmt(const wchar_t *format, const struct tm *t, wchar_t *pt, function 181 ** _fmt("%a %b %e %X %Y", t); 193 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); 201 pt = _fmt(L"%m/%d/%y", t, pt, ptlim, warnp); 222 pt = _fmt(L"%Y-%m-%d", t, pt, ptlim, warnp); 278 pt = _fmt(L"%H:%M", t, pt, ptlim, warnp); 281 pt = _fmt(L"%I:%M:%S %p", t, pt, ptlim, warnp); 302 pt = _fmt(L"%H:%M:%S", t, pt, ptlim, warnp) [all...] |