HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 1426 - 1450 of 3197) sorted by null

<<51525354555657585960>>

  /external/aac/libAACdec/src/
conceal.cpp 1294 FIXP_SGL diff = fixp_abs((pFactor[i] >> 1) - referenceVal); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 218 * rules, see CLDR page at http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
690 // double diff = Math.abs(fraction - source)/(Math.abs(fraction) + Math.abs(source));
691 // if (diff > 0.00000001d) {
876 long diff = decimalDigits - other.decimalDigits; local
877 if (diff != 0) {
878 return diff < 0 ? -1 : 1;
    [all...]
UTF16.java 2570 int diff = codePoint - second; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java     [all...]
TestMessageFormat.java 652 boolean diff;
653 diff = true;
660 diff = false;
664 if (!diff) {
665 errln("*** MSG getFormats diff err.");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 215 * rules, see CLDR page at http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html
659 // double diff = Math.abs(fraction - source)/(Math.abs(fraction) + Math.abs(source));
660 // if (diff > 0.00000001d) {
838 long diff = decimalDigits - other.decimalDigits; local
839 if (diff != 0) {
840 return diff < 0 ? -1 : 1;
    [all...]
UTF16.java 2658 int diff = codePoint - second; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java     [all...]
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 1690 time_t temp, diff; local
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsgamma.c 1125 int diff; local
    [all...]
  /external/python/cpython2/Lib/
difflib.py 8 For two lists of strings, return a delta in context diff format.
17 For two lists of strings, return a delta in unified diff format.
58 SequenceMatcher tries to compute a "human-friendly diff" between two
59 sequences. Unlike e.g. UNIX(tm) diff, the fundamental notion is the
64 reports than does diff. This method appears to be the least vulnerable
397 # stripped, it's "a" (tied with "b"). UNIX(tm) diff does so
401 # Windiff ends up at the same place as diff, but by pairing up
566 # out a diff to change a[i:ai] into b[j:bj], pump out
782 Note that Differ makes no claim to produce a *minimal* diff. To the
786 locality, at the occasional cost of producing a longer diff
    [all...]
  /external/python/cpython3/Lib/
difflib.py 8 For two lists of strings, return a delta in context diff format.
17 For two lists of strings, return a delta in unified diff format.
57 SequenceMatcher tries to compute a "human-friendly diff" between two
58 sequences. Unlike e.g. UNIX(tm) diff, the fundamental notion is the
63 reports than does diff. This method appears to be the least vulnerable
385 # stripped, it's "a" (tied with "b"). UNIX(tm) diff does so
389 # Windiff ends up at the same place as diff, but by pairing up
554 # out a diff to change a[i:ai] into b[j:bj], pump out
769 Note that Differ makes no claim to produce a *minimal* diff. To the
773 locality, at the occasional cost of producing a longer diff
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrackShared.cpp 41 int32_t diff = (int32_t) self - (int32_t) other; local
42 if (diff >= 0 && diff < INT32_MAX) {
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 1366 int diff = (fpsk - low) + (high - fpsk); local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 1709 long diff = now_ms - mNetworkSelectionStatus.getDisableTime(); local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 917 double diff; local
974 diff = 1.0 - sum;
975 coeffs[i][tap2Fix] += diff;
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 875 const float diff = fabsf(static_cast<float>((*lengthCache)[index0] - (*lengthCache)[index1])); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 10 For two lists of strings, return a delta in context diff format.
19 For two lists of strings, return a delta in unified diff format.
60 SequenceMatcher tries to compute a "human-friendly diff" between two
61 sequences. Unlike e.g. UNIX(tm) diff, the fundamental notion is the
66 reports than does diff. This method appears to be the least vulnerable
399 # stripped, it's "a" (tied with "b"). UNIX(tm) diff does so
403 # Windiff ends up at the same place as diff, but by pairing up
568 # out a diff to change a[i:ai] into b[j:bj], pump out
784 Note that Differ makes no claim to produce a *minimal* diff. To the
788 locality, at the occasional cost of producing a longer diff
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 10 For two lists of strings, return a delta in context diff format.
19 For two lists of strings, return a delta in unified diff format.
60 SequenceMatcher tries to compute a "human-friendly diff" between two
61 sequences. Unlike e.g. UNIX(tm) diff, the fundamental notion is the
66 reports than does diff. This method appears to be the least vulnerable
399 # stripped, it's "a" (tied with "b"). UNIX(tm) diff does so
403 # Windiff ends up at the same place as diff, but by pairing up
568 # out a diff to change a[i:ai] into b[j:bj], pump out
784 Note that Differ makes no claim to produce a *minimal* diff. To the
788 locality, at the occasional cost of producing a longer diff
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 10 For two lists of strings, return a delta in context diff format.
19 For two lists of strings, return a delta in unified diff format.
60 SequenceMatcher tries to compute a "human-friendly diff" between two
61 sequences. Unlike e.g. UNIX(tm) diff, the fundamental notion is the
66 reports than does diff. This method appears to be the least vulnerable
399 # stripped, it's "a" (tied with "b"). UNIX(tm) diff does so
403 # Windiff ends up at the same place as diff, but by pairing up
568 # out a diff to change a[i:ai] into b[j:bj], pump out
784 Note that Differ makes no claim to produce a *minimal* diff. To the
788 locality, at the occasional cost of producing a longer diff
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 10 For two lists of strings, return a delta in context diff format.
19 For two lists of strings, return a delta in unified diff format.
60 SequenceMatcher tries to compute a "human-friendly diff" between two
61 sequences. Unlike e.g. UNIX(tm) diff, the fundamental notion is the
66 reports than does diff. This method appears to be the least vulnerable
399 # stripped, it's "a" (tied with "b"). UNIX(tm) diff does so
403 # Windiff ends up at the same place as diff, but by pairing up
568 # out a diff to change a[i:ai] into b[j:bj], pump out
784 Note that Differ makes no claim to produce a *minimal* diff. To the
788 locality, at the occasional cost of producing a longer diff
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 697 int diff = exp - e; local
699 int adiff = diff;
704 if (diff == 0) {
720 if (diff < 0) {
    [all...]
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 394 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 1246 UBool diff; local
    [all...]

Completed in 1231 milliseconds

<<51525354555657585960>>