/third_party/musl/porting/linux/user/src/time/ |
H A D | timer_create.c | 1 #include <time.h>
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | limits.h | 23 #define _POSIX_CLK_TICK time((time_t *)NULL)
|
/third_party/musl/libc-test/src/regression/ |
H A D | malloc-multi-thread-performance.c | 2 #include <time.h>
|
/third_party/musl/src/thread/ |
H A D | __timedwait.c | 2 #include <time.h>
|
/third_party/ninja/src/ |
H A D | line_printer.cc | 28 #include <sys/time.h>
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | gregoimp.h | 26 * A utility class providing mathematical functions used by time zone 143 * used by time zone and calendar code. Do not instantiate. 211 * @param time 1970-epoch milliseconds 219 static void timeToFields(UDate time, int32_t& year, int32_t& month, 240 * Converts Julian day to time as milliseconds. 242 * @return time as milliseconds. 248 * Converts time as milliseconds to Julian day.
|
H A D | vzone.h | 39 * Creates a vzone from the given time zone ID. 40 * @param ID The time zone ID, such as America/New_York 42 * @return A vzone object initialized by the time zone ID, 127 * Writes RFC2445 VTIMEZONE data for this time zone 137 * Writes RFC2445 VTIMEZONE data for this time zone applicable 138 * for dates after the specified start time. 150 * Some common iCalendar implementations can only handle a single time 151 * zone property or a pair of standard and daylight time properties using 154 * produced by this method can be used only for calculating time zone offset 157 * @param time Th [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | filetools.cpp | 27 #include <time.h> 41 * Goes through the given directory recursive to compare each file's modification time with that of the file given. 107 /* Compares the mod time of both files returning a number indicating which one is later. -1 if error ocurs. */
|
/third_party/node/deps/icu-small/source/tools/genccode/ |
H A D | genccode.c | 32 #include <time.h>
|
/third_party/node/deps/npm/lib/utils/ |
H A D | read-user-info.js | 10 const otpPrompt = `This command requires a one-time password (OTP) from your authenticator app.
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
H A D | policy.js | 58 this.policy._responseTime = this.entry.metadata.time
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
H A D | check-response.js | 87 /one-time pass/.test(body.toString('utf8'))
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_queue.h | 27 #include <time.h>
|
/third_party/mesa3d/src/util/ |
H A D | libsync.h | 39 #include <time.h> 73 /* duplicated from linux/sync_file.h to avoid build-time dependency
|
/third_party/icu/icu4c/source/tools/genccode/ |
H A D | genccode.c | 32 #include <time.h>
|
/third_party/icu/icu4c/source/i18n/ |
H A D | vzone.h | 39 * Creates a vzone from the given time zone ID. 40 * @param ID The time zone ID, such as America/New_York 42 * @return A vzone object initialized by the time zone ID, 127 * Writes RFC2445 VTIMEZONE data for this time zone 137 * Writes RFC2445 VTIMEZONE data for this time zone applicable 138 * for dates after the specified start time. 150 * Some common iCalendar implementations can only handle a single time 151 * zone property or a pair of standard and daylight time properties using 154 * produced by this method can be used only for calculating time zone offset 157 * @param time Th [all...] |
/third_party/libdrm/tests/ |
H A D | drmsl.c | 43 #include <sys/time.h> 172 printf("Table size increased by %0.2f, search time increased by %0.2f\n", in main() 176 printf("Table size increased by %0.2f, search time increased by %0.2f\n", in main() 180 printf("Table size increased by %0.2f, search time increased by %0.2f\n", in main()
|
/third_party/libexif/contrib/examples/ |
H A D | cam_features.c | 13 #include <time.h>
|
/third_party/libinput/src/ |
H A D | filter-tablet.c | 98 void *data, uint64_t time) in tablet_accelerator_filter_flat() 96 tablet_accelerator_filter_flat(struct motion_filter *filter, const struct device_float_coords *units, void *data, uint64_t time) tablet_accelerator_filter_flat() argument
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap06.c | 50 srand(time(NULL)); in thr()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_wake04.c | 25 #include <sys/time.h>
|
/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
H A D | sched_setscheduler03.c | 20 #include <sys/time.h>
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
H A D | rpc_pmap_rmtcall_performance.c | 30 #include <sys/time.h> 141 //Add function execution time (toc-tic) in main() 155 fprintf(stderr, "lf time = %lf usecn\n", resultTbl[i]); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
H A D | tirpc_expertlevel_clnt_call_performance.c | 30 #include <sys/time.h> 163 //Add function execution time (toc-tic) in main() 177 fprintf(stderr, "lf time = %lf usecn\n", resultTbl[i]); in main()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
H A D | tirpc_rpc_broadcast_scalability.c | 32 #include <time.h>
|