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

1 2 34 5 6 7 8 91011>>

  /external/tcpdump/tests/
esp3.sh 6 if diff esp3.new esp1.out
esp4.sh 7 if diff esp4.new esp2.out
esp5.sh 7 if diff esp5.new esp5.out
mpls-ldp-hello.sh 7 if diff mpls-ldp-hello.new mpls-ldp-hello.out
print-flags.sh 6 if (../tcpdump -$i -s0 -nr print-flags.pcap | tee print-$i.new | diff - print-$i.out)
  /frameworks/wilhelm/tools/mphtogen/
README.txt 9 Diff the new files in ../../src/autogen vs. the new ones as sanity check.
  /external/bluetooth/glib/tests/
run-collate-tests.sh 28 diff collate.out ${srcdir:-.}/collate/$name.unicode ||
31 diff collate.out ${srcdir:-.}/collate/$name.unicode ||
34 diff collate.out ${srcdir:-.}/collate/$name.file ||
  /external/clang/
gen_diff.sh 7 echo This will generate a diff of both Clang and LLVM in the files
55 diff $DIFF_FLAGS $BASE_CLANG_DIR $ANDROID_CLANG_DIR > diff_clang.txt
56 diff $DIFF_FLAGS $BASE_LLVM_DIR $ANDROID_LLVM_DIR > diff_llvm.txt
  /external/openssl/crypto/
pariscid.pl 136 my ($diff,$lastdiff)=("%r21","%r20");
148 ldi 0,$diff
152 add $diff,$tick,$tick
156 sub $tick,$lasttick,$diff
161 add $diff,$tick,$tick
183 ldi 0,$diff
187 add $diff,$tick,$tick
191 sub $tick,$lasttick,$diff
194 copy $diff,$lastdiff
197 add $diff,$tick,$tic
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
statistics.cpp 52 const float diff = value - mean_; local
53 return expf(-diff * diff / exp_denom_) / pdf_denom_;
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 38 diff --git a/foo.h b/foo.h
62 diff --git a/foo.h b/foo.h
88 diff --git a/foo b/foo
95 diff --git a/configure.ac b/configure.ac
116 diff --git foo.h foo.h
142 diff --git a/foo b/foo_new
146 diff --git a/bar b/bar
160 "diff --git a/bar b/bar\n"],
166 diff --git a/foo b/foo_new
170 diff --git a/bar b/ba
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 354 // Build diff, expecting insert for data row and update enforcement
355 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
356 state.buildDiff(diff);
357 assertEquals("Unexpected operations", 3, diff.size());
359 final ContentProviderOperation oper = diff.get(0);
364 final ContentProviderOperation oper = diff.get(1);
369 final ContentProviderOperation oper = diff.get(2);
376 diff.clear();
377 state.buildDiff(diff);
378 assertEquals("Unexpected operations", 1, diff.size())
452 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
477 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
526 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
554 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
598 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
663 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
    [all...]
  /external/skia/src/views/
SkProgressBarView.cpp 23 void SkProgressBarView::changeProgress(int diff)
25 int newProg = fProgress + diff;
35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); local
37 if (diff == SkAnimator::kDifferent)
39 else if (diff == SkAnimator::kPartiallyDifferent)
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 349 Word32 diff; local
364 diff = saShft - repquat[0];
365 distSingle = (diff * diff) >> g2;
370 diff = saShft - repquat[1];
371 distSingle = (diff * diff) >> g2;
376 diff = saShft - repquat[2];
377 distSingle = (diff * diff) >> g2
399 Word32 diff; local
    [all...]
  /system/extras/tests/bionic/libc/common/
test_drand48.c 12 double diff = a -b; local
13 if (diff < 0) diff = -diff;
25 return diff < a*1e-8;
  /external/llvm/test/Transforms/EarlyCSE/
