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

1 2 3 4

  /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;
  /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;
  /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 - "
  /external/v8/tools/
process-heap-prof.py 60 print('DATE "%s"' % time.asctime(time.localtime()))
  /bionic/libc/tzcode/
asctime.c 9 ** whereas the output of asctime is supposed to be constant.
14 static char elsieid[] = "@(#)asctime.c 8.2";
134 asctime(timeptr) function
  /external/icu4c/tools/tzcode/
asctime.c 9 ** whereas the output of asctime is supposed to be constant.
14 static char elsieid[] = "@(#)asctime.c 8.2";
134 asctime(timeptr) function
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 115 log_fmt = ('%(asctime)s %(filename)s:%(lineno)-4d %(levelname)s '
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
time_h.pass.cpp 33 static_assert((std::is_same<decltype(asctime(&tmv)), char*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/
ctime.pass.cpp 33 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");

Completed in 738 milliseconds

1 2 3 4