Searched refs:index (Results 51 - 75 of 2073) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJArrayCompRef.java38 * Integer expression representing index of the component
40 private final JExpression index; field in class:JArrayCompRef
44 * and index.
50 * @param index
51 * JExpression for index of component to access
53 JArrayCompRef(JExpression array, JExpression index) { argument
54 if ((array == null) || (index == null)) {
58 this.index = index;
62 f.g(array).p('[').g(index)
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/streaming/
H A DAttributes.java56 * Return true if the attribute at the given index is a namespace
63 public boolean isNamespaceDeclaration(int index); argument
66 * Look up an attribute's QName by index.
69 public QName getName(int index); argument
72 * Look up an attribute's URI by index.
75 public String getURI(int index); argument
78 * Look up an attribute's local name by index.
82 public String getLocalName(int index); argument
85 * Look up an attribute's prefix by index.
88 public String getPrefix(int index); argument
94 getValue(int index) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/text/
H A DSupplementaryCharacterData.java60 public int getValue(int index) { argument
62 assert index >= Character.MIN_SUPPLEMENTARY_CODE_POINT &&
63 index <= Character.MAX_CODE_POINT :
64 "Invalid code point:" + Integer.toHexString(index);
76 if (index < start) {
78 } else if (index > (end-1)) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaArray.java55 public Object get(int index) { argument
56 return (isInRange(index)) ? type.getFieldValue(index, getArray())
57 : super.get(index);
79 public boolean has(int index) { argument
80 if (isInRange(index)) {
83 return super.has(index);
93 public void put(int index, Object value) { argument
94 if (! isInRange(index)) {
95 super.put(index, valu
100 isInRange(int index) argument
[all...]
H A DDefaultScriptObject.java43 public Object get(int index) { argument
50 public void put(int index, Object value) { argument
57 public boolean has(int index) { argument
65 public boolean delete(int index) { argument
H A DScriptObject.java58 public Object get(int index); argument
68 public void put(int index, Object value); argument
78 public boolean has(int index); argument
88 public boolean delete(int index); argument
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DBitFile.java39 int index; field in class:BitFile
40 int bitsLeft; // bits left at current index that are avail.
53 index = 0;
58 int numBytes = index + (bitsLeft == 8 ? 0 : 1);
65 index = 0;
75 if ((index == 254 && bitsLeft == 0) || index > 254) {
83 index = 0;
87 if (numbits <= bitsLeft) { // bits contents fit in current index byte
89 buffer[index] |
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.h47 SerialNumber tls_get_thread_serial_number(TlsIndex index);
52 void tls_thread_ended(JNIEnv *env, TlsIndex index);
55 MonitorIndex tls_get_monitor(TlsIndex index);
56 void tls_set_monitor(TlsIndex index, MonitorIndex monitor_index);
58 void tls_set_thread_object_index(TlsIndex index,
71 void tls_monitor_start_timer(TlsIndex index);
72 jlong tls_monitor_stop_timer(TlsIndex index);
76 void tls_push_method(TlsIndex index, jmethodID method);
77 void tls_pop_method(TlsIndex index, jthread thread, jmethodID method);
78 void tls_pop_exception_catch(TlsIndex index, jthrea
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DAttributesImplSerializer.java34 * faster lookup of an index by qName, which is commonly done in the stream
44 * Hash table of qName/index values to quickly lookup the index
48 * The keys to the hashtable to find the index are either
68 * This method gets the index of an attribute given its qName.
70 * @return the integer index of the attribute.
75 int index;
81 index = super.getIndex(qname);
82 return index;
88 index
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DCalendarBuilder.java55 public static final int ISO_DAY_OF_WEEK = 1000; // pseudo field index
68 CalendarBuilder set(int index, int value) { argument
69 if (index == ISO_DAY_OF_WEEK) {
70 index = DAY_OF_WEEK;
73 field[index] = nextStamp++;
74 field[MAX_FIELD + index] = value;
75 if (index > maxFieldIndex && index < FIELD_COUNT) {
76 maxFieldIndex = index;
87 boolean isSet(int index) { argument
94 clear(int index) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/
H A DEncodingAlgorithmAttributesImpl.java196 * @param index True if attribute should be indexed.
201 String type, String value, boolean index, String alphabet) {
212 _toIndex[_length] = index;
302 * @param index The index of the attribute whose value is to be replaced
307 public void replaceWithAttributeAlgorithmData(int index, argument
309 if (index < 0 || index >= _length) return;
311 int i = index * SIZE;
314 _algorithmIds[index]
200 addAttribute(String URI, String localName, String qName, String type, String value, boolean index, String alphabet) argument
382 getLocalName(int index) argument
390 getQName(int index) argument
398 getType(int index) argument
406 getURI(int index) argument
414 getValue(int index) argument
495 getAlgorithmURI(int index) argument
503 getAlgorithmIndex(int index) argument
511 getAlgorithmData(int index) argument
521 getAlpababet(int index) argument
529 getToIndex(int index) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DKeyPattern.java32 public KeyPattern(String index, String value) { argument
33 super(index,value);
/openjdk7/jaxp/src/org/w3c/dom/
H A DNameList.java49 * integral index, starting from 0.
55 * Returns the <code>index</code>th name item in the collection.
56 * @param index Index into the collection.
57 * @return The name at the <code>index</code>th position in the
59 * the specified index or if the index is out of range.
61 public String getName(int index); argument
64 * Returns the <code>index</code>th namespaceURI item in the collection.
65 * @param index Index into the collection.
66 * @return The namespace URI at the <code>index</cod
70 getNamespaceURI(int index) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9ConditionFlags.java32 public static String getFlagName(int index) { argument
33 return ccFlagNames[index];
H A DV9IntRegisterBranchDecoder.java34 String getRegisterConditionName(int index) { argument
35 return integerRegisterConditionNames[index];
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/
H A DAMD64ThreadContext.java90 public String getRegisterName(int index) { argument
91 return regNames[index];
94 public void setRegister(int index, long value) { argument
95 data[index] = value;
98 public long getRegister(int index) { argument
99 return data[index];
108 public abstract void setRegisterAsAddress(int index, Address value); argument
112 public abstract Address getRegisterAsAddress(int index); argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DArrayData.java44 int arrayUintAt(int index) { argument
45 int aindex = index + arrayStartOffSet;
48 int arrayIntAt(int index) { argument
49 int aindex = index + arrayStartOffSet;
52 Oop arrayOopAt(int index) { argument
53 int aindex = index + arrayStartOffSet;
58 static int arrayElementOffset(int index) { argument
59 return cellOffset(arrayStartOffSet + index);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DMutableComboBoxModel.java56 * Adds an item at a specific index. The implementation of this method
61 * @param index location to add the object
63 public void insertElementAt( E item, int index );
66 * Removes an item at a specific index. The implementation of this method
70 * @param index location of the item to be removed
72 public void removeElementAt( int index );
/openjdk7/jdk/src/share/classes/java/net/
H A DURISyntaxException.java44 private int index; field in class:URISyntaxException
48 * index.
52 * @param index The index at which the parse error occurred,
53 * or <tt>-1</tt> if the index is not known
59 * If the error index is less than <tt>-1</tt>
61 public URISyntaxException(String input, String reason, int index) { argument
65 if (index < -1)
68 this.index = index;
[all...]
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DInvalidPathException.java40 private int index; field in class:InvalidPathException
44 * index.
48 * @param index the index at which the error occurred,
49 * or <tt>-1</tt> if the index is not known
55 * if the error index is less than <tt>-1</tt>
57 public InvalidPathException(String input, String reason, int index) { argument
61 if (index < -1)
64 this.index = index;
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DDataTruncation.java54 * @param index The index of the parameter or column value
60 public DataTruncation(int index, boolean parameter, argument
64 this.index = index;
82 * @param index The index of the parameter or column value
93 public DataTruncation(int index, boolean parameter, argument
97 this.index = index;
161 private int index; field in class:DataTruncation
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp76 static address native_result_to_tosca(int index) { return _native_abi_to_tosca[index]; } // aka result handler argument
77 static address tosca_result_to_stack(int index) { return _tosca_to_stack[index]; } argument
78 static address stack_result_to_stack(int index) { return _stack_to_stack[index]; } argument
79 static address stack_result_to_native(int index) { return _stack_to_native_abi[index]; } argument
/openjdk7/jdk/test/java/text/Bidi/
H A DBug7002398.java52 for (int index = 0; index < str.length(); index ++) {
53 int gotLevel = bidi.getLevelAt(index);
54 if (gotLevel != expectedLevels[index]) {
57 Integer.toHexString(str.charAt(index)).toUpperCase() +
58 ": Expected level = " + expectedLevels[index] +
59 ", actual level = " + bidi.getLevelAt(index) +
/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DListPeer.java53 * Adds an item to the list at the specified index.
56 * @param index the index where to add the item into the list
60 void add(String item, int index); argument
79 * Selects the item at the specified {@code index}.
81 * @param index the index of the item to select
85 void select(int index); argument
88 * De-selects the item at the specified {@code index}.
90 * @param index th
94 deselect(int index) argument
104 makeVisible(int index) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DArrayReference.java54 * @param index the index of the component to retrieve
55 * @return the {@link Value} at the given index.
57 * <CODE><I>index</I></CODE> is outside the range of this array,
60 * <I>index</I> &lt; 0
61 * <I>index</I> &gt;= {@link #length() length()} </PRE>
63 Value getValue(int index); argument
69 * component ordered by array index. For zero length arrays,
77 * @param index the index o
98 getValues(int index, int length) argument
128 setValue(int index, Value value) argument
206 setValues(int index, List<? extends Value> values, int srcIndex, int length) argument
[all...]

Completed in 71 milliseconds

1234567891011>>