HomeSort by relevance Sort by last modified time
    Searched full:diff (Results 251 - 275 of 6908) sorted by null

<<11121314151617181920>>

  /external/llvm/patches/
0001-Add-module-notice.patch 12 diff --git a/MODULE_LICENSE_BSD_LIKE b/MODULE_LICENSE_BSD_LIKE
  /external/llvm/test/Feature/
alignment.ll 3 ; RUN: diff %t1.ll %t2.ll
attributes.ll 3 ; RUN: diff %t1.ll %t2.ll
casttest.ll 3 ; RUN: diff %t1.ll %t2.ll
escaped_label.ll 3 ; RUN: diff %t1.ll %t2.ll
inlineasm.ll 3 ; RUN: diff %t1.ll %t2.ll
prefixdata.ll 4 ; 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/skia/tools/skpdiff/
SkPMetric.h 22 virtual bool diff(SkBitmap* baseline, SkBitmap* test, bool computeMask,
  /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 = (intptr_t)parp1->next - (intptr_t)parp2->next;
69 if (diff)
70 diff = (diff < 0 ? -1 : 1);
71 return diff;
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0005-Fix-gabi-stlport-llvm-libc-build.patch 13 diff --git a/src/exception.cpp b/src/exception.cpp
26 diff --git a/src/new.cpp b/src/new.cpp
39 diff --git a/src/stdexcept.cpp b/src/stdexcept.cpp
52 diff --git a/src/typeinfo.cpp b/src/typeinfo.cpp
  /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
  /development/ndk/platforms/android-3/header-patches/
headers.patch 0 diff -Naur a/include/asm/a.out.h b/include/asm/a.out.h
13 diff -Naur a/include/asm/byteorder.h b/include/asm/byteorder.h
29 diff -Naur a/include/asm/stat.h b/include/asm/stat.h
56 diff -Naur a/include/asm/types.h b/include/asm/types.h
68 diff -Naur a/include/asm/unaligned.h b/include/asm/unaligned.h
83 diff -Naur a/include/asm/unistd.h b/include/asm/unistd.h
99 diff -Naur a/include/asm/user.h b/include/asm/user.h
118 diff -Naur a/include/machine/asm.h b/include/machine/asm.h
  /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/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 91 void RenderLayerModelObject::styleWillChange(StyleDifference diff, const RenderStyle& newStyle)
101 if (parent() && diff.needsRepaintLayer()) {
106 } else if (diff.needsFullLayout()) {
118 RenderObject::styleWillChange(diff, newStyle);
121 void RenderLayerModelObject::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
125 RenderObject::styleDidChange(diff, oldStyle);
136 // do the correct invalidation at RenderStyle::diff time. crbug.com/349061
161 layer()->styleChanged(diff, oldStyle);
  /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/libvpx/source/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)

Completed in 1366 milliseconds

<<11121314151617181920>>