/external/webrtc/webrtc/modules/desktop_capture/ |
D | differ.cc | 20 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()
|
D | differ.h | 27 class Differ { 31 Differ(int width, int height, int bytes_per_pixel, int stride); 32 ~Differ(); 84 RTC_DISALLOW_COPY_AND_ASSIGN(Differ);
|
D | screen_capturer_x11.cc | 115 rtc::scoped_ptr<Differ> differ_; 268 differ_.reset(new Differ(frame->size().width(), frame->size().height(), in Capture()
|
D | differ_unittest.cc | 40 differ_.reset(new Differ(width_, height_, bytes_per_pixel_, stride_)); in InitDiffer() 191 rtc::scoped_ptr<Differ> differ_;
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_gdi.h | 25 class Differ; variable 76 rtc::scoped_ptr<Differ> differ_;
|
D | screen_capturer_win_magnifier.h | 30 class Differ; variable 119 rtc::scoped_ptr<Differ> differ_;
|
D | screen_capturer_win_gdi.cc | 104 differ_.reset(new Differ(current_frame->size().width(), in Capture()
|
D | screen_capturer_win_magnifier.cc | 140 differ_.reset(new Differ(current_frame->size().width(), in Capture()
|
/external/python/cpython2/Doc/library/ |
D | difflib.rst | 51 .. 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 …]
|
D | doctest.rst | 656 When specified, differences are computed by ``difflib.Differ``, using the same
|
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
D | p1.cpp | 122 struct Differ { in g() struct 126 for (auto a : Differ()) in g()
|
/external/mesa3d/src/gallium/tools/trace/ |
D | diff_state.py | 186 class Differ(Visitor): class 254 differ = difflib.Differ() 352 differ = Differ()
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
D | t020fuzzy.py | 32 d = difflib.Differ()
|
D | t018llstar.py | 29 d = difflib.Differ()
|
D | t012lexerXML.py | 46 d = difflib.Differ()
|
/external/python/cpython2/Lib/test/ |
D | test_difflib.py | 73 diff = list(difflib.Differ().compare(["\tI am a buggy"],["\t\tI am a bug"]))
|
/external/markdown/ |
D | test-markdown.py | 150 differ = difflib.Differ()
|
/external/autotest/tko/parsers/test/ |
D | scenario_base.py | 164 return difflib.Differ().compare(to_los(left), to_los(right))
|
/external/python/cpython2/Lib/ |
D | difflib.py | 764 class Differ: class 1348 return Differ(linejunk, charjunk).compare(a, b)
|
D | doctest.py | 1649 engine = difflib.Differ(charjunk=difflib.IS_CHARACTER_JUNK)
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 121 for l in difflib.Differ().compare (*ss):
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.2.rst | 1021 * The :mod:`difflib` module now contains a new :class:`Differ` class for
|
/external/python/cpython2/Misc/ |
D | HISTORY | 6766 - difflib.ndiff() and difflib.Differ.compare() are generators now. This 7147 - New class Differ and new functions ndiff() and restore() in difflib.py.
|
D | NEWS | 7780 - Issue #1488943: ``difflib.Differ`` doesn't always add hints for tab
|