HomeSort by relevance Sort by last modified time
    Searched refs:getDistance (Results 1 - 25 of 50) sorted by null

1 2

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
DeltaEncoder.java 17 props[0] = (byte)(options.getDistance() - 1);
DeltaOptions.java 70 public int getDistance() {
DeltaOutputStream.java 33 delta = new DeltaEncoder(options.getDistance());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
BogusMoveEventDetector.java 104 return getDistance(x, y, mActualDownX, mActualDownY);
107 private static int getDistance(final int x1, final int y1, final int x2, final int y2) {
GestureStrokeRecognitionPoints.java 162 final int deltaDistance = getDistance(
237 final int dist = getDistance(lastX, lastY, x, y);
240 final int pixels = getDistance(lastX, lastY, x, y);
297 final int pixels = getDistance(mLastMajorEventX, mLastMajorEventY, x, y);
331 private static int getDistance(final int x1, final int y1, final int x2, final int y2) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
NameDistanceTest.java 73 float actual = mNameDistance.getDistance(s1, s2);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
RealVector.java 735 * @see #getDistance(RealVector)
774 double getDistance(RealVector v);
789 double getDistance(double[] v);
800 * @see #getDistance(RealVector)
815 * @see #getDistance(double[])
830 * @see #getDistance(RealVector)
845 * @see #getDistance(double[])
    [all...]
ArrayRealVector.java 755 public double getDistance(RealVector v)
758 return getDistance((ArrayRealVector) v);
772 public double getDistance(double[] v)
791 * @see #getDistance(RealVector)
796 public double getDistance(ArrayRealVector v)
798 return getDistance(v.data);
839 * @see #getDistance(RealVector)
887 * @see #getDistance(RealVector)
    [all...]
OpenMapRealVector.java 414 public double getDistance(OpenMapRealVector v) throws IllegalArgumentException {
438 public double getDistance(RealVector v) throws IllegalArgumentException {
441 return getDistance((OpenMapRealVector) v);
443 return getDistance(v.getData());
448 public double getDistance(double[] v) throws IllegalArgumentException {
AbstractRealVector.java 197 public double getDistance(RealVector v) throws IllegalArgumentException {
244 public double getDistance(double[] v) throws IllegalArgumentException {
245 return getDistance(new ArrayRealVector(v,false));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java 64 public float getDistance(byte bytes1[], byte bytes2[]) {
ContactMatcher.java 229 float distance = nameDistance.getDistance(decodedCandidateName, decodedName);
RawContactMatcher.java 227 float distance = nameDistance.getDistance(decodedCandidateName, decodedName);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 479 private static int getDistance(final int x1, final int y1, final int x2, final int y2) {
484 mBogusMoveEventDetector.onMoveKey(getDistance(x, y, mLastX, mLastY));
625 final int distance = getDistance(x, y, mLastX, mLastY);
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 165 /// getDistance - Returns the distance (or NULL) associated with a
167 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
251 /// getDistance - Returns the distance (or NULL) associated with a
253 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 160 /// getDistance - Returns the distance (or NULL) associated with a
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; }
241 /// getDistance - Returns the distance (or NULL) associated with a
243 const SCEV *getDistance(unsigned Level) const override;
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 235 int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo);
  /frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
FadeAndShortSlide.java 301 public float getDistance() {

Completed in 859 milliseconds

1 2