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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/profile_chrome/
util.py 8 return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
  /bionic/libc/bionic/
strftime_l.cpp 33 return strftime(s, max, format, tm);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_time.py 37 time.strftime(format, tt)
43 # input to [w]strftime is not kosher.
46 time.strftime('%f')
49 # Make sure that strftime() checks the bounds of the various parts
53 self.assertRaises(ValueError, time.strftime, '',
56 self.assertRaises(ValueError, time.strftime, '',
58 self.assertRaises(ValueError, time.strftime, '',
61 self.assertRaises(ValueError, time.strftime, '',
63 self.assertRaises(ValueError, time.strftime, '',
66 self.assertRaises(ValueError, time.strftime, '',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_time.py 37 time.strftime(format, tt)
43 # input to [w]strftime is not kosher.
46 time.strftime('%f')
49 # Make sure that strftime() checks the bounds of the various parts
53 self.assertRaises(ValueError, time.strftime, '',
56 self.assertRaises(ValueError, time.strftime, '',
58 self.assertRaises(ValueError, time.strftime, '',
61 self.assertRaises(ValueError, time.strftime, '',
63 self.assertRaises(ValueError, time.strftime, '',
66 self.assertRaises(ValueError, time.strftime, '',
    [all...]
  /ndk/sources/android/support/src/musl-locale/
strftime_l.c 6 return strftime(s, n, f, tm);
  /external/chromium_org/chrome/installer/tools/
setup_timer.py 74 time.strftime("%x %X", time.localtime()), current_stage,
79 time.strftime("%x %X", time.localtime()), current_stage,
88 time.strftime("%x %X", time.localtime()), new_stage)
92 time.strftime("%x %X", time.localtime()))
96 time.strftime("%x %X", time.localtime()))
  /bionic/libstdc++/include/
ctime 58 using ::strftime;
  /external/clang/utils/CIndex/
completion_logger_server.py 4 from time import strftime namespace
33 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
  /ndk/sources/cxx-stl/gabi++/include/
ctime 58 using ::strftime;
  /ndk/sources/cxx-stl/system/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
ctime 56 using ::strftime;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
ctime 56 using ::strftime;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
ctime 58 using ::strftime;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
ctime 58 using ::strftime;
  /system/extras/tests/bionic/libstdc++/
test_ctime.cpp 71 #ifdef strftime
83 using std::strftime;
  /external/stlport/stlport/stl/
_ctime.h 48 using _STLP_VENDOR_CSTD::strftime;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 48 using _STLP_VENDOR_CSTD::strftime;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 48 using _STLP_VENDOR_CSTD::strftime;

Completed in 914 milliseconds

1 2 3 4 5 6 7 8 91011>>