/third_party/python/Lib/test/ |
D | test_time.py | 149 time.asctime(time.localtime(self.t))) 288 time.asctime(time.gmtime(self.t)) 292 asc = time.asctime((bigyear, 6, 1) + (0,) * 6) 294 self.assertRaises(OverflowError, time.asctime, 296 self.assertRaises(OverflowError, time.asctime, 298 self.assertRaises(TypeError, time.asctime, 0) 299 self.assertRaises(TypeError, time.asctime, ()) 300 self.assertRaises(TypeError, time.asctime, (0,) * 10) 303 self._bounds_checking(time.asctime) 586 return time.asctime((y,) + (0,) * 8).split()[-1]
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 8-1-buildonly.c | 20 dummyvar = asctime; in dummyfcn()
|
/third_party/musl/src/time/ |
D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() function
|
D | ctime.c | 7 return asctime(tm); in ctime()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() function
|
D | ctime.c | 7 return asctime(tm); in ctime()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() function
|
D | ctime.c | 7 return asctime(tm); in ctime()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | asctime.c | 3 char *asctime(const struct tm *tm) in asctime() function
|
D | ctime.c | 7 return asctime(tm); in ctime()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/ |
D | coverage.txt | 1 This file defines the coverage for the asctime() function testing.
|
D | 1-1.c | 50 real = asctime(&time_ptr); in main()
|
/third_party/tzdata/ |
D | newctime.3.txt | 4 asctime, ctime, difftime, gmtime, localtime, mktime - convert date and 18 char *asctime(struct tm const *tm); 74 The asctime function converts a time value contained in a "tm" 154 The return values of asctime, ctime, gmtime, and localtime point to 162 The asctime, asctime_r, ctime, and ctime_r functions behave strangely
|
D | Makefile | 485 TZDOBJS= zdump.o localtime.o asctime.o strftime.o 486 DATEOBJS= date.o localtime.o strftime.o asctime.o 487 LIBSRCS= localtime.c asctime.c difftime.c strftime.c 488 LIBOBJS= localtime.o asctime.o difftime.o strftime.o 526 TZS_DEPS= $(PRIMARY_YDATA) asctime.c localtime.c \ 537 africa antarctica asctime.c asia australasia \ 1108 asctime.o: private.h tzfile.h
|
D | private.h | 428 # undef asctime 429 # define asctime tz_asctime macro 499 char *asctime(struct tm const *);
|
D | asctime.c | 119 asctime(register const struct tm *timeptr) in asctime() function
|
/third_party/skia/experimental/bazel_test/ |
D | bazel_test.cpp | 11 std::cout << std::asctime(std::localtime(&result)); in print_localtime()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/localtime/ |
D | 1-1.c | 27 printf("date: %s, ", (asctime(localtime((¤t_time))))); in main()
|
/third_party/boost/libs/chrono/example/ |
D | chrono_unit_test.cpp | 28 << std::asctime(std::gmtime(&sys_time)) << std::endl; in main()
|
/third_party/musl/libc-test/src/functionalext/time/ |
D | asctime.c | 45 char *returnStr = asctime(timeptr); in asctime_0100()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | ctime | 15 using ::asctime;
|
/third_party/boost/libs/compatibility/ |
D | generate_cpp_c_headers.py | 239 now = time.asctime(time.localtime(time.time())) + ' ' + str(time.tzname)
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | asctime.c | 129 asctime(register const struct tm *timeptr) in asctime() function
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | asctime.c | 129 asctime(register const struct tm *timeptr) in asctime() function
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | asctime.c | 129 asctime(register const struct tm *timeptr) in asctime() function
|