HomeSort by relevance Sort by last modified time
    Searched full:length2 (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java 97 int length2 = array2.length; local
98 if (length2 > mMaxLength) {
99 length2 = mMaxLength;
103 Arrays.fill(mMatchFlags2, 0, length2, false);
105 int range = length2 / 2 - 1;
120 if (to > length2) {
121 to = length2;
152 float jaro = ((m / length1 + m / length2 + (m - (transpositions / 2f)) / m)) / 3;
167 return jaro + Math.min(0.1f, 1f / length2) * prefix * (1 - jaro);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfEmbeddedFontStreamDictionary_autogen.cpp 23 int64_t SkPdfEmbeddedFontStreamDictionary::Length2(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Length2", "");
32 return get("Length2", "") != NULL;
  /external/replicaisland/src/com/replica/replicaisland/
PopOutComponent.java 77 if (mDistance.length2() < (mAppearDistance * mAppearDistance)) {
84 if (mDistance.length2() > (mHideDistance * mHideDistance)) {
86 } else if (mDistance.length2() < (mAttackDistance * mAttackDistance)
SimpleCollisionComponent.java 50 if (mPreviousPosition.length2() > 0.0f) {
54 if (mMovementDirection.length2() > 0.0f) {
Vector2.java 87 return (float) Math.sqrt(length2());
90 public final float length2() { method in class:Vector2
OrbitalMagnetComponent.java 74 final float distanceFromCenter2 = mDelta.length2();
119 if (targetVelocity.length2() > (speed * speed)) {
CameraSystem.java 70 if (mPreInterpolateCameraPosition.length2() <
129 if (mBias.length2() > 0.0f && mTarget.getVelocity().length2() > 1.0f) {
AttackAtDistanceComponent.java 66 } else if (mDistance.length2() < (mAttackDistance * mAttackDistance)
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfEmbeddedFontStreamDictionary_autogen.cpp 23 int64_t SkPdfEmbeddedFontStreamDictionary::Length2(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Length2", "");
32 return get("Length2", "") != NULL;
  /libcore/luni/src/main/native/
cbigint.h 88 void multiplyHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2,
93 int32_t compareHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
95 void subtractHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
97 int32_t addHighPrecision(uint64_t* arg1, int32_t length1, uint64_t* arg2, int32_t length2);
cbigint.cpp 131 addHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2)
142 if (length1 == 0 || length2 == 0)
146 else if (length1 < length2)
148 length2 = length1;
164 while (++index < length2);
177 subtractHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2)
185 while (length2 > 0 && arg2[length2 - 1] == 0)
186 --length2;
188 addHighPrecision (arg1, length1, arg2, length2);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldPriorityQueueTest.java 88 int length2 = object2.length(); local
89 if (length1 > length2) {
91 } else if (length1 == length2) {
  /external/chromium_org/third_party/icu/source/i18n/
ucol_wgt.h 29 int32_t length2; member in struct:WeightRange
ucol_wgt.cpp 126 length=range->length2+1;
130 range->length2=length;
366 /* set the length2 and count2 fields */
368 ranges[i].length2=ranges[i].length;
375 minLength=ranges[0].length2;
380 lengthCounts[ranges[i].length2]+=ranges[i].count2;
425 ranges[1].length2=minLength;
442 /* set the bytes in the end weight at length+1..length2 to maxByte */
467 for(i=0; ranges[i].length2==minLength; ++i) {
482 printf("ranges[%ld] .start=0x%08lx .end=0x%08lx .length=%ld .length2=%ld .count=%ld .count2=%lu\n"
    [all...]
uspoof.cpp 307 const UChar *id2, int32_t length2,
313 if (length1 < -1 || length2 < -1) {
319 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor
327 const char *id2, int32_t length2,
333 if (length1 < -1 || length2 < -1) {
338 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : uprv_strlen(id2)));
  /external/chromium_org/third_party/icu/source/common/
unormcmp.cpp 144 const UChar *s2, int32_t length2,
204 if(length2==-1) {
207 limit2=s2+length2;
568 const UChar *s2, int32_t length2,
575 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
623 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) {
625 length2=fcd2.length();
632 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) {
634 length2=fcd2.length();
640 return unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode)
    [all...]
ustr_imp.h 51 const UChar *s2, int32_t length2,
61 const UChar *s2, int32_t length2,
  /external/icu/icu4c/source/common/
unormcmp.cpp 144 const UChar *s2, int32_t length2,
204 if(length2==-1) {
207 limit2=s2+length2;
568 const UChar *s2, int32_t length2,
575 if(s1==0 || length1<-1 || s2==0 || length2<-1) {
623 if(_normalize(&fn2, s2, length2, fcd2, pErrorCode)) {
625 length2=fcd2.length();
632 if(_normalize(n2, s2, length2, fcd2, pErrorCode)) {
634 length2=fcd2.length();
640 return unorm_cmpEquivFold(s1, length1, s2, length2, options, pErrorCode)
    [all...]
ustr_imp.h 51 const UChar *s2, int32_t length2,
61 const UChar *s2, int32_t length2,
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
InternalNano.java 200 int length2 = field2 == null ? 0 : field2.length; local
205 while (index2 < length2 && field2[index2] == null) {
209 boolean atEndOf2 = index2 >= length2;
235 int length2 = field2 == null ? 0 : field2.length; local
240 while (index2 < length2 && field2[index2] == null) {
244 boolean atEndOf2 = index2 >= length2;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResizableIntArrayTests.java 306 final int length2 = srcLength * 2 - startPos; local
307 final int largeEnd = startPos + length2;
310 src.fill(fillValue2, startPos, length2);
322 final int startPos2 = largeEnd + length2;
323 final int endPos2 = startPos2 + length2;
325 src.fill(fillValue3, startPos2, length2);
  /external/chromium_org/base/
md5.h 28 // MD5Update(&ctx, data2, length2);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
md5.h 32 // MD5Update(&ctx, data2, length2);
  /external/chromium_org/third_party/skia/samplecode/
SampleText.cpp 61 SkDEBUGCODE(size_t length2 =) paint.breakText(text, length, width, &mm);
62 SkASSERT(length2 == length);
  /external/icu/icu4c/source/i18n/
uspoof.cpp 340 const UChar *id2, int32_t length2,
346 if (length1 < -1 || length2 < -1) {
352 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor
360 const char *id2, int32_t length2,
366 if (length1 < -1 || length2 < -1) {
371 UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : uprv_strlen(id2)));

Completed in 515 milliseconds

1 2 3 4 5