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

<<11121314151617181920>>

  /packages/apps/Messaging/src/com/android/messaging/util/exif/
CountedDataInputStream.java 79 long diff = target - cur; local
80 assert(diff >= 0);
81 skipOrThrow(diff);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewProgressController.java 102 final long diff = Math.abs(System.currentTimeMillis() - mLoadingShownTime); local
103 if (diff > sMinShowTime) {
111 }, Math.abs(sMinShowTime - diff));
  /system/core/debuggerd/
debuggerd_benchmark.cpp 55 auto diff = now - last; local
56 if (diff > max_diff) {
57 max_diff = diff;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
ifunc-8.s 40 .macro diff,name
81 alldirs diff,f1
82 alldirs diff,f3
  /external/libavc/encoder/
ime_distortion_metrics.c 141 WORD32 diff; local
145 diff = src - pu1_ref_half_x[col];
146 pi4_sad[0] += ABS(diff);
148 diff = src - pu1_ref_half_x_left[col];
149 pi4_sad[1] += ABS(diff);
151 diff = src - pu1_ref_half_y[col];
152 pi4_sad[2] += ABS(diff);
154 diff = src - pu1_ref_half_y_top[col];
155 pi4_sad[3] += ABS(diff);
157 diff = src - pu1_ref_half_xy[col]
239 WORD32 diff; local
    [all...]
  /external/ltp/testcases/commands/ar/
ar01 38 if diff ar.out ar.exp >/dev/null; then
57 if diff ar.out ar.exp > /dev/null; then
75 if diff ar.out ar.exp; then
94 if diff ar.out ar.exp > /dev/null; then
141 if diff ar.out ar.exp > /dev/null; then
160 if diff ar.out ar.exp > /dev/null; then
178 if diff ar.out ar.exp >/dev/null; then
197 if diff ar.out ar.exp > /dev/null; then
216 if diff ar.out ar.exp > /dev/null; then
234 if diff ar.out ar.exp > /dev/null; the
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strcmp.S 50 #define diff x5 define
76 eor diff, data1, data2 /* Non-zero if differences found. */
78 orr syndrome, diff, has_nul
117 orr syndrome, diff, has_nul
  /bionic/tools/versioner/tests/preprocessor/
run.sh 8 diff -q -w -B $2 expected
  /bionic/tools/versioner/tests/preprocessor_extern_cpp/
run.sh 8 diff -q -w -B $2 expected
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 120 static void CalcBands(UCHAR *diff, UCHAR start, UCHAR stop, UCHAR num_bands);
121 static SBR_ERROR modifyBands(UCHAR max_band, UCHAR *diff, UCHAR length);
122 static void cumSum(UCHAR start_value, UCHAR *diff, UCHAR length,
442 /* Adjust diff vector to get sepc. SBR range */
575 static void CalcBands(UCHAR *diff, /*!< Vector of widths to be calculated */
603 diff[i] = previous - current;
611 static void cumSum(UCHAR start_value, UCHAR *diff, UCHAR length,
616 start_adress[i] = start_adress[i - 1] + diff[i - 1];
626 static SBR_ERROR modifyBands(UCHAR max_band_previous, UCHAR *diff,
628 int change = max_band_previous - diff[0]
    [all...]
  /external/autotest/client/bin/self-test/
test 44 diff -u "$i-out" "$i-tmp"
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 177 long diff; local
178 diff = USEC_PER_SEC * ((int) t1.tv_sec - (int) t2.tv_sec);
179 diff += ((int) t1.tv_nsec - (int) t2.tv_nsec) / 1000;
180 return diff;
280 long diff; local
315 diff = calcdiff(now, next);
316 if (diff < stat->min)
317 stat->min = diff;
318 if (diff > stat->max)
319 stat->max = diff;
512 long diff = stat->values[stat->cyclesread & par->bufmsk]; local
    [all...]
  /external/freetype/builds/atari/
gen-purec-patch.sh 37 env LANG=C diff -ur orig purec > ../purec.diff
  /external/libvpx/libvpx/test/
fdct8x8_test.cc 170 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); local
172 EXPECT_LT(diff, max_diff << (bit_depth_ - 8))
177 << " count1: " << count_sign_block[j][1] << " diff: " << diff; local
201 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); local
203 EXPECT_LT(diff, max_diff << (bit_depth_ - 8))
208 << " count1: " << count_sign_block[j][1] << " diff: " << diff; local
266 const int diff = local
269 const int diff = dst[j] - src[j]
349 const int diff = local
422 const int diff = local
456 const int32_t diff = coeff[j] - coeff_r[j]; local
508 const int diff = local
    [all...]
  /external/libxml2/
check-xinclude-test-suite.py 86 diff = None
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
165 if diff != None:
166 log.write("diff from test %s:\n" %(id))
167 log.write(" -----------\n%s\n -----------\n" % (diff));
  /external/libyuv/files/unit_test/
scale_argb_test.cc 236 int diff = ARGBTestFilter( \
241 EXPECT_LE(diff, max_diff); \
244 int diff = ARGBClipTestFilter( \
248 EXPECT_LE(diff, max_diff); \
272 int diff = ARGBTestFilter(benchmark_width_, benchmark_height_, width, \
275 EXPECT_LE(diff, max_diff); \
278 int diff = ARGBTestFilter(width, height, Abs(benchmark_width_), \
282 EXPECT_LE(diff, max_diff); \
285 int diff = \
288 EXPECT_LE(diff, max_diff);
435 int diff = local
443 int diff = YUVToARGBTestFilter( local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/timers/
adjtick.c 72 long long diff = 0, tmp; local
87 if (diff == 0 || newdiff < diff) {
88 diff = newdiff;
  /external/llvm/utils/
findoptdiff 81 diff "$opt1ll" "$opt2ll" > $diffs
84 echo "Diff fails with these switches:"
  /external/ltp/include/
tst_fuzzy_sync.h 54 * @avg_alpha: The rate at which old diff samples are forgotten,
196 long diff; local
201 diff = pair->a.tv_nsec - pair->b.tv_nsec
203 avg = tst_exp_moving_avg(pair->avg_alpha, diff, avg);
205 fabs(diff - avg),
  /external/ltp/testcases/commands/cpio/
cpio_tests.sh 44 if diff -r "dir" "dir_orig"; then
  /external/ltp/testcases/kernel/controllers/io-throttle/
run_io_throttle_test.sh 112 diff=$((${IOBW[$i]} - $iorate))
113 echo "($MYGROUP) i/o-bw ${IOBW[$i]} KiB/s, i/o-rate $iorate KiB/s, err $diff KiB/s"
  /external/ltp/testcases/network/nfs/nfslock01/
nfslock01 71 diff flock_odata flock_idata
  /external/skia/tests/
PackedConfigsTextureTest.cpp 26 uint8_t diff = 0; local
28 diff = control - test;
30 diff = test - control;
32 REPORTER_ASSERT(reporter, diff < TOL);
  /external/skqp/tests/
PackedConfigsTextureTest.cpp 26 uint8_t diff = 0; local
28 diff = control - test;
30 diff = test - control;
32 REPORTER_ASSERT(reporter, diff < TOL);
  /external/swiftshader/third_party/LLVM/utils/
Makefile 14 EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh \

Completed in 1384 milliseconds

<<11121314151617181920>>