HomeSort by relevance Sort by last modified time
    Searched full:diff (Results 151 - 175 of 4320) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/Feature/
inlineasm.ll 3 ; RUN: diff %t1.ll %t2.ll
testlogical.ll 3 ; RUN: diff %t1.ll %t2.ll
testvarargs.ll 3 ; RUN: diff %t1.ll %t2.ll
undefined.ll 3 ; RUN: diff %t1.ll %t2.ll
weirdnames.ll 3 ; RUN: diff %t1.ll %t2.ll
  /external/openssh/regress/
host-expand.sh 16 diff $OBJ/expect $OBJ/actual || fail "$tid proto $p"
Makefile 88 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/rsa_ssh2.prv | diff - ${.CURDIR}/rsa_openssh.prv
90 ${TEST_SSH_SSHKEYGEN} -if ${.OBJDIR}/rsa_ssh2_cr.prv | diff - ${.CURDIR}/rsa_openssh.prv
92 ${TEST_SSH_SSHKEYGEN} -if ${.OBJDIR}/rsa_ssh2_crnl.prv | diff - ${.CURDIR}/rsa_openssh.prv
97 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub
101 ${TEST_SSH_SSHKEYGEN} -if $(OBJ)/t3.out | diff - ${.CURDIR}/rsa_openssh.pub
105 awk '{print $$2}' | diff - ${.CURDIR}/t4.ok
109 awk '{print $$2}' | diff - ${.CURDIR}/t5.ok
115 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
  /external/srec/srec/crec/
astar_pphash.c 48 asr_int32_t diff = 0; local
52 diff = parp1->token_index - parp2->token_index;
58 diff = parp1->word - parp2->word;
59 if (diff)
66 diff = (int)parp1->next - (int)parp2->next;
69 if (diff)
70 diff = (diff < 0 ? -1 : 1);
71 return diff;
  /external/strace/
README-Android 14 diff -r -u -d path-to-original-unmodified-strace . | grep -v "Only in" > Android.patch
  /external/tcpdump/tests/
esp2.sh 7 if diff esp2.new esp2.out
  /external/webkit/Source/WebCore/dom/
ChildNodeList.cpp 59 int diff = index - m_caches->lastItemOffset; local
60 unsigned dist = abs(diff);
71 int diff = index - pos; local
72 unsigned dist = abs(diff);
  /external/dropbear/debian/
changelog 11 * debian/diff/dbclient.1.diff: new: document -R option to dbclient
51 * debian/diff/dbclient-usage-typo.diff, debian/diff/manpages.diff: remove;
82 * debian/diff/dbclient-usage-typo.diff: new; fix typo.
83 * debian/diff/manpages.diff: new; add references to dbclient man page
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 115 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
122 delta.buildAssert(diff);
125 final int assertMark = diff.size();
132 final int firstBatch = diff.size();
134 delta.buildDiff(diff);
147 diff.add(builder.build());
158 diff.add(builder.build());
163 buildSplitContactDiff(diff, backRefs);
167 if (diff.size() == assertMark) {
168 diff.clear()
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactDeltaListTests.java 51 * Tests for {@link RawContactDeltaList} which focus on "diff" operations that should
178 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
179 delta.buildAssert(diff);
180 delta.buildDiff(diff);
181 assertDiffPattern(diff, pattern);
188 static void assertDiffPattern(ArrayList<ContentProviderOperation> diff,
190 assertEquals("Unexpected operations", pattern.length, diff.size());
193 final ContentProviderOperation found = diff.get(i);
292 static int countExceptionUpdates(ArrayList<ContentProviderOperation> diff) {
294 for (ContentProviderOperation oper : diff) {
308 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
319 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
330 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
342 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
354 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local
    [all...]
  /build/tools/droiddoc/test/stubs/
run.sh 32 diff -r $DIR/expected $A_STUBS
34 diff -r $A_STUBS $B_STUBS
  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_mmx.asm 15 ; short *diff, unsigned char *Predictor,
27 mov rdi, arg(2) ;diff
76 ;void vp8_subtract_mby_mmx(short *diff, unsigned char *src, int src_stride,
87 mov rdi, arg(0) ;diff
149 ;vp8_subtract_mbuv_mmx(short *diff, unsigned char *usrc, unsigned char *vsrc,
162 mov rdi, arg(0) ;diff
166 add rdi, 256*2 ;diff = diff + 256 (shorts)
subtract_sse2.asm 15 ; short *diff, unsigned char *Predictor,
27 mov rdi, arg(2) ;diff
74 ;void vp8_subtract_mby_sse2(short *diff, unsigned char *src, int src_stride,
86 mov rdi, arg(0) ;diff
146 ;vp8_subtract_mbuv_sse2(short *diff, unsigned char *usrc, unsigned char *vsrc,
160 mov rdi, arg(0) ;diff
164 add rdi, 256*2 ;diff = diff + 256 (shorts)
  /external/llvm/tools/llvm-diff/
Makefile 1 ##===- tools/llvm-diff/Makefile ----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-diff
  /external/webkit/Source/WebCore/rendering/
RenderSummary.cpp 51 void RenderSummary::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
53 RenderBlock::styleDidChange(diff, oldStyle);
  /frameworks/base/docs/html/sdk/api_diff/10/changes/
android.bluetooth.BluetoothAdapter.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
45 <td colspan="2" class="diffspechead">API Diff Specification</td>
60 </div><!-- End and-diff-id -->
61 <div class="and-diff-id" style="margin-right:8px;">
67 </div> <!-- End and-diff-id -->
android.bluetooth.BluetoothDevice.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
45 <td colspan="2" class="diffspechead">API Diff Specification</td>
60 </div><!-- End and-diff-id -->
61 <div class="and-diff-id" style="margin-right:8px;">
67 </div> <!-- End and-diff-id -->
android.content.Context.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
45 <td colspan="2" class="diffspechead">API Diff Specification</td>
60 </div><!-- End and-diff-id -->
61 <div class="and-diff-id" style="margin-right:8px;">
67 </div> <!-- End and-diff-id -->
android.graphics.BitmapFactory.Options.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
45 <td colspan="2" class="diffspechead">API Diff Specification</td>
60 </div><!-- End and-diff-id -->
61 <div class="and-diff-id" style="margin-right:8px;">
67 </div> <!-- End and-diff-id -->
android.os.Build.VERSION_CODES.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
45 <td colspan="2" class="diffspechead">API Diff Specification</td>
60 </div><!-- End and-diff-id -->
61 <div class="and-diff-id" style="margin-right:8px;">
67 </div> <!-- End and-diff-id -->
android.test.mock.MockPackageManager.html 8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
42 <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
45 <td colspan="2" class="diffspechead">API Diff Specification</td>
60 </div><!-- End and-diff-id -->
61 <div class="and-diff-id" style="margin-right:8px;">
67 </div> <!-- End and-diff-id -->

Completed in 589 milliseconds

1 2 3 4 5 67 8 91011>>