Searched
full:localtime (Results
376 -
400 of
724) sorted by null
<<11121314151617181920>>
/external/icu/icu4c/source/test/letest/ |
gendata.cpp | 153 struct tm *local = localtime(&now);
|
/external/icu/icu4c/source/test/perf/collationperf/ |
CollPerf.pl | 148 my $html = localtime;
|
/external/icu/icu4c/source/tools/genren/ |
genren.pl | 71 $YEAR = strftime "%Y",localtime;
|
/external/icu/icu4c/source/tools/tzcode/ |
icuzdump.cpp | 18 * code works as well as the corresponding Olson stock localtime/zdump.
|
/external/libxml2/ |
config.h | 103 /* Define to 1 if you have the `localtime' function. */
|
/external/lldb/examples/summaries/cocoa/ |
NSDate.py | 53 return xcode_format_time(time.localtime(X))
|
/external/lldb/source/DataFormatters/ |
CF.cpp | 33 tm *tm_date = localtime(&epoch);
|
/external/lldb/test/pexpect-2.4/examples/ |
topip.py | 244 #dts = time.strftime('%Y:%m:%d:%H:%M:%S', time.localtime())
|
/external/qemu/android/ |
snapshot.c | 198 tm = localtime(time);
|
/external/wpa_supplicant_8/src/utils/ |
os_unix.c | 124 tm1 = localtime(&t_local);
|
/frameworks/av/cmds/screenrecord/ |
Overlay.cpp | 262 // localtime/strftime is not the fastest way to do this, but a trivial
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags2man.py | 183 self.date = time.localtime(time.time()) # default date info 197 self.date = time.localtime(finfo[stat.ST_MTIME])
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationNodeTest.cpp | 78 virtual double calculateTimeToEffectChange(bool forwards, double localTime, double timeToNextIteration) const OVERRIDE 80 m_localTime = localTime;
|
/external/chromium_org/third_party/python_gflags/ |
gflags2man.py | 183 self.date = time.localtime(time.time()) # default date info 197 self.date = time.localtime(finfo[stat.ST_MTIME])
|
/external/ltrace/ |
output.c | 108 struct tm *tmp = localtime(&tv.tv_sec); 114 struct tm *tmp = localtime(&tv.tv_sec);
|
/frameworks/native/cmds/dumpstate/ |
dumpstate.c | 115 strftime(date, sizeof(date), "%Y-%m-%d %H:%M:%S", localtime(&now)); 540 strftime(date, sizeof(date), "-%Y-%m-%d-%H-%M-%S", localtime(&now));
|
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/ |
OMXExif.cpp | 345 pTime = localtime (&sTv.tv_sec); 546 pTime = localtime (&sTv.tv_sec);
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXExif.cpp | 347 pTime = localtime (&sTv.tv_sec); 548 pTime = localtime (&sTv.tv_sec);
|
/ndk/sources/host-tools/sed-4.2.1/ |
config_h.in | 56 /* Define if gettimeofday clobbers the localtime buffer. */ 719 #undef localtime
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 28 self.time_tuple = time.localtime() 298 time_tuple = time.localtime()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_strptime.py | 28 self.time_tuple = time.localtime() 298 time_tuple = time.localtime()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
VCSUtils.pm | [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
Completed in 7783 milliseconds
<<11121314151617181920>>