HomeSort by relevance Sort by last modified time
    Searched refs:difference (Results 126 - 150 of 225) sorted by null

1 2 3 4 56 7 8 9

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 301 * Computes the difference between two maps. This difference is an immutable
314 * @return the difference between the two maps
317 public static <K, V> MapDifference<K, V> difference( method in class:Maps
321 SortedMapDifference<K, V> result = difference(sortedLeft, right);
324 return difference(left, right, Equivalences.equals());
328 * Computes the difference between two maps. This difference is an immutable
333 * equality, the value on the 'left' is returned in the difference.
343 * @return the difference between the two map
347 public static <K, V> MapDifference<K, V> difference( method in class:Maps
534 public static <K, V> SortedMapDifference<K, V> difference( method in class:Maps
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 3832 LayoutUnit difference = availableSpace - (logicalLeftValue + logicalRightValue); local
3994 LayoutUnit difference = availableSpace - (logicalTopValue + logicalBottomValue); local
4176 LayoutSize difference = cmp - point; local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
filter.js 586 * Minimum channel offset that makes visual difference. If autofix calculated
596 * a visible difference.
606 * @return {boolean} True if the autofix would make a visible difference.
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/aac/libAACenc/src/
qc_main.cpp 215 INT difference; local
219 difference = FDKaacEnc_calcFrameLen( bitRate,
223 *paddingRest-=difference;
540 * In hyperframing mode the difference between grantedDynBits and usedDynBits of all sub frames
    [all...]
  /external/bison/data/
glr.cc 26 # difference, and similarly for glr.cc replacing lalr1.cc.
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 335 * [diff]: Function to call to compute a "difference" value between
336 * parameters (a, b). This is used when calculating the difference
965 * represents the difference between them. The exact meaning of "difference"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 658 // CSS properties that create a visual difference only when applied to text.
676 RefPtr<MutableStylePropertySet> difference = getPropertiesNotIn(m_mutableStyle.get(), styleToCompare); local
679 difference->removePropertiesInSet(textOnlyProperties, WTF_ARRAY_LENGTH(textOnlyProperties));
681 if (difference->isEmpty())
683 if (difference->propertyCount() == m_mutableStyle->propertyCount())
    [all...]
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 296 dif = set(lhs).difference(rhs)
  /external/chromium_org/base/time/
time_unittest.cc 648 TimeDelta difference = delta - delta_thread; local
649 EXPECT_GE(difference.InMicroseconds(), 9000);
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 180 end the stream on other than even frame boundaries. The difference
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sets.py 611 self.set.difference(self.other)
613 self.assertRaises(TypeError, self.set.difference, self.other)
804 >>> fulltime_management = managers - engineers - programmers # difference
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sets.py 611 self.set.difference(self.other)
613 self.assertRaises(TypeError, self.set.difference, self.other)
804 >>> fulltime_management = managers - engineers - programmers # difference
  /external/llvm/lib/Support/
ConstantRange.cpp 255 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { function in class:ConstantRange
  /external/valgrind/main/VEX/priv/
host_s390_isel.c 2264 ULong new_value, old_value, difference; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
case.py 534 difference rounded to the given number of decimal places
572 difference rounded to the given number of decimal places
776 (parameters must support a difference method).
779 difference1 = set1.difference(set2)
781 self.fail('invalid type when attempting set difference: %s' % e)
783 self.fail('first argument does not support set difference: %s' % e)
786 difference2 = set2.difference(set1)
788 self.fail('invalid type when attempting set difference: %s' % e)
790 self.fail('second argument does not support set difference: %s' % e)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocket_unittest.cc 156 int difference = ntohl(post_ipv4.s_addr) - ntohl(pre_ipv4.s_addr); local
157 EXPECT_EQ(1, difference);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 529 difference rounded to the given number of decimal places
567 difference rounded to the given number of decimal places
768 difference method).
771 difference1 = set1.difference(set2)
773 self.fail('invalid type when attempting set difference: %s' % e)
775 self.fail('first argument does not support set difference: %s' % e)
778 difference2 = set2.difference(set1)
780 self.fail('invalid type when attempting set difference: %s' % e)
782 self.fail('second argument does not support set difference: %s' % e)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 529 difference rounded to the given number of decimal places
567 difference rounded to the given number of decimal places
768 difference method).
771 difference1 = set1.difference(set2)
773 self.fail('invalid type when attempting set difference: %s' % e)
775 self.fail('first argument does not support set difference: %s' % e)
778 difference2 = set2.difference(set1)
780 self.fail('invalid type when attempting set difference: %s' % e)
782 self.fail('second argument does not support set difference: %s' % e)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
object-define-property.js 518 // exercised, i.e., any difference in the given property descriptor and the
590 // No difference.
677 // No difference.
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 507 ;# roughly 1/7th difference across boundary
526 ;# roughly 2/7th difference across boundary
546 ;# roughly 3/7th difference across boundary
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/v8/test/mjsunit/
object-define-property.js 518 // exercised, i.e., any difference in the given property descriptor and the
590 // No difference.
677 // No difference.

Completed in 628 milliseconds

1 2 3 4 56 7 8 9