HomeSort by relevance Sort by last modified time
    Searched full:monotonic (Results 151 - 175 of 458) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/logd/
LogBuffer.cpp 139 bool lastMonotonic = monotonic;
140 monotonic = android_log_clockid() == CLOCK_MONOTONIC;
141 if (lastMonotonic != monotonic) {
161 if (monotonic) {
195 monotonic(android_log_clockid() == CLOCK_MONOTONIC),
    [all...]
  /system/update_engine/
payload_state.h 325 // current monotonic time.
328 // Adds the difference between current monotonic time and
330 // sets |update_duration_uptime_timestamp_| to current monotonic time.
519 // The monotonic time when |update_duration_uptime_| was last set
560 // The monotonic time when the attempt was started.
  /external/skia/src/core/
SkEdgeClipper.cpp 29 /* src[] must be monotonic in Y. This routine copies src into dst, and sorts
124 // srcPts[] must be monotonic in X and Y
298 // srcPts[] must be monotonic in X and Y
SkCubicClipper.cpp 33 // is not only monotonic but degenerate.
  /frameworks/av/services/audioflinger/
LinearMap.h 114 4) If (x, y) are not strictly monotonic increasing, i.e. (x2 > x1) and (y2 > y1),
157 // The value should be monotonic increasing (e.g. diff >= 0);
161 // Assumption: we assume x, y are monotonic increasing values,
  /docs/source.android.com/src/devices/audio/
latency_contrib.jd 116 <h3 id="rms">Rate-monotonic scheduling</h3>
120 <a href="http://en.wikipedia.org/wiki/Rate-monotonic_scheduling">Rate-monotonic scheduling</a> (RMS).
  /hardware/qcom/msm8994/original-kernel-headers/media/
msmb_isp.h 614 *which use monotonic clock
617 /* Monotonic timestamp since bootup */
  /bionic/libc/include/bits/
posix_limits.h 59 #define _POSIX_MONOTONIC_CLOCK 0 /* the monotonic clock may be available; ask sysconf */
  /development/ndk/platforms/android-21/include/sys/
limits.h 158 #define _POSIX_MONOTONIC_CLOCK 0 /* the monotonic clock may be available; ask sysconf */
  /development/ndk/platforms/android-3/include/sys/
limits.h 173 #define _POSIX_MONOTONIC_CLOCK 0 /* the monotonic clock may be available; ask sysconf */
  /external/autotest/client/tests/cyclictest/
help 55 * 0 selects CLOCK_MONOTONIC, which is the monotonic increasing system time.
  /external/ceres-solver/scripts/
ceres-solver.spec 42 - Trust region solvers with non-monotonic steps (Levenberg-Marquardt and Dogleg (Powell & Subspace))
  /external/chromium-trace/catapult/telemetry/telemetry/core/
tracing_controller_unittest.py 126 # ..., 'flush-tracing', 'test-marker-|SUBTRACE_COUNT - 1|' are monotonic.
  /external/dbus/dbus/
dbus-sysdeps-pthread.c 39 /* Whether we have a "monotonic" clock; i.e. a clock not affected by
  /external/kernel-headers/original/uapi/linux/
kfd_ioctl.h 93 * All counters are monotonic. They are used for profiling of compute jobs.
  /external/libmicrohttpd/src/microspdy/
internal.h 191 * Returns monotonic time, to be used for session timeouts.
  /external/llvm/test/Instrumentation/SanitizerCoverage/
seh.ll 51 ; CHECK-NOT: load atomic i32, i32* {{.*}} monotonic, align 4, !nosanitize
  /external/llvm/test/Transforms/AtomicExpand/ARM/
atomic-expansion-v7.ll 17 %res = atomicrmw xchg i8* %ptr, i8 %xchgend monotonic
294 %pairold = cmpxchg i16* %ptr, i16 %desired, i16 %newval seq_cst monotonic
377 %pairold = cmpxchg i64* %ptr, i64 %desired, i64 %newval monotonic monotonic
  /external/llvm/utils/vim/syntax/
llvm.vim 49 syn keyword llvmKeyword monotonic msp430_intrcc musttail naked nest
  /frameworks/av/include/cpustats/
ThreadCpuUsage.h 126 struct timespec mMonotonicTs; // most recent monotonic time
  /frameworks/av/include/media/stagefright/
FrameRenderTracker.h 108 // returns BAD_VALUE if systemNano is not monotonic. Otherwise, returns OK.
  /frameworks/av/media/libstagefright/
FrameRenderTracker.cpp 90 // ensure monotonic timestamps
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 172 // Whether consumer assumes MONOTONIC timestamp
  /frameworks/native/include/ui/
Fence.h 90 // getSignalTime returns the system monotonic clock time at which the
  /frameworks/native/opengl/specs/
EGL_ANDROID_presentation_time.txt 81 display device, the time should correspond to the system monotonic up-time

Completed in 858 milliseconds

1 2 3 4 5 67 8 91011>>