/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 1052 srand(deUint32(time(DE_NULL))); in createRenderPassDitheringTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 829 std::time_t Now = time(nullptr); in getTime()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-mmx.asm | 47 ; NASM cannot do compile-time arithmetic on floating-point constants.
|
H A D | jfdctint-sse2.asm | 47 ; NASM cannot do compile-time arithmetic on floating-point constants.
|
H A D | jidctred-mmx.asm | 51 ; NASM cannot do compile-time arithmetic on floating-point constants.
|
H A D | jidctred-sse2.asm | 51 ; NASM cannot do compile-time arithmetic on floating-point constants.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctint-sse2.asm | 47 ; NASM cannot do compile-time arithmetic on floating-point constants.
|
H A D | jidctred-sse2.asm | 52 ; NASM cannot do compile-time arithmetic on floating-point constants.
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngtest.c | 119 #include <time.h> 342 * read_data function and use it at run time with png_set_read_fn(), rather 424 * write_data function and use it at run time with png_set_write_fn(), rather 572 /* Free a pointer. It is removed from the list at the same time. */ 581 #if 0 /* This happens all the time. */ in png_debug_free() 1355 strncpy(tIME_string, "*** invalid time ***", (sizeof tIME_string)); in test_one_file() 1591 strncpy(tIME_string, "*** invalid time ***", sizeof tIME_string); in test_one_file() 2110 fprintf(STDERR, " CPU time used = %.3f seconds", in main()
|
/third_party/skia/third_party/externals/brotli/c/tools/ |
H A D | brotli.c | 21 #include <time.h>
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 20 #include <time.h>
|
/third_party/tzdata/ |
H A D | zdump.c | 1 /* Dump time zone data in a textual format. */ 75 /* The minimum and maximum finite time values. */ 316 /* A UT time zone, and its initializer. */ 345 /* Convert *TP to UT, storing the broken-down time into *TMP. 416 /* Return a time zone abbreviation. If the abbreviation needs to be 460 " -t [L,]U Start at time L, end before time U (in seconds since 1970)\n" in usage() 586 now = time(NULL); in main() 741 /* Convert LOT into a broken-down time here, even though our in hunt() 814 /* If A is the broken-down local time an [all...] |
/third_party/python/Modules/ |
H A D | signalmodule.c | 42 # include <sys/time.h> 1414 alarm() -- cause SIGALRM after a specified time [Unix only]\n\ 1416 float time and the timer may restart then [Unix only]\n\ 1430 ITIMER_REAL -- decrements in real time, and delivers SIGALRM upon\n\ 1437 used to profile the time spent by the application\n\ 1853 * signal handler for it by the time PyErr_CheckSignals() is called 1914 /* Simulate the effect of a signal arriving. The next time PyErr_CheckSignals
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.cc | 51 #include <google/protobuf/stubs/time.h> 654 // nested_type cannot be null at this time. in RenderAny()
|
H A D | protostream_objectwriter.cc | 45 #include <google/protobuf/stubs/time.h> 1011 return Status(INVALID_ARGUMENT, StrCat("Invalid time format: ", value)); in RenderTimestamp()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | neutrino.rs | 147 pub time: __c_anonymous_struct_time,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_info.cc | 19 // TimeZoneInfo represents the history of UTC-offset changes within a time 21 // shifts are made to the time-zone's base offset. The database only attempts 22 // to be definitive for times since 1970, so be wary of local-time conversions 27 // For more information see tzfile(5), http://www.iana.org/time-zones, or 49 #include "absl/time/internal/cctz/include/cctz/civil_time.h" 163 return (days * kSecsPerDay) + pt.time.offset; in TransOffset() 276 len += (time_len + 4) * leapcnt; // leap-time + TAI-UTC in DataLength() 435 // Check that the transitions are ordered by time (as zic guarantees). 483 bp += (8 + 4) * hdr.leapcnt; // leap-time + TAI-UTC 526 // time lin [all...] |
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | syscalls.rs | 60 use super::super::time::types::LibcTimespec; 1715 // If we have any `UTIME_NOW` elements, replace them with the current time.
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassDitheringTests.cpp | 1053 srand(deUint32(time(DE_NULL))); in createRenderPassDitheringTests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_scan.c | 13 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_scan.c | 13 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpa_debug.c | 10 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant_i.h | 302 int p2p_long_listen; /* remaining time in long Listen state in ms */ 373 struct os_reltime time; member 921 int scan_interval; /* time in sec between scans to find suitable AP */
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | fair.c | 59 * and have no persistent notion like in traditional, time-slice 150 * each time a cfs_rq requests quota. 154 * we will always only issue the remaining available time. 593 /* ensure we never gain time by being placed backwards. */ in update_min_vruntime() 725 * We calculate the wall-time slice from the period by taking a part 778 /* Give new sched_entity start runnable values to heavy its load in infant time */ 953 * Preserve migrating task's wait time so wait_start in update_stats_wait_end() 954 * time stamp can be adjusted to accumulate wait time in update_stats_wait_end() 1024 * Blocking time i in update_stats_enqueue_sleeper() 6478 u64 time; select_idle_cpu() local [all...] |
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/ |
H A D | napi_test.cpp | 2350 double time = 202110181203150;
in napiCreateDate() local 2351 napi_status status = napi_create_date(env, time, &createResult);
in napiCreateDate() 2356 if (time == getTime) {
in napiCreateDate() 3882 double time = 1679839496000; // 2023.3.17 12:34:56 UTC
in NapiSerializeDate() local 3883 napi_create_date(env, time, &num);
in NapiSerializeDate()
|