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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Version.py 8 watermark = "%s on %s" % (version, time.asctime())
  /bionic/libstdc++/include/
ctime 54 using ::asctime;
  /ndk/sources/cxx-stl/gabi++/include/
ctime 54 using ::asctime;
  /ndk/sources/cxx-stl/system/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
ctime 52 using ::asctime;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
ctime 52 using ::asctime;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
ctime 54 using ::asctime;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
ctime 54 using ::asctime;
  /system/extras/tests/bionic/libstdc++/
test_ctime.cpp 59 #ifdef asctime
79 using std::asctime;
  /external/stlport/stlport/stl/
_ctime.h 39 using _STLP_VENDOR_CSTD::asctime;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 39 using _STLP_VENDOR_CSTD::asctime;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 39 using _STLP_VENDOR_CSTD::asctime;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 39 using _STLP_VENDOR_CSTD::asctime;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 39 using _STLP_VENDOR_CSTD::asctime;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 39 using _STLP_VENDOR_CSTD::asctime;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctime.h 39 using _STLP_VENDOR_CSTD::asctime;
  /external/fonttools/Lib/fontTools/ttLib/tables/
F_F_T_M_.py 34 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff)))
36 value = time.asctime(time.gmtime(0))
  /external/bison/lib/
time.in.h 228 # undef asctime
229 _GL_WARN_ON_USE (asctime, "asctime can overrun buffers in some cases - "
234 _GL_WARN_ON_USE (asctime, "asctime_r can overrun buffers in some cases - "
239 _GL_WARN_ON_USE (asctime, "ctime can overrun buffers in some cases - "
244 _GL_WARN_ON_USE (asctime, "ctime_r can overrun buffers in some cases - "

Completed in 527 milliseconds

1 2 3 4 5 6 7