/system/connectivity/shill/wifi/ |
mac80211_monitor.cc | 154 LOG(WARNING) << "Skipping reset: failed to get monotonic time";
|
/system/core/logcat/ |
logcat.cpp | 291 " brief color epoch long monotonic printable process raw\n" 474 bool monotonic = clock_type == CLOCK_MONOTONIC; local 483 // basename for latest time. If we are using monotonic time 486 || strncmp(dp->d_name, file, len + monotonic) [all...] |
/system/core/logd/ |
LogKlog.cpp | 276 void LogKlog::calculateCorrection(const log_time &monotonic, 297 if (monotonic > real) { 300 correction = real - monotonic;
|
/external/c-ares/ |
acinclude.m4 | [all...] |
/external/skia/src/core/ |
SkGeometry.cpp | 187 stored in dst[]. Guarantees that the 1/2 quads will be monotonic. 204 // if we get here, we need to force dst to be monotonic, even though 215 stored in dst[]. Guarantees that the 1/2 quads will be monotonic. 232 // if we get here, we need to force dst to be monotonic, even though 493 the resulting beziers are monotonic in Y. This is called by the scan [all...] |
/external/clang/lib/CodeGen/ |
CGAtomic.cpp | 294 case llvm::Monotonic: 435 FailureOrder = llvm::Monotonic; 459 if (SuccessOrder != llvm::Monotonic && SuccessOrder != llvm::Release) 475 Size, SuccessOrder, llvm::Monotonic); [all...] |
/external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/ |
ftrace_importer.html | 659 var mSyncs = this.model_.getClockSyncRecordsWithSyncId('monotonic'); 766 this.addClockSyncRecord(new InstantClockSyncRecord('monotonic', ts, { 823 // map this back to monotonic. [all...] |
/external/dhcpcd-6.8.2/ |
dhcpcd.conf.5.in | 795 .Ic monotonic 804 .Pa @DBDIR@/dhcpcd-rdm.monotonic 808 .It Ic monotonic
|
common.c | 89 #define NO_MONOTONIC "host does not support a monotonic clock - timing can skew"
|
dhcpcd.8.in | 704 .It Pa @DBDIR@/dhcpcd-rdm.monotonic 705 Stores the monotonic counter used in the
|
/frameworks/av/include/private/media/ |
AudioTrackShared.h | 254 // requested is the requested timeout in local monotonic delta time units: 257 // Other values mean a specific timeout in local monotonic delta time units. 258 // elapsed is a pointer to a location that will hold the total local monotonic time that
|
/docs/source.android.com/src/security/authentication/ |
gatekeeper.jd | 111 monotonic clock <strong>that ticks in suspend</strong>.</p>
|
/external/deqp/doc/testspecs/GLES31/ |
functional.tessellation.txt | 82 determine whether the implementation fulfills the requirement of monotonic
|
/external/libevent/ |
event-internal.h | 255 /** Second in which we last updated tv_clock_diff, in monotonic time. */
|
/external/llvm/test/CodeGen/X86/ |
atomic128.ll | 237 %r = load atomic i128, i128* %p monotonic, align 16
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsgamma.c | 830 // Joins two curves for X and Y. Curves should be monotonic. 876 // Get the surrounding nodes. This is tricky on non-monotonic tables [all...] |
/external/skia/samplecode/ |
SamplePathClip.cpp | 88 // now we're monotonic in Y: p0 <= p1
|
/external/skia/src/effects/gradients/ |
Sk4fGradientBase.cpp | 224 // To achieve the expected monotonic interval order, we need to
|
SkRadialGradient.cpp | 96 // R * R.rsqrt0() is much faster, but it's non-monotonic, which isn't so pretty for gradients.
|
/external/valgrind/memcheck/tests/linux/ |
timerfd-syscall.c | 183 { CLOCK_MONOTONIC, "CLOCK MONOTONIC" },
|
/frameworks/av/cmds/screenrecord/ |
Overlay.cpp | 63 // Grab the current monotonic time and the current wall-clock time so we
|
/frameworks/av/services/audioflinger/ |
FastThread.cpp | 351 // monotonic clock is broken
|
/frameworks/base/media/java/android/media/ |
SyncParams.java | 80 * Use system monotonic clock for sync source.
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrackSurroundTest.java | 254 assertTrue("framePosition should be monotonic", 256 assertTrue("nanoTime should be monotonic",
|