Searched defs:table (Results 176 - 200 of 247) sorted by relevance

12345678910

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKLookAndFeel.java208 * <table><tr><td>Synth<td>GTK
214 * </table>
298 UIDefaults table = super.getDefaults();
301 table.put("TabbedPane.isTabRollover", Boolean.FALSE);
304 table.put("Synth.doNotSetTextAA", true);
306 initResourceBundle(table);
308 // populate the table with the values from basic.
309 initSystemColorDefaults(table);
310 initComponentDefaults(table);
312 return table;
330 initResourceBundle(UIDefaults table) argument
334 initComponentDefaults(UIDefaults table) argument
1333 initSystemColorDefaults(UIDefaults table) argument
1559 loadSystemColors(UIDefaults table, String[] systemColors, boolean useNative) argument
[all...]
H A DGTKStyle.java1087 public Object createValue(UIDefaults table) { argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMib.java496 * between an SNMP table metadata node and its bean-like counterpart.
499 * underlying table metadata nodes in the MIB using this
502 * bean-like table objects using the getRegisterTableMeta() method.
505 * @param name The java-ized name of the SNMP table.
506 * @param table The SNMP table metadata node - usually this
510 public abstract void registerTableMeta(String name, SnmpMibTable table); argument
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatform.java162 public void addPerFileLine(Hashtable table, argument
165 Vector v = (Vector) table.get(fileName);
171 table.put(fileName, v);
180 protected void addConditionalPerFileLine(Hashtable table, argument
187 Vector v = (Vector) table.get(fileName);
193 table.put(fileName, v);
202 protected void addPrelinkCommand(Hashtable table, argument
209 table.put(build, data);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp149 ProfilerNode** table; member in class:ThreadProfiler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DQNameMap.java62 * The table, resized as necessary. Length MUST Always be a power of two.
64 transient Entry<V>[] table = new Entry[DEFAULT_INITIAL_CAPACITY]; field in class:QNameMap
92 table = new Entry[DEFAULT_INITIAL_CAPACITY];
112 int i = indexFor(hash, table.length);
114 for (Entry<V> e = table[i]; e != null; e = e.next) {
176 int newCapacity = table.length;
179 if (newCapacity > table.length)
221 * method to resize the table if appropriate.
225 Entry<V> e = table[bucketIndex];
226 table[bucketInde
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageLookUpSIU8S32Func.c36 const mlib_d64 *table);
41 const mlib_d64 *table);
46 const mlib_s32 **table);
51 const mlib_d64 *table);
56 const mlib_d64 *table);
61 const mlib_s32 **table);
66 const mlib_d64 *table);
71 const mlib_d64 *table);
76 const mlib_s32 **table);
82 const mlib_d64 *table)
79 mlib_v_ImageLookUpSI_U8_S32_2_SrcOff0_D1(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
147 mlib_v_ImageLookUpSI_U8_S32_2_DstNonAl_D1(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
249 mlib_v_ImageLookUpSI_U8_S32_2_SMALL(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_s32 **table) argument
346 mlib_v_ImageLookUpSI_U8_S32_2(const mlib_u8 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s32 **table) argument
448 mlib_v_ImageLookUpSI_U8_S32_3_SrcOff0_D1(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
547 mlib_v_ImageLookUpSI_U8_S32_3_DstNonAl_D1(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
644 mlib_v_ImageLookUpSI_U8_S32_3_SMALL(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_s32 **table) argument
763 mlib_v_ImageLookUpSI_U8_S32_3(const mlib_u8 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s32 **table) argument
873 mlib_v_ImageLookUpSI_U8_S32_4_SrcOff0_D1(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
966 mlib_v_ImageLookUpSI_U8_S32_4_DstNonAl_D1(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
1103 mlib_v_ImageLookUpSI_U8_S32_4_SMALL(const mlib_u8 *src, mlib_s32 *dst, mlib_s32 xsize, const mlib_s32 **table) argument
1244 mlib_v_ImageLookUpSI_U8_S32_4(const mlib_u8 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_s32 **table) argument
[all...]
H A Dmlib_v_ImageLookUpSIU8U8Func.c36 const mlib_u16 *table);
41 const mlib_u16 *table);
46 const mlib_u16 *table);
51 const mlib_u16 *table);
56 const mlib_u16 *table);
61 const mlib_u8 **table);
66 const mlib_u8 **table);
71 const mlib_d64 *table);
76 const mlib_d64 *table);
81 const mlib_d64 *table);
128 mlib_v_ImageLookUpSI_U8_U8_2_SrcOff0_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u16 *table) argument
203 mlib_v_ImageLookUpSI_U8_U8_2_SrcOff1_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u16 *table) argument
282 mlib_v_ImageLookUpSI_U8_U8_2_SrcOff2_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u16 *table) argument
361 mlib_v_ImageLookUpSI_U8_U8_2_SrcOff3_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u16 *table) argument
440 mlib_v_ImageLookUpSI_U8_U8_2_DstNonAl_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u16 *table) argument
657 mlib_v_ImageLookUpSI_U8_U8_2_DstA8D1_SMALL(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
757 mlib_v_ImageLookUpSI_U8_U8_2_D1_SMALL(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
864 mlib_v_ImageLookUpSI_U8_U8_2(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
988 mlib_v_ImageLookUpSI_U8_U8_3_SrcOff0_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
1064 mlib_v_ImageLookUpSI_U8_U8_3_SrcOff1_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
1142 mlib_v_ImageLookUpSI_U8_U8_3_SrcOff2_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
1220 mlib_v_ImageLookUpSI_U8_U8_3_SrcOff3_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_d64 *table) argument
1298 mlib_v_ImageLookUpSI_U8_U8_3_D1_SMALL(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
1467 mlib_v_ImageLookUpSI_U8_U8_3(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
1582 mlib_v_ImageLookUpSI_U8_U8_4_SrcOff0_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_f32 *table) argument
1650 mlib_v_ImageLookUpSI_U8_U8_4_DstNonAl_D1(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_f32 *table) argument
1749 mlib_v_ImageLookUpSI_U8_U8_4_DstOff0_D1_SMALL(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
1836 mlib_v_ImageLookUpSI_U8_U8_4_DstOff1_D1_SMALL(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
1935 mlib_v_ImageLookUpSI_U8_U8_4_DstOff2_D1_SMALL(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
2033 mlib_v_ImageLookUpSI_U8_U8_4_DstOff3_D1_SMALL(const mlib_u8 *src, mlib_u8 *dst, mlib_s32 xsize, const mlib_u8 **table) argument
2130 mlib_v_ImageLookUpSI_U8_U8_4(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, const mlib_u8 **table) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DScope.java45 /** The number of scopes that share this scope's hash table.
57 /** A hash table for the scope's entries.
59 Entry[] table; field in class:Scope
61 /** Mask for hash codes, always equal to (table.length - 1).
80 * Also used to mark deleted entries in the table.
84 /** The hash table's initial size.
93 * given table. The table's length must be an exponent of 2.
95 private Scope(Scope next, Symbol owner, Entry[] table) { argument
99 this.table
104 Scope(Scope next, Symbol owner, Entry[] table, int nelems) argument
733 ErrorScope(Scope next, Symbol errSymbol, Entry[] table) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DLog.java228 public void setEndPosTable(JavaFileObject name, Map<JCTree, Integer> table) { argument
230 getSource(name).setEndPosTable(table);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_Bit.c29 * mlib_ImageLookUp_Bit_U8 - table lookup
35 * csize, table)
45 * table lookup table
48 * dst = table[src] (c, vis version)
140 const mlib_u8 **table)
154 val0 = table[0][0];
155 val1 = table[0][1];
161 /* calculate lookup table */
198 dp[n] = table[
132 mlib_ImageLookUp_Bit_U8_1(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 nchan, mlib_s32 bitoff, const mlib_u8 **table) argument
291 mlib_ImageLookUp_Bit_U8_2(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 nchan, mlib_s32 bitoff, const mlib_u8 **table) argument
437 mlib_ImageLookUp_Bit_U8_3(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 nchan, mlib_s32 bitoff, const mlib_u8 **table) argument
587 mlib_ImageLookUp_Bit_U8_4(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 nchan, mlib_s32 bitoff, const mlib_u8 **table) argument
[all...]
H A Dmlib_c_ImageLookUp_f.c219 const mlib_u8 **table)
223 MLIB_C_IMAGELOOKUP(mlib_u8, mlib_u8, table);
231 mlib_u8 *tab = (mlib_u8 *) table[0];
319 mlib_u8 *tab0 = (mlib_u8 *) table[0];
320 mlib_u8 *tab1 = (mlib_u8 *) table[1];
431 mlib_u8 *tab0 = (mlib_u8 *) table[0];
432 mlib_u8 *tab1 = (mlib_u8 *) table[1];
433 mlib_u8 *tab2 = (mlib_u8 *) table[2];
580 mlib_u8 *tab0 = (mlib_u8 *) table[0];
581 mlib_u8 *tab1 = (mlib_u8 *) table[
212 mlib_c_ImageLookUp_U8_U8(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
726 mlib_c_ImageLookUp_S16_U8(const mlib_s16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
746 mlib_c_ImageLookUp_U16_U8(const mlib_u16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
766 mlib_c_ImageLookUp_S32_U8(const mlib_s32 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
786 mlib_c_ImageLookUp_U8_S16(const mlib_u8 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1332 mlib_c_ImageLookUp_S16_S16(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1352 mlib_c_ImageLookUp_U16_S16(const mlib_u16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1372 mlib_c_ImageLookUp_S32_S16(const mlib_s32 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1392 mlib_c_ImageLookUp_S16_U16(const mlib_s16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1412 mlib_c_ImageLookUp_U16_U16(const mlib_u16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1432 mlib_c_ImageLookUp_S32_U16(const mlib_s32 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
1452 mlib_c_ImageLookUp_U8_S32(const mlib_u8 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
1772 mlib_c_ImageLookUp_S16_S32(const mlib_s16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
1792 mlib_c_ImageLookUp_U16_S32(const mlib_u16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
1812 mlib_c_ImageLookUp_S32_S32(const mlib_s32 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
1832 mlib_c_ImageLookUpSI_U8_U8(const mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
2288 mlib_c_ImageLookUpSI_S16_U8(const mlib_s16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
2557 mlib_c_ImageLookUpSI_U16_U8(const mlib_u16 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
2822 mlib_c_ImageLookUpSI_S32_U8(const mlib_s32 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u8 **table) argument
2842 mlib_c_ImageLookUpSI_U8_S16(const mlib_u8 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
3279 mlib_c_ImageLookUpSI_S16_S16(const mlib_s16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
3299 mlib_c_ImageLookUpSI_U16_S16(const mlib_u16 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
3319 mlib_c_ImageLookUpSI_S32_S16(const mlib_s32 *src, mlib_s32 slb, mlib_s16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s16 **table) argument
3339 mlib_c_ImageLookUpSI_S16_U16(const mlib_s16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u16 **table) argument
3359 mlib_c_ImageLookUpSI_U16_U16(const mlib_u16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u16 **table) argument
3379 mlib_c_ImageLookUpSI_S32_U16(const mlib_s32 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_u16 **table) argument
3399 mlib_c_ImageLookUpSI_U8_S32(const mlib_u8 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
3819 mlib_c_ImageLookUpSI_S16_S32(const mlib_s16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
3839 mlib_c_ImageLookUpSI_U16_S32(const mlib_u16 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
3859 mlib_c_ImageLookUpSI_S32_S32(const mlib_s32 *src, mlib_s32 slb, mlib_s32 *dst, mlib_s32 dlb, mlib_s32 xsize, mlib_s32 ysize, mlib_s32 csize, const mlib_s32 **table) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSLibStub.java97 table = new Hashtable<Oid, GSSLibStub>(5); field in class:GSSLibStub
100 GSSLibStub s = table.get(mech);
103 table.put(mech, s);
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DConfig.java592 // Before parsed into stanza table, it needs to be
640 Hashtable<String,Object> table = new Hashtable<>();
651 table.put("realms", temp);
664 table.put("capaths", temp);
677 table.put(key, temp);
684 return table;
812 Hashtable<String,String> table = new Hashtable<>();
820 table.put(key, value);
825 return table;
834 Hashtable<String,Hashtable<String,Vector<String>>> table
921 listTable(Hashtable table) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDConstants.java306 long[][] table = new long[numTargetLists][];
321 table[i] = new long[numTargets];
340 table[i][j] = target;
344 return table;
350 private static void putTargetListTable(long motifWindow, long[][] table) argument
356 for (int i = 0; i < table.length; i++) {
357 tableSize += table[i].length * 4 + 2;
368 unsafe.putShort(data + 2, (short)table.length);
374 for (int i = 0; i < table.length; i++) {
375 unsafe.putShort(bufptr, (short)table[
[all...]
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp413 JVMDI_line_number_entry* table; local
414 jvmdiError lnRes = jvmdi->GetLineNumberTable(clazz, m, &entryCount, &table);
416 JvmdiDeallocator de4(table);
419 JVMDI_line_number_entry& entry = table[k];
431 reportErrorToSA("Unexpected error %d while fetching line number table", lnRes);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java56 * table. Unless otherwise noted each of the {@code ComponentUI}
240 * Populates {@code table} with mappings from {@code uiClassID} to
251 * @param table the {@code UIDefaults} instance the entries are
253 * @throws NullPointerException if {@code table} is {@code null}
257 protected void initClassDefaults(UIDefaults table) argument
259 super.initClassDefaults(table);
287 table.putDefaults(uiDefaults);
291 * Populates {@code table} with system colors. The following values are
292 * added to {@code table}:
293 * <table borde
383 initSystemColorDefaults(UIDefaults table) argument
423 initResourceBundle(UIDefaults table) argument
433 initComponentDefaults(UIDefaults table) argument
2199 createValue(UIDefaults table) argument
2245 createValue(UIDefaults table) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFGenerator.java144 /* TODO: put default style in style table */
320 /* write font table */
340 /* write color table */
956 /** Takes a translation table (a 256-element array of characters)
957 * and creates an output conversion table for use by
959 /* Not very efficient at all. Could be changed to sort the table
962 static int[] outputConversionFromTranslationTable(char[] table) argument
964 int[] conversion = new int[2 * table.length];
968 for(index = 0; index < table.length; index ++) {
969 conversion[index * 2] = table[inde
[all...]
H A DRTFReader.java507 * setCharacterSet sets the current translation table to correspond with
542 defineCharacterSet(String name, char[] table) argument
544 if (table.length < 256)
545 throw new IllegalArgumentException("Translation table must have 256 entries.");
546 characterSets.put(name, table);
743 /* currently, the only thing we do when the font table ends is
748 warning("Done reading font table.");
757 * color table is set to an array containing the read colors. */
787 warning("Done reading color table, " + count + " entries.");
/openjdk7/jdk/src/share/classes/java/util/
H A DHashMap.java30 * Hash table based implementation of the <tt>Map</tt> interface. This
49 * <i>capacity</i> is the number of buckets in the hash table, and the initial
50 * capacity is simply the capacity at the time the hash table is created. The
51 * <i>load factor</i> is a measure of how full the hash table is allowed to
53 * entries in the hash table exceeds the product of the load factor and the
54 * current capacity, the hash table is <i>rehashed</i> (that is, internal data
55 * structures are rebuilt) so that the hash table has approximately twice the
71 * needed to grow the table.
147 * An empty table instance to share when the table i
154 transient Entry<K,V>[] table = (Entry<K,V>[]) EMPTY_TABLE; field in class:HashMap
[all...]
H A DWeakHashMap.java32 * Hash table based implementation of the <tt>Map</tt> interface, with
153 * The table, resized as necessary. Length MUST Always be a power of two.
155 Entry<K,V>[] table; field in class:WeakHashMap
168 * The load factor for the hash table.
275 table = newTable(capacity);
383 * Expunges stale entries from the table.
390 int i = indexFor(e.hash, table.length);
392 Entry<K,V> prev = table[i];
398 table[i] = next;
415 * Returns the table afte
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java46 * A hash table supporting full concurrency of retrievals and
52 * and there is <em>not</em> any support for locking the entire table
64 * Enumerations return elements reflecting the state of the hash table
72 * table is internally partitioned to try to permit the indicated
76 * threads as will ever concurrently modify the table. Using a
83 * hash table is a relatively slow operation, so, when possible, it is
84 * a good idea to provide estimates of expected table sizes in
108 * The basic strategy is to subdivide the table among Segments,
109 * each of which itself is a concurrently readable hash table. To
113 * well as elements of segment's table mus
393 transient volatile HashEntry<K,V>[] table; field in class:ConcurrentHashMap.Segment
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java672 * <code>table</code> contains an illegal character, or one of the
673 * values in <code>table</code> does not follow the rules for quoting.
1307 * new ObjectName(domain, table)} can be used. The returned
1313 * @param table A hash table containing one or more key
1314 * properties. The key of each entry in the table is the key of a
1316 * table is the associated value in the object name.
1323 * <code>table</code> contains an illegal character, or one of the
1324 * values in <code>table</code> does not follow the rules for
1330 Hashtable<String,String> table)
1329 getInstance(String domain, Hashtable<String,String> table) argument
1423 ObjectName(String domain, Hashtable<String,String> table) argument
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTableFormat.hpp915 stack_map_table* table() const { function in class:stack_map_table_attribute
H A DsymbolTable.cpp72 // Call function for all symbols in the symbol table.
87 // Remove unreferenced symbols from the symbol table
99 // have rehashed the table, then the shared entries are no longer at the
132 // Create a new table and using alternate hash code, populate the new table
138 // Create a new symbol table
143 // Delete the table and buckets (entries are reused in new table).
145 // Don't check if we need rehashing until the table gets unbalanced again.
186 // entries in the symbol table durin
312 SymbolTable* table = the_table(); local
335 SymbolTable* table = the_table(); local
[all...]

Completed in 321 milliseconds

12345678910