Searched defs:value (Results 76 - 100 of 279) sorted by relevance

1234567891011>>

/libcore/luni/src/main/java/java/io/
H A DEmulatedFields.java32 // A slot is a field plus its value
38 // Actual value this emulated field holds
41 // If this field has a default value (true) or something has been
55 * Returns the value held by this emulated field.
57 * @return the field value
87 * field descriptor (ObjectStreamField) plus the actual value it holds.
105 * a value explicitly assigned and that it still holds a default value for
107 * assigned a value explicitly.
111 * @return {@code true} if {@code name} still holds its default value,
385 put(String name, byte value) argument
403 put(String name, char value) argument
421 put(String name, double value) argument
439 put(String name, float value) argument
457 put(String name, int value) argument
475 put(String name, long value) argument
493 put(String name, Object value) argument
515 put(String name, short value) argument
533 put(String name, boolean value) argument
[all...]
H A DSerializationHandleMap.java31 /* Actual number of key-value pairs. */
54 int value = oldValues[i];
57 values[index] = value;
95 public int put(Object key, int value) { argument
97 int _value = value;
107 // insert the key and assign the value to -1 initially
112 // insert value to where it needs to go, return the old value
135 // store the value for this key
163 // clear both the key and the value
[all...]
/libcore/luni/src/main/java/java/lang/
H A DBoolean.java32 * The boolean value of the receiver.
34 private final boolean value; field in class:Boolean
47 * The {@code Boolean} object that represents the primitive value
53 * The {@code Boolean} object that represents the primitive value
59 * Constructs a new {@code Boolean} with its boolean value specified by
62 * Boolean representing the primitive value {@code true}, otherwise it will
63 * be a Boolean representing the primitive value {@code false}.
66 * the string representing a boolean value.
74 * value.
76 * @param value
79 Boolean(boolean value) argument
199 toString(boolean value) argument
[all...]
/libcore/luni/src/main/java/java/net/
H A DAddressCache.java74 final Object value; field in class:AddressCache.AddressCacheEntry
84 AddressCacheEntry(Object value) { argument
85 this.value = value;
106 return entry.value;
/libcore/luni/src/main/java/java/security/
H A DSignatureSpi.java189 throw new SignatureException("The value of len parameter is less than the actual signature length");
252 * Sets the specified parameter to the given value.
256 * @param value
257 * the parameter value.
264 protected abstract void engineSetParameter(String param, Object value) argument
293 * Returns the value of the parameter with the specified name.
296 * the name of the requested parameter value.
297 * @return the value of the parameter with the specified name, maybe {@code
/libcore/luni/src/main/java/java/text/
H A DStringCharacterIterator.java34 * @param value
37 public StringCharacterIterator(String value) { argument
38 string = value;
45 * with the current index set to the specified value. The begin index is set
49 * @param value
57 public StringCharacterIterator(String value, int location) { argument
58 string = value;
71 * @param value
82 * than the length of {@code value}.
84 public StringCharacterIterator(String value, in argument
264 setText(String value) argument
[all...]
/libcore/luni/src/main/java/java/util/
H A DMap.java23 * in which each key is mapped to a single value. The class of the objects
29 * the key/value pairs.
34 * {@code Map.Entry} is a key/value mapping contained in a {@code Map}.
40 * same key and value.
58 * Returns the value.
60 * @return the value
66 * equal return the same value for this method.
74 * Sets the value of this entry to the specified value, replacing any
75 * existing value
112 containsValue(Object value) argument
193 put(K key, V value) argument
[all...]
/libcore/luni/src/main/java/java/util/prefs/
H A DFilePreferencesImpl.java43 //internal cache for prefs key-value pair
52 //cache for removed prefs key-value pair
55 //cache for updated prefs key-value pair
162 protected void putSpi(String name, String value) { argument
163 prefs.setProperty(name, value);
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLSession.java162 * the name of the bound value.
163 * @return the value bound to the specified name, or {@code null} if the
207 * @param value
210 * if either {@code name} or {@code value} is {@code null}.
212 public void putValue(String name, Object value); argument
/libcore/luni/src/main/java/javax/xml/parsers/
H A DSAXParser.java444 * @param value The value of the property to be set.
453 public abstract void setProperty(String name, Object value) argument
502 * the return value of
H A DSAXParserFactory.java115 * provide support for XML namespaces. By default the value of this is set
128 * validate documents as they are parsed. By default the value of this is
204 * @param value The value of the feature to be set.
217 public abstract void setFeature(String name, boolean value) argument
/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformer.java117 * @param value The value object. This can be any valid Java object. It is
121 * @throws NullPointerException If value is null.
123 public abstract void setParameter(String name, Object value); argument
128 * <p>This method does not return a default parameter value, which
143 * {@link #setParameter(String name, Object value)} should be used when the
146 * {@link #setParameter(String name, Object value)}.
153 * the existing parameter is set to the new value.</p>
170 * <p>If the resolver argument is null, the URIResolver value will
193 * previously set are removed, and the value wil
283 setOutputProperty(String name, String value) argument
[all...]
H A DTransformerFactory.java189 * @param title The value of the title attribute to match. May be null.
190 * @param charset The value of the charset attribute to match. May be null.
237 * It is possible for an <code>TransformerFactory</code> to expose a feature value but be unable to change its state.
258 * @param value Is feature state <code>true</code> or <code>false</code>.
264 public abstract void setFeature(String name, boolean value) argument
268 * Look up the value of a feature.
275 * It is possible for an <code>TransformerFactory</code> to expose a feature value but be unable to change its state.
294 * @param value The value of the attribute.
296 public abstract void setAttribute(String name, Object value); argument
[all...]
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactory.java82 * <th>value</th>
128 * to this method), then its value is read
135 * the value associated with the key being the system property above
136 * is looked for. If present, the value is processed just like above.
247 * Look up the value of a feature flag.
251 * temporarily be unable to return its value.
257 * @return The current value of the feature (true or false).
259 * value can't be assigned or retrieved.
262 * cannot determine its value at this time.
276 * Set the value o
316 setFeature(String name, boolean value) argument
[all...]
H A DValidator.java319 * Look up the value of a feature flag.
323 * temporarily be unable to return its value.
331 * @return The current value of the feature (true or false).
333 * value can't be assigned or retrieved.
336 * cannot determine its value at this time.
349 * Set the value of a feature flag.
357 * possible for a {@link Validator} to expose a feature value but
358 * to be unable to change the current value.
364 * @param value The requested value o
376 setFeature(String name, boolean value) argument
[all...]
H A DValidatorHandler.java169 * A {@link ContentHandler} or a null value.
327 * Look up the value of a feature flag.
331 * temporarily be unable to return its value.
339 * @return The current value of the feature (true or false).
341 * value can't be assigned or retrieved.
344 * cannot determine its value at this time.
357 * Set the value of a feature flag.
365 * possible for a {@link ValidatorHandler} to expose a feature value but
366 * to be unable to change the current value.
372 * @param value Th
384 setFeature(String name, boolean value) argument
[all...]
/libcore/luni/src/main/java/libcore/reflect/
H A DAnnotationMember.java32 * It consists of name and value, supplemented with element
34 * <br>The value may be one of the following types:
43 * The last type is specific for this implementation; a Throwable value
46 * is requested for value.
57 * Tag description of a Throwable value type.
62 * Tag description of an array value type.
67 * Tag description of all value types except arrays and Throwables.
86 * Singleton representing missing element value.
91 protected final Object value; // a primitive value i field in class:AnnotationMember
[all...]
/libcore/luni/src/main/java/org/xml/sax/
H A DXMLReader.java71 * Look up the value of a feature flag.
75 * temporarily be unable to return its value.
118 * @return The current value of the feature (true or false).
120 * value can't be assigned or retrieved.
123 * cannot determine its value at this time.
131 * Set the value of a feature flag.
134 * possible for an XMLReader to expose a feature value but
135 * to be unable to change the current value.
145 * @param value The requested value o
152 setFeature(String name, boolean value) argument
210 setProperty(String name, Object value) argument
[all...]
/libcore/luni/src/main/java/org/xml/sax/ext/
H A DAttributes2Impl.java79 * Returns the current value of the attribute's "declared" flag.
92 * Returns the current value of the attribute's "declared" flag.
108 * Returns the current value of the attribute's "declared" flag.
123 * Returns the current value of an attribute's "specified" flag.
126 * @return current flag value
140 * Returns the current value of an attribute's "specified" flag.
145 * @return current flag value
162 * Returns the current value of an attribute's "specified" flag.
165 * @return current flag value
221 * "specified" flag to true. To set that flag's value
240 addAttribute(String uri, String localName, String qName, String type, String value) argument
288 setDeclared(int index, boolean value) argument
307 setSpecified(int index, boolean value) argument
[all...]
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DAttributeListImpl.java136 * @param value The attribute value (must not be null).
140 public void addAttribute(String name, String type, String value) {
143 values.add(value);
241 * Get the value of an attribute (by position).
244 * @return The attribute value as a string, or null if
271 * Get the value of an attribute (by name).
274 * @return the named attribute's value or null, if the attribute does not
139 addAttribute(String name, String type, String value) argument
/libcore/luni/src/test/java/libcore/java/security/
H A DMockSignatureSpi.java99 protected void engineSetParameter(String param, Object value) throws InvalidParameterException { argument
/libcore/luni/src/test/java/libcore/java/text/
H A DDecimalFormatTest.java162 private void assertDecFmtWithMultiplierAndFraction(String value, int multiplier, int fraction, String expectedResult) { argument
166 BigDecimal d = new BigDecimal(value);
170 private void assertDecFmtWithMultiplierAndFractionByLocale(String value, int multiplier, int fraction, Locale locale, String expectedResult) { argument
174 BigDecimal d = new BigDecimal(value);
/libcore/luni/src/test/java/libcore/util/
H A DSerializationTester.java31 private final T value; field in class:SerializationTester
33 public SerializationTester(T value, String golden) { argument
35 this.value = value;
41 * value type.
56 fail("No golden value supplied! Consider using this: "
57 + hexEncode(serialize(value)));
62 assertTrue("User-constructed value doesn't equal deserialized golden value",
63 equals(value, deserialize
[all...]
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDocumentBuilderSettingStrategy.java20 boolean value);
26 boolean value) {
27 factory.setCoalescing(value);
37 public void applySetting(DocumentBuilderFactory factory, boolean value) {
38 factory.setExpandEntityReferences(value);
47 public void applySetting(DocumentBuilderFactory factory, boolean value) {
48 factory.setIgnoringElementContentWhitespace(value);
57 public void applySetting(DocumentBuilderFactory factory, boolean value) {
58 if (value) {
69 public void applySetting(DocumentBuilderFactory factory, boolean value)
19 applySetting(DocumentBuilderFactory factory, boolean value) argument
[all...]
/libcore/luni/src/test/java/tests/targets/security/
H A DSignatureTestMD2withRSA.java155 protected void engineSetParameter(String param, Object value) argument

Completed in 618 milliseconds

1234567891011>>