/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
ctime | 36 char* asctime(const tm* timeptr); 64 using ::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 - "
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
ctime | 54 #undef asctime 70 using ::asctime;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
ctime | 52 #undef asctime 68 using ::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;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_time.py | 23 == time.asctime(time.localtime(self.t))) 123 time.asctime(time.gmtime(self.t)) 124 self.assertRaises(TypeError, time.asctime, 0) 125 self.assertRaises(TypeError, time.asctime, ()) 126 # XXX: Posix compiant asctime should refuse to convert 128 # self.assertRaises(ValueError, time.asctime, 132 time.asctime((12345, 1, 1, 0, 0, 0, 0, 1, 0))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_time.py | 23 == time.asctime(time.localtime(self.t))) 123 time.asctime(time.gmtime(self.t)) 124 self.assertRaises(TypeError, time.asctime, 0) 125 self.assertRaises(TypeError, time.asctime, ()) 126 # XXX: Posix compiant asctime should refuse to convert 128 # self.assertRaises(ValueError, time.asctime, 132 time.asctime((12345, 1, 1, 0, 0, 0, 0, 1, 0))
|
/system/extras/tests/bionic/libstdc++/ |
test_ctime.cpp | 59 #ifdef asctime 79 using std::asctime;
|
/bionic/libstdc++/include/ |
ctime | 54 using ::asctime;
|