HomeSort by relevance Sort by last modified time
    Searched full:diff (Results 101 - 125 of 5192) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/tcpdump/tests/
esp1.sh 7 if diff esp1.new esp1.out
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.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
geometry_utils.h 42 const float diff = ROUND_FLOAT_10000(deltaA); local
43 if (diff > M_PI_F) {
44 const float normalizedDiff = 2.0f * M_PI_F - diff;
47 return diff;
  /external/chromium_org/build/git-hooks/
pre-commit 3 submods=$(git diff-index --cached --ignore-submodules=dirty HEAD | grep -e '^:160000' -e '^:...... 160000' | xargs)
16 git diff-index --cached --ignore-submodules=dirty HEAD
26 if test "$(git diff-index --cached HEAD .gitmodules)"; then
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
haslanded.py 47 def convert_to_svn(cls, diff):
48 lines = StringIO.StringIO(diff).readlines()
53 def strip_change_log(cls, diff):
56 for line in StringIO.StringIO(diff).readlines():
68 # Now this is where it gets complicated, we need to compare our diff to the diff at landed_revision.
78 # Diff the two diff's together...
100 # Now this is there it gets complicated, we need to compare our diff to the diff at landed_revision
    [all...]
  /external/chromium_org/third_party/openssl/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...]
  /external/chromium_org/tools/gyp/tools/
README 6 For example, if I want to diff the base.vcproj project:
11 And you can use your favorite diff tool to see the changes.
15 before you perform the diff
  /external/chromium_org/tools/site_compare/operators/
equals.py 32 diff = ImageChops.difference(im1, im2)
34 if max(diff.getextrema()) != (0, 0):
35 return ("The images differ", diff)
  /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/libvpx/libvpx/vp8/common/
invtrans.h 24 static void eob_adjust(char *eobs, short *diff)
30 if((eobs[js] == 0) && (diff[0] != 0))
32 diff+=16;
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_sse2.c 34 short *diff, unsigned char *predictor,
40 short *diff = &be->src_diff[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/llvm/docs/
Phabricator.rst 43 Note that you can upload patches created through various diff tools,
45 **as much context as possible** with your diff! Don't worry, Phabricator
46 will automatically send a diff with a smaller context in the review
50 To get a full diff, use one of the following commands (or just use Arcanist
53 * ``git diff -U999999 other-branch``
54 * ``svn diff --diff-cmd=diff -x -U999999``
59 * Click *Create Diff*.
60 * Paste the text diff or upload the patch file
    [all...]
  /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...]
  /external/skia/bench/
bench_compare.py 30 print ' d: diff'
31 print ' p: percent diff'
42 self.diff = old.time - new.time
45 diffp = self.diff / old.time
123 'd' : '{diff: 0.2f}\t',
132 'd' : '{diff}\t',
144 'd' : '{diff: >+10.2f} ',
153 'd' : '{diff: >10} ',
172 , diff='diff'
    [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/chromium_org/third_party/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/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java 353 // Build diff, expecting insert for data row and update enforcement
354 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
355 state.buildDiff(diff);
356 assertEquals("Unexpected operations", 3, diff.size());
358 final ContentProviderOperation oper = diff.get(0);
363 final ContentProviderOperation oper = diff.get(1);
368 final ContentProviderOperation oper = diff.get(2);
375 diff.clear();
376 state.buildDiff(diff);
377 assertEquals("Unexpected operations", 1, diff.size())
453 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
478 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
529 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
558 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
603 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
669 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
    [all...]
  /external/chromium_org/chrome/browser/policy/
policy_map_unittest.cc 255 std::set<std::string> diff; local
257 a.GetDifferingKeys(b, &diff);
260 EXPECT_EQ(diff, diff2);
262 EXPECT_TRUE(diff.find(key::kHomepageLocation) == diff.end());
263 EXPECT_TRUE(diff.find(key::kSearchSuggestEnabled) == diff.end());
265 EXPECT_TRUE(diff.find(key::kShowHomeButton) != diff.end());
267 EXPECT_TRUE(diff.find(key::kAlternateErrorPagesEnabled) != diff.end())
    [all...]
  /external/chromium_org/third_party/skia/src/views/animated/
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)
  /external/libvpx/libvpx/tools/
intersect-diffs.py 21 import diff namespace
53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
57 # Join the right hand side of the older diff with the left hand side of the
58 # newer diff.

Completed in 1747 milliseconds

1 2 3 45 6 7 8 91011>>