HomeSort by relevance Sort by last modified time
    Searched refs:_fmt (Results 1 - 13 of 13) sorted by null

  /bionic/libc/tzcode/
strftime.c 116 static char * _fmt(const char *, const struct tm *, char *, const char *,
146 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn);
186 _fmt(const char *format, const struct tm *const t, char * pt, function
225 ** _fmt("%a %b %e %X %Y", t);
237 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2);
245 pt = _fmt("%m/%d/%y", t, pt, ptlim, warnp);
279 pt = _fmt("%Y-%m-%d", t, pt, ptlim, warnp);
367 pt = _fmt("%H:%M", t, pt, ptlim, warnp);
370 pt = _fmt("%I:%M:%S %p", t, pt, ptlim, warnp);
396 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);
307 pt = _fmt(L"%H:%M:%S", t, pt, ptlim, warnp)
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 54 #define sprintf(_buf,_fmt,_args...) VG_(sprintf)((_buf),(_fmt),(_args))
  /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/linux-tools-perf/perf-3.12.0/tools/perf/ui/
hist.c 124 static int hpp__entry_##_type(struct perf_hpp_fmt *_fmt __maybe_unused, \
138 static int hpp__entry_##_type(struct perf_hpp_fmt *_fmt __maybe_unused, \
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.h 136 #define debug_print_format(_msg, _fmt) ((void)0)
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 135 #define debug_print_format(_msg, _fmt) ((void)0)
  /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...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-diff.c 861 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp,
865 container_of(_fmt, struct diff_hpp_fmt, fmt);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 79 url += '&_fmt=' + mimeType.replace(/[^-\w\/]/g, '');

Completed in 973 milliseconds