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

  /external/tcpdump/tests/
TESTrun.sh 4 mkdir -p DIFF
14 if sh ./$i >DIFF/$i.result
17 rm -f DIFF/$i.result
39 rm -f DIFF/$output.diff
48 cat DIFF/$output.diff >> failure-outputs.txt
  /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/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/java/tests/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/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/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 726 milliseconds