/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
ftfy.sh | 132 # Intersect the two diffs 133 "${dirname_self}"/intersect-diffs.py \
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dadrfmt.cpp | 305 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local 307 +", Differences: '"+ diffs
|
/external/icu/icu4c/source/test/intltest/ |
dadrfmt.cpp | 305 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local 307 +", Differences: '"+ diffs
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
difflib.py | 565 # invariant: we've pumped out correct diffs to change 785 contrary, minimal diffs are often counter-intuitive, because they synch [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
difflib.py | 565 # invariant: we've pumped out correct diffs to change 785 contrary, minimal diffs are often counter-intuitive, because they synch [all...] |
/external/chromium_org/v8/test/mjsunit/tools/ |
tickprocessor.js | 329 var diffs = this.diffs = []; 341 diffs.push('line ' + outputPos + ': expected <' + 361 if (this.diffs.length > 0 || this.unexpectedOut != null) { 363 assertEquals([], this.diffs);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_case.py | 758 diffs = set(unittest.util._count_diff_all_purpose('aaabccd', 'abbbcce')) 760 self.assertEqual(diffs, expected) 762 diffs = unittest.util._count_diff_all_purpose([[]], []) 763 self.assertEqual(diffs, [(1, 0, [])]) 765 diffs = set(unittest.util._count_diff_hashable('aaabccd', 'abbbcce')) 767 self.assertEqual(diffs, expected) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_case.py | 758 diffs = set(unittest.util._count_diff_all_purpose('aaabccd', 'abbbcce')) 760 self.assertEqual(diffs, expected) 762 diffs = unittest.util._count_diff_all_purpose([[]], []) 763 self.assertEqual(diffs, [(1, 0, [])]) 765 diffs = set(unittest.util._count_diff_hashable('aaabccd', 'abbbcce')) 767 self.assertEqual(diffs, expected) [all...] |
/external/qemu/audio/ |
audio.c | 1203 static float diffs[MAX_DIFFS]; 1209 diffs[num_diffs] = (float)((now-last)/1e6); /* last diff in ms */ 1216 if (diffs[nn] < min_diff) min_diff = diffs[nn]; 1217 if (diffs[nn] > max_diff) max_diff = diffs[nn]; 1218 all_diff += diffs[nn]; [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | 1892 int diffs = 0; local [all...] |
/external/chromium_org/content/test/gpu/gpu_tests/ |
cloud_storage_test_base.py | 247 'script to upload failure images and diffs to cloud storage directly, '
|
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
server.py | 120 # SKP diffs. 121 # Ultimately, we will depend on buildbot steps linking to their own diffs on 598 url_remainder: string indicating which image diffs to generate 644 url_remainder: string indicating which image diffs to generate 654 url_remainder: string indicating which image diffs to generate 790 diffs = writable_expectations.get_diffs() 797 self.wfile.write(diffs) [all...] |
/external/oprofile/libpp/ |
format_output.cpp | 370 counts_t & c, diff_array_t const & diffs, bool hide_immutable) 382 extra_found_images, diffs[pclass]); 565 do_output(out, *it, it->sample, counts, it->diffs);
|
/external/skia/tests/ |
ImageFilterTest.cpp | 415 int diffs = memcmp(untiledResult.getAddr32(0, y), tiledResult.getAddr32(0, y), untiledResult.rowBytes()); local 416 REPORTER_ASSERT_MESSAGE(reporter, !diffs, filters[i].fName); 417 if (diffs) {
|
/dalvik/tools/dmtracedump/ |
TraceDump.c | 2643 DiffEntry* diffs = (DiffEntry*)malloc(max * sizeof(DiffEntry)); local [all...] |
/build/tools/releasetools/ |
common.py | 980 def ComputeDifferences(diffs): 981 """Call ComputePatch on all the Difference objects in 'diffs'.""" 982 print len(diffs), "diffs to compute" 985 by_size = [(i.tf.size, i) for i in diffs] [all...] |
ota_from_target_files | [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_sse2.asm | 122 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs 244 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
|
/external/owasp/sanitizer/ |
Makefile | 184 echo Suppressing spurious Javadoc diffs
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_sse2.asm | 122 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs 244 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
|
/external/lldb/source/Interpreter/ |
Options.cpp | 90 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs) 102 diffs.insert(*pos_a); [all...] |
/external/chromium_org/third_party/skia/tools/skpdiff/ |
diff_viewer.js | 249 return record.diffs[$scope.sortIndex].result;
|
/external/skia/tools/skpdiff/ |
diff_viewer.js | 249 return record.diffs[$scope.sortIndex].result;
|
/external/bison/ |
maint.mk | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
variance_impl_sse2.asm | 124 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs 246 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs [all...] |