| /external/aac/libDRCdec/src/ |
| drcDec_reader.cpp | 140 int diff = 0; local 141 if (*dest != src) diff = 1; 143 return diff; 147 int diff = 0; local 148 if (*dest != src) diff = 1; 150 return diff; 1529 int diff = hUniDrcConfig->diff; local 1664 int i, diff = 0; local 1898 int diff = hLoudnessInfoSet->diff; local 1983 int i, diff = 0; local [all...] |
| /build/make/tools/ |
| check_builds.sh | 83 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt &> /dev/null 86 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt
|
| /cts/hostsidetests/theme/src/android/theme/cts/ |
| ComparisonTask.java | 61 final File diff = File.createTempFile("diff_" + mExpected.getName(), ".png"); local 62 createDiff(expected, actual, diff); 63 return new Pair<>(mName, diff); 148 // The diff will contain image1, image2 and the difference between the two. 149 final BufferedImage diff = new BufferedImage( local 174 diff.setRGB(x, j, colorExpected); 176 diff.setRGB(x, j, colorActual); 178 diff.setRGB(x, j, colorDiff); 182 ImageIO.write(diff, "png", out);
|
| /dalvik/dx/tests/129-numthread-deterministic/ |
| run | 50 diff -r out out-multi > unit-out.txt
|
| /dalvik/dx/tests/130-numthread-multidex-deterministic/ |
| run | 49 diff -r out out-multi > unit-out.txt
|
| /external/compiler-rt/lib/dfsan/scripts/ |
| check_custom_wrappers.sh | 27 diff -u $DIFF_A $DIFF_B > ${DIFFOUT} 39 diff -u $DIFF_A $DIFF_B > ${DIFFOUT}
|
| /external/harfbuzz_ng/src/ |
| check-defs.sh | 34 } | diff "$def" - >&2 || stat=1
|
| /external/iw/ |
| version.sh | 15 if git diff-index --name-only HEAD | read dummy ; then
|
| /external/libnl/lib/netfilter/ |
| log_obj.c | 237 int diff = 0; local 244 diff |= NFNL_LOG_DIFF_VAL(GROUP, log_group); 245 diff |= NFNL_LOG_DIFF_VAL(COPY_MODE, log_copy_mode); 246 diff |= NFNL_LOG_DIFF_VAL(COPY_RANGE, log_copy_range); 247 diff |= NFNL_LOG_DIFF_VAL(FLUSH_TIMEOUT, log_flush_timeout); 248 diff |= NFNL_LOG_DIFF_VAL(ALLOC_SIZE, log_alloc_size); 249 diff |= NFNL_LOG_DIFF_VAL(QUEUE_THRESHOLD, log_queue_threshold); 254 return diff;
|
| /external/libnl/lib/route/ |
| nexthop.c | 86 int diff = 0; local 90 diff |= NH_DIFF(IFINDEX, a->rtnh_ifindex != b->rtnh_ifindex); 91 diff |= NH_DIFF(WEIGHT, a->rtnh_weight != b->rtnh_weight); 92 diff |= NH_DIFF(REALMS, a->rtnh_realms != b->rtnh_realms); 93 diff |= NH_DIFF(GATEWAY, nl_addr_cmp(a->rtnh_gateway, 97 diff |= NH_DIFF(FLAGS, 100 diff |= NH_DIFF(FLAGS, a->rtnh_flags != b->rtnh_flags); 104 return diff;
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_aq_variance.c | 98 const int diff = a[j] - b[j]; local 99 *sum += diff; 100 *sse += diff * diff; 121 const int diff = a[j] - b[j]; local 122 *sum += diff; 123 *sse += diff * diff;
|
| /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/llvm/tools/llvm-diff/ |
| DifferenceEngine.h | 63 void diff(Module *L, Module *R); 64 void diff(Function *L, Function *R);
|
| /external/ltp/testcases/commands/cp/ |
| cp_tests.sh | 64 if diff -r $src $dst; then 79 if diff $src $dst; then
|
| /external/ltp/testcases/commands/ln/ |
| ln_tests.sh | 47 if diff lname.out dname.out; then 62 if diff $fname $lname; then
|
| /external/ltp/testcases/commands/unzip/ |
| unzip01.sh | 79 if diff -w unzip_exp.out unzip.out; then 88 if diff "$TST_DATAROOT/dir.out" dir.out; then
|
| /external/ltp/testcases/kernel/fs/fs_maim/ |
| backbeat | 23 # an online backup of /sbin using cp, tar and diff. 48 $tmp = `diff -r $part3/sbin $part1/sbin`;
|
| /external/ltp/testcases/network/nfs/nfs_stress/ |
| nfs02 | 35 ROD diff $LTP_DATAFILES/ascii.jmb ascii.jmb 49 ROD diff $LTP_DATAFILES/$f ${f}cp
|
| /external/ltp/testcases/network/tcp_cmds/sendfile/ |
| sendfile01 | 50 tst_check_cmds diff stat 84 diff $serv_fname $clnt_fname > /dev/null 2>&1
|
| /external/okhttp/okhttp-ws-tests/ |
| fuzzingserver-test.sh | 28 diff fuzzingserver-expected.txt target/fuzzingserver-actual.txt
|
| /external/protobuf/ |
| generate_descriptor_proto.sh | 64 diff ${BASE_NAME}.pb.h $TMP/${BASE_NAME}.pb.h > /dev/null 68 diff ${BASE_NAME}.pb.cc $TMP/${BASE_NAME}.pb.cc > /dev/null 74 diff google/protobuf/compiler/plugin.pb.h $TMP/google/protobuf/compiler/plugin.pb.h > /dev/null 78 diff google/protobuf/compiler/plugin.pb.cc $TMP/google/protobuf/compiler/plugin.pb.cc > /dev/null
|
| /external/protobuf/util/ |
| generate_descriptor_proto.sh | 64 diff ${BASE_NAME}.pb.h $TMP/${BASE_NAME}.pb.h > /dev/null 68 diff ${BASE_NAME}.pb.cc $TMP/${BASE_NAME}.pb.cc > /dev/null 74 diff google/protobuf/compiler/plugin.pb.h $TMP/google/protobuf/compiler/plugin.pb.h > /dev/null 78 diff google/protobuf/compiler/plugin.pb.cc $TMP/google/protobuf/compiler/plugin.pb.cc > /dev/null
|
| /external/python/cpython3/Lib/unittest/ |
| util.py | 141 diff = _Mismatch(cnt_s, cnt_t, elem) 142 result.append(diff) 152 diff = _Mismatch(0, cnt_t, elem) 153 result.append(diff) 171 diff = _Mismatch(cnt_s, cnt_t, elem) 172 result.append(diff) 175 diff = _Mismatch(0, cnt_t, elem) 176 result.append(diff)
|
| /external/slf4j/integration/src/test/java/org/slf4j/ |
| IncompatibleMultiBindingAssertionTest.java | 37 int diff = 1024 + new Random().nextInt(10000); field in class:IncompatibleMultiBindingAssertionTest 56 String msg = "hello world " + diff;
|
| MissingSingletonMethodAssertionTest.java | 36 int diff = 1024 + new Random().nextInt(10000); field in class:MissingSingletonMethodAssertionTest 55 String msg = "hello world " + diff;
|