Searched refs:getLength (Results 426 - 450 of 540) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java941 index += i.getLength();
960 index += i.getLength();
1179 public int getLength() { return length; } method in class:InstructionList
H A DMethodGen.java247 InstructionHandle end = il.findHandle(l.getStartPC() + l.getLength());
267 InstructionHandle end = il.findHandle(l.getStartPC() + l.getLength());
655 attrs_len += (code_attrs[i].getLength() + 6);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java551 public int getLength() { method in class:NodeImpl
1537 int length = map.getLength();
1624 int length = map.getLength();
H A DNamedNodeMapImpl.java104 * item(getLength()-1).
106 public int getLength() { method in class:NamedNodeMapImpl
122 * is greater than or equal to getLength().
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java785 final int len = att.getLength();
795 final int len = att.getLength();
877 if( index<0 || fAttributes.getLength()<=index )
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDOMUtil.java97 int attrCount = attrs.getLength();
789 Attr [] attrArray = new Attr[attrMap.getLength()];
790 for (int i=0; i<attrMap.getLength(); i++)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java297 for (i = 0 ; i < attrs.getLength() ; ++i) {
486 for (i = 0 ; i < attrs.getLength() ; ++i) {
700 length = attrMap.getLength();
1205 length = attrs.getLength();
1431 for (int i = 0; i< attrs.getLength(); i++ ) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DObjectReader.java217 long size = kvs.getLength();
294 int length = (int) array.getLength();
410 int length = (int) array.getLength();
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java769 return (double) getLength(value) * 8;
777 public int getLength(int value) { method in class:Coding
795 public int getLength(int[] values, int start, int end) { method in class:Coding
805 //return Coding.of(B, H, S).getLength(deltas, 0, len);
H A DPackageWriter.java387 int zeroLen = UNSIGNED5.getLength(DUMMY);
388 archiveSize0 += UNSIGNED5.getLength(archiveSizeHi) - zeroLen;
389 archiveSize0 += UNSIGNED5.getLength(archiveSizeLo) - zeroLen;
1534 assert(i.getLength() == 5);
1539 assert(i.getLength() == ((bc == _ldc)?2:3));
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DSnmpRequestHandler.java131 SnmpMessage.dumpHexBuffer(packet.getData(), 0, packet.getLength()));
143 SnmpMessage.dumpHexBuffer(respPacket.getData(), 0, respPacket.getLength()));
186 reqMsg.decodeMessage(reqPacket.getData(), reqPacket.getLength()) ;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DJAXWSBindingExtensionHandler.java306 if( nlst.getLength()==0 ) {
311 if( nlst.getLength()!=1 ) {
312 Util.fail("internalizer.XPathEvaulatesToTooManyTargets", new Object[]{expression, nlst.getLength()});
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanTest.java591 int len = Array.getLength(a1);
592 if (len != Array.getLength(a2))
689 int len = Array.getLength(o);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/runtime/
H A DBasisLibrary.java1136 public int getLength() {
1164 final int n = nodeList.getLength();
1206 int[] proxyNodes = new int[nodeList.getLength()];
1209 for (int i = 0; i < nodeList.getLength(); ++i) {
1309 for (int i = 0; i < nodeList.getLength(); ++i) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLDocumentFragmentScannerImpl.java1320 if (fSecurityManager != null && fAttributes.getLength() > fElementAttributeLimit){
1323 new Object[]{rawname, new Integer(fAttributes.getLength()) },
1401 return fAttributes.getLength() > 0 ? true : false ;
1448 * int oldLen = attributes.getLength();
1454 * if (oldLen == attributes.getLength()) {
1551 int oldLen = attributes.getLength();
1558 if (oldLen == attributes.getLength()) {
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java255 if (pos > doc.getLength()) {
287 if (offset > doc.getLength()) {
764 if (m != null && offset < hdoc.getLength()) {
1753 int newLength = doc.getLength();
1786 int length = doc.getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java2747 int len = components.getLength();
2764 len = componentsExt.getLength();
2785 int len = components.getLength();
2802 len = componentsExt.getLength();
2823 int len = components.getLength();
2840 len = componentsExt.getLength();
2861 int len = components.getLength();
2878 len = componentsExt.getLength();
2899 int len = components.getLength();
2916 len = componentsExt.getLength();
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java129 int n = nodes.getLength();
149 n = nodes.getLength();
174 int nc = childNodes.getLength();
1385 for (int i = 0; i < nodes.getLength(); i++) {
1557 int n = nodes.getLength();
1596 int n = nodes.getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDValidator.java1138 + attributes.getLength() +"\n"
1158 int attrCount = attributes.getLength();
1211 int attrCount = attributes.getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java956 public int getLength(){ method in class:XMLSchemaLoader.LocationArray
1115 int length = is.getLength();
1146 int length = uriList.getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DLiteralElement.java246 final int count = _attributes.getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DXPathMatcher.java318 int attrCount = attributes.getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java403 final int length = attributes.getLength();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java935 int attrCount = attributes.getLength ();
1070 int attrCount = attributes.getLength ();
1350 int length = ls.getLength ();
1587 int length = children.getLength ();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DConcreteMethodImpl.java439 int length = locals[ii].getLength();

Completed in 134 milliseconds

<<11121314151617181920>>