Searched defs:sects (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkCullPoints.cpp158 bool sects = SkRect::Intersects(target, bounds); local
160 if (!sects) {
164 if (!sects) {
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.h51 unsigned short sects; member in struct:__anon20465
/external/skia/src/utils/
H A DSkCullPoints.cpp158 bool sects = SkRect::Intersects(target, bounds); local
160 if (!sects) {
164 if (!sects) {
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp421 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
425 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
437 const UnwindInfoSections &sects);
633 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { argument
634 return _Self(addressSpace, sects, 0);
636 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { argument
637 return _Self(addressSpace, sects, sects.arm_section_length);
640 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) argument
641 : _addressSpace(&addressSpace), _sects(&sects), _
680 getInfoFromEHABISection( pint_t pc, const UnwindInfoSections &sects) argument
810 getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects, uint32_t fdeSectionOffsetHint) argument
883 getInfoFromCompactEncodingSection(pint_t pc, const UnwindInfoSections &sects) argument
1156 UnwindInfoSections sects; local
[all...]

Completed in 659 milliseconds