/third_party/pulseaudio/src/tests/ |
H A D | smoother-test.c | 30 #include <pulsecore/time-smoother.h>
|
/third_party/pulseaudio/src/pulse/ |
H A D | mainloop-api.h | 24 #include <sys/time.h> 74 /** A time event callback prototype \since 0.9.3 */ 76 /** A time event destroy callback prototype \since 0.9.3 */ 100 /** Create a new timer event source object for the specified Unix time */ 102 /** Restart a running or expired timer event source with a new Unix time */
|
/third_party/openssl/crypto/asn1/ |
H A D | a_utctm.c | 11 #include <time.h>
|
H A D | a_digest.c | 14 #include <time.h>
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | genspec.py | 15 import time namespace 100 # at the time the make is invoked, that target will not be built.
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | timer.cpp | 20 #include <sys/time.h> 30 *out << std::setw(30) << "PASS name" << std::setw(12) << "CPU time" in PrintTimerDescription() 31 << std::setw(12) << "WALL time" << std::setw(12) << "USR time" in PrintTimerDescription() 32 << std::setw(12) << "SYS time"; in PrintTimerDescription() 41 // time correct as much as possible. Calling functions to get CPU/Wall time must
|
/third_party/skia/samplecode/ |
H A D | SampleAudio.cpp | 30 SkDebugf("make: dur:%g time%g state:%d", 32 fPlayer->time(),
|
/third_party/openssl/crypto/ts/ |
H A D | ts_local.h | 36 * --time-stamped 87 ASN1_GENERALIZEDTIME *time; member 113 unsigned clock_precision_digits; /* fraction of seconds in time stamp
|
/third_party/openssl/crypto/x509/ |
H A D | x509_txt.c | 11 #include <time.h>
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | timer.cpp | 20 #include <sys/time.h> 30 *out << std::setw(30) << "PASS name" << std::setw(12) << "CPU time" in PrintTimerDescription() 31 << std::setw(12) << "WALL time" << std::setw(12) << "USR time" in PrintTimerDescription() 32 << std::setw(12) << "SYS time"; in PrintTimerDescription() 41 // time correct as much as possible. Calling functions to get CPU/Wall time must
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | islamcal.h | 34 * is also known as the "Hijri" calendar, since it starts at the time 45 * at sunset. However, in order to keep the time fields in this class 46 * synchronized with those of the other calendars and with local clock time, 60 * observations are made, seasonal variations in the time of sunset, the 189 * Constructs an IslamicCalendar based on the current time in the default time zone 267 * Return the "age" of the moon at the given time; this is the difference 272 * @param time The time at which the moon's age is desired, 275 static double moonAge(UDate time, UErrorCod [all...] |
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | ctest.h | 270 * Append a time delta to str if it is significant (>5 ms) otherwise no change 312 ctest_xml_testcase(const char *classname, const char *name, const char *time, const char *failMsg);
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | crypt.h | 101 static unsigned calls = 0; /* ensure different random header each time */ in crypthead() 112 srand((unsigned)(time(NULL) ^ ZCR_SEED2)); in crypthead()
|
/third_party/skia/tools/skpbench/ |
H A D | _hardware.py | 6 import time namespace
|
/third_party/toybox/toys/pending/ |
H A D | dumpleases.c | 17 -r Show remaining time 18 -a Show expiration time 48 current_time = time(NULL); in dumpleases_main()
|
/third_party/toybox/toys/posix/ |
H A D | cal.c | 119 time(&now); in cal_main()
|
/third_party/vixl/benchmarks/aarch32/ |
H A D | bench-branch-link-masm.cc | 29 #include <sys/time.h> 78 printf("%s: time for %d iterations: %gs\n", in benchmark()
|
/third_party/protobuf/kokoro/linux/ |
H A D | make_test_output.py | 41 test["time"] = values[3] 64 tests["cpp"]["time"] = f.read().strip() 80 time=test["time"]):
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | kernel_timeout.h | 28 #include <time.h> 34 #include "absl/time/clock.h" 35 #include "absl/time/time.h" 84 // A time larger than what can be represented to the kernel is treated in MakeNs() 105 // The use of absl::Now() to convert from absolute time to in InMillisecondsFromNow() 106 // relative time means that absl::Now() cannot use anything that in InMillisecondsFromNow() 139 // despite the kernel time type being signed. However, no one can in MakeAbsTimespec()
|
/third_party/skia/infra/bots/recipes/ |
H A D | upload_buildstats_results.py | 16 'recipe_engine/time', 25 now = api.time.utcnow()
|
/third_party/skia/infra/bots/recipe_modules/gold_upload/ |
H A D | api.py | 42 now = self.m.time.utcnow()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_select.rs | 3 use nix::sys::time::{TimeSpec, TimeValLike};
|
/third_party/rust/crates/nix/src/sys/ |
H A D | sysinfo.rs | 2 use std::time::Duration; 22 /// The returned values represent the load average over time intervals of 32 /// Returns the time since system boot.
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | at.rs | 25 use backend::time::types::Nsecs;
|
/third_party/spirv-tools/source/util/ |
H A D | timer.cpp | 20 #include <sys/time.h> 30 *out << std::setw(30) << "PASS name" << std::setw(12) << "CPU time" in PrintTimerDescription() 31 << std::setw(12) << "WALL time" << std::setw(12) << "USR time" in PrintTimerDescription() 32 << std::setw(12) << "SYS time"; in PrintTimerDescription() 41 // time correct as much as possible. Calling functions to get CPU/Wall time must
|