/external/chromium/webkit/glue/ |
webmediaplayer_impl.cc | 73 float difference = integer - microseconds; local 75 // Round down if difference is large enough. 76 if ((microseconds > 0 && difference > 0.5f) || 77 (microseconds <= 0 && difference >= 0.5f)) {
|
/external/guava/guava/src/com/google/common/collect/ |
Sets.java | 587 final Set<? extends E> set2minus1 = difference(set2, set1); 668 * Returns an unmodifiable <b>view</b> of the difference of two sets. The 678 public static <E> SetView<E> difference( 701 * Returns an unmodifiable <b>view</b> of the symmetric difference of two 718 return difference(union(set1, set2), intersection(set1, set2)); [all...] |
Maps.java | 304 * Computes the difference between two maps. This difference is an immutable 317 * @return the difference between the two maps 320 public static <K, V> MapDifference<K, V> difference( method in class:Maps 324 SortedMapDifference<K, V> result = difference(sortedLeft, right); 327 return difference(left, right, Equivalences.equals()); 331 * Computes the difference between two maps. This difference is an immutable 336 * equality, the value on the 'left' is returned in the difference. 346 * @return the difference between the two map 350 public static <K, V> MapDifference<K, V> difference( method in class:Maps 537 public static <K, V> SortedMapDifference<K, V> difference( method in class:Maps [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Sets.java | 575 final Set<? extends E> set2minus1 = difference(set2, set1); 656 * Returns an unmodifiable <b>view</b> of the difference of two sets. The 666 public static <E> SetView<E> difference( 689 * Returns an unmodifiable <b>view</b> of the symmetric difference of two 706 return difference(union(set1, set2), intersection(set1, set2)); [all...] |
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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_weakset.py | 128 i = self.s.difference(self.items2) 133 self.assertRaises(TypeError, self.s.difference, [[]]) 136 i = self.s.difference(self.items2)
|
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_weakset.py | 128 i = self.s.difference(self.items2) 133 self.assertRaises(TypeError, self.s.difference, [[]]) 136 i = self.s.difference(self.items2)
|
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/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBox.cpp | 4033 LayoutUnit difference = availableSpace - (logicalLeftValue + logicalRightValue); local 4195 LayoutUnit difference = availableSpace - (logicalTopValue + logicalBottomValue); local 4377 LayoutSize difference = cmp - point; local [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/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...] |