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

  /external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp 158 bool sects = SkRect::Intersects(target, bounds); local
160 if (!sects) {
164 if (!sects) {
  /external/skia/src/utils/
SkCullPoints.cpp 158 bool sects = SkRect::Intersects(target, bounds); local
160 if (!sects) {
164 if (!sects) {
  /external/e2fsprogs/lib/ext2fs/
dosio.h 51 unsigned short sects; member in struct:__anon24274
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 421 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) {
634 return _Self(addressSpace, sects, 0);
636 static _Self end(A& addressSpace, const UnwindInfoSections& sects) {
637 return _Self(addressSpace, sects, sects.arm_section_length);
640 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i)
641 : _addressSpace(&addressSpace), _sects(&sects), _i(i) {
1156 UnwindInfoSections sects; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 421 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) {
634 return _Self(addressSpace, sects, 0);
636 static _Self end(A& addressSpace, const UnwindInfoSections& sects) {
637 return _Self(addressSpace, sects, sects.arm_section_length);
640 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i)
641 : _addressSpace(&addressSpace), _sects(&sects), _i(i) {
1156 UnwindInfoSections sects; local
    [all...]

Completed in 192 milliseconds