HomeSort by relevance Sort by last modified time
    Searched defs:nearest (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.cpp 186 double TimeRanges::nearest(double time) const function in class:TimeRanges
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 530 int nearest = -1; local
539 nearest = i;
543 return nearest;
  /libcore/luni/src/main/java/java/util/
TreeMap.java 275 Node<K, V> nearest = root; local
278 ? comparableKey.compareTo(nearest.key)
279 : comparator.compare(key, nearest.key);
287 return nearest.prev();
292 return nearest;
294 return nearest.next();
298 Node<K, V> child = (comparison < 0) ? nearest.left : nearest.right;
300 nearest = child;
305 * We found a nearest node. Every key not in the tree has up to tw
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 313 // the given point and the nearest key position.
355 const int x, const int y, const int time, const bool lastPoint, const float nearest,
379 } else if (nearest < ProximityInfoParams::NEAR_KEY_THRESHOLD_FOR_POINT_SCORE) {
416 const float nearest = updateNearKeysDistances(proximityInfo, maxPointToKeyLength, x, y, local
418 const float score = getPointScore(mostCommonKeyWidth, x, y, time, isLastPoint, nearest,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1047 def nearest(self, y): member in class:HList
1507 def nearest(self, x, y): member in class:TList
1888 def nearest(self, x, y): member in class:Grid
    [all...]
Tkinter.py 2581 def nearest(self, y): member in class:Listbox
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 1047 def nearest(self, y): member in class:HList
1507 def nearest(self, x, y): member in class:TList
1888 def nearest(self, x, y): member in class:Grid
    [all...]
Tkinter.py 2581 def nearest(self, y): member in class:Listbox
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 765 int nearest = 0; local
767 while (nearest < BUFFER_SIZE
768 && (mViewItem[nearest] == null || mViewItem[nearest].getLeftPosition() == -1)) {
769 nearest++;
772 if (nearest == BUFFER_SIZE) {
776 int min = Math.abs(pointX - mViewItem[nearest].getCenterX());
778 for (int itemID = nearest + 1; itemID < BUFFER_SIZE && mViewItem[itemID] != null; itemID++) {
788 nearest = itemID;
791 return nearest;
855 final int nearest = findTheNearestView(mCenterX); local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 
aether-util-0.9.0.M2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 

Completed in 1222 milliseconds