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

<<11121314151617181920>>

  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 370 nbElems -= distance(p.first, p.second);
379 nbElems -= distance(p.first, p.second);
416 CPPUNIT_ASSERT( distance(p.first, p.second) == 3 );
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 846 float distance = (float) Math.sqrt( Math.pow(x - mTmpPoint[0], 2) + local
848 return distance;
1419 double distance = Math.sqrt(Math.pow(cellXY[0] - pixelX, 2) local
1490 float distance = (float) local
1549 float distance = (float) local
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 124 difference_type __n = _STLP_STD::distance(__f, __l);
219 const size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
400 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
_vector.h 325 const size_type __len = _STLP_STD::distance(__first, __last);
547 size_type __n = _STLP_STD::distance(__first, __last);
701 size_type __n = _STLP_STD::distance(__first, __last);
_deque.h 652 size_type __len = _STLP_STD::distance(__first, __last);
877 size_type __n = _STLP_STD::distance(__first, __last);
923 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 124 difference_type __n = _STLP_STD::distance(__f, __l);
219 const size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
400 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
_vector.h 325 const size_type __len = _STLP_STD::distance(__first, __last);
547 size_type __n = _STLP_STD::distance(__first, __last);
701 size_type __n = _STLP_STD::distance(__first, __last);
_deque.h 652 size_type __len = _STLP_STD::distance(__first, __last);
877 size_type __n = _STLP_STD::distance(__first, __last);
923 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_string_workaround.h 124 difference_type __n = _STLP_STD::distance(__f, __l);
219 const size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
400 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
_vector.h 325 const size_type __len = _STLP_STD::distance(__first, __last);
547 size_type __n = _STLP_STD::distance(__first, __last);
701 size_type __n = _STLP_STD::distance(__first, __last);
_deque.h 652 size_type __len = _STLP_STD::distance(__first, __last);
877 size_type __n = _STLP_STD::distance(__first, __last);
923 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /external/opencv/cv/src/
cvhaar.cpp 842 int distance = cvRound(r1->width*0.2); local
844 return r2->x <= r1->x + distance &&
845 r2->x >= r1->x - distance &&
846 r2->y <= r1->y + distance &&
847 r2->y >= r1->y - distance &&
1475 int distance = cvRound( r2.rect.width * 0.2 ); local
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 766 return std::distance(ivar_begin(), ivar_end());
    [all...]
  /external/stlport/stlport/stl/
_deque.h 652 size_type __len = _STLP_STD::distance(__first, __last);
877 size_type __n = _STLP_STD::distance(__first, __last);
923 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.h 652 size_type __len = _STLP_STD::distance(__first, __last);
877 size_type __n = _STLP_STD::distance(__first, __last);
923 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 77 using std::distance;
483 size_type __n = distance(__f, __l);
494 size_type __n = distance(__f, __l);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hashtable.h 79 using std::distance;
503 size_type __n = distance(__f, __l);
514 size_type __n = distance(__f, __l);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hashtable.h 79 using std::distance;
503 size_type __n = distance(__f, __l);
514 size_type __n = distance(__f, __l);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 77 using std::distance;
483 size_type __n = distance(__f, __l);
494 size_type __n = distance(__f, __l);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 77 using std::distance;
483 size_type __n = distance(__f, __l);
494 size_type __n = distance(__f, __l);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 77 using std::distance;
483 size_type __n = distance(__f, __l);
494 size_type __n = distance(__f, __l);
    [all...]
  /development/tools/emulator/system/sensors/
sensors_qemu.c 362 data->sensors[ID_PROXIMITY].distance = params[0];
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 424 double distance = start_tab_b_bounds_.x() - start_tab_a_bounds_.x(); local
425 double delta = distance * animation_.GetCurrentValue();
432 distance = start_tab_a_bounds_.x() - start_tab_b_bounds_.x();
433 delta = distance * animation_.GetCurrentValue();
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 393 return std::distance(diag_begin, diag_end);

Completed in 989 milliseconds

<<11121314151617181920>>