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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 38 diff --git a/foo.h b/foo.h
62 diff --git a/foo.h b/foo.h
88 diff --git a/foo b/foo
95 diff --git a/configure.ac b/configure.ac
116 diff --git foo.h foo.h
142 diff --git a/foo b/foo_new
146 diff --git a/bar b/bar
160 "diff --git a/bar b/bar\n"],
166 diff --git a/foo b/foo_new
170 diff --git a/bar b/ba
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java 353 // Build diff, expecting insert for data row and update enforcement
354 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
355 state.buildDiff(diff);
356 assertEquals("Unexpected operations", 3, diff.size());
358 final ContentProviderOperation oper = diff.get(0);
363 final ContentProviderOperation oper = diff.get(1);
368 final ContentProviderOperation oper = diff.get(2);
375 diff.clear();
376 state.buildDiff(diff);
377 assertEquals("Unexpected operations", 1, diff.size())
453 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
478 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
529 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
558 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
603 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
669 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local
    [all...]
  /external/chromium_org/components/policy/core/common/
policy_map_unittest.cc 325 std::set<std::string> diff; local
327 a.GetDifferingKeys(b, &diff);
330 EXPECT_EQ(diff, diff2);
332 EXPECT_TRUE(diff.find(kTestPolicyName1) == diff.end());
333 EXPECT_TRUE(diff.find(kTestPolicyName2) == diff.end());
335 EXPECT_TRUE(diff.find(kTestPolicyName3) != diff.end());
337 EXPECT_TRUE(diff.find(kTestPolicyName4) != diff.end())
    [all...]
  /external/chromium_org/media/cast/net/rtp/
receiver_stats.cc 35 int diff = 0; local
37 diff = max_sequence_number_ - interval_min_sequence_number_ + 1;
39 diff = kMaxSequenceNumber * (interval_wrap_count_ - 1) +
44 if (diff < 1) {
48 (1 - static_cast<float>(interval_number_packets_) / abs(diff));
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
intersect-diffs.py 21 import diff namespace
53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
57 # Join the right hand side of the older diff with the left hand side of the
58 # newer diff.
  /external/chromium_org/third_party/skia/src/views/animated/
SkProgressBarView.cpp 23 void SkProgressBarView::changeProgress(int diff)
25 int newProg = fProgress + diff;
35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); local
37 if (diff == SkAnimator::kDifferent)
39 else if (diff == SkAnimator::kPartiallyDifferent)
  /external/libvpx/libvpx/tools/
intersect-diffs.py 21 import diff namespace
53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
57 # Join the right hand side of the older diff with the left hand side of the
58 # newer diff.
  /external/skia/src/views/animated/
