HomeSort by relevance Sort by last modified time
    Searched refs:distance (Results 301 - 325 of 663) sorted by null

<<11121314151617181920>>

  /external/clang/include/clang/AST/
ASTVector.h 178 size_type NumInputs = std::distance(in_start, in_end);
289 size_t NumToInsert = std::distance(From, To);
  /external/replicaisland/src/com/replica/replicaisland/
PatrolComponent.java 233 closeEnough = true; // If no distance has been set, don't worry about
263 public void setupAttack(float distance, float duration, float delay, boolean stopMovement) {
265 mAttackAtDistance = distance;
  /external/webkit/Source/WebCore/page/
Page.h 151 bool canGoBackOrForward(int distance) const;
152 void goBackOrForward(int distance);
SpatialNavigation.cpp 62 , distance(maxDistance())
544 // The line between those 2 points is the closest distance between the 2 rects.
627 candidate.distance = 0;
676 float distance = euclidianDistance + sameAxisDistance + 2 * otherAxisDistance; local
677 candidate.distance = roundf(distance);
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 260 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*(int)width; local
261 int remainder = distance % patWidth;
262 int coverage = distance - remainder;
363 int distance; local
365 distance = static_cast<int>((piFloat * hRadius) / 2.0f);
366 else // We are elliptical and will have to estimate the distance
367 distance = static_cast<int>((piFloat * sqrtf((hRadius * hRadius + vRadius * vRadius) / 2.0f)) / 2.0f);
369 int remainder = distance % patWidth;
370 int coverage = distance - remainder;
    [all...]
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 209 Log.e(LOG_TAG, "Invalid preference for location min distance", e);
273 * Determine the current distance from given location to the last
278 * @return float distance in meters
295 * recording the distance between this location update and the last
304 float distance = getDistanceFromNetwork(location); local
305 mTrackerData.writeEntry(location, distance);
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 271 off_t distance = pOffset - space->file_offset; local
272 r_start = space->data + distance;
  /external/openfst/src/include/fst/extensions/pdt/
shortest-path.h 51 // tree info 'Distance()', Parent(), and ArcParent() information keyed
57 // (b) the Distance() is from this 'start' state to the search state.
62 // (a) the Distance() is from the Parent() 'start' state to the
113 SearchData() : distance(Weight::Zero()),
118 Weight distance; // Distance to this state from PDT 'start' state member in struct:fst::PdtShortestPathData::SearchData
148 Weight Distance(SearchState s) const {
150 return data->distance;
153 Weight Distance(const ParenSpec &paren) const {
155 return data->distance;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java     [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 123 int distance = cvRound(r1->width*0.2); local
125 return r2->x <= r1->x + distance &&
126 r2->x >= r1->x - distance &&
127 r2->y <= r1->y + distance &&
128 r2->y >= r1->y - distance &&
1511 int distance = cvRound( r2.rect.width * 0.2 ); local
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 91 inline static float distance(float x1, float y1, float x2, float y2) { function in namespace:android
4077 float distance; local
5534 uint64_t distance = uint64_t(deltaX * deltaX + deltaY * deltaY); local
    [all...]
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.cpp 183 QVariant convertValueToQVariant(ExecState* exec, JSValue value, QMetaType::Type hint, int *distance, HashSet<JSObject*>* visitedObjects, int recursionLimit)
204 if (distance)
205 *distance = -1;
257 if (distance)
258 *distance = -1;
341 if (distance)
342 *distance = 1;
777 if (distance)
778 *distance = 1;
787 ret = convertValueToQVariant(exec, value, QMetaType::Void, distance, visitedObjects, recursionLimit)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 476 * Vertical distance or span between the two touch points at the start of a
550 /** Distance between the mFirstCell and the top of first fully visible hour. */
3313 int distance = startTime - neighbor.endTime; local
3344 int distance = neighbor.startTime - endTime; local
3377 int distance = 0; local
3401 int distance = 0; local
4991 float distance = halfScreenSize + halfScreenSize * distanceInfluenceForSnapDuration; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 617 std::advance(__result, -std::distance(__first2, __last2));
652 std::advance(__result, -std::distance(__first2, __last2));
870 _DistanceType __len = std::distance(__first, __last);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 617 std::advance(__result, -std::distance(__first2, __last2));
652 std::advance(__result, -std::distance(__first2, __last2));
870 _DistanceType __len = std::distance(__first, __last);
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 220 DCHECK_GT(std::distance(current_word.begin, current_word.end), 0);
221 size_t current_word_length = std::distance(
327 size_t offset = std::min(static_cast<size_t>(std::distance(it_, end_)),
334 it_ += std::min(static_cast<size_t>(std::distance(it_, end_)), num_chars);
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 1268 int distance = getCenterOfGallery() - getCenterOfView(child); local
    [all...]
AbsListView.java 480 * Maximum distance to record overscroll
605 * Maximum distance to overscroll by during edge effects
610 * Maximum distance to overfling during edge effects
3112 final int distance = Math.abs(deltaY); local
4681 final int distance = (int) (-getHeight() * modifier); local
4686 final int distance = (int) (getHeight() * modifier); local
4693 final int distance = targetTop - mOffsetFromTop; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 632 std::advance(__result, -std::distance(__first2, __last2));
667 std::advance(__result, -std::distance(__first2, __last2));
885 _DistanceType __len = std::distance(__first, __last);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 632 std::advance(__result, -std::distance(__first2, __last2));
667 std::advance(__result, -std::distance(__first2, __last2));
885 _DistanceType __len = std::distance(__first, __last);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 632 std::advance(__result, -std::distance(__first2, __last2));
667 std::advance(__result, -std::distance(__first2, __last2));
885 _DistanceType __len = std::distance(__first, __last);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 632 std::advance(__result, -std::distance(__first2, __last2));
667 std::advance(__result, -std::distance(__first2, __last2));
885 _DistanceType __len = std::distance(__first, __last);
    [all...]
  /external/freetype/include/freetype/internal/
ftstream.h 368 FT_Long distance );
499 #define FT_STREAM_SKIP( distance ) \
500 FT_SET_ERROR( FT_Stream_Skip( stream, distance ) )
  /external/freetype/src/base/
ftstream.c 93 FT_Long distance )
95 if ( distance < 0 )
98 return FT_Stream_Seek( stream, (FT_ULong)( stream->pos + distance ) );
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
LineSegment.java 98 public float distance(Vector3f point) { method in class:LineSegment
102 public float distance(LineSegment ls) { method in class:LineSegment
106 public float distance(Ray r) { method in class:LineSegment

Completed in 1457 milliseconds

<<11121314151617181920>>