/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationEGL_autogen.h | 226 EGLnsecsANDROID time);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | egl_ext_stubs_autogen.h | 101 EGLnsecsANDROID time);
|
/third_party/openssl/crypto/x509/ |
H A D | by_dir.c | 22 #include <time.h>
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | crypto.h | 15 # include <time.h> 208 * compile time. 348 * It takes an amount of time dependent on |len|, but independent of the
|
/third_party/openssl/test/ |
H A D | asn1_time_test.c | 32 { "0", V_ASN1_GENERALIZEDTIME, V_ASN1_GENERALIZEDTIME, 0, 0, 0, 0, }, /* Bad time */ 60 { "20371231235959Z", V_ASN1_UTCTIME, V_ASN1_UTCTIME, 0, 0, 0, 1, }, /* Bad UTC time */ 101 /* A baseline time to compare to */ 330 asn1_time = ASN1_TIME_adj(NULL, time(NULL), 0, 0); in test_time_dup()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_gen.c | 23 #include <time.h>
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1224 * [compile-time option](@ref compile_options_osx). 1296 /*! @brief Returns a string describing the compile-time configuration. 1298 * This function returns the compile-time generated 1301 * compile-time options. It should not be confused with the OpenGL or OpenGL 1314 * @pointer_lifetime The returned string is static and compile-time generated. 1330 * and a human-readable description each time a GLFW error occurs. 1634 * original gamma ramp for that monitor is saved by GLFW the first time this 1787 * @remark @osx The first time a window is created the menu bar is populated 1791 * [compile-time option](@ref compile_options_osx). 1907 * @remark @osx The window title will not be updated until the next time yo [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-avx2.asm | 47 ; 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-avx2.asm | 47 ; NASM cannot do compile-time arithmetic on floating-point constants.
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-win.c | 87 #include <time.h> 703 /* one-time processing here, if any */ in rpng_win_wndproc()
|
/third_party/skia/third_party/externals/libpng/projects/owatcom/ |
H A D | pngconfig.mak | 79 # compilers (in fact attempts to build will fail at compile time.)
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | microhttpd.h | 119 #include <sys/time.h> 410 * connection to the client at any given time. 682 * Note that during the time of this call, most of the connection's 1839 * are set). Suspended connections will NOT time out; timeouts will 1844 * The only safe time to suspend a connection is from the 1860 * safe to resume a suspended connection at any time. Calling this 2372 * @param nonce_timeout The amount of time for a nonce to be
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | miniunz.c | 45 #include <time.h> 79 /* change_file_date : change the date/time of a file 80 filename : the filename of the file where date/time must be modified
|
/third_party/skia/tools/viewer/ |
H A D | SkottieSlide.cpp | 44 const auto player_pos = fPlayer->time(); 99 const auto json_parse_time = SkStringPrintf("Json parse time: %.3f ms", in draw_stats_box() 102 const auto scene_parse_time = SkStringPrintf("Scene build time: %.3f ms", in draw_stats_box() 105 const auto total_load_time = SkStringPrintf("Total load time: %.3f ms", in draw_stats_box() 178 fTimeBase = 0; // force a time reset in load() 215 // TODO: this does not capture GPU flush time! in draw() 249 // Reset the animation time. in animate() 263 // Slider-driven progress: update the time origin. in animate()
|
/third_party/toybox/toys/pending/ |
H A D | syslogd.c | 334 time(&now); in logmsg()
|
/third_party/typescript/tests/arkTSTest/ |
H A D | run.js | 350 console.log(`Total number of test cases:${testCaseSum} Number of use cases passed:${compResults.passedNum} The number of use cases that failed:${compResults.failNum} Total running time:${JSON.stringify(interval).split(".")[0]}ms. ArkTSVersion: ${arktsVersion}`)
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_utils.cpp | 49 #include <sys/time.h> 216 // Thus the frequencey needs to be retrieved each time. in TickTimeInSeconds() 263 // assume frequency is unchanging, requesting frequency every time call in TickTimeInSeconds()
|
/third_party/python/Modules/ |
H A D | nismodule.c | 16 #include <sys/time.h>
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | time_util.cc | 38 #include <google/protobuf/stubs/time.h>
|
/third_party/rust/crates/nix/src/sys/ |
H A D | aio.rs | 43 sys::{signal::*, time::TimeSpec}, 112 // compile time. But I can't figure out how, because: 247 /// # use std::{thread, time}; 262 /// thread::sleep(time::Duration::from_millis(10)); 289 /// # use std::{thread, time}; 301 /// thread::sleep(time::Duration::from_millis(10)); 326 /// # use std::{thread, time}; 336 /// thread::sleep(time::Duration::from_millis(10)); 418 /// # use std::{thread, time}; 426 /// thread::sleep(time [all...] |
H A D | stat.rs | 14 use crate::sys::time::{TimeSpec, TimeVal};
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 400 use core::time::Duration;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_internal.c | 20 #include <time.h>
|
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deTimer.c | 158 #include <time.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_internal.c | 20 #include <time.h>
|