Searched refs:getAttributeData (Results 1 – 9 of 9) sorted by relevance
106 ARMELFAttributeData& getAttributeData();107 const ARMELFAttributeData& getAttributeData() const;
677 ARMELFAttributeData& ARMGNULDBackend::getAttributeData() { in getAttributeData() function in mcld::ARMGNULDBackend682 const ARMELFAttributeData& ARMGNULDBackend::getAttributeData() const { in getAttributeData() function in mcld::ARMGNULDBackend
166 ASSERT_EQ(xml_tree->getAttributeData(0), overlayable::R::id::hello_view); in TEST_F()172 ASSERT_EQ(xml_tree->getAttributeData(1), 0x01040013 /* android:string/yes */); in TEST_F()178 ASSERT_EQ(xml_tree->getAttributeData(2), 4); in TEST_F()
163 outInfo.versionCode = xml.getAttributeData(idx); in getAppInfo()170 outInfo.multiArch = xml.getAttributeData(idx) != 0; in getAppInfo()180 outInfo.minSdkVersion = xml.getAttributeData(idx); in getAppInfo()
221 return static_cast<jint>(st->getAttributeData(idx)); in android_content_XmlBlock_nativeGetAttributeData()
472 EXPECT_THAT(tree.getAttributeValueStringID(0), Eq(tree.getAttributeData(0))); in TEST_F()495 EXPECT_THAT(tree.getAttributeValueStringID(0), Eq(tree.getAttributeData(0))); in TEST_F()
802 int32_t getAttributeData(size_t idx) const;
2163 int32_t data = block.getAttributeData(idx); in buildResources()
1536 int32_t ResXMLParser::getAttributeData(size_t idx) const in getAttributeData() function in android::ResXMLParser