HomeSort by relevance Sort by last modified time
    Searched refs:strftime (Results 176 - 200 of 321) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tcpdump/
print-ntp.c 247 strftime(time_buf, sizeof (time_buf), "%Y/%m/%d %H:%M:%S", tm);
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 28 use POSIX qw(strftime setlocale LC_TIME);
188 # Turn off localisation of date (for strftime).
197 my $date = strftime "%B %Y", localtime;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
time.h 199 extern size_t strftime (char *__restrict __s, size_t __maxsize,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h 199 extern size_t strftime (char *__restrict __s, size_t __maxsize,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 146 # Note: we cannot use strftime() because that honors the locale and RFC
193 utcdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(timeval))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 146 # Note: we cannot use strftime() because that honors the locale and RFC
193 utcdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(timeval))
  /system/core/libutils/
ProcessCallStack.cpp 107 strftime(timestr, sizeof(timestr), "%F %T", &tm);
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 485 % (self.info.name, time.strftime('%x', self.info.date), self.info.name))
519 % time.strftime('%Y', self.info.date))
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 485 % (self.info.name, time.strftime('%x', self.info.date), self.info.name))
519 % time.strftime('%Y', self.info.date))
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 176 EXPECT_NE(0u, strftime(duration_in_hms, arraysize(duration_in_hms),
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 37 sys.stderr.write('[%s:%s(%s)] %s\n' % (now.strftime('%m%d/%H%M%S'),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 68 use POSIX qw(strftime);
  /external/chromium_org/third_party/icu/source/test/letest/
gendata.cpp 157 strftime(tmString, 64, tmFormat, local);
  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 181 data['snapshots'][index]['time']).strftime('%Y-%m-%d %H:%M:%S')
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 176 self._InsertRow([browser_name, time.strftime('%d.%m.%Y %H:%M:%S')])
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
file_storage.py 168 return timestamp.strftime(Archive._TIME_FMT
  /external/fonttools/Lib/fontTools/
ttx.py 220 print("finished at", time.strftime("%H:%M:%S", time.localtime(time.time())))
  /external/icu/icu4c/source/test/letest/
gendata.cpp 157 strftime(tmString, 64, tmFormat, local);
  /external/libcxx/src/support/solaris/
xlocale.c 101 return __l->lc_time->core.user_api->strftime(__l->lc_time,
  /external/lldb/examples/summaries/cocoa/
NSDate.py 48 return time.strftime('%Y-%m-%d %H:%M:%S %Z',X)
  /external/qemu/android/utils/
timezone.c 700 strftime(tzname, sizeof(tzname) - 1, "%Z", tm);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/solaris/
xlocale.c 101 return __l->lc_time->core.user_api->strftime(__l->lc_time,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
time.h 118 size_t __cdecl strftime(char * __restrict__ _Buf,size_t _SizeInBytes,const char * __restrict__ _Format,const struct tm * __restrict__ _Tm);
  /system/core/init/
bootchart.c 133 strftime(date, sizeof(date), "%x %X", &now);
  /external/chromium_org/third_party/sqlite/src/src/
date.c 823 ** strftime( FORMAT, TIMESTRING, MOD, MOD, ...)
1024 ** and strftime(). The format string to pass to strftime() is supplied
1048 strftime(zBuf, 20, zFormat, &sNow);
1055 strftime(zBuf, 20, zFormat, pTm);
1076 FUNCTION(strftime, -1, 0, 0, strftimeFunc ),

Completed in 718 milliseconds

1 2 3 4 5 6 78 91011>>