HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 76 - 100 of 3197) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/test/089-many-methods/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/nul
  /art/test/677-fsi/
check 23 diff --strip-trailing-cr -q "$1" "$2.tmp2" >/dev/null
  /bionic/tools/
update_seccomp.sh 6 git diff --exit-code HEAD libc/seccomp/
update_syscalls.sh 6 git diff --exit-code HEAD libc/arch-*/syscalls/
  /bionic/tools/versioner/tests/preprocessor_idempotence/
run.sh 4 diff -q -w -B out expected
  /bionic/tools/versioner/tests/preprocessor_no_guard/
run.sh 4 diff -q -w -B out expected
  /external/clang/utils/ABITest/layout/
Makefile 29 test.%.report: test.%.x.diff test.%.y.diff
42 .PRECIOUS: test.%.x.diff
43 test.%.x.diff: test.%.ref.out test.%.x.out
44 -diff $^ > $@
45 .PRECIOUS: test.%.y.diff
46 test.%.y.diff: test.%.ref.out test.%.y.out
47 -diff $^ > $@
  /external/icu/tools/srcgen/javadoc_patches/
create_patches_i.sh 22 GIT_EXTERNAL_DIFF=${SCRIPT_DIR}/git_diff_create_patch_i.sh git diff -- ${ICU4J_DIR}
  /external/libavc/common/x86/
