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

<<111213141516171819

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 279 if (CX->getSuccessOrdering() > Monotonic)
292 if (RMW->getOrdering() > Monotonic)
AliasSetTracker.cpp 303 if (LI->getOrdering() > Monotonic) return addUnknown(LI);
319 if (SI->getOrdering() > Monotonic) return addUnknown(SI);
  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 163 // Tell the kernel that we want to use the monotonic clock for reporting
166 // recorded using the monotonic clock.
  /system/core/logcat/tests/
logcat_test.cpp 81 fprintf(stderr, "Skipping test, logd is monotonic time\n");
152 fprintf(stderr, "Skipping test, logd is monotonic time\n");
  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerMultiScanTest.py 256 max_end_time = time.monotonic() + max_wait_time
280 if time.monotonic() >= max_end_time:
  /frameworks/native/services/inputflinger/
EventHub.cpp 887 // The event's timestamp fortuitously uses the same monotonic clock
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c     [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 778 * Monotonic time stamp, for Android it's in nanoseconds.
816 * @param[in] timestamp Monotonic time stamp, for Android it's in nanoseconds.
847 * @param[in] timestamp Monotonic time stamp, for Android it's in nanoseconds.
889 * @param[in] timestamp Monotonic time stamp; for Android it's in
919 * @param[in] timestamp Monotonic time stamp; for Android it's in
    [all...]
  /system/connectivity/shill/
service_unittest.cc 161 struct timeval monotonic = { .tv_sec = monotonic_seconds, .tv_usec = 0 }; local
163 return Timestamp(monotonic, boottime, wall_clock);
    [all...]
  /build/tools/releasetools/
blockimgdiff.py 181 self.intact = (getattr(tgt_ranges, "monotonic", False) and
182 getattr(src_ranges, "monotonic", False))
735 # - the source and target files are monotonic (ie, the
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 546 // printTimestamp("timestamp Monotonic", ts);
548 // Log.d(TEST_NAME, "startTime Monotonic " + startTime);
    [all...]
  /external/c-ares/
ares_config.h 71 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
ares_config.h.in 69 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
configure.ac 369 dnl In case that function clock_gettime with monotonic timer is available,
  /external/dhcpcd-6.8.2/
eloop.c 462 /* Check we have a working monotonic clock. */
  /external/llvm/test/CodeGen/AArch64/
arm64-atomic-128.ll 184 %r = load atomic i128, i128* %p monotonic, align 16
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 320 * monotonic but for a MediaPlayer may be reset when the position is set. The
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 327 false /* precise */, true /* monotonic */) / 1000;
  /frameworks/base/media/java/android/media/midi/
package.html 221 timestamps are based on the monotonic nanosecond system timer. This is
  /hardware/qcom/display/msm8996/sdm/include/core/
display_interface.h 106 int64_t timestamp = 0; //!< System monotonic clock timestamp in nanoseconds.
  /hardware/ti/omap4-aah/security/tf_sdk/include/
s_error.h 175 * Generic error code : the monotonic counter is corrupted
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_error.h 175 * Generic error code : the monotonic counter is corrupted
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 372 // - if nanos == Long.MAX_VALUE, and nanoTime is non-monotonic
  /system/update_engine/
payload_state_unittest.cc     [all...]
  /system/update_engine/update_manager/
evaluation_context_unittest.cc 476 // |evaluation_start_{monotonic,wallclock| are set.

Completed in 1679 milliseconds

<<111213141516171819