Home
last modified time | relevance | path

Searched defs:attributeCount (Results 1 – 25 of 240) sorted by relevance

12345678910

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DXmlPullParserTest.java49 int attributeCount = parser.getAttributeCount(); in xmlParser() local
119 int attributeCount = parser.getAttributeCount(); in buildAttrSet() local
181 int attributeCount = parser.getAttributeCount(); in format() local
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java58 private int attributeCount = -1; field in ExpatParser
143 long attributePointer, int attributeCount) throws SAXException { in startElement()
630 private static native long cloneAttributes(long pointer, int attributeCount); in cloneAttributes()
794 long attributePointer, int attributeCount) throws SAXException { in startElement()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DXmlPullParserUtil.java96 int attributeCount = xpp.getAttributeCount(); in getAttributeValue() local
116 int attributeCount = xpp.getAttributeCount(); in getAttributeValueIgnorePrefix() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
H A DXmlPullParserUtil.java97 int attributeCount = xpp.getAttributeCount(); in getAttributeValue() local
117 int attributeCount = xpp.getAttributeCount(); in getAttributeValueIgnorePrefix() local
H A DGlProgram.java89 int[] attributeCount = new int[1]; in GlProgram() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_program.h50 unsigned char attributeCount; member
58 unsigned char attributeCount; member
66 unsigned char attributeCount; member
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java442 final int attributeCount = attributes.size (); in visit() local
531 final int attributeCount = attributes.size (); in visit() local
1226 final int attributeCount = attributes.size (); in visit() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlDecoder.java493 int attributeCount = parser.getAttributeCount(); in parseStyleAttributes() local
650 int attributeCount = parser.getAttributeCount(); in parseNode() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlDecoder.java493 int attributeCount = parser.getAttributeCount(); in parseStyleAttributes() local
650 int attributeCount = parser.getAttributeCount(); in parseNode() local
/aosp_15_r20/external/vogar/src/vogar/
H A DXmlReportReader.java127 int attributeCount = parser.getAttributeCount(); in createAttributeMap() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/vibrator/persistence/
H A DXmlValidator.java72 int attributeCount = parser.getAttributeCount(); in checkTagHasNoUnexpectedAttributes() local
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoPriorityResolver.java160 int attributeCount = parser.getAttributeCount(); in loadPhotoPriorityFromXml() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/content/res/
H A DXmlBlockBenchmark.java175 int attributeCount = 0; in benchmarkAttributeFunction() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DExternalAccountType.java363 int attributeCount = parser.getAttributeCount(); in inflate() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/model/account/
DExternalAccountType.java325 int attributeCount = parser.getAttributeCount(); in inflate() local
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DAttributeResolution9.java49 int attributeCount = xmlParser.getAttributeCount(); in Find() local
H A DAttributeResolution10.java52 int attributeCount = xmlParser.getAttributeCount(); in Find() local
H A DAttributeResolution.java54 int attributeCount = xmlParser.getAttributeCount(); in find() local
H A DResourceTypes.java807 final short attributeCount; field in ResourceTypes.ResXMLTree_attrExt
861 int attributeCount = attrs.size(); in write() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestAttributeValues.java230 private final AtomicInteger attributeCount = new AtomicInteger(); field in TestAttributeValues.PathChecker
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/processor/
H A DMultiStateStats.java433 int attributeCount = parser.getAttributeCount(); in readFromXml() local
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp298 int attributeCount = random.chooseWeighted<int, const int *, const float *>( in init() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpItem.java326 int attributeCount = Math.max(attrIds.length, attrMap.length); in fromAvrcpAttributeArray() local
/aosp_15_r20/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp414 int attributeCount = random.chooseWeighted<int, const int *, const float *>( in init() local
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp508 int attributeCount = random.chooseWeighted<int, const int *, const float *>( in init() local

12345678910