HomeSort by relevance Sort by last modified time
    Searched defs:attributeCount (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/mockito/cglib-and-asm/src/org/mockito/asm/
FieldWriter.java 216 int attributeCount = 0;
218 ++attributeCount;
223 ++attributeCount;
226 ++attributeCount;
229 ++attributeCount;
232 ++attributeCount;
235 ++attributeCount;
238 attributeCount += attrs.getCount();
240 out.putShort(attributeCount);
ClassWriter.java 723 int attributeCount = 0;
725 ++attributeCount;
730 ++attributeCount;
735 ++attributeCount;
740 ++attributeCount;
745 ++attributeCount;
752 ++attributeCount;
757 ++attributeCount;
762 ++attributeCount;
767 ++attributeCount;
    [all...]
MethodWriter.java     [all...]
  /external/vogar/src/vogar/
XmlReportReader.java 127 int attributeCount = parser.getAttributeCount();
128 for (int i = 0; i < attributeCount; i++) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 163 int attributeCount = parser.getAttributeCount();
164 for (int i = 0; i < attributeCount; i++) {
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 308 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
327 for (int attrNdx = 0; attrNdx < attributeCount;)
385 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
  /external/jhead/
main.c 508 static int attributeCount; // keep track of how many attributes we've added
537 ++attributeCount;
576 attributeCount = 0;
754 snprintf(finalResult, finalBufLen, "%d %s", attributeCount, buf);
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 594 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
613 for (int attrNdx = 0; attrNdx < attributeCount;)
671 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 522 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
541 for (int attrNdx = 0; attrNdx < attributeCount;)
599 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExternalAccountType.java 323 int attributeCount = parser.getAttributeCount();
324 for (int i = 0; i < attributeCount; i++) {
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp     [all...]
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 222 int attributeCount = parser.getAttributeCount();
223 int[] states = new int[attributeCount];
225 for (int i = 0; i < attributeCount; i++) {
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 50 private int attributeCount = -1;
129 * @param attributeCount number of attributes
132 long attributePointer, int attributeCount) throws SAXException {
141 this.attributeCount = attributeCount;
147 this.attributeCount = -1;
606 if (attributeCount == 0) {
611 = cloneAttributes(this.attributePointer, this.attributeCount);
612 return new ClonedAttributes(pointer, clonePointer, attributeCount);
615 private static native long cloneAttributes(long pointer, int attributeCount);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 184 int attributeCount;
623 parsingContext->attributeCount = count;
640 parsingContext->attributeCount = -1;
    [all...]
  /libcore/ojluni/src/main/java/java/text/
AttributedString.java 156 int attributeCount = attributes.size();
157 if (attributeCount > 0) {
159 Vector newRunAttributes = new Vector(attributeCount);
160 Vector newRunAttributeValues = new Vector(attributeCount);
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 442 final int attributeCount = attributes.size ();
443 for (int a = 0; a < attributeCount; ++ a)
531 final int attributeCount = attributes.size ();
532 for (int a = 0; a < attributeCount; ++ a)
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 164 private int attributeCount;
197 for (int i = 0; i < attributeCount << 2; i += 4) {
236 ((--attributeCount) << 2) - i);
244 for (int i = (attributeCount << 2) - 4; i >= 0; i -= 4) {
361 attributeCount = -1;
528 if (attributeCount < 1 || !"version".equals(attributes[2])) {
536 if (pos < attributeCount && "encoding".equals(attributes[2 + 4])) {
541 if (pos < attributeCount && "standalone".equals(attributes[4 * pos + 2])) {
553 if (pos != attributeCount) {
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java     [all...]
  /frameworks/base/include/androidfw/
ResourceTypes.h 657 uint16_t attributeCount;
    [all...]
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 

Completed in 5336 milliseconds

1 2 3 4 5 6 7 8 91011