basic.ll 40 %Diff = sub i32 %V1, %V2
41 ret i32 %Diff
55 %Diff = sub i32 %V1, %V2
56 ret i32 %Diff
73 %Diff = sub i32 %V1, %V2
74 ret i32 %Diff
76 ; CHECK: ret i32 %Diff
86 %Diff = sub i32 %V1, %V2
87 ret i32 %Diff
116 %Diff = sub i32 %V1, %V
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
RotateImageView.java 76 int diff = mTargetDegree - mCurrentDegree; local
77 diff = diff >= 0 ? diff : 360 + diff; // make it in range [0, 359]
81 diff = diff > 180 ? diff - 360 : diff;
83 mClockwise = diff >= 0
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateImageView.java 77 int diff = mTargetDegree - mCurrentDegree; local
78 diff = diff >= 0 ? diff : 360 + diff; // make it in range [0, 359]
82 diff = diff > 180 ? diff - 360 : diff;
84 mClockwise = diff >= 0
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.cc 514 bool diff = false; local
517 diff = MergeField(p, NAME_FIRST, s.name_first()) || diff;
518 diff = MergeField(p, NAME_LAST, s.name_last()) || diff;
519 diff = MergeField(p, NAME_MIDDLE, s.name_middle()) || diff;
520 diff = MergeField(p, ADDRESS_HOME_LINE1, s.address_home_line1()) || diff;
521 diff = MergeField(p, ADDRESS_HOME_LINE2, s.address_home_line2()) || diff
    [all...]
autofill_profile_model_associator.cc 238 bool diff = false; local
241 diff = MergeField(p, NAME_FIRST, s.name_first()) || diff;
242 diff = MergeField(p, NAME_LAST, s.name_last()) || diff;
243 diff = MergeField(p, NAME_MIDDLE, s.name_middle()) || diff;
244 diff = MergeField(p, ADDRESS_HOME_LINE1, s.address_home_line1()) || diff;
245 diff = MergeField(p, ADDRESS_HOME_LINE2, s.address_home_line2()) || diff
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
SymmetricalLinearTween.java 81 long diff = now - mBase; local
82 mBase = now + diff - mDuration;
92 long diff = now-base;
94 float val = diff/(float)duration;
106 int frame = (int)(diff / FRAME_TIME);
108 if (diff < duration) {
111 if (diff >= duration) {
  /external/webrtc/src/common_audio/signal_processing/
splitting_filter.c 67 WebRtc_Word32 diff; local
74 // "diff" should be safe from wrap around since max values are 2^25
75 diff = WEBRTC_SPL_SUB_SAT_W32(in_data[0], filter_state[1]); // = (x[0] - y_1[-1])
77 out_data[0] = WEBRTC_SPL_SCALEDIFF32(filter_coefficients[0], diff, filter_state[0]);
82 diff = WEBRTC_SPL_SUB_SAT_W32(in_data[k], out_data[k - 1]); // = (x[n] - y_1[n-1])
84 out_data[k] = WEBRTC_SPL_SCALEDIFF32(filter_coefficients[0], diff, in_data[k - 1]);
92 diff = WEBRTC_SPL_SUB_SAT_W32(out_data[0], filter_state[3]); // = (y_1[0] - y_2[-1])
94 in_data[0] = WEBRTC_SPL_SCALEDIFF32(filter_coefficients[1], diff, filter_state[2]);
97 diff = WEBRTC_SPL_SUB_SAT_W32(out_data[k], in_data[k - 1]); // =(y_1[n] - y_2[n-1])
99 in_data[k] = WEBRTC_SPL_SCALEDIFF32(filter_coefficients[1], diff, out_data[k-1])
    [all...]
  /external/clang/utils/ABITest/
Makefile.test.common 31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff
47 test.%.defs-report: temps/test.%.defs.diff
65 .PRECIOUS: temps/test.%.xx.diff
66 temps/test.%.xx.diff: temps/test.%.ref.out temps/test.%.xx.out
67 $(Verb) diff $^ > $@ || true
68 .PRECIOUS: temps/test.%.xy.diff
69 temps/test.%.xy.diff: temps/test.%.ref.out temps/test.%.xy.ou
    [all...]
  /external/libvpx/vp8/common/ppc/
recon_altivec.asm 16 .macro row_of16 Diff Pred Dst Stride
20 lvx v3, 0, \Diff ;# v3 = d0..d7
23 lvx v3, r8, \Diff ;# v3 = d8..d15
24 addi \Diff, \Diff, 32 ;# next diff
56 .macro two_rows_of8 Diff Pred Dst Stride write_first_four_pels
59 lvx v3, 0, \Diff ;# v3 = d0..d7
62 lvx v3, r8, \Diff ;# v2 = d8..d15
100 addi r3, r3, 32; ;# next diff
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDiff.java 48 final EntityDiff diff = new EntityDiff(); local
57 diff.add(builder.build());
66 diff.add(builder.build());
74 diff.add(builder.build());
79 diff.add(builder.build());
89 diff.add(builder.build());
105 diff.add(builder.build());
112 diff.add(builder.build());
123 diff.add(builder.build());
127 return diff;
    [all...]

Completed in 828 milliseconds

1 2 34 5 6 7 8 91011>>