Home
last modified time | relevance | path

Searched refs:hasSections (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h45 bool hasSections() const { in hasSections() function
49 assert(hasSections()); in sections()
/frameworks/compile/mclinker/lib/Script/
DInputSectDesc.cpp45 if (m_Spec.hasSections()) { in dump()
59 if (m_Spec.hasSections()) { in dump()
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp312 if (pInput.spec().hasSections()) { in matched()
/frameworks/base/core/java/android/widget/
DFastScroller.java1273 final boolean hasSections = sectionIndexer != null && mSections != null in getPosFromItemCount()
1275 if (!hasSections || !mMatchDragPosition) { in getPosFromItemCount()