Searched defs:set_b (Results 1 - 7 of 7) sorted by relevance

/external/lldb/test/functionalities/breakpoint/inlined_breakpoints/
H A Dbasic_type.cpp55 set_b (const T& b) function in class:a_class
/external/lldb/test/types/
H A Dbasic_type.cpp59 set_b (const T& b) function in class:a_class
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc470 const RowSpanSet& set_b,
472 assert(!set_a.empty() && !set_b.empty());
474 RowSpanSet::const_iterator it_b = set_b.begin();
477 // with |set_b| to the |output|.
481 if (it_b == set_b.end() || it_a->right < it_b->left) {
486 // Iterate over |set_b| spans that may intersect with |it_a|.
488 while (it_b != set_b.end() && it_b->left < it_a->right) {
469 SubtractRows(const RowSpanSet& set_a, const RowSpanSet& set_b, RowSpanSet* output) argument
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp120 FX_INT32 set_a = 0, set_r = 0, set_g = 0, set_b = 0; local
123 ArgbDecode(pBitmap->GetPaletteArgb(1), set_a, set_r, set_g, set_b);
145 pBuf[5] = (FX_CHAR)set_b;
/external/lldb/source/Interpreter/
H A DOptions.cpp66 // Returns true is set_a is a subset of set_b; Otherwise returns false.
69 Options::IsASubset (const OptionSet& set_a, const OptionSet& set_b) argument
75 // set_a is a subset of set_b if every member of set_a is also a member of set_b
79 pos_b = set_b.find(*pos_a);
80 if (pos_b == set_b.end())
87 // Returns the set difference set_a - set_b, i.e. { x | ElementOf (x, set_a) && !ElementOf (x, set_b) }
90 Options::OptionsSetDiff (const OptionSet& set_a, const OptionSet& set_b, OptionSet& diffs) argument
98 pos_b = set_b
112 OptionsSetUnion(const OptionSet &set_a, const OptionSet &set_b, OptionSet &union_set) argument
[all...]
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_convert.cpp346 set_r, set_g, set_b; local
351 set_r, set_g, set_b); local
358 set_b = FXARGB_B(src_plt[1]);
361 gray[1] = FXRGB2GRAY(set_r, set_g, set_b);
H A Dfx_dib_composite.cpp2026 int set_r, set_g, set_b; local
2032 set_b = FXARGB_B(pPalette[1]);
2038 src_b = set_b;
2223 int set_r, set_g, set_b; local
2229 set_b = FXARGB_B(pPalette[1]);
2235 src_b = set_b;
2271 int set_r, set_g, set_b; local
2277 set_b = FXARGB_B(pPalette[1]);
2283 src_b = set_b;
3187 int set_r, set_g, set_b; local
3265 int set_r, set_g, set_b; local
[all...]

Completed in 283 milliseconds