Searched defs:keys (Results 101 - 116 of 116) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleConstants.java34 * A collection of <em>well known</em> or common attribute keys
783 static Object[] keys = { field in class:StyleConstants
H A DStyleContext.java576 * special care to deal with static attribute keys that
591 Enumeration keys = a.getAttributeNames();
592 while (keys.hasMoreElements()) {
593 Object key = keys.nextElement();
622 * keys that were static objects to the static objects in
623 * the current virtual machine considering only those keys
1001 * An enumeration of the keys in a SmallAttributeSet.
1051 keys.removeAllElements();
1063 * keys (data from an existing SmallAttributeSet).
1066 keys
1176 private Vector<Object> keys = new Vector<Object>(); field in class:StyleContext.KeyBuilder
[all...]
H A DJTextComponent.java142 * different characters using keyboards with far fewer keys.
203 * printable keys.
205 * keys.
1158 * example illustrates an example of binding some keys to
4122 KeyStroke[] keys = new KeyStroke[bindings.size()];
4124 for (Enumeration<KeyStroke> e = bindings.keys() ; e.hasMoreElements() ;) {
4125 keys[i++] = e.nextElement();
4127 return keys;
4146 for (Enumeration<KeyStroke> keys = bindings.keys(); key
4265 public KeyStroke[] keys() { method in class:JTextComponent.KeymapWrapper
4321 public Object[] keys() { method in class:JTextComponent.KeymapActionMap
[all...]
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentHashMap.java100 * @param <K> the type of keys maintained by this map
187 * Enable alternative hashing of String keys?
191 * String keys. Alternative hashing is either enabled for all instances
226 * hash code of keys to make hash collisions harder to find.
1032 * Returns <tt>true</tt> if this map maps one or more keys to the
1038 * @return <tt>true</tt> if this map maps one or more keys to the
1156 * keys currently in the specified map.
1233 * Returns a {@link Set} view of the keys contained in this map.
1296 * Returns an enumeration of the keys in this table.
1298 * @return an enumeration of the keys i
1301 public Enumeration<K> keys() { method in class:ConcurrentHashMap
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DObjectName.java70 * <p>The <em>key properties</em> are an unordered set of keys and
126 * case it may have zero or more keys and associated values. It matches
128 * same keys and associated values, as well as possibly other keys and
134 * above. In this case it has one or more keys and associated values, with
137 * keys whose values match; if the property value pattern is also a
139 * other keys and values.</p>
155 * exact set of keys is {@code type=Foo,name=Bar}.</li>
157 * {@code d} that have the keys {@code type=Foo,name=Bar} plus
158 * zero or more other keys
782 setCanonicalName(char[] specified_chars, char[] canonical_chars, String[] keys, Map<String,Property> keys_map, int prop_index, int nb_props) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/
H A DKeyInfo.java21 package com.sun.org.apache.xml.internal.security.keys;
38 import com.sun.org.apache.xml.internal.security.keys.content.KeyName;
39 import com.sun.org.apache.xml.internal.security.keys.content.KeyValue;
40 import com.sun.org.apache.xml.internal.security.keys.content.MgmtData;
41 import com.sun.org.apache.xml.internal.security.keys.content.PGPData;
42 import com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod;
43 import com.sun.org.apache.xml.internal.security.keys.content.SPKIData;
44 import com.sun.org.apache.xml.internal.security.keys.content.X509Data;
45 import com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue;
46 import com.sun.org.apache.xml.internal.security.keys
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAttributeChecker.java1792 String[] keys; field in class:SmallContainer
1794 keys = new String[size];
1798 keys[pos] = key;
1803 if (keys[i].equals(key)) {
/openjdk7/jdk/src/share/classes/java/security/
H A DProvider.java47 * algorithm-specific keys).
236 * for any of the keys currently in the specified Map.
276 * Returns an unmodifiable Set view of the property keys contained in
376 public Enumeration<Object> keys() { method in class:Provider
378 return super.keys();
1360 // allow null for keys without attributes for compatibility
1383 * keys defined. Parses the attributes if not yet initialized.
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstantPool.java917 * The keys array must of length this.size(), and marks entries.
922 Index[] partition(Index ix, int[] keys) { argument
926 assert(keys.length == cpMap.length);
927 for (int i = 0; i < keys.length; i++) {
928 int key = keys[i];
952 int[] keys = new int[cpMap.length];
953 for (int i = 0; i < keys.length; i++) {
955 keys[i] = (e == null)? -1: e.tag;
957 Index[] byTag = partition(ix, keys);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodWriter.java1108 final int[] keys,
1118 code.putInt(keys[i]);
1106 visitLookupSwitchInsn( final Label dflt, final int[] keys, final Label[] labels) argument
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4189 * are designated as primary keys
4203 * @param keys an array of <code>int</code> indicating the
4213 public void setKeyColumns(int [] keys) throws SQLException { argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1252 /** Sort (int) arrays of keys and values
1254 static void qsort2(int[] keys, int[] values, int lo, int hi) { argument
1257 int pivot = keys[(i+j)/2];
1259 while (keys[i] < pivot) i++;
1260 while (pivot < keys[j]) j--;
1262 int temp1 = keys[i];
1263 keys[i] = keys[j];
1264 keys[j] = temp1;
1272 if (lo < j) qsort2(keys, value
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java384 // All possible CSS attribute keys.
679 * It is assumed the keys will be CSS.Attribute keys.
1015 // Register all the CSS attribute keys for archival/unarchival
1016 Object[] keys = CSS.Attribute.allAttributes;
1018 for (Object key : keys) {
1026 keys = CSS.Value.allValues;
1028 for (Object key : keys) {
1037 * Return the set of all possible CSS attribute keys.
1040 Attribute[] keys
3051 static Attribute[] keys = { field in class:CSS.ShorthandBorderParser
[all...]
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java6433 * are designated as primary keys
6447 * @param keys an array of <code>int</code> indicating the
6457 public void setKeyColumns(int [] keys) throws SQLException { argument
6461 if (keys.length > numCols)
6464 keyCols = new int[keys.length];
6465 for (int i = 0; i < keys.length; i++) {
6466 if (RowSetMD != null && (keys[i] <= 0 ||
6467 keys[i] > numCols)) {
6469 keys[i]);
6471 keyCols[i] = keys[
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaTabbedPaneCopyFromBasicUI.java3787 public Object[] keys() { method in class:AquaTabbedPaneCopyFromBasicUI.LazyActionMap
3789 return super.keys();
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c1139 int keys; local
1149 keys = _ck_ntohl(lpc[2]) - _ck_ntohl(lpc[1]) + 1;
1152 keys = _ck_ntohl(lpc[1]); /* number of pairs */
1155 for (k = keys - 1, lptr = &lpc[2]; --k >= 0; lptr += 2) {
1163 saved_operand = NEW(int, keys + 2);
1166 saved_operand[keys + 1] = code_data[offset + _ck_ntohl(lpc[0])];
1167 for (k = keys, lptr = &lpc[3]; --k >= 0; lptr += delta) {
1173 saved_operand[0] = keys + 1; /* number of successors */

Completed in 150 milliseconds

12345