Searched defs:differences (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/components/copresence/mediums/audio/
H A Daudio_player_unittest.cc105 int differences = 0; local
107 differences += (buffer_->channel(0)[i] != samples->channel(0)[i]);
108 ASSERT_EQ(0, differences);
H A Daudio_recorder_unittest.cc153 int differences = 0; local
162 differences += (buffer_view[di] != channel_data_[ch][si]);
165 ASSERT_EQ(0, differences);
/external/chromium_org/third_party/skia/tools/
H A Dskdiff_html.cpp31 const RecordArray& differences,
57 stream->writeDecAsText(differences.count());
226 const RecordArray& differences,
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
286 for (i = 0; i < differences.count(); i++) {
287 DiffRecord* diff = differences[i];
28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) argument
224 print_diff_page(const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir) argument
H A Dskdiff_main.cpp332 RecordArray* differences,
469 differences->push(drp);
490 differences->push(drp);
511 differences->push(drp);
549 "\n --threshold <n>: only report differences > n (per color channel) [default 0]"
585 RecordArray differences; local
755 create_diff_images(diffProc, colorThreshold, &differences,
761 if (differences.count()) {
762 qsort(differences.begin(), differences
330 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DComponentResults.java101 public List getConfigNumbers(String configName, boolean fingerprints, List differences) { argument
123 differences.add(firstLine);
142 differences.add(line);
161 // Write differences lines
167 // appendDifferences(lastBuildName, configName, previousMilestoneName, differences, fingerprints);
168 // appendDifferences(lastBuildName, configName, previousBuildName, differences, fingerprints);
170 // Return the computed differences
171 return differences;
/external/skia/tools/
H A Dskdiff_html.cpp31 const RecordArray& differences,
57 stream->writeDecAsText(differences.count());
226 const RecordArray& differences,
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
286 for (i = 0; i < differences.count(); i++) {
287 DiffRecord* diff = differences[i];
28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) argument
224 print_diff_page(const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir) argument
H A Dskdiff_main.cpp332 RecordArray* differences,
469 differences->push(drp);
490 differences->push(drp);
511 differences->push(drp);
549 "\n --threshold <n>: only report differences > n (per color channel) [default 0]"
585 RecordArray differences; local
755 create_diff_images(diffProc, colorThreshold, &differences,
761 if (differences.count()) {
762 qsort(differences.begin(), differences
330 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument
[all...]
/external/iproute2/doc/
H A Dip-tunnels.tex102 \paragraph{Summary of differences between 2.2 and 2.0.}
307 Now we can discuss more subtle differences between tunneling in 2.0
374 From kernel and user viewpoints there are no differences between
/external/chromium_org/chrome/browser/download/
H A Ddownload_history_unittest.cc176 IdSet differences = base::STLSetDifference<IdSet>(ids, remove_downloads_); local
177 for (IdSet::const_iterator different = differences.begin();
178 different != differences.end(); ++different) {
/external/guava/guava/src/com/google/common/collect/
H A DMaps.java358 Map<K, MapDifference.ValueDifference<V>> differences = newHashMap();
370 differences.put(
381 areEqual, onlyOnLeft, onlyOnRight, onBoth, differences);
386 Map<K, ValueDifference<V>> differences) {
391 Collections.unmodifiableMap(differences));
399 final Map<K, ValueDifference<V>> differences; field in class:Maps.MapDifferenceImpl
403 Map<K, ValueDifference<V>> differences) {
408 this.differences = differences;
433 return differences;
384 mapDifference(boolean areEqual, Map<K, V> onlyOnLeft, Map<K, V> onlyOnRight, Map<K, V> onBoth, Map<K, ValueDifference<V>> differences) argument
401 MapDifferenceImpl(boolean areEqual, Map<K, V> onlyOnLeft, Map<K, V> onlyOnRight, Map<K, V> onBoth, Map<K, ValueDifference<V>> differences) argument
573 sortedMapDifference( boolean areEqual, SortedMap<K, V> onlyOnLeft, SortedMap<K, V> onlyOnRight, SortedMap<K, V> onBoth, SortedMap<K, ValueDifference<V>> differences) argument
585 SortedMapDifferenceImpl(boolean areEqual, SortedMap<K, V> onlyOnLeft, SortedMap<K, V> onlyOnRight, SortedMap<K, V> onBoth, SortedMap<K, ValueDifference<V>> differences) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java355 Map<K, MapDifference.ValueDifference<V>> differences = newHashMap();
367 differences.put(
378 areEqual, onlyOnLeft, onlyOnRight, onBoth, differences);
383 Map<K, ValueDifference<V>> differences) {
388 Collections.unmodifiableMap(differences));
396 final Map<K, ValueDifference<V>> differences; field in class:Maps.MapDifferenceImpl
400 Map<K, ValueDifference<V>> differences) {
405 this.differences = differences;
430 return differences;
381 mapDifference(boolean areEqual, Map<K, V> onlyOnLeft, Map<K, V> onlyOnRight, Map<K, V> onBoth, Map<K, ValueDifference<V>> differences) argument
398 MapDifferenceImpl(boolean areEqual, Map<K, V> onlyOnLeft, Map<K, V> onlyOnRight, Map<K, V> onBoth, Map<K, ValueDifference<V>> differences) argument
570 sortedMapDifference( boolean areEqual, SortedMap<K, V> onlyOnLeft, SortedMap<K, V> onlyOnRight, SortedMap<K, V> onBoth, SortedMap<K, ValueDifference<V>> differences) argument
582 SortedMapDifferenceImpl(boolean areEqual, SortedMap<K, V> onlyOnLeft, SortedMap<K, V> onlyOnRight, SortedMap<K, V> onBoth, SortedMap<K, ValueDifference<V>> differences) argument
[all...]
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c799 int differences = 0; local
806 differences ++;
809 if (differences) {
810 print_error("%d bytes of 0x%08x and 0x%08x differ\n", differences,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jar ... .core.databinding.observable.list.ListDiffEntry[] differences int i org.eclipse.core.databinding. ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 706 milliseconds