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

<<11121314151617181920>>

  /external/v8/src/x64/
macro-assembler-x64.cc 248 Label::Distance distance) {
263 j(cc, branch, distance);
275 j(cc, branch, distance);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
RangeTest.java 545 @Override public long distance(Integer start, Integer end) {
546 return DiscreteDomains.integers().distance(start, end);
  /external/llvm/include/llvm/Analysis/
Dominators.h 241 assert(std::distance(GraphT::child_begin(NewBB),
666 if (std::distance(TraitsTy::child_begin(I),
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 922 size_t index = std::distance(Successors.begin(), I);
    [all...]
  /external/v8/src/
debug.cc 218 int distance = kMaxInt; local
221 if (this->pc() < pc && pc - this->pc() < distance) {
223 distance = static_cast<int>(pc - this->pc());
225 if (distance == 0) break;
241 int distance = kMaxInt; local
245 statement_position() - position < distance) {
247 distance = statement_position() - position;
249 if (distance == 0) break;
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 61 Label::Distance condition_met_distance) {
384 Label::Distance distance) {
389 j(above, fail, distance);
395 Label::Distance distance) {
400 j(below_equal, fail, distance);
403 j(above, fail, distance);
409 Label::Distance distance) {
    [all...]
full-codegen-ia32.cc 62 Label::Distance distance = Label::kFar) {
64 EmitJump(not_carry, target, distance); // Always taken before patched.
69 Label::Distance distance = Label::kFar) {
71 EmitJump(carry, target, distance); // Never taken before patched.
89 void EmitJump(Condition cc, Label* target, Label::Distance distance) {
93 __ j(cc, target, distance);
350 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target) local
412 int distance = masm_->pc_offset(); local
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 799 int distance = 0; local
800 return JSC::Bindings::convertValueToQVariant(state, result, QMetaType::Void, &distance);
    [all...]
  /frameworks/base/services/java/com/android/server/
UiModeManagerService.java 315 /* Get the distance between the two points */
316 float distance = mLocation.distanceTo(location);
321 /* If the distance is greater than the combined accuracy of the two
324 return distance >= totalAccuracy;
694 // distance.
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp 34 // edit distance funcitons //
276 // TODO: use edit distance here
689 // TODO: Calculate edit distance for transposed and excessive
1126 const int distance = editDistance(before, beforeLength, after, afterLength); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 900 const size_type __n = std::distance(__first, __last);
954 const size_type __len = std::distance(__first, __last);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 913 const size_type __n = std::distance(__first, __last);
967 const size_type __len = std::distance(__first, __last);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 913 const size_type __n = std::distance(__first, __last);
967 const size_type __len = std::distance(__first, __last);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 900 const size_type __n = std::distance(__first, __last);
954 const size_type __len = std::distance(__first, __last);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 900 const size_type __n = std::distance(__first, __last);
954 const size_type __len = std::distance(__first, __last);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 900 const size_type __n = std::distance(__first, __last);
954 const size_type __len = std::distance(__first, __last);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 618 /** The pixel distance */
623 public MatchPos(int distance, int position) {
624 this.mDistance = distance;
630 return "MatchPos [distance=" + mDistance //$NON-NLS-1$
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 1089 int distance = (int) ((PIXEL_MARGIN + PIXEL_RADIUS) \/ mCanvas.getScale()); local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 604 unsigned MinNumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB));
607 unsigned NumPreds = std::distance(pred_begin(TestBB), pred_end(TestBB));
    [all...]
  /external/stlport/stlport/stl/
_string.h 323 difference_type __n = _STLP_STD::distance(__f, __l);
471 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
714 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 388 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*(int)width; local
389 int remainder = distance % patWidth;
390 int coverage = distance - remainder;
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 1855 int distance = getDistance(previouslyFocusedRect, otherRect, direction); local
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 3176 float distance = float(rawDistance); local
4436 float distance = float(rawDistance); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 323 difference_type __n = _STLP_STD::distance(__f, __l);
471 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
714 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string.h 323 difference_type __n = _STLP_STD::distance(__f, __l);
471 size_type __n = __STATIC_CAST(size_type, _STLP_STD::distance(__first, __last));
714 size_type __n = _STLP_STD::distance(__first, __last);
    [all...]

Completed in 2343 milliseconds

<<11121314151617181920>>