Searched refs:diff (Results 101 - 125 of 1000) sorted by relevance

1234567891011>>

/external/clang/utils/VtableTest/
H A Dcheck-ztt13 diff -U3 test-gcc-ztt test-clang-ztt
H A Dcheck-zvt11 diff -U3 test-gcc-ztv test-clang-ztv
/external/valgrind/main/VEX/switchback/
H A Dbinary_switchback.pl93 my $diff = $N_LAST_BAD - $N_LAST_GOOD;
94 $N_START = $N_LAST_GOOD + ($diff - ($diff % 2)) / 2;
367 my $diff = $N_LAST_BAD - $N_LAST_GOOD;
368 $diff = $diff - ($diff % 2);
369 my $step = $diff / 2;
/external/bison/lib/
H A Dstrverscmp.c34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
67 int diff; local
103 while ((diff = c1 - c2) == 0 && c1 != '\0')
116 return diff;
123 return ISDIGIT (*p2) ? -1 : diff;
/external/blktrace/
H A Dstrverscmp.c79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
95 int diff; local
131 while ((diff = c1 - c2) == 0 && c1 != '\0')
144 return diff;
151 return isdigit (*p2) ? -1 : diff;
/external/chromium_org/build/git-hooks/
H A Dpre-commit5 git diff-tree -r --ignore-submodules=dirty "$1" "$2" | grep -e '^:160000' -e '^:...... 160000' | xargs
7 git diff-index --cached --ignore-submodules=dirty "$1" | grep -e '^:160000' -e '^:...... 160000' | xargs
38 git diff-index --cached --ignore-submodules=dirty HEAD
49 git diff-index --cached "$1" .gitmodules
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric.h31 virtual bool diff(SkBitmap* baseline, SkBitmap* test,
H A DSkImageDiffer.h63 * diff on a pair of bitmaps.
69 virtual bool diff(SkBitmap* baseline, SkBitmap* test, const BitmapsToCreate& bitmapsToCreate,
/external/chromium_org/tools/gyp/test/variables/commands/
H A Dgyptest-commands-repeated.py35 test.diff(expect, contents, 'commands-repeated.gypd ')
H A Dgyptest-commands.py36 test.diff(expect, contents, 'commands.gypd ')
/external/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric.h31 virtual bool diff(SkBitmap* baseline, SkBitmap* test, bool computeMask,
/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundexUtils.java118 int diff = 0;
121 diff++;
124 return diff;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhost_pairing_screen_handler.cc101 const base::DictionaryValue& diff) {
103 context_cache_.ApplyChanges(diff, NULL);
106 CallJS(kMethodContextChanged, diff);
100 OnContextChanged( const base::DictionaryValue& diff) argument
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_entry.cc36 int diff = name_.compare(key.name()); local
37 if (diff < 0)
40 if (diff == 0)
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine.h60 // delta file window into *diff.
63 // All thread-specific data will be stored in the coder and diff arguments.
74 OutputStringInterface* diff,
89 OutputStringInterface* diff,
108 OutputStringInterface* diff,
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dintersect-diffs.py21 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/emma/core/java12/com/vladium/emma/report/
H A DItemComparator.java89 final int diff = m_comparators [c].compare (l, g);
90 if (diff != 0) return diff;
/external/libnl/include/netlink/
H A Dobject-api.h150 * int diff = 0;
157 * // Call our own diff macro for each attribute to build a bitmask
159 * diff |= MY_DIFF(FOO, a->foo != b->foo)
160 * diff |= MY_DIFF(BAR, strcmp(a->bar, b->bar))
162 * return diff;
250 * diff |= ATTR_DIFF(attrs, MY_ATTR_FOO, a, b, a->foo != b->foo);
254 ({ int diff = 0; \
256 diff = ATTR; \
257 diff; })
/external/libvpx/libvpx/tools/
H A Dintersect-diffs.py21 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/components/policy/core/common/
H A Dpolicy_map_unittest.cc325 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
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm60 str r0, [r6, #0] ; diff
61 str r1, [r6, #4] ; diff
63 add r6, r6, r2, lsl #1 ; update diff pointer
72 ; r0 short *diff
83 add r0, r0, #512 ; set *diff point to Cb
107 str r8, [r0], #4 ; diff (A)
109 str r9, [r0], #4 ; diff (A)
124 str r8, [r0], #4 ; diff (B)
126 str r9, [r0], #4 ; diff (B)
152 str r8, [r0], #4 ; diff (
[all...]
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_subtract_armv6.asm60 str r0, [r6, #0] ; diff
61 str r1, [r6, #4] ; diff
63 add r6, r6, r2, lsl #1 ; update diff pointer
72 ; r0 short *diff
83 add r0, r0, #512 ; set *diff point to Cb
107 str r8, [r0], #4 ; diff (A)
109 str r9, [r0], #4 ; diff (A)
124 str r8, [r0], #4 ; diff (B)
126 str r9, [r0], #4 ; diff (B)
152 str r8, [r0], #4 ; diff (
[all...]
/external/libnl/lib/fib_lookup/
H A Drequest.c61 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/chromium_org/third_party/freetype/src/cff/
H A Dcf2blues.c284 CF2_Fixed flatFamilyEdge, diff; local
302 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge );
304 if ( diff < minDiff && diff < csUnitsPerPixel )
307 minDiff = diff;
309 if ( diff == 0 )
320 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge );
322 if ( diff < minDiff && diff < csUnitsPerPixel )
343 diff
[all...]
/external/freetype/src/cff/
H A Dcf2blues.c286 CF2_Fixed flatFamilyEdge, diff; local
304 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge );
306 if ( diff < minDiff && diff < csUnitsPerPixel )
309 minDiff = diff;
311 if ( diff == 0 )
322 diff = cf2_fixedAbs( flatEdge - flatFamilyEdge );
324 if ( diff < minDiff && diff < csUnitsPerPixel )
345 diff
[all...]

Completed in 1155 milliseconds

1234567891011>>