Searched defs:values (Results 76 - 100 of 157) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttribute.java47 * determine equality of attribute values when testing for equality or
48 * when searching for values, <em>except</em> when the value is an array.
53 * Similarly, the <tt>BasicAttribute</tt> class by default returns the values passed to its
56 * to get the values dynamically from the directory (or implement
82 * Holds the attribute's values. Initialized by public constructors.
84 * values have been overridden.
86 protected transient Vector<Object> values; field in class:BasicAttribute
89 * A flag for recording whether this attribute's values are ordered.
101 attr.values = (Vector)values
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java45 protected final int[] values; // unique values, sorted by value field in class:Histogram
46 protected final int[] counts; // counts, same order as values
50 /** Build a histogram given a sequence of values.
57 values = table[0];
68 /** Build a histogram given a compact matrix of counts and values. */
94 values = table[1]; //backwards
99 /** Histogram of int values, reported compactly as a ragged matrix,
104 * and continues with all int values that occur at that frequency.
145 return values
592 isSorted(int[] values, int from, boolean strict) argument
604 maybeSort(int[] values) argument
[all...]
H A DPopulationCoding.java44 Histogram vHist; // histogram of all values
45 int[] fValues; // list of favored values
148 // Divide the values into cadres, and sort within each.
197 public int[][] encodeValues(int[] values, int start, int end) { argument
202 int val = values[start+i];
214 int val = values[start+i];
308 // The set uniqueValuesForDebug records all favored values.
405 // At this point the absolute values agree, and the negative wins.
H A DPropMap.java179 Collection<Object> values = prefixMap(prefix).values();
180 List<Object> res = new ArrayList<>(values.size());
181 res.addAll(values);
299 public Collection<Object> values() { method in class:PropMap
300 return theMap.values();
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java113 private final String[] values; field in class:Repository.ObjectNamePattern
154 this.values = new String[len];
158 values[i] = entry.getValue();
198 // wildmatch key property values
199 // values[i] is the pattern;
201 if (Util.wildmatch(v,values[i]))
206 if (v.equals(values[i])) continue;
230 for (NamedObject no : moiTb.values()) {
540 for (Map<String,NamedObject> moiTb : domainTb.values()) {
541 result.addAll(moiTb.values());
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLinkedHashMap.java32 * provides all of the optional Map operations, and permits null values and
532 * Returns a shallow copy of this LinkedHashMap. The keys and values
543 private transient Collection values = null; field in class:LinkedHashMap
577 * Returns a Collection view of the values contained in this LinkedHashMap.
585 public Collection values() { method in class:LinkedHashMap
586 if (values==null) {
587 values = new AbstractCollection() {
602 return values;
871 // Write out keys and values (alternating)
897 // Read the keys and values, an
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp200 // Fill in default values, then try and improve them
423 void frame::describe_pd(FrameValues& values, int frame_no) { argument
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiTrace.cpp246 const char* JvmtiTrace::enum_name(const char** names, const jint* values, jint value) { argument
248 if (values[index] == value) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DRequestContext.java71 * get and put values, not really for things like enumerating or size.
97 * be used, and they may contain stale values. So the only method
288 * Fill a {@link Packet} with values of this {@link RequestContext}.
409 public Collection<Object> values() { method in class:RequestContext.MapView
410 return fallback().values();
/openjdk7/jdk/src/windows/classes/java/lang/
H A DProcessEnvironment.java182 public Collection<String> values() { method in class:ProcessEnvironment
183 return new CheckedValues(super.values());
/openjdk7/jdk/test/java/lang/management/CompositeData/
H A DThreadInfoCompositeData.java74 values);
86 v5ItemValues[i] = values[i];
103 if (info.getThreadId() != ((Long) values[THREAD_ID]).longValue()) {
105 " expected = " + values[THREAD_ID]);
107 if (!info.getThreadName().equals(values[THREAD_NAME])) {
109 info.getThreadName() + " expected = " + values[THREAD_NAME]);
115 if (info.getBlockedTime() != ((Long) values[BLOCKED_TIME]).longValue()) {
118 " expected = " + values[BLOCKED_TIME]);
120 if (info.getBlockedCount() != ((Long) values[BLOCKED_COUNT]).longValue()) {
123 " expected = " + values[BLOCKED_COUN
298 private static Object[] values = { field in class:ThreadInfoCompositeData
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAnnotation.java209 values = new element_value[num_values];
210 for (int i = 0; i < values.length; i++)
211 values[i] = element_value.read(cr);
217 for (int i = 0; i < values.length; i++)
218 n += values[i].length();
227 public final element_value[] values; field in class:Annotation.Array_element_value
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DLint.java61 * Returns the result of combining the values in this object with
70 * Returns the result of combining the values in this object with
78 * Returns the result of combining the values in this object with
86 l.values.remove(LintCategory.DEPRECATION);
95 private final EnumSet<LintCategory> values; field in class:Lint
102 // initialize values according to the lint options
104 values = EnumSet.noneOf(LintCategory.class);
107 values.add(e.getValue());
118 this.values = other.values
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSPResponse.java129 private static ResponseStatus[] rsvalues = ResponseStatus.values();
179 private static CRLReason[] values = CRLReason.values(); field in class:OCSPResponse
624 if (reason >= 0 && reason < values.length) {
625 revocationReason = values[reason];
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DObjectIdentifier.java86 * are serialized as legal values and old object can init correctly.
215 public ObjectIdentifier (int values []) throws IOException
217 checkCount(values.length);
218 checkFirstComponent(values[0]);
219 checkSecondComponent(values[0], values[1]);
220 for (int i=2; i<values.length; i++)
221 checkOtherComponent(i, values[i]);
222 init(values, values
304 newInternal(int[] values) argument
[all...]
/openjdk7/jdk/test/javax/management/descriptor/
H A DDescriptorTest.java112 instance of the given Descriptor subclass containing test values,
178 Object[] values = d.getFieldValues(testFieldNames);
179 if (values.length != testFieldValues.length)
180 return "getFieldValues: bogus length: " + values.length;
181 for (int i = 0; i < values.length; i++) {
183 Object found = values[i];
206 values. So for example if it is
211 corresponding values are "x" and Integer.valueOf(5).
257 Arrays.asList(names) + " values are " +
422 new ValueProtoCase<Object[]>("getFieldValues with not all values",
648 strings(String... values) argument
652 set(T[] values) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DStringPrep.java251 private static final void getValues(char trieWord,Values values){ argument
252 values.reset();
259 values.type = TYPE_LIMIT;
261 values.type = (trieWord - TYPE_THRESHOLD);
264 values.type = MAP;
267 values.isIndex = true;
268 values.value = trieWord >> 2; //mask off the lower 2 bits and shift
271 values.isIndex = false;
272 values.value = (trieWord<<16)>>16;
273 values
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMessageHeader.java44 values, setting values, and printing headers.
45 Key values of null are legal: they indicate lines in
52 private String values[]; field in class:MessageHeader
64 * Reset a message header (all key/values removed)
68 values = null;
83 return values[i];
87 return values[i];
108 return values[n];
115 * over all the values o
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRUtils.java187 public static int[] convertFloatsToFixed(float[] values) { argument
188 int[] fixed = new int[values.length];
190 for (int i = 0; i < values.length; i++) {
191 fixed[i] = XDoubleToFixed(values[i]);
/openjdk7/langtools/test/tools/javac/diags/
H A DMessageFile.java217 * to the placeholder values (e.g. {0}, {1}, etc) within the message value.
226 Set<String> values; field in class:MessageFile.Info.Field
231 values = new LinkedHashSet<String>(Arrays.asList(s.split(" or ")));
232 for (String v: values) {
241 * Return true if this field logically contains all the values of
248 for (String v: other.values) {
249 if (values.contains(v))
263 * Merge the values of another field into this field.
267 values.addAll(other.values);
[all...]
/openjdk7/langtools/test/tools/javac/processing/errors/
H A DTestSuppression.java72 for (WarningKind wk: WarningKind.values()) {
128 for (Diagnostic.Kind dk: Diagnostic.Kind.values()) {
156 <T> void add(List<T> list, T... values) { argument
157 for (T v: values)
/openjdk7/jdk/src/share/classes/java/util/
H A DHashtable.java30 * This class implements a hash table, which maps keys to values. Any
50 * time and space costs. Higher values decrease the space overhead but
179 * holds values which can't be initialized until after VM is booted.
310 * Tests if this hashtable maps no keys to values.
312 * @return <code>true</code> if this hashtable maps no keys to values;
333 * Returns an enumeration of the values in this hashtable.
337 * @return an enumeration of the values in this hashtable.
340 * @see #values()
603 * hashtable itself is copied, but the keys and values are not cloned.
618 t.values
686 private transient volatile Collection<V> values = null; field in class:Hashtable
823 public Collection<V> values() { method in class:Hashtable
[all...]
H A DIdentityHashMap.java32 * values). In other words, in an <tt>IdentityHashMap</tt>, two keys
55 * <tt>null</tt> values and the <tt>null</tt> key. This class makes no
115 * alternates holding keys and values. (This has better locality for large
694 * Returns a shallow copy of this identity hash map: the keys and values
1008 * Returns a {@link Collection} view of the values contained in this map.
1027 public Collection<V> values() { method in class:IdentityHashMap
1028 Collection<V> vs = values;
1032 return values = new Values();
1188 // Write out keys and values (alternating)
1214 // Read the keys and values, an
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.cpp31 // There is one DIR_Chunk for each scope and values array.
196 int DebugInformationRecorder::serialize_scope_values(GrowableArray<ScopeValue*>* values) { argument
197 if (values == NULL || values->is_empty()) return DebugInformationRecorder::serialized_null;
201 stream()->write_int(values->length());
202 for (int index = 0; index < values->length(); index++) {
203 values->at(index)->write_on(stream());
381 DebugToken* DebugInformationRecorder::create_scope_values(GrowableArray<ScopeValue*>* values) { argument
383 return (DebugToken*) (intptr_t) serialize_scope_values(values);
/openjdk7/jdk/src/share/classes/java/awt/
H A DRenderingHints.java39 * keys and associated values which allow an application to provide input
46 * keys and their associated values.
48 * operations they should examine the values of any {@code RenderingHints}
52 * Note that since these keys and values are <i>hints</i>, there is
56 * The values of the various hint keys may also interact such that
58 * the implementation may be more restricted when the values associated
75 * The keys used to control the hints are all special values that
80 * which subclass the {@code Key} class and defining the associated values.
212 * The allowable values for this hint are
253 * The allowable values fo
1190 public Collection<Object> values() { method in class:RenderingHints
[all...]

Completed in 92 milliseconds

1234567