Lines Matching defs:keys

70  * <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.</li>
160 * that has the keys {@code type=Foo,name=Bar} plus zero or
161 * more other keys.</li>
195 * represents an ObjectName with two keys. The name of each key
494 String[] keys;
501 keys = new String[10];
647 if (property_index == keys.length) {
649 System.arraycopy(keys, 0, tmp_string_array, 0, property_index);
650 keys = tmp_string_array;
652 keys[property_index] = key_name;
660 setCanonicalName(name_chars, canonical_chars, keys,
671 * contains an illegal character, or one of the keys or values in
705 String[] keys = new String[nb_props];
723 keys[i] = key;
748 setCanonicalName(initial_chars, canonical_chars, keys, keys_map,
784 String[] keys, Map<String,Property> keys_map,
792 System.arraycopy(keys, 0, tmp_keys, 0, nb_props);
794 keys = tmp_keys;
799 // now assigns _ca_array to the sorted list of keys
800 // (there cannot be two identical keys in an objectname.
802 _ca_array[i] = keys_map.get(keys[i]);
1322 * contains an illegal character, or one of the keys or values in
1417 * contains an illegal character, or one of the keys or values in
1548 * that is a property list pattern with no keys; or
2084 // (2) Compare "type=" keys