/external/tcpdump/tests/ |
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/libvpx/libvpx/vpx_ports/ |
vpx_timer.h | 83 LARGE_INTEGER freq, diff; local 85 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart; 88 return diff.QuadPart * 1000000 / freq.QuadPart; 90 struct timeval diff; 92 timersub(&t->end, &t->begin, &diff); 93 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
|
/external/webkit/Tools/Scripts/webkitpy/common/ |
prettypatch.py | 39 def pretty_diff_file(self, diff): 42 assert(isinstance(diff, str)) 43 pretty_diff = self.pretty_diff(diff) 49 def pretty_diff(self, diff): 52 if not diff: 65 # PrettyPatch does not modify the encoding of the diff output 67 return self._executive.run_command(args, input=diff, decode_output=False)
|
/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. 70 diff -u "$ORIG_COMMIT_MSG" "$NEW_COMMIT_MSG" | tail -n +3 93 ORIG_DIFF=orig.diff.$$ 94 MODIFIED_DIFF=modified.diff.$$ 95 FINAL_DIFF=final.diff.$$ 110 if ! git diff --quiet HEAD; then 118 # Collect the original diff 121 # Apply the style guide on new and modified files and collect its diff 122 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
results.html | 26 <li>results color depends on the diff of the delta with the baseline: 28 <li>red: <code>diff <= -5%</code></li> 29 <li>magenta: <code>-5% < diff < 0%</code></li> 30 <li>black: <code>0% <= diff < +10%</code></li> 31 <li>blue: <code>+10% <= diff < +25%</code></li> 32 <li>green: <code>diff >= +25%</code></li>
|
/external/skia/src/core/ |
SkMathPriv.h | 42 int diff = max - value; 43 // clear diff if diff is positive 44 diff &= diff >> 31; 46 return value + diff;
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
encodemb_altivec.asm | 15 ;# r3 short *diff 56 stvx v3, 0, r3 ;# store out diff 65 stvx v3, r10, r3 ;# store out diff 93 stvx v3, 0, r3 ;# store out diff 102 stvx v3, r10, r3 ;# store out diff 112 ;# r3 short *diff 138 stvx v3, 0, r3 ;# store out diff 145 stvx v3, r10, r3 ;# store out diff
|
/external/linux-tools-perf/bench/ |
sched-pipe.c | 52 struct timeval start, stop, diff; local 87 timersub(&stop, &start, &diff); 101 result_usec = diff.tv_sec * 1000000; 102 result_usec += diff.tv_usec; 105 diff.tv_sec, 106 (unsigned long) (diff.tv_usec/1000)); 117 diff.tv_sec, 118 (unsigned long) (diff.tv_usec / 1000));
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
confirmdiff.py | 48 def _show_pretty_diff(self, diff): 55 pretty_diff_file = pretty_patch.pretty_diff_file(diff) 59 # file alive until the user has had a chance to confirm the diff. 69 diff = self.cached_lookup(state, "diff") 70 pretty_diff_file = self._show_pretty_diff(diff) 72 self._tool.user.page(diff) 73 diff_correct = self._tool.user.confirm("Was that diff correct?")
|
/external/clang/test/ARCMT/ |
api.m | 3 // RUN: diff %t %s.result
|
api.m.result | 3 // RUN: diff %t %s.result
|
dispatch.m.result | 3 // RUN: diff %t %s.result
|
with-arc-mode-modify.m | 4 // RUN: diff %t %s.result
|
with-arc-mode-modify.m.result | 4 // RUN: diff %t %s.result
|
/external/clang/test/Frontend/ |
ast-main.c | 4 // RUN: diff %t1.ll %t2.ll
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 2 * Diff Match and Patch 5 * http://code.google.com/p/google-diff-match-patch/ 40 * Functions for diff, match and patch. 48 * Class containing the diff, match and patch methods. 57 * Number of seconds to map a diff before giving up (0 for infinity). 65 * The size beyond which the double-ended diff activates. 114 // DIFF FUNCTIONS 118 * The data structure representing a diff is a Linked list of Diff objects: 119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye") [all...] |
/external/libnfc-nxp/Linux_x86/ |
phOsalNfc_Utils.c | 42 int8_t diff = 0; local 47 for(;((n>0)&&(diff==0));n--,b1++,b2++) 49 diff = *b1 - *b2; 52 return (int)diff;
|
/external/llvm/test/Feature/ |
float.ll | 3 ; RUN: diff %t1.ll %t2.ll
|