Home
last modified time | relevance | path

Searched refs:numOfSections (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h60 size_t numOfSections() const { return m_SectionTable.size(); } in numOfSections() function
/frameworks/compile/mclinker/unittests/
DELFReaderTest.cpp83 ASSERT_EQ(m_pInput->context()->numOfSections(), 13u); in TEST_F()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java463 final int numOfSections = 6; in decodeSmdxSubjectAndReasonCode() local
470 for (int i = 0; i < numOfSections; ++i) { in decodeSmdxSubjectAndReasonCode()