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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebCore/page/
Page.cpp 317 bool Page::canGoBackOrForward(int distance) const
319 if (distance == 0)
321 if (distance > 0 && distance <= backForward()->forwardCount())
323 if (distance < 0 && -distance <= backForward()->backCount())
328 void Page::goBackOrForward(int distance)
330 if (distance == 0)
333 HistoryItem* item = backForward()->itemAtIndex(distance);
335 if (distance > 0)
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 139 distance: c,
148 distance: segmentLength,
174 } while (dashOffset.distance > 0);
  /external/stlport/test/unit/
set_test.cpp 79 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 5);
83 CPPUNIT_ASSERT (distance(s2.begin(), s2.end()) == 5);
84 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 0);
89 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 0);
90 CPPUNIT_ASSERT (distance(s2.begin(), s2.end()) == 0);
91 CPPUNIT_ASSERT (distance(s3.begin(), s3.end()) == 5);
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 541 * @return distance in pixels covered by the drag
563 * @return distance in pixels covered by the drag
579 int distance = (int) Math.sqrt(deltaX * deltaX + deltaY * deltaY); local
581 drag(test, fromX, fromX + deltaX, fromY, fromY + deltaY, distance);
583 return distance;
596 * @return distance in pixels covered by the drag
618 * @return distance in pixels covered by the drag
632 int distance = (int)Math.sqrt(deltaX * deltaX + deltaY * deltaY); local
633 drag(test, fromX, toX, fromY, toY, distance);
635 return distance;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 79 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 5);
83 CPPUNIT_ASSERT (distance(s2.begin(), s2.end()) == 5);
84 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 0);
89 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 0);
90 CPPUNIT_ASSERT (distance(s2.begin(), s2.end()) == 0);
91 CPPUNIT_ASSERT (distance(s3.begin(), s3.end()) == 5);
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 79 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 5);
83 CPPUNIT_ASSERT (distance(s2.begin(), s2.end()) == 5);
84 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 0);
89 CPPUNIT_ASSERT (distance(s.begin(), s.end()) == 0);
90 CPPUNIT_ASSERT (distance(s2.begin(), s2.end()) == 0);
91 CPPUNIT_ASSERT (distance(s3.begin(), s3.end()) == 5);
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 530 long distance = Math.abs(millis - row.mEventStartTimeMilli); local
531 if (distance < minDistance) {
532 IdFoundMinDistance = distance;
550 long distance = Math.abs(millis - row.mEventStartTimeMilli); local
551 if (distance < minDistance) {
552 minDistance = distance;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
484 const size_type num_es = std::distance(b_it, e_it);
527 const size_type num_children = std::distance(begin(), end());
573 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(pref_b_it(), pref_e_it())) == m_e_ind);
574 _GLIBCXX_DEBUG_ASSERT(std::distance(begin(), end()) >= 2);
583 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(child_ret.first, child_ret.second)) >= m_e_ind);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 229 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
484 const size_type num_es = std::distance(b_it, e_it);
527 const size_type num_children = std::distance(begin(), end());
573 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(pref_b_it(), pref_e_it())) == m_e_ind);
574 _GLIBCXX_DEBUG_ASSERT(std::distance(begin(), end()) >= 2);
583 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(child_ret.first, child_ret.second)) >= m_e_ind);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 229 if (static_cast<std::size_t>(std::distance(b_it, e_it)) <= m_e_ind)
484 const size_type num_es = std::distance(b_it, e_it);
527 const size_type num_children = std::distance(begin(), end());
573 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(pref_b_it(), pref_e_it())) == m_e_ind);
574 _GLIBCXX_DEBUG_ASSERT(std::distance(begin(), end()) >= 2);
583 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(child_ret.first, child_ret.second)) >= m_e_ind);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
484 const size_type num_es = std::distance(b_it, e_it);
527 const size_type num_children = std::distance(begin(), end());
573 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(pref_b_it(), pref_e_it())) == m_e_ind);
574 _GLIBCXX_DEBUG_ASSERT(std::distance(begin(), end()) >= 2);
583 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(child_ret.first, child_ret.second)) >= m_e_ind);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
484 const size_type num_es = std::distance(b_it, e_it);
527 const size_type num_children = std::distance(begin(), end());
573 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(pref_b_it(), pref_e_it())) == m_e_ind);
574 _GLIBCXX_DEBUG_ASSERT(std::distance(begin(), end()) >= 2);
583 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(child_ret.first, child_ret.second)) >= m_e_ind);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
internal_node.hpp 229 if (static_cast<size_t>(std::distance(b_it, e_it)) <= m_e_ind)
484 const size_type num_es = std::distance(b_it, e_it);
527 const size_type num_children = std::distance(begin(), end());
573 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(pref_b_it(), pref_e_it())) == m_e_ind);
574 _GLIBCXX_DEBUG_ASSERT(std::distance(begin(), end()) >= 2);
583 _GLIBCXX_DEBUG_ASSERT(static_cast<size_type>(std::distance(child_ret.first, child_ret.second)) >= m_e_ind);
  /external/bluetooth/glib/glib/