SkProgressBarView.cpp 23 void SkProgressBarView::changeProgress(int diff)
25 int newProg = fProgress + diff;
35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); local
37 if (diff == SkAnimator::kDifferent)
39 else if (diff == SkAnimator::kPartiallyDifferent)
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
quantize.c 349 Word32 diff; local
364 diff = saShft - repquat[0];
365 distSingle = (diff * diff) >> g2;
370 diff = saShft - repquat[1];
371 distSingle = (diff * diff) >> g2;
376 diff = saShft - repquat[2];
377 distSingle = (diff * diff) >> g2
399 Word32 diff; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
intersect-diffs.py 21 import diff namespace
53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
57 # Join the right hand side of the older diff with the left hand side of the
58 # newer diff.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 30 if not diff(fn, tree):
49 if diff(fn, tree):
69 if diff(fn, tree):
80 def diff(fn, tree): function
87 return os.system("diff -u %s @" % fn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 30 if not diff(fn, tree):
49 if diff(fn, tree):
69 if diff(fn, tree):
80 def diff(fn, tree): function
87 return os.system("diff -u %s @" % fn)
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 52 vst1.16 {d20}, [r5], r2 ;store diff
64 ;void vp8_subtract_mby_neon(short *diff, unsigned char *src, int src_stride
70 mov r6, #32 ; "diff" stride x2
71 add r5, r0, #16 ; second diff pointer
92 vst1.16 {q8}, [r0], r6 ;store diff
109 ;void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
118 add r0, r0, #512 ; short *udiff = diff + 256;
119 mov r12, #32 ; "diff" stride x2
120 add r7, r0, #16 ; second diff pointer
149 vst1.16 {q8}, [r0], r12 ;store diff
    [all...]
  /external/llvm/test/Transforms/EarlyCSE/
basic.ll 40 %Diff = sub i32 %V1, %V2
41 ret i32 %Diff
55 %Diff = sub i32 %V1, %V2
56 ret i32 %Diff
73 %Diff = sub i32 %V1, %V2
74 ret i32 %Diff
76 ; CHECK: ret i32 %Diff
86 %Diff = sub i32 %V1, %V2
87 ret i32 %Diff
116 %Diff = sub i32 %V1, %V
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
subtract_neon.asm 52 vst1.16 {d20}, [r5], r2 ;store diff
64 ;void vp8_subtract_mby_neon(short *diff, unsigned char *src, int src_stride
70 mov r6, #32 ; "diff" stride x2
71 add r5, r0, #16 ; second diff pointer
92 vst1.16 {q8}, [r0], r6 ;store diff
109 ;void vp8_subtract_mbuv_c(short *diff, unsigned char *usrc, unsigned char *vsrc,
118 add r0, r0, #512 ; short *udiff = diff + 256;
119 mov r12, #32 ; "diff" stride x2
120 add r7, r0, #16 ; second diff pointer
149 vst1.16 {q8}, [r0], r12 ;store diff
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
RotateImageView.java 76 int diff = mTargetDegree - mCurrentDegree; local
77 diff = diff >= 0 ? diff : 360 + diff; // make it in range [0, 359]
81 diff = diff > 180 ? diff - 360 : diff;
83 mClockwise = diff >= 0
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
RotateImageView.java 78 int diff = mTargetDegree - mCurrentDegree; local
79 diff = diff >= 0 ? diff : 360 + diff; // make it in range [0, 359]
83 diff = diff > 180 ? diff - 360 : diff;
85 mClockwise = diff >= 0
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateImageView.java 77 int diff = mTargetDegree - mCurrentDegree; local
78 diff = diff >= 0 ? diff : 360 + diff; // make it in range [0, 359]
82 diff = diff > 180 ? diff - 360 : diff;
84 mClockwise = diff >= 0
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
vp9_subtract_test.cc 44 int16_t *diff = reinterpret_cast<int16_t *>( local
45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2));
59 GetParam()(block_height, block_width, diff, block_width,
64 EXPECT_EQ(diff[r * block_width + c],
72 GetParam()(block_height, block_width, diff, block_width * 2,
77 EXPECT_EQ(diff[r * block_width * 2 + c],
85 vpx_free(diff);
  /external/chromium_org/tools/git/
git-diff-ide.py 7 Invokes git diff [args...] and inserts file:line in front of each line of diff
14 %prog [git diff args...]
42 """Outputs git diff extra_args with file:line inserted into relevant lines."""
45 lines = GitShell('git diff %s' % ' '.join(extra_args))
48 # diff --git a/file.c b/file.c
51 if (line.startswith('diff ') or
  /external/libnl/lib/fib_lookup/
request.c 61 int diff = 0; local
65 diff |= REQ_DIFF(FWMARK, a->lr_fwmark != b->lr_fwmark);
66 diff |= REQ_DIFF(TOS, a->lr_tos != b->lr_tos);
67 diff |= REQ_DIFF(SCOPE, a->lr_scope != b->lr_scope);
68 diff |= REQ_DIFF(TABLE, a->lr_table != b->lr_table);
69 diff |= REQ_DIFF(ADDR, nl_addr_cmp(a->lr_addr, b->lr_addr));
73 return diff;
  /external/skia/tools/skpdiff/
SkDiffContext.h 37 * Sets the differs to be used in each diff. Already started diffs will not retroactively use
66 * Output the records of each diff in JSON.
78 * They also have an array named "diffs" with each element being one diff record for the two
80 * A diff record includes:
81 * "differName" : string name of the diff metric used
82 * "result" : numerical result of the diff
102 * @param stream The stream to output the diff to
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 39 entry.second = mDefault.diff(entry.first);
60 uint32_t mask = mDefault.diff(config);
70 uint32_t diff = entry.first.diff(config); local
71 if ((diff & entry.second) == 0) {
74 } else if ((diff & entry.second) == ResTable_config::CONFIG_LOCALE) {
84 } else if ((diff & entry.second) == ResTable_config::CONFIG_SMALLEST_SCREEN_SIZE) {
  /external/webrtc/src/common_audio/signal_processing/
splitting_filter.c 67 WebRtc_Word32 diff; local
74 // "diff" should be safe from wrap around since max values are 2^25
75 diff = WEBRTC_SPL_SUB_SAT_W32(in_data[0], filter_state[1]); // = (x[0] - y_1[-1])
77 out_data[0] = WEBRTC_SPL_SCALEDIFF32(filter_coefficients[0], diff, filter_state[0]);
82 diff = WEBRTC_SPL_SUB_SAT_W32(in_data[k], out_data[k - 1]); // = (x[n] - y_1[n-1])
84 out_data[k] = WEBRTC_SPL_SCALEDIFF32(filter_coefficients[0], diff, in_data[k - 1]);
92 diff = WEBRTC_SPL_SUB_SAT_W32(out_data[0], filter_state[3]); // = (y_1[0] - y_2[-1])
94 in_data[0] = WEBRTC_SPL_SCALEDIFF32(filter_coefficients[1], diff, filter_state[2]);
97 diff = WEBRTC_SPL_SUB_SAT_W32(out_data[k], in_data[k - 1]); // =(y_1[n] - y_2[n-1])
99 in_data[k] = WEBRTC_SPL_SCALEDIFF32(filter_coefficients[1], diff, out_data[k-1])
    [all...]
  /external/clang/utils/ABITest/
Makefile.test.common 31 test.%.report: temps/test.%.xx.diff temps/test.%.xy.diff temps/test.%.yx.diff temps/test.%.yy.diff
47 test.%.defs-report: temps/test.%.defs.diff
65 .PRECIOUS: temps/test.%.xx.diff
66 temps/test.%.xx.diff: temps/test.%.ref.out temps/test.%.xx.out
67 $(Verb) diff $^ > $@ || true
68 .PRECIOUS: temps/test.%.xy.diff
69 temps/test.%.xy.diff: temps/test.%.ref.out temps/test.%.xy.ou
    [all...]

Completed in 1023 milliseconds

1 2 3 4 5 67 8 91011>>