Home
last modified time | relevance | path

Searched refs:Differ (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/webrtc/modules/desktop_capture/
Ddiffer.cc20 Differ::Differ(int width, int height, int bpp, int stride) { in Differ() function in webrtc::Differ
35 Differ::~Differ() {} in ~Differ()
37 void Differ::CalcDirtyRegion(const uint8_t* prev_buffer, in CalcDirtyRegion()
48 void Differ::MarkDirtyBlocks(const uint8_t* prev_buffer, in MarkDirtyBlocks()
123 bool Differ::PartialBlocksEqual(const uint8_t* prev_buffer, in PartialBlocksEqual()
136 void Differ::MergeBlocks(DesktopRegion* region) { in MergeBlocks()
Ddiffer.h27 class Differ {
31 Differ(int width, int height, int bytes_per_pixel, int stride);
32 ~Differ();
84 RTC_DISALLOW_COPY_AND_ASSIGN(Differ);
Dscreen_capturer_x11.cc115 rtc::scoped_ptr<Differ> differ_;
268 differ_.reset(new Differ(frame->size().width(), frame->size().height(), in Capture()
Ddiffer_unittest.cc40 differ_.reset(new Differ(width_, height_, bytes_per_pixel_, stride_)); in InitDiffer()
191 rtc::scoped_ptr<Differ> differ_;
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestMetadata.java8 import org.unicode.cldr.util.Differ;
45 Differ<String> differ = new Differ<String>(200, 1); in checkEquals()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_gdi.h25 class Differ; variable
76 rtc::scoped_ptr<Differ> differ_;
Dscreen_capturer_win_magnifier.h30 class Differ; variable
119 rtc::scoped_ptr<Differ> differ_;
Dscreen_capturer_win_gdi.cc104 differ_.reset(new Differ(current_frame->size().width(), in Capture()
Dscreen_capturer_win_magnifier.cc140 differ_.reset(new Differ(current_frame->size().width(), in Capture()
/external/python/cpython3/Doc/library/
Ddifflib.rst58 .. class:: Differ
61 human-readable differences or deltas. Differ uses :class:`SequenceMatcher`
65 Each line of a :class:`Differ` delta begins with a two-letter code:
219 Compare *a* and *b* (lists of strings); return a :class:`Differ`\ -style
258 Given a *sequence* produced by :meth:`Differ.compare` or :func:`ndiff`, extract
624 Differ Objects
627 Note that :class:`Differ`\ -generated deltas make no claim to be **minimal**
633 The :class:`Differ` class has this constructor:
636 .. class:: Differ(linejunk=None, charjunk=None)
655 :class:`Differ` objects are used (deltas generated) via a single method:
[all …]
/external/python/cpython2/Doc/library/
Ddifflib.rst51 .. class:: Differ
54 human-readable differences or deltas. Differ uses :class:`SequenceMatcher`
58 Each line of a :class:`Differ` delta begins with a two-letter code:
214 Compare *a* and *b* (lists of strings); return a :class:`Differ`\ -style
254 Given a *sequence* produced by :meth:`Differ.compare` or :func:`ndiff`, extract
603 Differ Objects
606 Note that :class:`Differ`\ -generated deltas make no claim to be **minimal**
612 The :class:`Differ` class has this constructor:
615 .. class:: Differ([linejunk[, charjunk]])
628 :class:`Differ` objects are used (deltas generated) via a single method:
[all …]
/external/cldr/tools/java/org/unicode/cldr/test/
DTestMetadata.java14 import org.unicode.cldr.util.Differ;
151 Differ<T> differ = new Differ<T>(300, 10); in showDifference()
/external/cldr/tools/java/org/unicode/cldr/util/
DDiffer.java16 final public class Differ<T> { class
22 public Differ(int stackSize, int matchCount) { in Differ() method in Differ
DFindDTDOrder.java380 Differ differ = new Differ(200, 1); in showData()
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
Dp1.cpp122 struct Differ { in g() struct
126 for (auto a : Differ()) in g()
/external/mesa3d/src/gallium/tools/trace/
Ddiff_state.py186 class Differ(Visitor): class
254 differ = difflib.Differ()
352 differ = Differ()
/external/antlr/runtime/Python/tests/
Dt020fuzzy.py32 d = difflib.Differ()
Dt018llstar.py29 d = difflib.Differ()
Dt012lexerXML.py46 d = difflib.Differ()
/external/markdown/
Dtest-markdown.py150 differ = difflib.Differ()
/external/python/cpython2/Lib/test/
Dtest_difflib.py73 diff = list(difflib.Differ().compare(["\tI am a buggy"],["\t\tI am a bug"]))
/external/autotest/tko/parsers/test/
Dscenario_base.py164 return difflib.Differ().compare(to_los(left), to_los(right))
/external/python/cpython2/Lib/
Ddifflib.py764 class Differ: class
1348 return Differ(linejunk, charjunk).compare(a, b)
/external/python/cpython3/Lib/
Ddifflib.py751 class Differ: class
1379 return Differ(linejunk, charjunk).compare(a, b)
/external/python/cpython3/Lib/test/
Dtest_difflib.py90 diff = list(difflib.Differ().compare(["\tI am a buggy"],["\t\tI am a bug"]))

12