/bionic/libc/tzcode/ |
strftime.c | 108 static char * _fmt(const char *, const struct tm *, char *, const char *, 134 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn); 171 _fmt(const char *format, const struct tm *t, char *pt, function 210 ** _fmt("%a %b %e %X %Y", t); 222 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); 230 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp); 258 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp); 323 pt = _fmt("%H:%M", t, pt, ptlim, warnp); 326 pt = _fmt("%I:%M:%S %p", t, pt, ptlim, warnp); 349 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...] |
/external/valgrind/coregrind/m_demangle/ |
vg_libciface.h | 54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args))
|
/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
|
/frameworks/base/rs/java/android/renderscript/ |
ProgramFragmentFixedFunction.java | 154 Slot(EnvMode _env, Format _fmt) { 156 format = _fmt;
|
/external/opencv3/modules/core/include/opencv2/core/ |
persistence.hpp | 776 int _fmt = DataType<_Tp>::fmt; local 777 char fmt[] = { (char)((_fmt >> 8) + '1'), (char)_fmt, '\0' }; 807 int _fmt = DataType<_Tp>::fmt; local [all...] |
/external/autotest/client/common_lib/ |
logging_manager.py | 393 self._fmt = base_formatter._fmt.replace('%(message)s',
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_debug.h | 135 #define debug_print_format(_msg, _fmt) ((void)0)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/logging/ |
__init__.py | 399 self._fmt = fmt 401 self._fmt = "%(message)s" 449 return self._fmt.find("%(asctime)") >= 0 467 s = self._fmt % record.__dict__ [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/logging/ |
__init__.py | 399 self._fmt = fmt 401 self._fmt = "%(message)s" 449 return self._fmt.find("%(asctime)") >= 0 467 s = self._fmt % record.__dict__ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | 399 self._fmt = fmt 401 self._fmt = "%(message)s" 449 return self._fmt.find("%(asctime)") >= 0 467 s = self._fmt % record.__dict__ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
__init__.py | 399 self._fmt = fmt 401 self._fmt = "%(message)s" 449 return self._fmt.find("%(asctime)") >= 0 467 s = self._fmt % record.__dict__ [all...] |