HomeSort by relevance Sort by last modified time
    Searched full:diff (Results 201 - 225 of 4928) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/Feature/
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"
  /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/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/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

Completed in 1403 milliseconds

1 2 3 4 5 6 7 891011>>