Home
last modified time | relevance | path

Searched refs:getAttributeCount (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/core/java/android/util/
DXmlPullAttributes.java34 public int getAttributeCount() { in getAttributeCount() method in XmlPullAttributes
35 return mParser.getAttributeCount(); in getAttributeCount()
DAttributeSet.java71 public int getAttributeCount(); in getAttributeCount() method
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener_test.cpp98 ASSERT_THAT(tree.getAttributeCount(), Eq(1u)); in TEST_F()
109 ASSERT_THAT(tree.getAttributeCount(), Eq(1u)); in TEST_F()
118 ASSERT_THAT(tree.getAttributeCount(), Eq(0u)); in TEST_F()
470 ASSERT_THAT(tree.getAttributeCount(), Eq(1u)); in TEST_F()
493 ASSERT_THAT(tree.getAttributeCount(), Eq(1u)); in TEST_F()
514 ASSERT_THAT(tree.getAttributeCount(), Eq(1u)); in TEST_F()
534 ASSERT_THAT(tree.getAttributeCount(), Eq(1u)); in TEST_F()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DSppResponseMessage.java90 if (response.getAttributeCount() > 0) { in SppResponseMessage()
92 for (int i = 0; i < response.getAttributeCount(); i++) { in SppResponseMessage()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java165 public int getAttributeCount() throws RemoteException { in getAttributeCount() method in RemoteXmlPullParserAdapter
166 return mDelegate.getAttributeCount(); in getAttributeCount()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java248 public int getAttributeCount() { in getAttributeCount() method in RemoteXmlPullParserAdapter
250 return mDelegate.getAttributeCount(); in getAttributeCount()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java111 int count = mDelegate.getAttributeCount(); in peekNext()
334 public int getAttributeCount() { in getAttributeCount() method in LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java30 public int getAttributeCount() { in getAttributeCount() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java54 public int getAttributeCount() { in getAttributeCount() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java264 public int getAttributeCount() { in getAttributeCount() method in BridgeXmlBlockParser
265 return mParser.getAttributeCount(); in getAttributeCount()
/frameworks/base/cmds/idmap2/libidmap2/
DXml.cpp46 for (size_t i = 0; i < xml_.getAttributeCount(); i++) { in FindTag()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java81 int getAttributeCount() throws RemoteException; in getAttributeCount() method
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java94 int count = getAttributeCount(); in getViewCookie()
/frameworks/base/core/java/android/hardware/usb/
DAccessoryFilter.java65 int count = parser.getAttributeCount(); in read()
DDeviceFilter.java94 int count = parser.getAttributeCount(); in read()
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp40 0, parser != nullptr ? parser->getAttributeCount() : 0), in XmlAttributeFinder()
414 const size_t xml_attr_count = xml_parser->getAttributeCount(); in RetrieveAttributes()
/frameworks/base/tools/aapt/
DAaptXml.cpp70 size_t attrCount = tree.getAttributeCount(); in indexOfAttribute()
/frameworks/base/core/java/android/app/backup/
DFullBackup.java740 if (parser.getAttributeCount() > 3) { in validateInnerTagContents()
747 if (parser.getAttributeCount() > 2) { in validateInnerTagContents()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java904 int count = parser.getAttributeCount(); in addPackageDeviceServer()
923 int count = parser.getAttributeCount(); in addPackageDeviceServer()
942 int count = parser.getAttributeCount(); in addPackageDeviceServer()
/frameworks/base/cmds/idmap/
Dscan.cpp94 const size_t N = parser.getAttributeCount(); in parse_overlay_tag()
/frameworks/base/services/core/java/com/android/server/firewall/
DStringFilter.java58 for (int i=0; i<parser.getAttributeCount(); i++) { in readFromXml()
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java215 final int numAttrs = attrs.getAttributeCount(); in extractStateSet()
/frameworks/base/core/jni/
Dandroid_util_XmlBlock.cpp183 return static_cast<jint>(st->getAttributeCount()); in android_content_XmlBlock_nativeGetAttributeCount()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java236 for (int i = 0; i < parser.getAttributeCount(); i++) { in parseConfigEntry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyComponentFactory.java211 for (int i = 0; i < parser.getAttributeCount(); i++) { in setAttributes()

12