Searched refs:tables (Results 1 - 16 of 16) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/
H A DT4683314.java34 java.util.Hashtable tables; field in class:T4683314a
/openjdk7/jdk/src/share/classes/javax/swing/
H A DMultiUIDefaults.java43 private UIDefaults[] tables; field in class:MultiUIDefaults
47 tables = defaults;
52 tables = new UIDefaults[0];
63 for (UIDefaults table : tables) {
81 for (UIDefaults table : tables) {
118 for (int i = tables.length - 1; i >= 0; i--) {
119 if (tables[i] != null) {
120 set.addAll(tables[i].entrySet());
129 if (tables.length > 0) {
130 tables[
[all...]
H A DUIManager.java191 private UIDefaults[] tables = new UIDefaults[2]; field in class:UIManager.LAFState
195 MultiUIDefaults multiUIDefaults = new MultiUIDefaults(tables);
203 UIDefaults getLookAndFeelDefaults() { return tables[0]; }
204 void setLookAndFeelDefaults(UIDefaults x) { tables[0] = x; }
206 UIDefaults getSystemDefaults() { return tables[1]; }
207 void setSystemDefaults(UIDefaults x) { tables[1] = x; }
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DDHTMarkerSegment.java46 List tables = new ArrayList(); field in class:DHTMarkerSegment
50 tables.add(new Htable(JPEGHuffmanTable.StdDCLuminance, true, 0));
52 tables.add(new Htable(JPEGHuffmanTable.StdDCChrominance, true, 1));
54 tables.add(new Htable(JPEGHuffmanTable.StdACLuminance, false, 0));
56 tables.add(new Htable(JPEGHuffmanTable.StdACChrominance, false, 1));
65 tables.add(newGuy);
75 tables.add(new Htable(dcTables[i], true, i));
78 tables.add(new Htable(acTables[i], false, i));
90 tables.add(new Htable(children.item(i)));
96 newGuy.tables
[all...]
H A DDQTMarkerSegment.java47 List tables = new ArrayList(); // Could be 1 to 4 field in class:DQTMarkerSegment
51 tables.add(new Qtable(true, quality));
53 tables.add(new Qtable(false, quality));
62 tables.add(newGuy);
71 tables.add(new Qtable(qtables[i], i));
83 tables.add(new Qtable(children.item(i)));
89 newGuy.tables = new ArrayList(tables.size());
90 Iterator iter = tables.iterator();
93 newGuy.tables
[all...]
H A DJPEG.java85 /** Define Arithmetic conditioning tables */
347 * Return an array of default, visually lossless quantization tables.
357 * Return an array of default Huffman tables.
360 JPEGHuffmanTable [] tables = new JPEGHuffmanTable[2];
362 tables[0] = JPEGHuffmanTable.StdDCLuminance;
363 tables[1] = JPEGHuffmanTable.StdDCChrominance;
365 tables[0] = JPEGHuffmanTable.StdACLuminance;
366 tables[1] = JPEGHuffmanTable.StdACChrominance;
368 return tables;
H A DJPEGImageWriter.java237 // for tables, so we can't get a default and modify it,
932 // Now that we have dealt with metadata, finalize our tables set up
934 // Are we going to write tables? By default, yes.
938 // But if the metadata has no tables, no.
964 // Whether we write tables or not, we need to figure out which ones
979 // If we are optimizing, we don't want any tables.
1120 * tables-only image is written. If stream metadata containing
1121 * no tables is supplied to
1122 * <code>ImageWriter.prepareWriteSequence</code>, then a tables-only
1123 * image containing default visually lossless tables i
[all...]
H A DJPEGMetadata.java386 // default tables.
464 // compression quality should determine the q tables. Note that this
1204 for (int k = 0; k < testDQT.tables.size(); k++) {
1206 (DQTMarkerSegment.Qtable) testDQT.tables.get(k);
1216 dqt.tables.set(tableIndex, dqt.getQtableFromNode(child));
1219 dqt.tables.add(dqt.getQtableFromNode(child));
1286 for (int k = 0; k < testDHT.tables.size(); k++) {
1288 (DHTMarkerSegment.Htable) testDHT.tables.get(k);
1299 dht.tables.set(tableIndex, dht.getHtableFromNode(child));
1302 dht.tables
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/vocab/
H A DSerializerVocabulary.java57 public final KeyIntMap[] tables = new KeyIntMap[12]; field in class:SerializerVocabulary
64 tables[RESTRICTED_ALPHABET] = restrictedAlphabet = new StringIntMap(4);
65 tables[ENCODING_ALGORITHM] = encodingAlgorithm = new StringIntMap(4);
66 tables[PREFIX] = prefix = new FixedEntryStringIntMap(EncodingConstants.XML_NAMESPACE_PREFIX, 8);
67 tables[NAMESPACE_NAME] = namespaceName = new FixedEntryStringIntMap(EncodingConstants.XML_NAMESPACE_NAME, 8);
68 tables[LOCAL_NAME] = localName = new StringIntMap();
69 tables[OTHER_NCNAME] = otherNCName = new StringIntMap(4);
70 tables[OTHER_URI] = otherURI = new StringIntMap(4);
71 tables[ATTRIBUTE_VALUE] = attributeValue = new StringIntMap();
72 tables[OTHER_STRIN
[all...]
H A DParserVocabulary.java90 public final ValueArray[] tables = new ValueArray[12]; field in class:ParserVocabulary
112 tables[RESTRICTED_ALPHABET] = restrictedAlphabet;
113 tables[ENCODING_ALGORITHM] = encodingAlgorithm;
114 tables[PREFIX] = prefix;
115 tables[NAMESPACE_NAME] = namespaceName;
116 tables[LOCAL_NAME] = localName;
117 tables[OTHER_NCNAME] = otherNCName;
118 tables[OTHER_URI] = otherURI;
119 tables[ATTRIBUTE_VALUE] = attributeValue;
120 tables[OTHER_STRIN
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DFastInfosetStreamWriterOutput.java58 * A weak map of JAXB contexts to optimized tables for attributes, elements and
71 private final TablesPerJAXBContext tables; field in class:FastInfosetStreamWriterOutput
75 * local name tables.
95 * True if the tables require clearing
100 * Create a new set of tables for a JAXB context.
118 * Require that tables are cleared.
125 * Clear or reset the tables.
202 * Holder of JAXB contexts -> tables.
213 * Clear all the tables.
239 tables
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DRuleBasedCollator.java163 * you must use FULL_DECOMPOSITION, since the rule tables only include
263 // tables specifying the collation order of characters for a particular locale
300 tables = new RBCollationTables(rules, decomp);
309 tables = that.tables;
319 return tables.getRules();
410 if (tables.isFrenchSec() && pSOrder != 0) {
638 if (tables.isFrenchSec() && preSecIgnore < secResult.length()) {
659 (secOrder + tables.getMaxSecOrder() + COLLATIONKEYOFFSET));
662 (terOrder + tables
754 private RBCollationTables tables = null; field in class:RuleBasedCollator
[all...]
H A DRBTableBuilder.java55 * that will go into the tables object itself. This object communicates
65 public RBTableBuilder(RBCollationTables.BuildAPI tables) { argument
66 this.tables = tables;
71 * This is the main function that actually builds the tables and
121 // Now walk though each entry and add it to my own tables
171 tables.fillInTables(frenchSec, seAsianSwapping, mapping, contractTable, expandTable,
188 // tables as a single contracting-string ordering.
193 // in the tables as a contracting character sequence, and find its
253 * When the expanding character tables ar
600 private RBCollationTables.BuildAPI tables = null; field in class:RBTableBuilder
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSModelImpl.java241 final SymbolHash[] tables = new SymbolHash[fGrammarCount];
245 tables[i] = fGrammarList[i].fAllGlobalElemDecls;
246 length += tables[i].getLength();
257 tables[i].getValues(components, start);
258 start += tables[i].getLength();
305 SymbolHash[] tables = new SymbolHash[fGrammarCount];
313 tables[i] = fGrammarList[i].fGlobalTypeDecls;
316 tables[i] = fGrammarList[i].fGlobalAttrDecls;
319 tables[i] = fGrammarList[i].fGlobalElemDecls;
322 tables[
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java90 code are concatenated and used to index one of two tables A and B; A contains
96 space consumed by the tables: the first and third tables need have only byte
602 * At the end of the iteration, one has a starter map and a sequence of tables.
663 * Once the compressed tables have been computed, this method reads in a
743 * final map and compressed tables to be emitted, with elaborate comments
914 * The genTables method generates source code for all the lookup tables
928 result.append(commentStart + " The following tables and code generated using:" +
938 genTable(result, tableNames[k], tables[k], 0, bytes[k]<<3, sizes[k], preshifted[k],
944 totalBytes += tables[
1621 static long[][] tables; field in class:GenerateCharacter
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.cpp1313 // allocate buffer to hold encoding tables
1318 // get array of encoding tables.
1610 CSegTableComponent **tables = local
1614 tables[i] = m_tables[i];
1618 m_tables = tables;

Completed in 91 milliseconds