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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ.h 23 // TODO(sergeyu): Simplify differ now that we are working with DesktopRegion.
29 class Differ {
31 // Create a differ that operates on bitmaps with the specified width, height
33 Differ(int width, int height, int bytes_per_pixel, int stride);
34 ~Differ();
86 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 void* prev_buffer, const void* curr_buffer,
47 void Differ::MarkDirtyBlocks(const void* prev_buffer, const void* curr_buffer) {
122 DiffInfo Differ::DiffPartialBlock(const uint8_t* prev_buffer,
135 void Differ::MergeBlocks(DesktopRegion* region) {
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 108 struct Differ {
112 for (auto a : Differ()) // expected-error {{'begin' and 'end' must return the same type (got 'int *' and 'null_t')}}
  /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 

Completed in 590 milliseconds