/external/llvm/test/Feature/ |
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/chromium_org/third_party/lcov/man/ |
lcov.1 | 26 .RB [ \-\-diff 27 .IR "tracefile diff" ] 116 Only one of \-z, \-c, \-a, \-e, \-r, \-l and \-\-diff may be specified 167 Only one of \-z, \-c, \-a, \-e, \-r, \-l and \-\-diff may be specified 215 Convert filenames when applying diff. 217 Use this option together with \-\-diff to rename the file names of processed 218 data sets according to the data provided by the diff. 221 .B \-\-diff 228 using source code diff file 240 .B diff [all...] |
/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/ContactsCommon/tests/src/com/android/contacts/common/ |
RawContactDeltaListTests.java | 52 * Tests for {@link RawContactDeltaList} which focus on "diff" operations that should 179 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local 180 delta.buildAssert(diff); 181 delta.buildDiff(diff); 182 assertDiffPattern(diff, pattern); 189 static void assertDiffPattern(ArrayList<ContentProviderOperation> diff, 191 assertEquals("Unexpected operations", pattern.length, diff.size()); 194 final ContentProviderOperation found = diff.get(i); 293 static int countExceptionUpdates(ArrayList<ContentProviderOperation> diff) { 295 for (ContentProviderOperation oper : diff) { 309 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local 320 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local 331 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local 343 final ArrayList<ContentProviderOperation> diff = set.buildDiff(); local 355 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/chromium-trace/trace-viewer/build/ |
check_gyp.py | 32 diff = list(u - i) 34 if len(diff) == 0:
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/ |
Gemfile.lock | 6 diff-lcs (1.1.3) 27 diff-lcs (~> 1.1.3)
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
screen_manager_handler.h | 29 const base::DictionaryValue* diff) = 0; 48 const base::DictionaryValue* diff);
|
/external/chromium_org/net/third_party/nss/patches/ |
versionskew.patch | 0 diff -pu a/nss/lib/ssl/sslsecur.c b/nss/lib/ssl/sslsecur.c 23 diff -pu a/nss/lib/ssl/sslsock.c b/nss/lib/ssl/sslsock.c
|
/external/chromium_org/skia/ |
README.chromium | 23 fix_for_1186198.diff -- eseidel, 6/4/08, BUG=1186198 24 linux_patch.diff
|
/external/chromium_org/third_party/cacheinvalidation/ |
README.chromium | 20 git diff --diff-filter=ACDR --name-only origin/master | grep -v ^java/
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
README | 15 - Another good way to check the file is a side by side diff. After the above 'make install-header': 17 diff --side-by-side urename.sort urename.old.sort | more
|
/external/chromium_org/third_party/re2/patches/ |
remove-valgrind-code.patch | 0 diff --git a/re2/dfa.cc b/re2/dfa.cc 14 diff --git a/util/util.h b/util/util.h
|
rename-posix-option.patch | 0 diff --git a/re2/re2.cc b/re2/re2.cc 16 diff --git a/re2/re2.h b/re2/re2.h
|
/external/chromium_org/third_party/tlslite/patches/ |
send_certificate_types.patch | 0 diff --git a/tlslite/constants.py b/tlslite/constants.py 18 diff --git a/tlslite/messages.py b/tlslite/messages.py
|
/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
|
/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 -->
|