Searched refs:attributeCount (Results 1 - 25 of 29) sorted by relevance

12

/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFieldWriter.java216 int attributeCount = 0;
218 ++attributeCount;
223 ++attributeCount;
226 ++attributeCount;
229 ++attributeCount;
232 ++attributeCount;
235 ++attributeCount;
238 attributeCount += attrs.getCount();
240 out.putShort(attributeCount);
H A DClassWriter.java723 int attributeCount = 0;
725 ++attributeCount;
730 ++attributeCount;
735 ++attributeCount;
740 ++attributeCount;
745 ++attributeCount;
752 ++attributeCount;
757 ++attributeCount;
762 ++attributeCount;
767 ++attributeCount;
[all...]
H A DMethodWriter.java1888 int attributeCount = 0;
1890 ++attributeCount;
1893 ++attributeCount;
1898 ++attributeCount;
1901 ++attributeCount;
1904 ++attributeCount;
1907 ++attributeCount;
1910 ++attributeCount;
1913 ++attributeCount;
1916 ++attributeCount;
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebElement.cpp102 unsigned WebElement::attributeCount() const function in class:blink::WebElement
119 if (index >= attributeCount())
126 if (index >= attributeCount())
/external/chromium_org/third_party/WebKit/public/web/
H A DWebElement.h66 BLINK_EXPORT unsigned attributeCount() const;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMConfiguration.cpp37 void V8DOMConfiguration::installAttributes(v8::Handle<v8::ObjectTemplate> instanceTemplate, v8::Handle<v8::ObjectTemplate> prototype, const AttributeConfiguration* attributes, size_t attributeCount, v8::Isolate* isolate) argument
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);
133 installDOMClassTemplate(v8::Handle<v8::FunctionTemplate> functionDescriptor, const char* interfaceName, v8::Handle<v8::FunctionTemplate> parentClass, size_t fieldCount, const AttributeConfiguration* attributes, size_t attributeCount, const AccessorConfiguration* accessors, size_t accessorCount, const MethodConfiguration* callbacks, size_t callbackCount, v8::Isolate* isolate) argument
H A DV8DOMConfiguration.h85 static void installAttributes(v8::Handle<v8::ObjectTemplate>, v8::Handle<v8::ObjectTemplate>, const AttributeConfiguration*, size_t attributeCount, v8::Isolate*);
181 const AttributeConfiguration*, size_t attributeCount,
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapSerializationEnvelope.java240 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/
H A DXMLDocumentParser.h133 const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** libxmlAttributes);
H A DXMLDocumentParser.cpp123 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) {
122 PendingStartElementNSCallback(const AtomicString& localName, const AtomicString& prefix, const AtomicString& uri, int namespaceCount, const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** attributes) argument
/external/jhead/
H A Dmain.c507 static int attributeCount; // keep track of how many attributes we've added variable
536 ++attributeCount;
575 attributeCount = 0;
753 snprintf(finalResult, finalBufLen, "%d %s", attributeCount, buf);
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp319 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); local
338 for (int attrNdx = 0; attrNdx < attributeCount;)
396 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp442 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)
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java442 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)
1226 final int attributeCount = attributes.size ();
1227 for (int a = 0; a < attributeCount; ++ a)
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp596 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); local
615 for (int attrNdx = 0; attrNdx < attributeCount;)
673 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp536 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); local
555 for (int attrNdx = 0; attrNdx < attributeCount;)
613 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp1026 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights); local
1045 for (int attrNdx = 0; attrNdx < attributeCount;)
1103 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc325 for (unsigned i = 0; i < element.attributeCount(); ++i) {
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp2148 int attributeCount = random.chooseWeighted<int, const int*, const float*>(DE_ARRAY_BEGIN(attribCounts), DE_ARRAY_END(attribCounts), attribWeights);
2181 for (int attrNdx = 0; attrNdx < attributeCount;)
2239 for (int attrNdx = 0; attrNdx < attributeCount; ++attrNdx)
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 6143 milliseconds

12