ih264_deblk_chroma_ssse3.c 110 __m128i diff, alpha_cbcr_16x8, beta_cbcr_16x8; local
145 diff = _mm_subs_epi16(p0_uv_8x16, q0_uv_8x16); //Condn 1
146 diff = _mm_abs_epi16(diff);
148 flag1 = _mm_cmpgt_epi16(alpha_cbcr_16x8, diff);
150 diff = _mm_subs_epi16(q1_uv_8x16, q0_uv_8x16); //Condtn 2
151 diff = _mm_abs_epi16(diff);
153 flag1 = _mm_and_si128(flag1, _mm_cmpgt_epi16(beta_cbcr_16x8, diff));
155 diff = _mm_subs_epi16(p1_uv_8x16, p0_uv_8x16); //Condtn
293 __m128i diff, alpha_cbcr_16x8, beta_cbcr_16x8; local
447 __m128i diff, diff1, alpha_cbcr_16x8, beta_cbcr_16x8, in_macro; local
668 __m128i diff, diff1, alpha_cbcr_16x8, beta_cbcr_16x8, in_macro; local
848 __m128i diff, alpha_cbcr_16x8, beta_cbcr_16x8; local
986 __m128i diff, diff1, alpha_cbcr_16x8, beta_cbcr_16x8, in_macro; local
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2.c 28 // Return: state + ((diff * tbl_value) >> 16)
31 int32_t diff,
34 __asm __volatile ("smlawb %0, %1, %2, %3": "=r"(result): "r"(diff),
40 // Return: Return: state + (((diff << 1) * tbl_value) >> 32)
47 int32_t diff,
50 __asm __volatile ("smmla %0, %1, %2, %3": "=r"(result): "r"(diff << 1),
72 int32_t tmp1, tmp2, diff, in32, out32; local
87 diff = in32 - state1;
88 tmp1 = MUL_ACCUM_1(kResampleAllpass2[0], diff, state0);
90 diff = tmp1 - state2
130 int32_t tmp1, tmp2, diff, in32, out32; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheStatsTest.java 64 CacheStats diff = two.minus(one); local
65 assertEquals(76, diff.requestCount());
66 assertEquals(42, diff.hitCount());
67 assertEquals(42.0/76, diff.hitRate());
68 assertEquals(34, diff.missCount());
69 assertEquals(34.0/76, diff.missRate());
70 assertEquals(26, diff.loadSuccessCount());
71 assertEquals(22, diff.loadExceptionCount());
72 assertEquals(22.0/48, diff.loadExceptionRate());
73 assertEquals(26 + 22, diff.loadCount())
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
subtract_neon.c 16 void vpx_subtract_block_neon(int rows, int cols, int16_t *diff,
37 vst1q_s16(&diff[c + 0], vreinterpretq_s16_u16(v_diff_lo_00));
38 vst1q_s16(&diff[c + 8], vreinterpretq_s16_u16(v_diff_hi_00));
39 vst1q_s16(&diff[c + 16], vreinterpretq_s16_u16(v_diff_lo_16));
40 vst1q_s16(&diff[c + 24], vreinterpretq_s16_u16(v_diff_hi_16));
42 diff += diff_stride;
54 vst1q_s16(&diff[0], vreinterpretq_s16_u16(v_diff_lo));
55 vst1q_s16(&diff[8], vreinterpretq_s16_u16(v_diff_hi));
56 diff += diff_stride;
65 vst1q_s16(&diff[0], vreinterpretq_s16_u16(v_diff))
    [all...]
  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 76 LARGE_INTEGER freq, diff; local
78 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
81 return diff.QuadPart * 1000000 / freq.QuadPart;
83 struct timeval diff;
85 timersub(&t->end, &t->begin, &diff);
86 return (int64_t)diff.tv_sec * 1000000 + diff.tv_usec;
  /external/robolectric-shadows/
wrapper_test.sh 54 diff testfile output || true
60 if ! diff testfile output; then
62 diff testfile output || true
68 if ! diff testfileWithModule output-eval; then
70 diff testfileWithModule output || true
76 if ! diff testfileWithModuleTruncated output-eval; then
78 diff testfileWithModuleTruncated output || true
  /prebuilts/misc/common/robolectric/3.1.1/
wrapper_test.sh 54 diff testfile output || true
60 if ! diff testfile output; then
62 diff testfile output || true
68 if ! diff testfileWithModule output-eval; then
70 diff testfileWithModule output || true
76 if ! diff testfileWithModuleTruncated output-eval; then
78 diff testfileWithModuleTruncated output || true
  /prebuilts/misc/common/robolectric/3.4.2/
wrapper_test.sh 54 diff testfile output || true
60 if ! diff testfile output; then
62 diff testfile output || true
68 if ! diff testfileWithModule output-eval; then
70 diff testfileWithModule output || true
76 if ! diff testfileWithModuleTruncated output-eval; then
78 diff testfileWithModuleTruncated output || true
  /prebuilts/misc/common/robolectric/3.5.1/
wrapper_test.sh 54 diff testfile output || true
60 if ! diff testfile output; then
62 diff testfile output || true
68 if ! diff testfileWithModule output-eval; then
70 diff testfileWithModule output || true
76 if ! diff testfileWithModuleTruncated output-eval; then
78 diff testfileWithModuleTruncated output || true
  /prebuilts/misc/common/robolectric/3.6.1/
wrapper_test.sh 54 diff testfile output || true
60 if ! diff testfile output; then
62 diff testfile output || true
68 if ! diff testfileWithModule output-eval; then
70 diff testfileWithModule output || true
76 if ! diff testfileWithModuleTruncated output-eval; then
78 diff testfileWithModuleTruncated output || true
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
HasCoverage.java 31 int diff = Integer.compare(getCoveragePercentageSegment(lhsPct), local
33 return diff != 0 ? diff :
  /external/autotest/client/site_tests/graphics_VTSwitch/
graphics_VTSwitch.py 74 diff = get_percent_difference(vt1_screenshot, vt2_screenshot)
75 keyvals['percent_initial_VT1_VT2_difference'] = diff
76 if not diff >= difference_percent_threshold:
80 (diff, vt1_screenshot, vt2_screenshot))
97 diff = get_percent_difference(vt1_screenshot,
99 if not diff < similarity_percent_threshold:
101 max(diff, max_vt1_difference_percent)
104 diff, vt1_screenshot,
115 diff = get_percent_difference(vt2_screenshot,
117 if not diff <= similarity_percent_threshold
    [all...]
  /external/compiler-rt/test/asan/TestCases/
max_redzone.cc 24 size_t diff = after - before; local
25 return !(large_redzone ? diff > 46000000 : diff < 46000000);
  /external/libvpx/libvpx/third_party/libyuv/source/
compare_common.cc 24 int diff = src_a[i] - src_b[i]; local
25 sse += (uint32)(diff * diff);
  /external/libyuv/files/source/
compare_common.cc 24 int diff = src_a[i] - src_b[i]; local
25 sse += (uint32)(diff * diff);
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsp_to_lsf.c 34 int16_t diff; /* diff between table value and desired value (Q15) */ local
62 /* Calculate diff, which is used in the linear approximation of acos(x) */
63 diff = (*lspPtr)-(*cosTblPtr);
71 tmp = (int16_t)((WebRtcIlbcfix_kAcosDerivative[k] * diff) >> 11);
  /tools/dexter/slicer/
dex_utf8.cc 62 int diff = utf1 - utf2; local
64 if (diff != 0) {
65 return diff;

Completed in 1640 milliseconds

1 2 34 5 6 7 8 91011>>