/external/llvm/test/Feature/ |
smallest.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
unreachable.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
/external/llvm/utils/lit/utils/ |
check-sdist | 37 # Diff the files. 38 echo "Running diff..." 39 if (diff /tmp/lit_source_files.txt /tmp/lit_sdist_files.txt); then 40 echo "Diff is clean!"
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowProgressBar.java | 70 public void incrementProgressBy(int diff) { 71 if (!isIndeterminate()) setProgress(progress + diff); 75 public void incrementSecondaryProgressBy(int diff) { 76 if (!isIndeterminate()) setSecondaryProgress(secondaryProgress + diff);
|
/external/sqlite/dist/ |
README-Android | 8 diff -r -u -d orig . | grep -v "Only in" > Android.patch
|
/external/tcpdump/tests/ |
bgp_vpn_attrset.sh | 4 if (../tcpdump -t -n -v -r bgp_vpn_attrset.pcap | diff -w - bgp_vpn_attrset.out)
|
eapon1.sh | 7 if diff eapon1.new eapon1.out
|
esp0.sh | 5 if (../tcpdump -t -n -r 02-sunrise-sunset-esp.pcap | diff - esp0.out)
|
espudp1.sh | 7 if diff espudp1.new espudp1.out
|
isakmp1.sh | 6 if (../tcpdump -t -n -r isakmp-delete-segfault.pcap | diff - isakmp1.out)
|
isakmp2.sh | 6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
|
isakmp3.sh | 7 if diff isakmp3.new isakmp3.out
|
isakmp4.sh | 7 if diff isakmp4.new isakmp4.out
|
lmp.sh | 7 if diff lmp.new lmp.out
|
ospf-gmpls.sh | 7 if diff ospf-gmpls.new ospf-gmpls.out
|
/external/valgrind/main/auxprogs/ |
posixtestsuite-1.5.1-diff-results | 20 diff -U2 tmptmp_1 tmptmp_2;
|
/external/bzip2/ |
bzdiff | 4 # Bzcmp/diff wrapped for bzip2, 7 # Bzcmp and bzdiff are used to invoke the cmp or the diff pro- 9 # directly to cmp or diff. If only 1 file is specified, then 12 # necessary) and fed to cmp or diff. The exit status from cmp 13 # or diff is preserved. 19 *) comp=${DIFF-diff} ;;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
prettypatch.py | 37 def pretty_diff_file(self, diff): 40 assert(isinstance(diff, str)) 41 pretty_diff = self.pretty_diff(diff) 47 def pretty_diff(self, diff): 50 if not diff: 62 # PrettyPatch does not modify the encoding of the diff output 64 return self._executive.run_command(args, input=diff, decode_output=False)
|
/external/libvpx/libvpx/test/ |
vp9_subtract_test.cc | 46 int16_t *diff = reinterpret_cast<int16_t *>( local 47 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2)); 61 GetParam()(block_height, block_width, diff, block_width, 66 EXPECT_EQ(diff[r * block_width + c], 74 GetParam()(block_height, block_width, diff, block_width * 2, 79 EXPECT_EQ(diff[r * block_width * 2 + c], 87 vpx_free(diff);
|
/external/libvpx/libvpx/vpx_ports/ |
vpx_timer.h | 79 LARGE_INTEGER freq, diff; local 81 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart; 84 return diff.QuadPart * 1000000 / freq.QuadPart; 86 struct timeval diff; 88 timersub(&t->end, &t->begin, &diff); 89 return diff.tv_sec * 1000000 + diff.tv_usec;
|
/external/llvm/docs/CommandGuide/ |
llvm-diff.rst | 1 llvm-diff - LLVM structural 'diff' 9 **llvm-diff** [*options*] *module 1* *module 2* [*global name ...*] 16 **llvm-diff** compares the structure of two LLVM modules, primarily 29 **llvm-diff** compares two functions by comparing their basic blocks, 35 **llvm-diff** is intended as a debugging tool for writers of LLVM 43 If **llvm-diff** finds no differences between the modules, it will exit
|
/external/skia/tools/ |
git-skia-verify | 19 # It would delete {before,after,diff} directory under the current directory, 21 # After it's done, check out diff/index.html for the possible differences. 48 git diff --exit-code > /dev/null 54 git diff --cached --exit-code > /dev/null 62 rm -rf {before,after,diff} 63 mkdir {before,after,diff} 95 ./out/Release/skdiff before after diff
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
errorCalculator.rs | 49 float4 diff = idealPixel - givenPixel; 50 float totalDiff = diff.x + diff.y + diff.z + diff.w;
|
/external/libvpx/libvpx/tools/ |
ftfy.sh | 14 -n, --dry-run Shows a diff of the changes to be made. 71 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3 94 ORIG_DIFF=orig.diff.$$ 95 MODIFIED_DIFF=modified.diff.$$ 96 FINAL_DIFF=final.diff.$$ 111 if ! git diff --quiet HEAD; then 119 # Collect the original diff 122 # Apply the style guide on new and modified files and collect its diff 123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
StackStats.cpp | 106 // Update the checkpoint diff stats: 107 int diff = last - current; local 108 if (diff > StackStats::s_maxCheckPointDiff) { 109 StackStats::s_maxCheckPointDiff = diff; 123 dataLogF(" CHECKPOINT %p diff %d/%.1fk/max %.1fk | reentry %d/max %d | height %.1fk/max %.1fk | stack %p size %.1fk\n", 124 this, diff, diff / 1024.0, StackStats::s_maxCheckPointDiff / 1024.0, 148 dataLogF(" POP to %p diff max %.1fk | reentry %d/%d max | height %.1fk/max %.1fk | stack %p size %.1fk)\n", 184 // Update the checkpoint diff stats: 185 int diff = last - current local 235 int diff = last - current; local [all...] |