/external/clang/test/CodeGenCXX/ |
D | function-template-specialization.cpp | 6 T* next(T* ptr, const U& diff) { in next() 10 void test(int *iptr, float *fptr, int diff) { in test() 21 void test2(int *iptr, double *dptr, int diff) { in test2()
|
/external/webrtc/src/common_audio/signal_processing/ |
D | resample_by_2_internal.c | 34 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2IntToShort() local 129 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2ShortToInt() local 203 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2ShortToInt() local 273 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToInt() local 343 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToShort() local 422 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_LPBy2ShortToInt() local 555 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_LPBy2IntToInt() local
|
D | resample_by_2.c | 31 WebRtc_Word32 diff, in MUL_ACCUM_1() 47 WebRtc_Word32 diff, in MUL_ACCUM_2() 71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local 128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_UpsampleBy2() local
|
/external/stlport/test/unit/ |
D | setdiff_test.cpp | 63 vector<int> diff; in setsymd1() local 77 string diff; in setsymd2() local 115 vector<int> diff; in setdiff1() local 128 string diff; in setdiff2() local
|
D | setunion_test.cpp | 61 vector<int> diff; in setunon1() local 74 string diff; in setunon2() local
|
/external/webkit/Tools/Scripts/webkitpy/common/ |
D | prettypatch.py | 39 def pretty_diff_file(self, diff): argument 49 def pretty_diff(self, diff): argument
|
/external/icu4c/common/ |
D | ucnvbocu.c | 271 packDiff(int32_t diff) { in packDiff() 376 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument 379 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument 382 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument 393 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local 646 int32_t prev, c, diff; in _Bocu1FromUnicode() local 862 int32_t diff, count; in decodeBocu1LeadByte() local 942 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local 1164 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
|
/external/webkit/Source/WebCore/dom/ |
D | ChildNodeList.cpp | 59 int diff = index - m_caches->lastItemOffset; in item() local 71 int diff = index - pos; in item() local
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGBlock.cpp | 83 void RenderSVGBlock::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange() 90 void RenderSVGBlock::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
|
D | RenderSVGInline.cpp | 102 void RenderSVGInline::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange() 109 void RenderSVGInline::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
|
D | RenderSVGModelObject.cpp | 90 void RenderSVGModelObject::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange() 97 void RenderSVGModelObject::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
|
/external/chromium/sdch/open-vcdiff/src/ |
D | vcdiffengine.cc | 140 OutputStringInterface* diff, in FinishEncoding() 154 OutputStringInterface* diff, in EncodeInternal() 240 OutputStringInterface* diff, in Encode()
|
/external/skia/src/views/ |
D | SkProgressBarView.cpp | 23 void SkProgressBarView::changeProgress(int diff) in changeProgress() 35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); in onDraw() local
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | time.cc | 86 int32 diff = later - earlier; in TimeIsLaterOrEqual() local 96 int32 diff = later - earlier; in TimeIsLater() local
|
/external/libnfc-nxp/Linux_x86/ |
D | phOsalNfc_Utils.c | 42 int8_t diff = 0; in phOsalNfc_MemCompare() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderButton.cpp | 75 void RenderButton::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange() 87 void RenderButton::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
|
D | RenderSummary.cpp | 51 void RenderSummary::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
|
D | RenderScrollbarPart.cpp | 129 void RenderScrollbarPart::styleWillChange(StyleDifference diff, const RenderStyle* newStyle) in styleWillChange() 135 void RenderScrollbarPart::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) in styleDidChange()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 338 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); in testMapDifferenceEmptyEmpty() local 348 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); in testMapDifferenceEmptySingleton() local 358 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); in testMapDifferenceSingletonEmpty() local 470 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptyEmpty() local 481 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptySingleton() local 492 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceSingletonEmpty() local
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
D | confirmdiff.py | 48 def _show_pretty_diff(self, diff): argument
|
/external/v8/test/cctest/ |
D | test-diy-fp.cc | 18 DiyFp diff = DiyFp::Minus(diy_fp1, diy_fp2); in TEST() local
|
/external/elfutils/src/ |
D | sectionhash.c | 49 GElf_Sxword diff = (SH_FLAGS_IMPORTANT (one->flags) in scnhead_compare() local
|
/external/valgrind/main/none/tests/s390x/ |
D | stckf.c | 25 unsigned long start, end, diff; in main() local
|
D | stck.c | 25 unsigned long start, end, diff; in main() local
|
/external/skia/src/core/ |
D | SkUnPreMultiply.cpp | 75 int diff = SkAbs32(test - div); in SkUnPreMultiply_BuildTable() local
|