Searched refs:ctime (Results 1 – 17 of 17) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ctime.h | 23 # include_next <ctime> 25 # include _STLP_NATIVE_CPP_C_HEADER(ctime) 40 using _STLP_VENDOR_CSTD::ctime;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | ctime | 2 //===---------------------------- ctime -----------------------------------===// 15 ctime synopsis 37 char* ctime(const time_t* timer); 65 using ::ctime;
|
D | chrono | 279 #include <ctime>
|
D | locale | 193 #include <ctime>
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | ctime | 34 # include_next <ctime> 36 # include _STLP_NATIVE_CPP_C_HEADER(ctime)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | time_h.pass.cpp | 34 static_assert((std::is_same<decltype(ctime(&t)), char*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | ctime.pass.cpp | 34 static_assert((std::is_same<decltype(std::ctime(&t)), char*>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/ |
D | tested_elsewhere.pass.cpp | 33 static_assert((std::is_same<decltype(std::ctime(&t)), char*>::value), ""); in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | dir.c | 226 int ctime; member 252 hash ^= ((unsigned int) key->dev << 4) ^ (unsigned int) key->ctime; in directory_contents_hash_1() 275 hash ^= ((unsigned int) key->dev << 4) ^ (unsigned int) ~key->ctime; in directory_contents_hash_2() 312 result = MAKECMP(x->ctime, y->ctime); in directory_contents_hash_cmp() 496 dc_key.ctime = st.st_ctime; in find_directory() 520 dc->ctime = st.st_ctime; in find_directory()
|
D | arscan.c | 823 extern char *ctime (); in describe_member() 828 printf (_(" Date %s"), ctime (&date)); in describe_member()
|
D | main.c | 2968 printf (_("\n# Make data base, printed on %s"), ctime (&when)); in print_data_base() 2978 printf (_("\n# Finished Make data base on %s\n"), ctime (&when)); in print_data_base()
|
D | ChangeLog | 2089 [ctime]: Add member for VMS. [dirfiles]: Add hash-table member.
|
/ndk/sources/cxx-stl/system/include/ |
D | ctime | 55 using ::ctime;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | ctime | 55 using ::ctime;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | framework.ipp | 43 #include <ctime>
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 2074 $(call gen-test, language.support/support.runtime/ctime)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 2083 $(call gen-test, language.support/support.runtime/ctime)
|