/external/llvm/utils/ |
findoptdiff | 26 # for each pass, if they do differ, are placed in a diffs.# file. 80 diffs="diffs."$((counter++)) 81 diff "$opt1ll" "$opt2ll" > $diffs 87 head $diffs 88 echo 'Switches:' $switches_to_use >> $diffs 90 rm $diffs
|
/external/libmpeg2/common/x86/ |
ideint_spatial_filter_ssse3.c | 106 __m128i diff, diffs[3]; local 114 diffs[0] = _mm_setzero_si128(); 115 diffs[1] = _mm_setzero_si128(); 116 diffs[2] = _mm_setzero_si128(); 145 diffs[0] = _mm_add_epi64(diffs[0], diff); 148 diffs[1] = _mm_add_epi64(diffs[1], diff); 151 diffs[2] = _mm_add_epi64(diffs[2], diff) [all...] |
/external/guice/util/ |
generate-latest-docs.sh | 12 cp -R build/docs/latest-api-diffs $HOME/api-diffs-latest 13 cp lib/build/jdiff/*.gif $HOME/api-diffs-latest/ 21 git rm -rf api-docs/latest/api-diffs api-docs/latest/javadoc 23 cp -rf $HOME/api-diffs-latest api-docs/latest/api-diffs 26 git commit -m "Lastest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages"
|
/external/pdfium/testing/tools/ |
text_diff.py | 20 diffs = difflib.unified_diff( 26 for diff in diffs:
|
/external/skia/tools/ |
reformat-json.py | 12 so that subsequent runs of rebaseline.py will generate useful diffs 13 (only the actual checksum differences will show up as diffs, not obscured
|
jsondiff.py | 11 Gathers diffs between 2 JSON expectations files, or between actual and 43 # Object that generates diffs between two JSON gm result files. 141 """Generate a dictionary showing the diffs between old_dict and new_dict. 154 """Generate a dictionary showing the diffs: 165 """Generate a dictionary showing the diffs: 195 diffs = differ.GenerateDiffDict(oldfile=args.old, newfile=args.new) 196 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)
|
/external/valgrind/nightly/bin/ |
nightly | 104 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose 296 # Gather up the diffs (at most the first 100 lines for each one) into a 301 echo "Congratulations, all tests passed!" >> diffs 304 echo "=================================================" >> diffs 305 echo $i >> diffs 306 echo "=================================================" >> diffs 308 cat $i >> diffs 310 head -n $MAX_LINES $i >> diffs 311 echo "<truncated beyond $MAX_LINES lines>" >> diffs [all...] |
/external/skia/tests/ |
BlendTest.cpp | 15 struct Results { int diffs, diffs_0x00, diffs_0xff, diffs_by_1; }; member in struct:Results 19 SkDebugf("%d diffs, %d at 0x00, %d at 0xff, %d off by 1, all out of 65536\n", 20 r.diffs, r.diffs_0x00, r.diffs_0xff, r.diffs_by_1); 22 return r.diffs_by_1 == r.diffs // never off by more than 1 35 r.diffs++; 68 for (auto multiply : perfect) { REPORTER_ASSERT(r, test(multiply).diffs == 0); }
|
ImageFilterTest.cpp | 391 int diffs = memcmp(positiveResult1.getAddr32(0, y), negativeResult1.getAddr32(0, y), positiveResult1.rowBytes()); local 392 REPORTER_ASSERT(reporter, !diffs); 393 if (diffs) { 396 diffs = memcmp(positiveResult1.getAddr32(0, y), negativeResult2.getAddr32(0, y), positiveResult1.rowBytes()); 397 REPORTER_ASSERT(reporter, !diffs); 398 if (diffs) { 401 diffs = memcmp(positiveResult1.getAddr32(0, y), positiveResult2.getAddr32(0, y), positiveResult1.rowBytes()); 402 REPORTER_ASSERT(reporter, !diffs); 403 if (diffs) { 533 int diffs = memcmp(untiledResult.getAddr32(0, y), tiledResult.getAddr32(0, y), untiledResult.rowBytes()) local 590 int diffs = memcmp(result1.getAddr32(0, y), result2.getAddr32(0, y), result1.rowBytes()); local 739 int diffs = memcmp(result1.getAddr32(0, y), result2.getAddr32(0, y), result1.rowBytes()); local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
DataDrivenCalendarTest.java | 78 String diffs = diffSet.diffFrom(fromSet); local 80 +", SOURCE calendar was not set: Differences: "+ diffs); 92 String diffs = diffSet.diffFrom(fromSet); local 94 +", SET SOURCE calendar was not set: Differences: "+ diffs); 104 String diffs = diffSet.diffFrom(toSet); local 105 errln((String)"FAIL: "+thisString+", Differences: "+ diffs); 242 String diffs = diffSet.diffFrom(fromSet); local 244 +", SET SOURCE calendar was not set: Differences: "+ diffs); 292 String diffs = diffSet.diffFrom(toSet); local 294 +" Differences: "+ diffs ); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
DataDrivenCalendarTest.java | 74 String diffs = diffSet.diffFrom(fromSet); local 76 +", SOURCE calendar was not set: Differences: "+ diffs); 88 String diffs = diffSet.diffFrom(fromSet); local 90 +", SET SOURCE calendar was not set: Differences: "+ diffs); 100 String diffs = diffSet.diffFrom(toSet); local 101 errln((String)"FAIL: "+thisString+", Differences: "+ diffs); 238 String diffs = diffSet.diffFrom(fromSet); local 240 +", SET SOURCE calendar was not set: Differences: "+ diffs); 288 String diffs = diffSet.diffFrom(toSet); local 290 +" Differences: "+ diffs ); [all...] |
/development/ndk/tools/ |
headers-diff-bionic-vs-ndk.py | 145 self.diffs = {} 164 if arch not in self.diffs: 165 self.diffs[arch] = {} 166 if root not in self.diffs[arch]: 167 self.diffs[arch][root] = {} 169 self.diffs[arch][root][include] = output 184 if arch not in self.diffs: 187 roots = self.diffs[arch].keys() 191 includes = self.diffs[arch][root].keys() 196 diff = self.diffs[arch][root][include [all...] |
/external/icu/icu4c/source/test/intltest/ |
dadrcal.cpp | 223 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local 225 +", SET SOURCE calendar was not set: Differences: "+ diffs 271 UnicodeString diffs = diffSet.diffFrom(toSet, status); local 273 +" Differences: "+ diffs +"', status: " 307 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local 309 +", SOURCE calendar was not set: Differences: "+ diffs 329 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local 331 +", SET SOURCE calendar was not set: Differences: "+ diffs 349 UnicodeString diffs = diffSet.diffFrom(toSet, status); local 350 errln((UnicodeString)"FAIL: "+thisString+", Differences: "+ diffs [all...] |
dadrfmt.cpp | 305 UnicodeString diffs = diffSet.diffFrom(fromSet, status); local 307 +", Differences: '"+ diffs
|
/cts/apps/CameraITS/tests/scene1/ |
test_dng_noise_model.py | 105 diffs = [var_measured[ch][i] - var_expected[ch][i] 107 print "Diffs (%s):"%(["R","GR","GB","B"][ch]), diffs 108 for i,diff in enumerate(diffs):
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
fsdiff.py | 322 def report_expected_diffs(diffs, colorize=False): 327 if not diffs: 329 diffs = diffs.items() 330 diffs.sort() 333 for path, desc in diffs: 356 s.append('Files with differences: %s' % len(diffs))
|
/external/clang/utils/ |
CmpDriver | 188 diffs = list(diff.getDiffs()) 189 if diffs: 194 for i,(aElt,bElt) in enumerate(diffs):
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DataDrivenFormatTest.java | 187 String diffs = diffSet.diffFrom(fromSet); local 188 errln(caseString + " FAIL: differences: " + diffs);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DataDrivenFormatTest.java | 183 String diffs = diffSet.diffFrom(fromSet); local 184 errln(caseString + " FAIL: differences: " + diffs);
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 131 # Intersect the two diffs 132 "${dirname_self}"/intersect-diffs.py \
|
/frameworks/base/core/java/android/os/ |
WorkSource.java | 235 WorkSource[] diffs = new WorkSource[2]; local 236 diffs[0] = sNewbWork; 237 diffs[1] = sGoneWork; 238 return diffs;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
ftfy.sh | 132 # Intersect the two diffs 133 "${dirname_self}"/intersect-diffs.py \
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |