Searched defs:index (Results 326 - 350 of 1255) sorted by relevance

<<11121314151617181920>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DStringListImpl.java107 public String item(int index) { argument
108 if (index < 0 || index >= fLength) {
112 return (String)fVector.elementAt(index);
114 return fArray[index];
121 public Object get(int index) { argument
122 if (index >= 0 && index < fLength) {
124 return fVector.elementAt(index);
126 return fArray[index];
[all...]
H A DXSNamedMap4Types.java125 * Returns the <code>index</code>th item in the map. The index starts at
126 * 0. If <code>index</code> is greater than or equal to the number of
128 * @param index The position in the map from which the item is to be
130 * @return The <code>XSObject</code> at the <code>index</code>th position
132 * not a valid index.
134 public synchronized XSObject item(int index) { argument
138 if (index < 0 || index >= fLength) {
141 return fArray[index];
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/
H A DNamespaceContext.java155 * Returns the prefix at the specified index in the current context.
157 public String getDeclaredPrefixAt(int index); argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DAttList.java100 * Look up an attribute's Namespace URI by index.
102 * @param index The attribute index (zero-based).
104 * is available, or null if the index is out of
107 public String getURI(int index) argument
109 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
116 * Look up an attribute's local name by index.
118 * @param index The attribute index (zero-based).
121 * if the index i
123 getLocalName(int index) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DAttList.java91 * Look up an attribute's Namespace URI by index.
93 * @param index The attribute index (zero-based).
95 * is available, or null if the index is out of
98 public String getURI(int index) argument
100 String ns = m_dh.getNamespaceOfNode(((Attr) m_attrs.item(index)));
107 * Look up an attribute's local name by index.
109 * @param index The attribute index (zero-based).
112 * if the index i
114 getLocalName(int index) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DContextNodeList.java49 * fetch will take place at index 1.
71 * If an index is requested, NodeSetDTM will call this method
72 * to run the iterator to the index. By default this sets
73 * m_next to the index. If the index argument is -1, this
76 * @param index The index to run to, or -1 if the iterator should be run
79 public void runTo(int index); argument
83 * @param i Must be a valid index.
124 * Get the index o
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DOpMapVector.java64 * @param i index of object to get
66 * @return object at given index
74 * Sets the component at the specified index of this vector to be the
77 * The index must be a value greater than or equal to 0 and less
81 * @param index Index of where to set the object
83 public final void setElementAt(int value, int index) argument
85 if (index >= m_mapSize)
98 m_map[index] = value;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DNVListImpl.java94 public NamedValue item(int index) argument
98 return (NamedValue) _namedValues.elementAt(index);
104 public void remove(int index) argument
108 _namedValues.removeElementAt(index);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DByteBufferWithInfo.java39 // index variable and the ByteBuffer's limit points to the end of the
40 // data. Also, since the index variable tracks the current empty
51 // REVISIT - index should eventually be replaced with byteBuffer.position()
52 private int index; // Current empty position in buffer. field in class:ByteBufferWithInfo
61 int index)
70 position(index);
160 // than this.index. But, byteBuffer.position
166 return index;
174 // than this.index. This change should be made
177 index
59 ByteBufferWithInfo(org.omg.CORBA.ORB orb, ByteBuffer byteBuffer, int index) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DFreezableList.java106 public Object get(int index) argument
108 return delegate.get(index) ;
111 public Object set(int index, Object element) argument
116 return delegate.set(index, element) ;
119 public void add(int index, Object element) argument
124 delegate.add(index, element) ;
127 public Object remove(int index) argument
132 return delegate.remove(index) ;
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DAttributeGen.java117 protected void stub (String className, boolean isAbstract, Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) argument
122 super.stub (className, isAbstract, symbolTable, a, stream, index);
128 super.stub (className, isAbstract, symbolTable, a, stream, index + 1);
136 protected void skeleton (Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) argument
141 super.skeleton (symbolTable, a, stream, index);
147 super.skeleton (symbolTable, a, stream, index + 1);
155 protected void dispatchSkeleton (Hashtable symbolTable, MethodEntry m, PrintWriter stream, int index) argument
160 super.dispatchSkeleton (symbolTable, a, stream, index);
166 super.dispatchSkeleton (symbolTable, m, stream, index + 1);
H A DJavaGenerator.java52 int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream); argument
62 int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream); argument
64 int write (int index, String indent, String name, SymtabEntry entry, PrintWriter stream); argument
66 int type (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream); argument
H A DPrimitiveGen.java69 public int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
71 return type (index, indent, tcoffsets, name, entry, stream);
74 public int type (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) { argument
114 return index;
125 public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
128 return index;
131 public int write (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
134 return index;
H A DSequenceGen.java75 public int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
98 index = ((JavaGenerator)entry.type ().generator ()).helperType (index + 1, indent, tcoffsets, name, entry.type (), stream);
106 return index;
109 public int type (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) { argument
127 index = ((JavaGenerator)entry.type ().generator ()).type (index + 1, indent, tcoffsets, name, entry.type (), stream);
135 return index;
146 public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
149 String length = "_len" + index
224 write(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
[all...]
H A DStringGen.java71 public int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
73 return type(index, indent, tcoffsets, name, entry, stream);
76 public int type (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) { argument
94 return index;
105 public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
118 return index;
121 public int write (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
134 return index;
H A DTypedefGen.java130 public int helperType (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
140 index = ((JavaGenerator)td.type ().generator ()).type (index, indent, tcoffsets, name, td.type (), stream);
160 return index;
163 public int type (int index, String indent, TCOffsets tcoffsets, String name, SymtabEntry entry, PrintWriter stream) argument
170 return helperType( index, indent, tcoffsets, name, entry, stream);
185 public int read (int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
240 loopIndex = "_o" + index++;
250 index = ((JavaGenerator)td.type ().generator ()).read (index, inden
274 write(int index, String indent, String name, SymtabEntry entry, PrintWriter stream) argument
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DTypeCode.java138 * <LI><code>member_type(int index)</code>
295 * the given index. Since names are local to a
305 * @param index index of the member for which a name is being reqested
307 * index or an empty string
308 * @throws org.omg.CORBA.TypeCodePackage.Bounds if the index is equal
316 public abstract String member_name(int index) argument
321 * of the member identified by the given index.
328 * @param index index o
340 member_type(int index) argument
364 member_label(int index) argument
496 member_visibility(int index) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DStackTracePanel.java46 public Object getElementAt(int index) { argument
48 return trace.get(index);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFHeader.java68 /** Retrieves the section header at the given index, between
69 1 and getNumberOfSections(). <B>NOTE</B>: This index is one-based,
71 public SectionHeader getSectionHeader(int index); argument
73 /** Retrieves the COFF symbol at the given index, between 0 and
76 public COFFSymbol getCOFFSymbol(int index); argument
H A DSectionHeader.java92 relocation at the given index; valid indices are numbered
94 public COFFRelocation getCOFFRelocation(int index); argument
96 /** Retrieves the COFF line number at the given index; valid indices
98 public COFFLineNumber getCOFFLineNumber(int index); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCacheEntry.java65 ConstantPoolCacheEntry(ConstantPoolCache cp, int index) { argument
67 offset = baseOffset + index * size;
H A DFieldType.java89 int index = 1;
91 index = skipOptionalSize(signature, index);
92 while (signature.getByteAt(index) == '[') {
93 index++;
95 skipOptionalSize(signature, index);
97 int elementType = BasicType.charToType((char) signature.getByteAt(index));
101 private int skipOptionalSize(Symbol sig, int index) { argument
102 byte c = sig.getByteAt(index);
104 ++index;
[all...]
H A DMultiBranchData.java68 int countAt(int index) { argument
70 index * perCaseCellCount +
73 int displacementAt(int index) { argument
75 index * perCaseCellCount +
86 static int caseCountOffset(int index) { argument
88 (perCaseSize() * index) +
H A DProfileData.java54 int intptrAt(int index) { argument
55 //assert(0 <= index && index < cellCount(), "oob");
56 return data().cellAt(index);
58 int intAt(int index) { argument
59 return (int)intptrAt(index);
61 int uintAt(int index) { argument
62 return (int)intptrAt(index);
64 Oop oopAt(int index) { argument
65 return data().oopAt(index);
68 addressAt(int index) argument
77 cellOffset(int index) argument
[all...]
H A DTypeArray.java55 public byte getByteAt(long index) { argument
56 if (index < 0 || index >= getLength()) {
57 throw new ArrayIndexOutOfBoundsException(index + " " + getLength());
59 long offset = baseOffsetInBytes(BasicType.T_BYTE) + index * getHeap().getByteSize();
63 public boolean getBooleanAt(long index) { argument
64 long offset = baseOffsetInBytes(BasicType.T_BOOLEAN) + index * getHeap().getBooleanSize();
68 public char getCharAt(long index) { argument
69 long offset = baseOffsetInBytes(BasicType.T_CHAR) + index * getHeap().getCharSize();
73 public int getIntAt(long index) { argument
78 getShortAt(long index) argument
83 getLongAt(long index) argument
88 getFloatAt(long index) argument
93 getDoubleAt(long index) argument
[all...]

Completed in 80 milliseconds

<<11121314151617181920>>