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

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/Transforms/SLPVectorizer/X86/
scheduling.ll 17 define i32 @foo(i32* nocapture readonly %diff) #0 {
27 %arrayidx = getelementptr inbounds i32, i32* %diff, i64 %1
30 %arrayidx2 = getelementptr inbounds i32, i32* %diff, i64 %3
37 %arrayidx13 = getelementptr inbounds i32, i32* %diff, i64 %5
40 %arrayidx16 = getelementptr inbounds i32, i32* %diff, i64 %7
47 %arrayidx27 = getelementptr inbounds i32, i32* %diff, i64 %9
50 %arrayidx30 = getelementptr inbounds i32, i32* %diff, i64 %11
57 %arrayidx41 = getelementptr inbounds i32, i32* %diff, i64 %13
60 %arrayidx44 = getelementptr inbounds i32, i32* %diff, i64 %15
  /external/skia/tools/skpdiff/
SkPMetric.h 22 virtual bool diff(SkBitmap* baseline, SkBitmap* test, const BitmapsToCreate& bitmapsToCreate,
SkDiffContext.h 56 * basename of rgb/white diff files).
74 * Sets the differs to be used in each diff. Already started diffs will not retroactively use
103 * Output the records of each diff in JSON.
124 * They also have an array named "diffs" with each element being one diff record for the two
126 * A diff record includes:
127 * "differName" : string name of the diff metric used
128 * "result" : numerical result of the diff
148 * @param stream The stream to output the diff to
  /frameworks/support/v4/jellybean-mr2/android/support/v4/media/session/
MediaSessionCompatApi18.java 47 long diff = 0; local
49 diff = currTime - updateTime;
51 diff *= speed;
54 position += 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/clang/test/Frontend/
ir-support.c 12 // RUN: diff %t.s %t.bc.s
17 // RUN: diff %t.s %t.ll.s
  /external/clang/test/Modules/
Werror-Wsystem-headers.m 13 // RUN: diff %t/cstd.pcm %t-saved/cstd.pcm
19 // RUN: not diff %t/cstd.pcm %t-saved/cstd.pcm
  /external/libnl/lib/netfilter/
log_obj.c 237 int diff = 0; local
244 diff |= NFNL_LOG_DIFF_VAL(GROUP, log_group);
245 diff |= NFNL_LOG_DIFF_VAL(COPY_MODE, log_copy_mode);
246 diff |= NFNL_LOG_DIFF_VAL(COPY_RANGE, log_copy_range);
247 diff |= NFNL_LOG_DIFF_VAL(FLUSH_TIMEOUT, log_flush_timeout);
248 diff |= NFNL_LOG_DIFF_VAL(ALLOC_SIZE, log_alloc_size);
249 diff |= NFNL_LOG_DIFF_VAL(QUEUE_THRESHOLD, log_queue_threshold);
254 return diff;
  /external/libnl/lib/route/
nexthop.c 86 int diff = 0; local
90 diff |= NH_DIFF(IFINDEX, a->rtnh_ifindex != b->rtnh_ifindex);
91 diff |= NH_DIFF(WEIGHT, a->rtnh_weight != b->rtnh_weight);
92 diff |= NH_DIFF(REALMS, a->rtnh_realms != b->rtnh_realms);
93 diff |= NH_DIFF(GATEWAY, nl_addr_cmp(a->rtnh_gateway,
97 diff |= NH_DIFF(FLAGS,
100 diff |= NH_DIFF(FLAGS, a->rtnh_flags != b->rtnh_flags);
104 return diff;
  /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/linux-tools-perf/src/tools/perf/
builtin-diff.c 2 * builtin-diff.c
4 * Builtin diff command: Analyze two perf.data input files, look up and read
5 * DSOs and symbol information, sort them and produce a diff.
23 /* Diff command specific HPP columns. */
119 .name = "Weighted diff",
231 pair->diff.period_ratio_delta = new_percent - old_percent;
232 pair->diff.computed = true;
233 return pair->diff.period_ratio_delta;
241 pair->diff.computed = true;
242 pair->diff.period_ratio = new_period / old_period
787 double diff; local
    [all...]
  /external/llvm/tools/llvm-diff/
Makefile 1 ##===- tools/llvm-diff/Makefile ----------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-diff
  /external/toybox/tests/
bzcat.test 14 testing "bzcat - decompresses a single file" "bzcat file.tar.bz2 > Tempfile && echo "yes"; diff Tempfile bzcatOut && echo "yes"; rm -rf file* bzcatOut Tempfile" "yes\nyes\n" "" ""
26 testing "bzcat - decompresses multiple files" "bzcat file1.tar.bz2 file2.tar.bz2 file3.tar.bz2 > Tempfile && echo "yes" ; diff Tempfile bzcatOut && echo "yes"; rm -rf file* bzcatOut Tempfile " "yes\nyes\n" "" ""
xzcat.test 14 testing "xzcat - decompresses a single file" "xzcat file.xz > Tempfile && echo "yes"; diff Tempfile xzcatOut && echo "yes"; rm -rf file* xzcatOut Tempfile" "yes\nyes\n" "" ""
26 testing "xzcat - decompresses multiple files" "xzcat file1.xz file2.xz file3.xz > Tempfile && echo "yes" ; diff Tempfile xzcatOut && echo "yes"; rm -rf file* xzcatOut Tempfile " "yes\nyes\n" "" ""
zcat.test 14 testing "zcat - decompresses a single file" "zcat file.gz > Tempfile && echo "yes"; diff Tempfile zcatOut && echo "yes"; rm -rf file* zcatOut Tempfile" "yes\nyes\n" "" ""
26 testing "zcat - decompresses multiple files" "zcat file1.gz file2.gz file3.gz > Tempfile && echo "yes" ; diff Tempfile zcatOut && echo "yes"; rm -rf file* zcatOut Tempfile " "yes\nyes\n" "" ""
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.app.Activity.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.app.Notification.BigPictureStyle.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.app.Notification.BigTextStyle.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.app.Notification.Builder.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.app.Notification.InboxStyle.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 469 milliseconds

1 2 3 4 5 6 7 891011>>