HomeSort by relevance Sort by last modified time
    Searched refs:DIFF (Results 1 - 20 of 20) sorted by null

  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
func-filter-glob.tc 29 DIFF=`diff $TMPDIR/actual $TMPDIR/expected`
30 test -z "$DIFF"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/avr/
noreloc_withoutrelax.d 1 #name: AVR no DIFF relocs without link relax
diffreloc_withrelax.d 1 #name: AVR DIFF relocs with link relax
  /external/toybox/scripts/
runtest.sh 11 # VERBOSE - Print the diff -u of each failed test case.
104 DIFF="$(diff -au${NOSPACE:+b} expected actual)"
105 if [ ! -z "$DIFF" ]
113 echo "$DIFF"
  /external/lz4/tests/
Makefile 132 DIFF:=diff
134 DIFF:=gdiff
147 $(DIFF) -s tmpSrc tmpB4
149 $(DIFF) -s tmpSrc tmpB5
151 $(DIFF) -s tmpSrc tmpB6
153 $(DIFF) -s tmpSrc tmpB7
155 $(DIFF) -s tmpSrc tmpNoSparse
158 ./datagen -s1 -g1200007 -P100 | $(DIFF) -s - tmpOdd
172 $(DIFF) tmp2M tmp
    [all...]
  /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/tcpdump/tests/
TESTrun.sh 4 mkdir -p DIFF
  /external/libyuv/files/unit_test/
convert_test.cc     [all...]
color_test.cc 39 #define TESTCS(TESTNAME, YUVTOARGB, ARGBTOYUV, HS1, HS, HN, DIFF) \
125 static_cast<int>(dst_pixels_opt[i]), DIFF); \
  /external/opencv/cvaux/src/
cvsegment.cpp 75 #define DIFF(p1,p2) ((unsigned)((p1)[0] - (p2)[0] + d_lw)<=Interval && \
79 /*#define DIFF(p1,p2) (CV_IABS((p1)[0] - (p2)[0]) + \
111 while( DIFF( img + (R+1)*3, /*img + R*3*/val0 ) && !mask[R + 1] )
114 while( DIFF( img + (L-1)*3, /*img + L*3*/val0 ) && !mask[L - 1] )
152 if( !mask[i] && DIFF( img + i*3, /*img - curstep + i*3*/val0 ))
156 while( !mask[j - 1] && DIFF( img + (j - 1)*3, /*img + j*3*/val0 ))
160 (DIFF( img + (i+1)*3, /*img + i*3*/val0 ) ||
161 (DIFF( img + (i+1)*3, /*img + (i+1)*3 - curstep*/val0) && i < R)))
202 #undef DIFF
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Material.java 42 public static final int DIFF = 4;
93 mColor[p + DIFF] = (byte) (255 * diffuse);
253 mColor[p + DIFF] = (byte) (255 * mp.mDiffuse);
279 mColor[p + DIFF] = (byte) (255 * diffuse);
296 mColor[p + DIFF] = (byte) (255 * mp.mDiffuse);
  /external/ltp/testcases/misc/math/fptests/
fptest02.c 48 #define DIFF 0.001
160 if (v > DIFF) {
165 tst_resm(TINFO, "diff = %.15f\n", v);
  /toolchain/binutils/binutils-2.25/opcodes/
crx-opc.c 428 #define CSTBIT_INST(NAME, OP, OPC1, DIFF, SHIFT, OPC2) \
434 {NAME, 2, OPC1+0*DIFF, SHIFT, CSTBIT_INS, {{OP,16}, {abs16,0}}}, \
436 {NAME, 3, OPC1+1*DIFF, SHIFT, CSTBIT_INS, {{OP,16}, {abs32,0}}}, \
440 {NAME, 2, OPC1+2*DIFF, SHIFT, CSTBIT_INS, {{OP,16}, {rbase_disps12,12}}}, \
442 {NAME, 3, OPC1+3*DIFF, SHIFT, CSTBIT_INS, {{OP,16}, {rbase_disps28,12}}}, \
444 {NAME, 2, OPC1+4*DIFF, SHIFT, CSTBIT_INS, {{OP,16}, {rindex_disps6,0}}}, \
446 {NAME, 3, OPC1+5*DIFF, SHIFT, CSTBIT_INS, {{OP,16}, {rindex_disps22,0}}}
  /external/skia/tools/
compare_codereview.py 391 ('CONTROL', 'ROLL', 'DIFF', 'BOT'))
394 diff = ''
397 diff = '!!!!'
400 diff = '....'
402 diff = '****'
404 control[bot].status, roll[bot].status, diff, bot))
  /external/webp/src/dsp/
lossless_sse2.c 72 const __m128i diff = _mm_sub_epi16(pb, pa); local
75 _mm_storeu_si128((__m128i*)out, diff);
307 // on both operands (to that their sum of abs diff is zero). Here we use *A.
350 #define DO_PRED12(DIFF, LANE, OUT) \
352 const __m128i all = _mm_add_epi16(L, (DIFF)); \
358 if (LANE == 0) (DIFF) = _mm_srli_si128((DIFF), 8); \
lossless_neon.c 415 #define DO_PRED12(DIFF, LANE) do { \
417 vqmovun_s16(vaddq_s16(vreinterpretq_s16_u16(L), (DIFF))); \
  /external/curl/packages/vms/
compare_curl_source.com 29 $! 5. Files that VMS DIFF can not process.
259 $! These files are in the wrong format for VMS diff, and we don't change them.
282 $ write sys$output "Skipping diff of ''ref_fname'"
294 $ diff/out=nl: 'wrk_spec' 'ref_spec'
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/valgrind/
configure 930 DIFF
    [all...]

Completed in 2566 milliseconds