Searched refs:index (Results 276 - 300 of 2073) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DRowSorterEvent.java116 * Returns the location of <code>index</code> in terms of the
119 * index is not valid, or the locations prior to the sort have not
122 * @param index the index in terms of the view
123 * @return the index in terms of the model prior to the sort, or -1 if
126 public int convertPreviousRowIndexToModel(int index) { argument
127 if (oldViewToModel != null && index >= 0 &&
128 index < oldViewToModel.length) {
129 return oldViewToModel[index];
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DMenuBarPeer.java53 * @param index the index of the menu to remove
57 void delMenu(int index); argument
H A DMenuPeer.java58 * Removes the menu item at the specified index.
60 * @param index the index of the item to remove
64 void delItem(int index); argument
/openjdk7/jdk/src/share/classes/java/nio/
H A DX-Buffer-bin.java.template72 * <p> Reads $nbytes$ bytes at the given index, composing them into a
75 * @param index
76 * The index from which the bytes will be read
78 * @return The $type$ value at the given index
81 * If <tt>index</tt> is negative
85 public abstract $type$ get$Type$(int index);
92 * current byte order, into this buffer at the given index. </p>
94 * @param index
95 * The index at which the bytes will be written
103 * If <tt>index</t
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DArray.java161 * specified <code>index</code> and containing up to <code>count</code>
170 * @param index the array index of the first element to retrieve;
171 * the first element is at index 1
174 * of the SQL array, beginning with element <code>index</code>
181 Object getArray(long index, int count) throws SQLException; argument
186 * <code>index</code> and containing up to <code>count</code>
202 * @param index the array index of the first element to retrieve;
203 * the first element is at index
219 getArray(long index, int count, java.util.Map<String,Class<?>> map) argument
307 getResultSet(long index, int count) argument
344 getResultSet(long index, int count, java.util.Map<String,Class<?>> map) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileError.cpp38 void ClassFileParser::classfile_parse_error(const char* msg, int index, TRAPS) { argument
41 msg, index, _class_name->as_C_string());
50 void ClassFileParser::classfile_parse_error(const char* msg, int index, const char *name, TRAPS) { argument
53 msg, index, name, _class_name->as_C_string());
/openjdk7/hotspot/test/compiler/6930043/
H A DTest6930043.java52 for (int index = start; index < end; index++)
53 result += is[index];
54 // result += is[idx = index];
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLCollection.java48 * be accessed by either ordinal index or the node's<code>name</code> or
61 * This method retrieves a node specified by ordinal index. Nodes are
63 * @param index The index of the node to be fetched. The index origin is
66 * success. A value of <code>null</code> is returned if the index is
69 public Node item(int index); argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWColor.java44 static native Color getDefaultColor(int index); argument
/openjdk7/jdk/test/java/lang/instrument/
H A DParallelTransformerLoaderApp.java63 TestThread( int index) argument
67 fIndex = index;
78 loadClasses( int index) argument
83 Class.forName("TestClass" + index, true, loader);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_loader.h49 ObjectIndex loader_object_index(JNIEnv *env, LoaderIndex index);
H A Dhprof_object.c99 get_pkey(ObjectIndex index) argument
104 table_get_key(gdata->object_table, index, (void*)&key_ptr, &key_len);
111 get_info(ObjectIndex index) argument
115 info = (ObjectInfo*)table_get_info(gdata->object_table, index);
173 ObjectIndex index; local
188 index = table_create_entry(gdata->object_table,
193 index = table_find_or_create_entry(gdata->object_table,
197 return index;
215 object_get_site(ObjectIndex index) argument
219 pkey = get_pkey(index);
224 object_get_size(ObjectIndex index) argument
233 object_get_kind(ObjectIndex index) argument
242 object_free(ObjectIndex index) argument
277 object_set_thread_serial_number(ObjectIndex index, SerialNumber thread_serial_num) argument
287 object_get_thread_serial_number(ObjectIndex index) argument
296 object_get_references(ObjectIndex index) argument
305 object_set_references(ObjectIndex index, RefIndex ref_index) argument
[all...]
H A Dhprof_class.c50 * where the MethodIndex matches the index of the method name and
72 StringIndex name_index; /* Method name, index into string table */
73 StringIndex sig_index; /* Method signature, index into string table */
83 ObjectIndex object_index; /* Optional object index for jclass */
96 get_pkey(ClassIndex index) argument
101 table_get_key(gdata->class_table, index, (void*)&key_ptr, &key_len);
119 get_info(ClassIndex index) argument
123 info = (ClassInfo*)table_get_info(gdata->class_table, index);
128 fill_info(TableIndex index, ClassKey *pkey) argument
133 info = get_info(index);
165 ClassIndex index; local
175 ClassIndex index; local
186 ClassIndex index; local
221 cleanup_item(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
244 delete_ref_item(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
251 list_item(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
287 all_status_remove(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
301 unload_walker(TableIndex index, void *key_ptr, int key_len, void *info_ptr, void *arg) argument
371 ClassIndex index; local
382 class_add_status(ClassIndex index, ClassStatus status) argument
391 class_get_status(ClassIndex index) argument
400 class_get_signature(ClassIndex index) argument
409 class_get_serial_number(ClassIndex index) argument
457 class_set_methods(ClassIndex index, const char **name, const char **sig, int count) argument
481 class_new_classref(JNIEnv *env, ClassIndex index, jclass classref) argument
494 class_get_class(JNIEnv *env, ClassIndex index) argument
524 class_get_methodID(JNIEnv *env, ClassIndex index, MethodIndex mnum) argument
553 class_set_inst_size(ClassIndex index, jint inst_size) argument
562 class_get_inst_size(ClassIndex index) argument
571 class_set_object_index(ClassIndex index, ObjectIndex object_index) argument
580 class_get_object_index(ClassIndex index) argument
589 class_get_super(ClassIndex index) argument
598 class_set_super(ClassIndex index, ClassIndex super) argument
607 class_get_loader(ClassIndex index) argument
618 class_get_all_fields(JNIEnv *env, ClassIndex index, jint *pfield_count, FieldInfo **pfield) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteISO2022.java86 int index = 0;
105 index = tmpByte.length+1;
109 ebyte[index++] = ISO_SO;
111 ebyte[index++] = (byte)(convByte[0]&0x7f);
112 ebyte[index++] = (byte)(convByte[1]&0x7f);
120 index = tmpByte.length+1;
122 ebyte[index++] = ISO_ESC;
123 ebyte[index++] = ISO_SS2_7;
124 ebyte[index++] = (byte)(convByte[2]&0x7f);
125 ebyte[index
[all...]
/openjdk7/langtools/test/tools/javac/unit/util/list/
H A DAbstractList.java43 int index = 0;
45 if (s != ss.get(index))
46 throw new AssertionError("s != ss.get(" + index + ")");
47 index++;
/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...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java73 * @param index value of -1 indicates no predecessor [used in initialisation]
75 * the predecessor string specified the index.
77 * index and byte b. Else return the code allocated for combination index + b.
79 public int addCharString(short index, byte b) { argument
86 hshidx = hash(index, b);
93 if (index == HASH_FREE) {
97 strNxt[numStrings] = index;
98 strLen[numStrings] = strLen[index] + 1;
105 * @param index inde
110 findCharString(short index, byte b) argument
145 hash(short index, byte lastbyte) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DLDC_W.java64 * LDC_W - Push item from constant pool (wide index)
77 public LDC_W(int index) { argument
78 super(index);
82 * Read needed data (i.e., index) from file.
/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/org/omg/CORBA/
H A DNVList.java82 * at a given index, and a method for removing a <code>NamedValue</code> object
83 * at a given index.
150 * Retrieves the <code>NamedValue</code> object at the given index.
152 * @param index the index of the desired <code>NamedValue</code> object,
154 * minus one, inclusive. The first item is at index zero.
155 * @return the <code>NamedValue</code> object at the given index
156 * @exception org.omg.CORBA.Bounds if the index is greater than
160 public abstract NamedValue item(int index) throws org.omg.CORBA.Bounds; argument
163 * Removes the <code>NamedValue</code> object at the given index
176 remove(int index) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9SpecialRegisterInstruction.java53 protected static String getSpecialRegisterName(int index) { argument
54 return specialRegNames[index];
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/
H A DIA64ThreadContext.java164 public String getRegisterName(int index) { argument
165 return regNames[index];
168 public void setRegister(int index, long value) { argument
169 data[index] = value;
172 public long getRegister(int index) { argument
173 return data[index];
182 public abstract void setRegisterAsAddress(int index, Address value); argument
186 public abstract Address getRegisterAsAddress(int index); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DObjectSynchronizer.java93 index = blockSize - 1;
98 return (index > 0 || block.freeNext() != null);
103 if (index > 0) {
104 addr = blockAddr.addOffsetTo(index*objectMonitorTypeSize);
107 index = blockSize - 1;
108 addr = blockAddr.addOffsetTo(index*objectMonitorTypeSize);
110 index --;
119 private int index; field in class:ObjectSynchronizer.ObjectMonitorIterator
/openjdk7/jdk/src/share/classes/javax/sql/rowset/spi/
H A DSyncResolver.java289 * @param index an <code>int</code> designating the column in this row of this
296 public Object getConflictValue(int index) throws SQLException; argument
313 * Sets <i>obj</i> as the value in column <i>index</i> in the current row of the
317 * @param index an <code>int</code> giving the number of the column into which to
323 public void setResolvedValue(int index, Object obj) throws SQLException; argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpIpAddress.java130 * Extracts the ip address from an index OID and returns its
132 * @param index The index array.
133 * @param start The position in the index array.
138 public static SnmpOid toOid(long[] index, int start) throws SnmpStatusException { argument
139 if (start + 4 <= index.length) {
142 index[start],
143 index[start+1],
144 index[start+2],
145 index[star
165 nextOid(long[] index, int start) argument
[all...]

Completed in 67 milliseconds

<<11121314151617181920>>