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

1 2

  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
func-filter-glob.tc 19 DIFF=`diff $TMPDIR/actual $TMPDIR/expected`
20 test -z "$DIFF"
  /external/capstone/bindings/
Makefile 3 DIFF = diff -u -w
69 $(DIFF) $(TEST)_e $(TEST)_o
70 $(DIFF) $(TEST_ARM)_e $(TEST_ARM)_o
71 $(DIFF) $(TEST_ARM64)_e $(TEST_ARM64)_o
72 $(DIFF) $(TEST_MIPS)_e $(TEST_MIPS)_o
73 $(DIFF) $(TEST_PPC)_e $(TEST_PPC)_o
74 $(DIFF) $(TEST_SPARC)_e $(TEST_SPARC)_o
75 $(DIFF) $(TEST_SYSZ)_e $(TEST_SYSZ)_o
76 $(DIFF) $(TEST_X86)_e $(TEST_X86)_
    [all...]
  /toolchain/binutils/binutils-2.27/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/scapy/scapy/tools/
check_asdis.py 18 DIFF=False
33 DIFF = True
89 if DIFF:
  /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/expat/tests/
xmltest.sh 14 # output differs are prefixed with "Output differs:", and a diff file
34 # Unicode-aware diff utility
35 DIFF="$TS/udiffer.py"
62 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile
64 cp outfile "$OUTPUT$reldir$file.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.27/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/webp/src/dsp/
lossless_sse2.c 74 const __m128i diff = _mm_sub_epi16(pb, pa); local
77 _mm_storeu_si128((__m128i*)out, diff);
352 // same on both operands (so that their sum of abs diff is zero). Here we
378 #define DO_PRED12(DIFF, LANE, OUT) do { \
379 const __m128i all = _mm_add_epi16(L, (DIFF)); \
386 #define DO_PRED12_SHIFT(DIFF, LANE) do { \
388 if ((LANE) == 0) (DIFF) = _mm_srli_si128((DIFF), 8); \
lossless_neon.c 414 #define DO_PRED12(DIFF, LANE) do { \
416 vqmovun_s16(vaddq_s16(vreinterpretq_s16_u16(L), (DIFF))); \
  /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/skqp/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))
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
CompareMem.asm 39 #define diff r6 define
66 eor diff, data1, data2 ; Non-zero if differences found.
67 cbnz diff, L0
71 ; Not reached the limit, must have found a diff.
85 orr diff, diff, mask
88 rev diff, diff
92 ; The MS-non-zero bit of DIFF marks either the first bit
96 clz pos, diff
    [all...]
  /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'
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProtoDumpUtil.java     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1063 milliseconds

1 2