Searched defs:attr_count (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DAttributeHTML.java73 private int attr_count = 0; field in class:AttributeHTML
110 attr_count++; // Increment number of attributes found so far
112 if(attr_count % 2 == 0)
117 file.println("<H4><A NAME=\"" + anchor + "\">" + attr_count + " " + ATTRIBUTE_NAMES[tag] + "</A></H4>");
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp85 int attr_count = 0; local
87 ++attr_count;
90 // ++attr_count;
93 ++attr_count;
96 ++attr_count; // has RuntimeVisibleAnnotations attribute
99 write_u2(attr_count);
142 int attr_count = 0; local
147 ++attr_count;
163 ++attr_count;
176 ++attr_count;
462 int attr_count = 0; local
519 int attr_count = 0; local
[all...]
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c2059 unsigned attr_count; local
2129 attr_count = copyU2(ci);
2130 for (i = 0; i < attr_count; ++i) {
2151 unsigned attr_count; local
2158 attr_count = copyU2(ci);
2160 for (i = 0; i < attr_count; ++i) {

Completed in 45 milliseconds