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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/android_webview/tools/
webview_licenses.py 92 return incompatible_directories.difference(known_incompatible)
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.cc 250 // entries to see if there's any difference.
263 MergeResult difference = local
265 if (difference & DIFF_UPDATE_NODE) {
292 if (difference & DIFF_LOCAL_ROW_CHANGED) {
296 if (difference & DIFF_LOCAL_VISITS_ADDED) {
605 // No difference.
    [all...]
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 195 # Calculate the difference between the new scrape and the baseline,
198 diff = ImageChops.multiply(ImageChops.difference(scrape, baseline),
201 # If the difference is none, there's nothing to update
208 # convert the difference to black and white, then change all
  /external/srec/srec/ca/
cnfd_scr.c 46 #error allocate difference in simapi.h
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 1347 LayoutSize difference = (currentSize + newOffset - adjustedOldOffset).expandedTo(minimumSize) - currentSize; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 611 TimeDelta difference = Time::NowFromSystemTime() - last_run_time; local
615 int new_days_since_last_run = difference.InDays();
  /external/chromium_org/v8/test/mjsunit/
array-store-and-grow.js 191 // Verify that a grow store will deoptimize if the max gap (difference between
function-prototype.js 94 // that this is in difference to ES3, which specified that function instances
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
main.py 217 serial_tests = list(set(serial_tests).difference(set(parallel_tests)))
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 448 ;roughly 3/7th difference across boundary
483 ;roughly 2/7th difference across boundary
524 ;roughly 1/7th difference across boundary
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb.py 131 # Calculate the perceptual difference percentage.
151 # perceptual difference percentage.
170 # Calculate difference metrics.
186 """Returns the perceptual difference percentage."""
190 """Returns the maximum difference between the expected and actual images
309 """Wrapper for ImageChops.difference(image1, image2) that will handle some
323 return ImageChops.difference(image1.convert('RGB'), image2.convert('RGB'))
  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 69 remainder_units = remainder_units.difference(matched_units)
  /external/libvpx/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 448 ;roughly 3/7th difference across boundary
483 ;roughly 2/7th difference across boundary
524 ;roughly 1/7th difference across boundary
    [all...]
  /external/skia/gm/rebaseline_server/
imagediffdb.py 131 # Calculate the perceptual difference percentage.
151 # perceptual difference percentage.
170 # Calculate difference metrics.
186 """Returns the perceptual difference percentage."""
190 """Returns the maximum difference between the expected and actual images
309 """Wrapper for ImageChops.difference(image1, image2) that will handle some
323 return ImageChops.difference(image1.convert('RGB'), image2.convert('RGB'))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
loopfilter_v6.asm 448 ;roughly 3/7th difference across boundary
483 ;roughly 2/7th difference across boundary
524 ;roughly 1/7th difference across boundary
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 234 fixer_names = requested.difference(unwanted_fixes)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 234 fixer_names = requested.difference(unwanted_fixes)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoderTest.cpp 235 const int difference = abs(pixelA[channel] - pixelB[channel]); local
236 if (difference > maxDifference)
237 maxDifference = difference;
  /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)
  /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)

Completed in 855 milliseconds

1 2 3 4 56 7 8 91011>>