HomeSort by relevance Sort by last modified time
    Searched defs:Differ (Results 1 - 18 of 18) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
differ.h 21 // TODO(sergeyu): Simplify differ now that we are working with DesktopRegion.
27 class Differ {
29 // Create a differ that operates on bitmaps with the specified width, height
31 Differ(int width, int height, int bytes_per_pixel, int stride);
32 ~Differ();
84 RTC_DISALLOW_COPY_AND_ASSIGN(Differ);
differ.cc 11 #include "webrtc/modules/desktop_capture/differ.h"
20 Differ::Differ(int width, int height, int bpp, int stride) {
35 Differ::~Differ() {}
37 void Differ::CalcDirtyRegion(const uint8_t* prev_buffer,
48 void Differ::MarkDirtyBlocks(const uint8_t* prev_buffer,
123 bool Differ::PartialBlocksEqual(const uint8_t* prev_buffer,
136 void Differ::MergeBlocks(DesktopRegion* region) {
  /external/mesa3d/src/gallium/tools/trace/
diff_state.py 186 class Differ(Visitor):
254 differ = difflib.Differ()
255 result = differ.compare(a, b)
352 differ = Differ()
353 differ.visit(a, b)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py 24 Class Differ:
32 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
109 See the Differ class for a fancy human-friendly file differencer, which
766 class Differ:
768 Differ is a class for comparing sequences of lines of text, and
769 producing human-readable differences or deltas. Differ uses
773 Each line of a Differ delta begins with a two-letter code:
784 Note that Differ makes no claim to produce a *minimal* diff. To the
    [all...]
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 122 struct Differ {
126 for (auto a : Differ())
  /external/python/cpython2/Lib/
difflib.py 22 Class Differ:
30 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
107 See the Differ class for a fancy human-friendly file differencer, which
764 class Differ:
766 Differ is a class for comparing sequences of lines of text, and
767 producing human-readable differences or deltas. Differ uses
771 Each line of a Differ delta begins with a two-letter code:
782 Note that Differ makes no claim to produce a *minimal* diff. To the
809 Next we instantiate a Differ object:
811 >>> d = Differ()
    [all...]
  /external/python/cpython3/Lib/
difflib.py 22 Class Differ:
30 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
106 See the Differ class for a fancy human-friendly file differencer, which
751 class Differ:
753 Differ is a class for comparing sequences of lines of text, and
754 producing human-readable differences or deltas. Differ uses
758 Each line of a Differ delta begins with a two-letter code:
769 Note that Differ makes no claim to produce a *minimal* diff. To the
796 Next we instantiate a Differ object:
798 >>> d = Differ()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py 24 Class Differ:
32 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
109 See the Differ class for a fancy human-friendly file differencer, which
766 class Differ:
768 Differ is a class for comparing sequences of lines of text, and
769 producing human-readable differences or deltas. Differ uses
773 Each line of a Differ delta begins with a two-letter code:
784 Note that Differ makes no claim to produce a *minimal* diff. To the
811 Next we instantiate a Differ object:
813 >>> d = Differ()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py 24 Class Differ:
32 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
109 See the Differ class for a fancy human-friendly file differencer, which
766 class Differ:
768 Differ is a class for comparing sequences of lines of text, and
769 producing human-readable differences or deltas. Differ uses
773 Each line of a Differ delta begins with a two-letter code:
784 Note that Differ makes no claim to produce a *minimal* diff. To the
811 Next we instantiate a Differ object:
813 >>> d = Differ()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 24 Class Differ:
32 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
109 See the Differ class for a fancy human-friendly file differencer, which
766 class Differ:
768 Differ is a class for comparing sequences of lines of text, and
769 producing human-readable differences or deltas. Differ uses
773 Each line of a Differ delta begins with a two-letter code:
784 Note that Differ makes no claim to produce a *minimal* diff. To the
811 Next we instantiate a Differ object:
813 >>> d = Differ()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 24 Class Differ:
32 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
109 See the Differ class for a fancy human-friendly file differencer, which
766 class Differ:
768 Differ is a class for comparing sequences of lines of text, and
769 producing human-readable differences or deltas. Differ uses
773 Each line of a Differ delta begins with a two-letter code:
784 Note that Differ makes no claim to produce a *minimal* diff. To the
811 Next we instantiate a Differ object:
813 >>> d = Differ()
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 215 milliseconds