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

<<11121314151617181920>>

  /external/syslinux/gpxe/src/util/
diffsize.pl 95 my $diff = $Sizes{$_}{new} - $Sizes{$_}{old};
96 if (abs($diff) >= 16) {
99 $total += $diff;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
IngestObjectInfo.java 61 long diff = getDateCreated() - another.getDateCreated(); local
62 if (diff < 0) {
64 } else if (diff == 0) {
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressDialog.java 74 long diff = System.currentTimeMillis() - mStartTime; local
75 if (diff >= mMinShowTime || mStartTime == -1) {
82 mHandler.postDelayed(mDelayedDismiss, mMinShowTime - diff);
  /tools/tradefederation/core/src/com/android/tradefed/util/
SimpleStats.java 147 Double diff = meas - avg; local
148 ssd += diff * diff;
  /art/tools/cpp-define-generator/
presubmit-check-files-up-to-date 64 if ! diff "$PREUPLOAD_COMMIT_COPY" "$BUILD_COPY"; then
  /external/ImageMagick/MagickWand/tests/
Makefile 23 script-token-test.sh | diff script-token-test-results.txt -
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 120 static void CalcBands(INT *diff, INT start, INT stop, INT num_bands);
121 static INT modifyBands(INT max_band, INT *diff, INT length);
122 static void cumSum(INT start_value, INT *diff, INT length, UCHAR *start_adress);
533 /* Adjust diff vector to get sepc. SBR range */
562 static void CalcBands(INT *diff, INT start, INT stop, INT num_bands) {
576 diff[i - 1] = current - previous;
582 static void cumSum(INT start_value, INT *diff, INT length,
587 start_adress[i] = start_adress[i - 1] + diff[i - 1];
590 static INT modifyBands(INT max_band_previous, INT *diff, INT length) {
591 INT change = max_band_previous - diff[0]
    [all...]
  /external/annotation-tools/scene-lib/src/annotations/util/
SceneOps.java 41 * Currently the only available subcommand is "diff", which must be
43 * and the "subtrahend" (see {@link #diff(AScene, AScene)}). If
44 * successful, the diff subcommand writes the scene it calculates to
50 if (args.length != 3 || !"diff".equals(args[0])) {
52 "usage: java annotations.util.SceneOps diff first.jaif second.jaif");
62 AScene diff = diff(s1, s2); local
65 IndexFileWriter.write(diff, w);
83 public static AScene diff(AScene s1, AScene s2) { method in class:SceneOps
84 AScene diff = new AScene() local
115 assert emptyScene.equals(diff(scene1, scene1)); method
116 assert emptyScene.equals(diff(scene1, scene2)); method
139 diff(minuend.imports, subtrahend.imports, difference.imports); method
294 diff(minuend.tlAnnotationsHere, subtrahend.tlAnnotationsHere, method
329 private static <T> void diff(Set<T> minuend, Set<T> subtrahend, method in class:DiffVisitor
344 private static <K, V> void diff(Map<K, Set<V>> minuend, method in class:DiffVisitor
356 diff(mval, sval, set); method
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 125 Interval diff = null; local
128 diff = Interval.create(Math.max(this.a,other.b+1),
134 diff = Interval.create(this.a, other.a-1);
136 return diff;
  /external/autotest/client/site_tests/video_WebRtcCamera/
ssim.js 38 var diff = 0;
40 diff = a[i - 1] - meanA;
41 accu += a[i] + (diff * diff);
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
ssim.js 38 var diff = 0;
40 diff = a[i - 1] - meanA;
41 accu += a[i] + (diff * diff);
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 114 double diff; local
119 diff = difftime(modtime1, modtime2);
120 if (diff < 0.0) {
122 } else if (diff > 0.0) {
  /external/libavc/test/encoder/
psnr.c 171 WORD32 diff; local
172 diff = (*pu1_buf1 - *pu1_buf2);
175 df_psnr[comp] += diff * diff;
  /external/libevent/test/
regress.h 120 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \
121 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
123 #define test_timeval_diff_eq(tv1, tv2, diff) \
124 test_timeval_diff_leq((tv1), (tv2), (diff), 50)
  /external/linux-kselftest/tools/testing/selftests/timers/
raw_skew.c 72 long long diff = 0, tmp; local
83 if (diff == 0 || newdiff < diff) {
84 diff = newdiff;
  /external/lisa/tools/scripts/
compare_janbench.py 92 # diff (difference in stats between compare and baseline)
96 diff = compare_df - baseline_df variable
98 diff.columns = [str(col) + '_diff' for col in diff.columns]
102 final_df = pd.concat([compare_df, diff], axis=1)
  /external/ltp/include/mk/
gitignore.mk 51 diff -u $(BEFORE) $(AFTER) | grep '^+' | sed -e 's,^\+,,g' > $@
  /external/python/cpython3/Lib/lib2to3/tests/
pytree_idempotency.py 32 if not diff(fn, tree):
51 if diff(fn, tree):
71 if diff(fn, tree):
82 def diff(fn, tree): function
89 return os.system("diff -u %s @" % fn)
  /external/toybox/toys/posix/
uniq.c 77 int diff; local
90 diff = !(toys.optflags & FLAG_i) ? strcmp(t1, t2) : strcasecmp(t1, t2);
92 diff = !(toys.optflags & FLAG_i) ? strncmp(t1, t2, TT.maxchars)
96 if (diff == 0) { // same
  /prebuilts/clang-tools/
build-prebuilts.sh 38 header-abi-diff
39 merge-abi-diff
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
LightNavigationBarVerifier.java 161 diffs -> Arrays.stream(diffs).allMatch(diff -> diff == 0))) {
167 final OptionalDouble average = Arrays.stream(diffs).filter(diff -> diff != 0).average();
179 final OptionalDouble average = Arrays.stream(diffs).filter(diff -> diff != 0).average();
196 sb.append("diff histogram: ");
204 diff -> histogram.put(diff, histogram.get(diff, 0) + 1))
    [all...]
  /hardware/akm/AK8975_FS/akmdfs/
AKFS_Measure.c 165 int64_t diff; local
171 diff = minimum;
173 diff -= (endL - startL);
176 if (diff < 0) {
177 diff = 0;
181 if (diff > 1000000000) {
182 ret.tv_sec = diff / 1000000000;
183 ret.tv_nsec = diff % 1000000000;
186 ret.tv_nsec = diff;
  /external/libvpx/libvpx/vpx_dsp/mips/
sub_pixel_variance_msa.c 33 #define VARIANCE_WxH(sse, diff, shift) sse - (((uint32_t)diff * diff) >> shift)
35 #define VARIANCE_LARGE_WxH(sse, diff, shift) \
36 sse - (((int64_t)diff * diff) >> shift)
43 int32_t *diff) {
68 *diff = HADD_SW_S32(vec);
78 int32_t *diff) {
102 *diff = HADD_SW_S32(vec)
1726 int32_t diff; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
encode.c 52 size_t diff, start_pos; local
92 diff = iLBCenc_inst->diff;
165 diff = STATE_LEN - iLBCenc_inst->state_short_len;
168 index += diff;
176 start_pos = (iLBCbits_inst->startIdx-1)*SUBL + diff;
204 mem+CB_MEML-ST_MEM_L_TBL, ST_MEM_L_TBL, diff,
212 diff
220 WebRtcSpl_MemCpyReversedOrder(&reverseResidual[diff-1],
221 &residual[(iLBCbits_inst->startIdx+1)*SUBL-STATE_LEN], diff);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
strftime.c 471 int diff; local
477 diff = (int)t->TM_GMTOFF;
501 diff = -timezone;
507 diff = -altzone;
537 diff = (intmax_t)gct - (intmax_t)lct;
541 if (diff < 0) {
543 diff = -diff;
546 diff /= 60;
547 pt = _conv((diff/60)*100 + diff%60,
    [all...]

Completed in 428 milliseconds

<<11121314151617181920>>