Searched defs:indices (Results 1 - 23 of 23) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/FilterWindow/src/com/sun/hotspot/igv/filterwindow/
H A DCheckListView.java37 public void showSelection(int[] indices) { argument
38 super.showSelection(indices);
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Ddither.h57 unsigned char *indices; member in struct:__anon685
66 state.indices[state.activeEntries] = index; \
/openjdk7/jdk/test/javax/swing/JTabbedPane/6670274/
H A Dbug6670274.java56 private static void check(TestTabbedPaneUI ui, int... indices) { argument
61 for (int j = 0; j < indices.length; j++) {
62 if (indices[j]== i) {
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DCanonShaping.cpp40 void CanonShaping::sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit) argument
44 le_int32 v = indices[j];
48 if (c >= combiningClasses[indices[i]]) {
52 indices[i + 1] = indices[i];
55 indices[i + 1] = v;
66 le_int32 *indices = LE_NEW_ARRAY(le_int32, charCount); local
71 indices[i] = i;
84 sortMarks(indices, combiningClasses, i, mark);
96 le_int32 index = indices[
[all...]
H A DSunLayoutEngine.cpp126 JNU_ThrowInternalError(env, "indices array null");
137 jint* indices = (jint*)env->GetPrimitiveArrayCritical(inxArray, NULL); local
138 if (indices) {
142 engine->getCharIndices((le_int32*)(indices + count), baseIndex, status);
146 // !!! need engine->getFlags to signal positions, indices data
150 env->ReleasePrimitiveArrayCritical(inxArray, indices, 0);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCacheEntry.java36 private static CIntegerField indices; field in class:ConstantPoolCacheEntry
56 indices = type.getCIntegerField("_indices");
89 return cp.getHandle().getCIntegerAt(indices.getOffset() + offset, indices.getSize(), indices.isUnsigned());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DPool.java54 Map<Object,Integer> indices; field in class:Pool
61 this.indices = new HashMap<Object,Integer>(pool.length);
63 if (pool[i] != null) indices.put(pool[i], i);
83 indices.clear();
104 Integer index = indices.get(value);
108 indices.put(value, index);
123 Integer n = indices.get(o);
/openjdk7/jdk/src/share/classes/sun/text/
H A DUCompactIntArray.java35 indices = new short[16][];
56 return values[plane][(indices[plane][index >> BLOCKSHIFT] & 0xFFFF)
96 for (int i = 0; i < indices[plane].length; ++i, iBlockStart += BLOCKCOUNT) {
97 indices[plane][i] = -1;
102 indices[plane][i] = iUntouched;
113 indices[plane][i] = (short)jBlockStart;
146 tempArray[i] = values[plane][indices[plane][i >> BLOCKSHIFT]
151 indices[plane][i] = (short)(i<<BLOCKSHIFT);
161 indices[plane] = new short[INDEXCOUNT];
166 System.arraycopy(indices[
201 private short indices[][]; field in class:UCompactIntArray
[all...]
H A DCompactByteArray.java78 indices = new short[INDEXCOUNT];
84 indices[i] = (short)(i<<BLOCKSHIFT);
107 indices = indexArray;
119 return (values[(indices[index >> BLOCKSHIFT] & 0xFFFF)
164 for (int i = 0; i < indices.length; ++i, iBlockStart += BLOCKCOUNT) {
165 indices[i] = -1;
171 indices[i] = iUntouched;
180 indices[i] = (short)jBlockStart;
184 if (indices[i] == -1) {
188 indices[
349 private short indices[]; field in class:CompactByteArray
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DSelect.java75 protected int[] indices; // target offsets field in class:Select
109 indices = new int[match_length];
185 .append(s).append(" = {").append(indices[i]).append("})");
254 * @return array of match indices
261 public int[] getIndices() { return indices; }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DBodyBuilder.java136 protected final int[] indices; field in class:BodyBuilder.Wrapped
148 indices = new int[children.size()];
150 for( int i=0; i<indices.length; i++ ) {
152 indices[i] = p.getIndex();
206 for( int i=indices.length-1; i>=0; i-- ) {
207 accessors[i].set(bean,getters[i].get(methodArgs[indices[i]]));
273 for( int i=indices.length-1; i>=0; i-- ) {
274 Object arg = getters[i].get(methodArgs[indices[i]]);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DEndpointResponseMessageBuilder.java139 protected final int[] indices; field in class:EndpointResponseMessageBuilder.Wrapped
151 indices = new int[children.size()];
153 for( int i=0; i<indices.length; i++ ) {
155 indices[i] = p.getIndex();
211 for( int i=indices.length-1; i>=0; i-- ) {
212 if (indices[i] == -1) {
215 accessors[i].set(bean,getters[i].get(methodArgs[indices[i]]));
281 for( int i=indices.length-1; i>=0; i-- ) {
283 if (indices[i] == -1) {
286 v = getters[i].get(methodArgs[indices[
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassFile.java156 private int byteLength(int[] indices) { argument
157 return 2 + 2 * indices.length;
H A DDependencies.java586 void addClasses(int[] indices) throws ConstantPoolException { argument
587 for (int i: indices)
/openjdk7/jdk/src/share/classes/javax/swing/
H A DRowFilter.java162 * @param indices the indices of the values to check. If not supplied all
167 * @throws IllegalArgumentException if any of the <code>indices</code>
174 int... indices) {
176 indices);
190 * @param indices the indices of the values to check. If not supplied all
195 * @throws IllegalArgumentException if any of the <code>indices</code>
202 Date date, int... indices) {
203 return (RowFilter<M,I>)new DateFilter(type, date.getTime(), indices);
173 regexFilter(String regex, int... indices) argument
201 dateFilter(ComparisonType type, Date date, int... indices) argument
224 numberFilter(ComparisonType type, Number number, int... indices) argument
[all...]
H A DJList.java98 * indices that have been modified, added, or removed. {@code JList}'s
1615 * for the range of cells specified by the two indices.
1616 * These indices can be supplied in any order.
2051 * indices are included. {@code anchor} doesn't have to be less than or
2073 * selection. Both the {@code anchor} and {@code lead} indices are
2097 * indices are removed. {@code index0} doesn't have to be less than or
2163 * Returns an array of all of the selected indices, in increasing
2166 * @return all of the selected indices, in increasing order,
2217 * Changes the selection to be the set of indices specified by the given
2220 * {@code addSelectionInterval} on the selection model to add the indices
2231 setSelectedIndices(int[] indices) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/awt_common/
H A Dawt_makecube.cpp37 unsigned char reds[256], greens[256], blues[256], indices[256]; variable
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DPlotter.java835 // (approx every 24 days). An array of indices is used to
839 int[] indices = new int[0]; field in class:Plotter.TimeStamps
850 for (int j = indices.length - 1; j >= 0; j--) {
851 if (i >= indices[j]) {
863 // Grow offset and indices arrays and store new offset
866 indices = Arrays.copyOf(indices, n + 1);
867 indices[n] = size;
/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardGlyphVector.java185 int[] indices, int flags) {
186 initGlyphVector(font, frc, glyphs, positions, indices, flags);
221 int[] indices, int flags) {
227 this.charIndices = indices;
1380 int[] indices; // index into unique strikes field in class:StandardGlyphVector.GlyphTransformInfo
1394 this.indices = rhs.indices == null ? null : (int[])rhs.indices.clone();
1407 if (this.indices.length != rhs.indices
184 StandardGlyphVector(Font font, FontRenderContext frc, int[] glyphs, float[] positions, int[] indices, int flags) argument
220 initGlyphVector(Font font, FontRenderContext frc, int[] glyphs, float[] positions, int[] indices, int flags) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DX11Color.c378 int indices[256]; local
819 indices[i] = alloc_col(dpy, cm, reds[i], greens[i], blues[i], -1,
824 indices[awt_data->color_data->img_clr_tbl[i]];
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1374 int* indices = methods_cached_itable_indices_acquire(); local
1392 if (indices == NULL || idnum_can_increment()) {
1396 indices = methods_cached_itable_indices_acquire();
1399 if (indices == NULL || (length = (size_t)indices[0]) <= idnum) {
1406 new_indices[i+1] = indices[i+1];
1412 if (indices != NULL) {
1415 to_dealloc_indices = indices;
1417 release_set_methods_cached_itable_indices(indices = new_indices);
1422 indices[idnu
1444 int* indices = methods_cached_itable_indices_acquire(); local
1904 int* indices = methods_cached_itable_indices_acquire(); local
[all...]
H A DinstanceKlass.hpp216 // Indices correspond to entries (not indices) in fields array.
596 // JVMTI: Support for caching of field indices, types, and offsets
918 void release_set_methods_cached_itable_indices(int* indices) argument
919 { OrderAccess::release_store_ptr(&_methods_cached_itable_indices, indices); }
1188 // An iterator that's used to access the inner classes indices in the
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp102 int indices[SymbolTable::symbol_alloc_batch_size]; local
273 indices[names_count] = index;
276 SymbolTable::new_symbols(class_loader, cp, names_count, names, lengths, indices, hashValues, CHECK);
293 SymbolTable::new_symbols(class_loader, cp, names_count, names, lengths, indices, hashValues, CHECK);
2830 // Validate the constant pool indices and types

Completed in 167 milliseconds