Home
last modified time | relevance | path

Searched refs:ctime (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctime.h23 # 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/
Dctime2 //===---------------------------- ctime -----------------------------------===//
15 ctime synopsis
37 char* ctime(const time_t* timer);
65 using ::ctime;
Dchrono279 #include <ctime>
Dlocale193 #include <ctime>
/ndk/sources/cxx-stl/stlport/stlport/
Dctime34 # include_next <ctime>
36 # include _STLP_NATIVE_CPP_C_HEADER(ctime)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dtime_h.pass.cpp34 static_assert((std::is_same<decltype(ctime(&t)), char*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dctime.pass.cpp34 static_assert((std::is_same<decltype(std::ctime(&t)), char*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/
Dtested_elsewhere.pass.cpp33 static_assert((std::is_same<decltype(std::ctime(&t)), char*>::value), ""); in main()
/ndk/sources/host-tools/make-3.81/
Ddir.c226 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()
Darscan.c823 extern char *ctime (); in describe_member()
828 printf (_(" Date %s"), ctime (&date)); in describe_member()
Dmain.c2968 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()
DChangeLog2089 [ctime]: Add member for VMS. [dirfiles]: Add hash-table member.
/ndk/sources/cxx-stl/system/include/
Dctime55 using ::ctime;
/ndk/sources/cxx-stl/gabi++/include/
Dctime55 using ::ctime;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dframework.ipp43 #include <ctime>
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk2074 $(call gen-test, language.support/support.runtime/ctime)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk2083 $(call gen-test, language.support/support.runtime/ctime)