HomeSort by relevance Sort by last modified time
    Searched full:closest (Results 101 - 125 of 799) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ash/wm/
window_positioner.h 31 // a usable position on the closest work area (of the active window).
  /external/chromium_org/chrome/browser/extensions/
bookmark_app_helper.h 47 // This finds the closest not-smaller bitmap in |bitmaps| for each size in
  /external/chromium_org/chrome/browser/ui/autofill/
popup_controller_common.h 63 // A helper function to get the display closest to the given point (virtual
  /external/chromium_org/media/filters/
audio_clock.cc 51 // Account for silence ahead of the buffer closest to being played.
  /external/chromium_org/net/data/filter_unittests/
google.txt 15 To learn more about Google, click on the link at the left for the area that most interests you. Or type what you want to find into our search box and hit enter. Once you do, you'll be on your way to understanding why others say, "Google is the closest thing the Web has to an ultimate answer machine."
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 297 Decimal closest = input->findClosestTickMarkValue(value); local
298 if (closest.isFinite()) {
299 double closestFraction = stepRange.proportionFromValue(closest).toDouble();
304 value = closest;
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h 115 void findFocusCandidateInContainer(Node& container, const LayoutRect& startingRect, FocusType, FocusCandidate& closest);
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.h 60 // 'v' again. The buffer will choose the representation that is closest to
  /external/chromium_org/third_party/WebKit/public/web/
WebElement.h 76 // is inherited, so the returned value is drawn from the closest parent
  /external/chromium_org/third_party/skia/experimental/Intersection/
NearestPoint.cpp 41 * closest to that arbitrary point.
55 /* Find the closest point */
66 * curve segment closest to some arbtitrary, user-input point.
77 double t; /* Parameter value of closest pt*/
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.cc 46 // windows API is the closest we can get to being "raw".
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.cc 46 // windows API is the closest we can get to being "raw".
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
gain_quant.c 79 /* Check which value is the closest one: loc-1, loc or loc+1 */
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
inter_frame_delay.cc 64 // round it to closest integer.
  /external/chromium_org/v8/src/
dtoa.h 36 // 'v' again. The buffer will choose the representation that is closest to
  /external/deqp/framework/common/
tcuFloatFormat.cpp 84 * ULP(x) is the distance between the closest floating point numbers
109 // Harrison's ULP: choose distance to closest (i.e. next lower) at binade
138 //! Return the number closest to `d` that is exactly representable with the
190 // Round both bounds _inwards_ to closest representable values.
  /external/libvorbis/doc/vorbisfile/
ov_pcm_seek_page.html 20 <p>Seeks to the closest page preceding the specified location (in pcm samples) within the physical bitstream. This function only works for seekable streams.
ov_pcm_seek_page_lap.html 20 <p>Seeks to the closest page preceding the specified location (in pcm
ov_time_seek_page.html 21 streams, this seeks to closest full page preceding the given time. This function is faster than <a href="ov_time_seek.html">ov_time_seek</a> because it doesn't seek through the last few samples to reach an exact time, but it is also less accurate. This should be used when speed is important.
ov_time_seek_page_lap.html 20 <p>For seekable streams, ov_time_seek_page_lap seeks to the closest
  /external/llvm/include/llvm/MC/
MCValue.h 34 /// relocation modifiers apply to the closest symbol or the whole
  /external/oprofile/module/x86/
op_rtc.c 72 * closest power of two within the allowed range.
  /external/replicaisland/src/com/replica/replicaisland/
OrbitalMagnetComponent.java 81 // rim is now the closest point on the magnet circle
  /external/skia/experimental/Intersection/
NearestPoint.cpp 41 * closest to that arbitrary point.
55 /* Find the closest point */
66 * curve segment closest to some arbtitrary, user-input point.
77 double t; /* Parameter value of closest pt*/
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListOfInternalSelectionViews.java 75 * @return The label (closest thing to a value) for the item at position

Completed in 2529 milliseconds

1 2 3 45 6 7 8 91011>>