gbsearcharray.h 189 guint distance = ((guint8*) node_in_array) - G_BSEARCH_ARRAY_NODES (barray); local
193 distance /= bconfig->sizeof_node;
195 return MIN (distance, barray->n_nodes + 1); /* may return one after end */
  /external/chromium/net/base/
file_stream_win.cc 188 LARGE_INTEGER distance, result; local
189 distance.QuadPart = offset;
191 if (!SetFilePointerEx(file_, distance, &result, move_method)) {
  /frameworks/base/core/java/android/view/
GestureDetector.java 77 * current move {@link MotionEvent}. The distance in x and y is also supplied for
82 * @param distanceX The distance along the X axis that has been scrolled since the last
83 * call to onScroll. This is NOT the distance between {@code e1}
85 * @param distanceY The distance along the Y axis that has been scrolled since the last
86 * call to onScroll. This is NOT the distance between {@code e1}
537 int distance = (deltaX * deltaX) + (deltaY * deltaY); local
538 if (distance > mTouchSlopSquare) {
547 if (distance > mDoubleTapTouchSlopSquare) {
570 // A fling must travel the minimum tap distance
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 200 * @param deltaDistance Change in distance since the last call. Values may be 0 (no change) to
218 float distance = Math.abs(mPullDistance); local
220 mEdgeAlpha = mEdgeAlphaStart = Math.max(PULL_EDGE_BEGIN, Math.min(distance, MAX_ALPHA));
222 HELD_EDGE_SCALE_Y, Math.min(distance * PULL_DISTANCE_EDGE_FACTOR, 1.f));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 177 * @param deltaDistance Change in distance since the last call. Values may be 0 (no change) to
195 float distance = Math.abs(mPullDistance); local
197 mEdgeAlpha = mEdgeAlphaStart = Math.max(PULL_EDGE_BEGIN, Math.min(distance, MAX_ALPHA));
199 HELD_EDGE_SCALE_Y, Math.min(distance * PULL_DISTANCE_EDGE_FACTOR, 1.f));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 69 // Minimum edit distance between two names to be considered an approximate match
72 // Minimum edit distance between two email ids to be considered an approximate match
87 * match producing the score of 70. The score may also be 0 if the similarity (distance)
278 * of name we found and, if the match is approximate, the distance between the candidate and
317 float distance = nameDistance.getDistance(decodedCandidateName, decodedName); local
323 if (distance > threshold) {
324 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 51 * other to airbrush from a distance.
420 float distance, float tilt) {
443 drawSplat(mCanvas, x, y, orientation, distance, tilt, mPaint);
481 float distance, float tilt, Paint paint) {
482 float z = distance * 2 + 10;
  /external/chromium/base/
string_tokenizer.h 151 std::distance(token_begin_, token_end_));
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 374 Vector3f distance = tube2.center.subtract(tube1.center); local
375 Vector3f center = tube1.center.add(distance.mult(0.5f));
376 distance.z = 0;// projecting this vector on XY plane
377 float d = distance.length();
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingVolume.java 205 * Find the distance from the center of this Bounding Volume to the given
209 * The point to get the distance to
210 * @return distance
213 return center.distance(point);
217 * Find the squared distance from the center of this Bounding Volume to the
221 * The point to get the distance to
222 * @return distance
229 * Find the distance from the nearest edge of this Bounding Volume to the given
233 * The point to get the distance to
234 * @return distance
    [all...]
  /external/llvm/lib/CodeGen/
MachineLoopRanges.cpp 66 Area += Range.first.distance(Range.second);
  /external/llvm/unittests/Support/
YAMLParserTest.cpp 176 EXPECT_EQ(6, std::distance(Array->begin(), Array->end()));

Completed in 2564 milliseconds

1 2 3 4 5 6 7 891011>>