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

1 2 3 4

  /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/chromium_org/third_party/WebKit/Source/web/
WebElement.cpp 102 unsigned WebElement::attributeCount() const
119 if (index >= attributeCount())
126 if (index >= attributeCount())
  /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...]
  /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...]
  /external/chromium_org/third_party/WebKit/public/web/
WebElement.h 66 BLINK_EXPORT unsigned attributeCount() const;
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMConfiguration.cpp 37 void V8DOMConfiguration::installAttributes(v8::Handle<v8::ObjectTemplate> instanceTemplate, v8::Handle<v8::ObjectTemplate> prototype, const AttributeConfiguration* attributes, size_t attributeCount, v8::Isolate* isolate)
39 for (size_t i = 0; i < attributeCount; ++i)
134 const AttributeConfiguration* attributes, size_t attributeCount,
152 if (attributeCount)
153 installAttributes(instanceTemplate, functionDescriptor->PrototypeTemplate(), attributes, attributeCount, isolate);
V8DOMConfiguration.h 85 static void installAttributes(v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::ObjectTemplate>, const AttributeConfiguration*, size_t attributeCount, v8::Isolate*);
181 const AttributeConfiguration*, size_t attributeCount,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 163 int attributeCount = parser.getAttributeCount();
164 for (int i = 0; i < attributeCount; i++) {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapSerializationEnvelope.java 240 for (int attributeCount = 0; attributeCount < parser.getAttributeCount(); attributeCount++) {
242 attributeInfo.setName(parser.getAttributeName(attributeCount));
243 attributeInfo.setValue(parser.getAttributeValue(attributeCount));
244 attributeInfo.setNamespace(parser.getAttributeNamespace(attributeCount));
245 attributeInfo.setType(parser.getAttributeType(attributeCount));
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 133 const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** libxmlAttributes);
XMLDocumentParser.cpp 123 int namespaceCount, const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** attributes)
128 , m_attributeCount(attributeCount)
134 m_attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * attributeCount * 5));
135 for (int i = 0; i < attributeCount; ++i) {
    [all...]
  /external/jhead/
main.c 507 static int attributeCount; // keep track of how many attributes we've added
536 ++attributeCount;
575 attributeCount = 0;
753 snprintf(finalResult, finalBufLen, "%d %s", attributeCount, buf);
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 319 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
338 for (int attrNdx = 0; attrNdx < attributeCount;)
396 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 442 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
475 for (int attrNdx = 0; attrNdx < attributeCount;)
533 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 218 int attributeCount = parser.getAttributeCount();
219 int[] states = new int[attributeCount];
221 for (int i = 0; i < attributeCount; i++) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExternalAccountType.java 316 int attributeCount = parser.getAttributeCount();
317 for (int i = 0; i < attributeCount; i++) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xmllite.h 142 UINT *attributeCount) = 0;
259 UINT *attributeCount);
301 #define IXmlReader_GetAttributeCount(This,attributeCount) (This)->lpVtbl->GetAttributeCount(This,attributeCount)
376 static FORCEINLINE HRESULT IXmlReader_GetAttributeCount(IXmlReader* This,UINT *attributeCount) {
377 return This->lpVtbl->GetAttributeCount(This,attributeCount);
558 UINT *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...]
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 596 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
615 for (int attrNdx = 0; attrNdx < attributeCount;)
673 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 536 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
555 for (int attrNdx = 0; attrNdx < attributeCount;)
613 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 183 int attributeCount;
622 parsingContext->attributeCount = count;
639 parsingContext->attributeCount = -1;
    [all...]
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 

Completed in 1163 milliseconds

1 2 3 4