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

<<51525354555657585960>>

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 649 boolean diff;
650 diff = true;
657 diff = false;
661 if (!diff) {
662 errln("*** MSG getFormats diff err.");
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
avg_msa.c 671 const int diff = ref[i] - src[i]; local
673 mean += diff;
674 sse += diff * diff;
  /external/toybox/
Android.mk 150 toys/pending/diff.c \
269 diff \
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 553 final long diff = selectionStart - start; local
554 final int offset = Math.toIntExact(diff * newLen / origLen);
562 final long diff = selectionEnd - start; local
563 final int offset = Math.toIntExact(diff * newLen / origLen);
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Util.cpp 45 if (preferred_density_config.diff(ConfigDescription::DefaultConfig()) !=
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 598 int diff = Time.THURSDAY - firstDayOfWeek; local
599 if (diff < 0) {
600 diff += 7;
602 int refDay = Time.EPOCH_JULIAN_DAY - diff;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 1301 float diff = a - b; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/bin/
asan_device_setup 385 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
asan_device_setup 385 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
asan_device_setup 389 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-3289846/bin/
asan_device_setup 385 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
asan_device_setup 385 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
asan_device_setup 389 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/bin/
asan_device_setup 384 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/bin/
asan_device_setup 384 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/bin/
asan_device_setup 393 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/bin/
asan_device_setup 393 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/bin/
asan_device_setup 393 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/bin/
asan_device_setup 393 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then
  /toolchain/binutils/binutils-2.27/bfd/
coff-arm.c 101 symvalue diff; local
106 diff = reloc_entry->addend;
110 | (((x & howto->src_mask) + diff) & howto->dst_mask))
112 if (diff != 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 3093 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 3107 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 3093 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]
  /external/python/cpython2/Objects/
longobject.c 3095 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]
  /external/python/cpython3/Objects/
longobject.c 3753 Py_ssize_t a_size, b_size, shift, extra_bits, diff, x_size, x_bits; local
    [all...]

Completed in 1654 milliseconds

<<51525354555657585960>>