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

<<51525354555657585960>>

  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
fp.go 1681 diff := cx128diff_ssa(b, a)
1694 fails += expectCx128("diff", diff, 2+4i
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Constant.cpp 866 double diff = childConstUnions[1][comp].getDConst() - childConstUnions[0][comp].getDConst(); local
    [all...]
  /system/update_engine/
payload_state.cc 1056 TimeDelta diff = GetUpdateDuration() - stored_delta; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 1663 double diff; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
VTimeZone.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
VTimeZone.java     [all...]
  /external/libavc/encoder/
ih264e_me.c 126 WORD32 i, codesize = 3, diff, limit; local
131 diff = MAX(DEFAULT_MAX_SRCH_RANGE_X, DEFAULT_MAX_SRCH_RANGE_Y);
133 diff <<= 2;
135 diff <<= 1;
138 u4_code_num = (diff << 1);
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 1137 CFX_PointF diff = p1 - p2; local
    [all...]
  /external/python/cpython3/Modules/
cmathmodule.c 1195 double diff; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayManagerService.java 898 int diff = device.mDebugLastLoggedDeviceInfo.diff(info); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 1713 PyObject *diff = NULL; local
1947 unsigned long diff = uhi - ulo - 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 1703 PyObject *diff = NULL; local
1937 unsigned long diff = uhi - ulo - 1; local
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 1724 PyObject *diff = NULL; local
1958 unsigned long diff = uhi - ulo - 1; local
    [all...]
  /external/speex/libspeex/
nb_celp.c 339 int diff = st->windowSize-st->frameSize; local
365 SPEEX_COPY(st->sw, st->winBuf, diff);
366 SPEEX_COPY(st->sw+diff, in, st->frameSize-diff);
398 SPEEX_COPY(st->exc, st->winBuf, diff);
399 SPEEX_COPY(st->exc+diff, in, st->frameSize-diff);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 1163 int diff = Time.compare(time, mBaseDate); local
1209 int diff = dayOfWeek - mFirstDayOfWeek; local
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
wikipedia.css     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 2665 Number val, new, diff; local
    [all...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm 443 my $Diff = "";
492 if($Diff) {
493 $Diff .= "<br/><br/>\n";
495 $Diff .= $Content;
499 if($Diff)
501 my $Title = $LName.": headers diff between $LV1-$SystemName1 and $LV2-$SystemName2 versions";
502 my $Keywords = $LName.", header, diff";
503 my $Description = "Diff for header files between $LV1-$SystemName1 and $LV2-$SystemName2 versions of $LName";
506 my $Link = "This html diff was produced by <a href='http://tools.ietf.org/tools/rfcdiff/'>rfcdiff</a> 1.41.";
508 $Diff .= "<br/>"
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java 4400 int diff = size() - o.size(); local
4507 int diff = collection1.size() - collection2.size(); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java 4518 int diff = size() - o.size(); local
4625 int diff = collection1.size() - collection2.size(); local
    [all...]
  /external/valgrind/callgrind/
main.c 1735 ULong diff; local
1740 UInt diff = VG_(read_millisecond_timer)() - syscalltime[tid]; local
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 2914 int64_t diff = ets.mPosition[ExtendedTimestamp::LOCATION_CLIENT] local
2939 int32_t diff = (Modulo<uint32_t>(mFramesWritten) - mPosition).signedValue(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]

Completed in 1386 milliseconds

<<51525354555657585960>>