HomeSort by relevance Sort by last modified time
    Searched full:monotonic (Results 76 - 100 of 271) sorted by null

1 2 34 5 6 7 8 91011

  /external/ceres-solver/include/ceres/
iteration_callback.h 75 // acceptance criterion used by the non-monotonic trust region
85 // non-monotonic trust region algorithm is used
  /external/chromium_org/content/common/
inter_process_time_ticks_converter_unittest.cc 71 // All times are monotonic and centered, so no adjustment should occur.
85 // All times are monotonic, but not centered. Adjust the |remote_*| times so
  /external/openfst/src/include/fst/
weight.h 122 // idempotent. It is trivially monotonic for plus. It is left
123 // (resp. right) monotonic for times iff the semiring is left
  /frameworks/base/core/java/android/os/
SystemClock.java 49 * to be monotonic, and is suitable for interval timing when the
55 * This clock is guaranteed to be monotonic, and continues to tick even
  /external/ceres-solver/internal/ceres/
trust_region_minimizer.cc 387 // If monotonic steps are being used, then the relative_decrease
391 // If non-monotonic steps are allowed, then we take the maximum
398 // reference iteration, allowing for non-monotonic steps.
450 VLOG(2) << "Non-monotonic step! "
519 // At this point we have made too many non-monotonic steps and
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 44 // NB: index 0 is for monotonic and 1 is for the thread exit event
865 * Monotonic and real time functions
873 // Init - find out if we have access to a monotonic (hires) timer
916 // Fallback to real-time if we can't get monotonic value
965 // Fall through and return real-time if monotonic was not detected @ timer init
    [all...]
  /art/runtime/
utils.h 279 // Returns the monotonic time since some unspecified starting point in milliseconds.
282 // Returns the monotonic time since some unspecified starting point in microseconds.
285 // Returns the monotonic time since some unspecified starting point in nanoseconds.
  /external/chromium_org/third_party/skia/include/core/
SkGeometry.h 67 the resulting beziers are monotonic in Y. This is called by the scan converter.
139 the resulting beziers are monotonic in Y. This is called by the scan converter.
164 /** Given a monotonic cubic bezier, determine whether an xray intersects the
  /external/chromium_org/third_party/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
327 // srcPts[] must be monotonic in X and Y
SkCubicClipper.cpp 33 // is not only monotonic but degenerate.
  /external/skia/include/core/
SkGeometry.h 67 the resulting beziers are monotonic in Y. This is called by the scan converter.
139 the resulting beziers are monotonic in Y. This is called by the scan converter.
164 /** Given a monotonic cubic bezier, determine whether an xray intersects the
  /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
327 // srcPts[] must be monotonic in X and Y
SkCubicClipper.cpp 33 // is not only monotonic but degenerate.
  /external/chromium_org/v8/src/platform/
condition-variable.cc 47 // source for pthread_cond_timedwait() to use the monotonic clock.
113 // source for pthread_cond_timedwait() to use the monotonic clock.
  /bionic/libc/include/sys/
limits.h 173 #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/chromium_org/base/debug/
trace_event_android.cc 186 // buffer. So, to establish clock sync, we write our monotonic clock into that
  /external/chromium_org/net/quic/
quic_data_writer_test.cc 143 // Check there's monotonic growth.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGradientElement.cpp 151 // Figure out right monotonic offset
  /external/llvm/utils/vim/
llvm.vim 48 syn keyword llvmKeyword localdynamic localexec minsize module monotonic
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
weight.h 113 // The natural order is a monotonic and negative partial order iff the
  /frameworks/av/include/cpustats/
ThreadCpuUsage.h 126 struct timespec mMonotonicTs; // most recent monotonic time
  /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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix_opt.h 153 /* The monotonic clock might be available. */

Completed in 1248 milliseconds

1 2 34 5 6 7 8 91011