Searched refs:value (Results 251 - 275 of 368) sorted by relevance

<<1112131415

/libcore/xml/src/main/java/org/xmlpull/v1/sax2/
H A DDriver.java188 public void setFeature (String name, boolean value) argument
193 pp.setFeature(XmlPullParser.FEATURE_PROCESS_NAMESPACES, value);
195 if(pp.getFeature(XmlPullParser.FEATURE_REPORT_NAMESPACE_ATTRIBUTES) != value) {
196 pp.setFeature(XmlPullParser.FEATURE_REPORT_NAMESPACE_ATTRIBUTES, value);
199 pp.setFeature(XmlPullParser.FEATURE_VALIDATION, value);
202 // // if(true == value) {
206 // if(true == value) {
210 pp.setFeature(name, value);
231 public void setProperty (String name, Object value) argument
236 throw new SAXNotSupportedException("not supported setting property "+name);//+" to "+value);
[all...]
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dhc_attrappendchild2.java63 String value;
H A Dhc_attrappendchild4.java67 String value;
H A Dhc_attrappendchild5.java65 String value;
H A Dhc_attrinsertbefore5.java67 String value;
H A Dhc_attrinsertbefore6.java65 String value;
H A Dhc_attrremovechild2.java63 String value;
/libcore/json/src/test/java/org/json/
H A DSelfUseTest.java43 @Override public JSONObject put(String name, Object value) throws JSONException {
45 return super.put(name, value);
78 @Override public JSONArray put(int index, Object value) throws JSONException {
80 return super.put(index, value);
/libcore/luni/src/main/java/java/net/
H A DDatagramSocket.java188 * @return the remote port of this socket. The return value {@code -1}
198 * @return the return value is always {@code false}.
224 * if an error occurs while getting the option value.
332 * receive data before throwing an {@code InterruptedIOException}. The value
432 * localAddr}. If this value is {@code null} any free port on a valid local
561 * the socket option value to enable or disable this option.
587 * the socket option value to enable or disable this option.
609 * Sets the {@see SocketOptions#IP_TOS} value for every packet sent by this socket.
614 public void setTrafficClass(int value) throws SocketException { argument
616 if (value <
[all...]
H A DSocketImpl.java172 * value. See the class comment for the context of the local port.
190 * Gets the remote port number of this socket. This value is not meaningful
258 * the timeout value in milliseconds.
277 * @param value
282 protected abstract void sendUrgentData(int value) throws IOException; argument
/libcore/luni/src/main/java/javax/xml/validation/
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/javax/xml/xpath/
H A DXPathFactory.java89 * where uri is the parameter to this method, then its value is read as a class name.
94 * ${java.home}/lib/jaxp.properties is read and the value associated with the key being the system property above is looked for.
95 * If present, the value is processed just like above.
211 * It is possible for an <code>XPathFactory</code> to expose a feature value but be unable to change its state.
222 * @param value Is feature state <code>true</code> or <code>false</code>.
228 public abstract void setFeature(String name, boolean value) argument
239 * It is possible for an <code>XPathFactory</code> to expose a feature value but be unable to change its state.
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DNamespaceSupport.java84 * The value is <code>http://www.w3.org/XML/1998/namespace</code>
96 * The value is <code>http://www.w3.org/xmlns/2000/</code>, as defined
148 * be set to a non-default value.
288 * the value "xml" or "xmlns".
314 * the prefixes currently declared. The return value will be the
329 * the return value will be null.</p>
484 * @param value the namespace declaration attribute state. A value of true
485 * enables this feature, a value of false disables it.
492 public void setNamespaceDeclUris (boolean value)
488 setNamespaceDeclUris(boolean value) argument
[all...]
H A DXMLFilterImpl.java140 * Set the value of a feature.
145 * @param value The requested feature value.
147 * value can't be assigned or retrieved from the parent.
150 * cannot set the requested value.
152 public void setFeature (String name, boolean value)
156 parent.setFeature(name, value);
164 * Look up the value of a feature.
169 * @return The current value of the feature.
171 * value ca
149 setFeature(String name, boolean value) argument
197 setProperty(String name, Object value) argument
[all...]
/libcore/luni/src/main/native/
H A Djava_util_regex_Matcher.cpp190 static void Matcher_useAnchoringBoundsImpl(JNIEnv* env, jclass, jint addr, jboolean value) { argument
192 matcher->useAnchoringBounds(value);
195 static void Matcher_useTransparentBoundsImpl(JNIEnv* env, jclass, jint addr, jboolean value) { argument
197 matcher->useTransparentBounds(value);
/libcore/luni/src/test/java/libcore/java/math/
H A DOldBigDecimalTest.java25 BigInteger value = new BigInteger("12345908"); field in class:OldBigDecimalTest
36 "the BigDecimal value taking a double argument is not initialized properly",
64 assertEquals("incorrect value", "23", bd.toString());
66 assertEquals("incorrect value", "-23", bd.toString());
89 setScale1 = new BigDecimal(value, 4);
94 BigDecimal setNeg = new BigDecimal(value.negate(), 4);
107 setScale1 = new BigDecimal(value, 4);
/libcore/luni/src/test/java/libcore/java/text/
H A DDecimalFormatTest.java164 private void assertDecFmtWithMultiplierAndFraction(String value, int multiplier, int fraction, String expectedResult) { argument
168 BigDecimal d = new BigDecimal(value);
172 private void assertDecFmtWithMultiplierAndFractionByLocale(String value, int multiplier, int fraction, Locale locale, String expectedResult) { argument
176 BigDecimal d = new BigDecimal(value);
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DSignatureSpiTest.java113 protected void engineSetParameter(String param, Object value)
162 public void engineSetParameter(String param, Object value) { argument
196 public void engineSetParameter(String param, Object value) { argument
243 protected void engineSetParameter(String param, Object value) argument
/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DFakeSSLSession.java107 public void putValue(String name, Object value) { argument
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMySignature1.java103 protected void engineSetParameter(String param, Object value) argument
/libcore/luni/src/main/java/libcore/io/
H A DPosix.java158 public native void setsockoptByte(FileDescriptor fd, int level, int option, int value) throws ErrnoException; argument
159 public native void setsockoptIfreq(FileDescriptor fd, int level, int option, String value) throws ErrnoException; argument
160 public native void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws ErrnoException; argument
161 public native void setsockoptIpMreqn(FileDescriptor fd, int level, int option, int value) throws ErrnoException; argument
162 public native void setsockoptGroupReq(FileDescriptor fd, int level, int option, StructGroupReq value) throws ErrnoException; argument
163 public native void setsockoptLinger(FileDescriptor fd, int level, int option, StructLinger value) throws ErrnoException; argument
164 public native void setsockoptTimeval(FileDescriptor fd, int level, int option, StructTimeval value) throws ErrnoException; argument
/libcore/luni/src/main/java/java/util/
H A DFormatter.java245 * <td width="25%" valign="top">Decimal or engineering, depending on the magnitude of the value.</td>
294 * <td width="25%">Newline. (The value of the "line.separator" system property}.)</td>
1677 long value;
1679 value = ((Long) arg).longValue();
1681 value = ((Integer) arg).longValue();
1683 value = ((Short) arg).longValue();
1685 value = ((Byte) arg).longValue();
1701 CharSequence digits = Long.toString(value);
1710 if (value < 0) {
1728 value
1975 appendLocalized(StringBuilder result, long value, int width) argument
[all...]
H A DTreeMap.java91 * Create a natural order tree map populated with the key/value pairs of
129 * Create a tree map with the ordering and key/value pairs of {@code
185 @Override public V put(K key, V value) { argument
186 return putInternal(key, value);
197 return node != null ? node.value : null;
239 V putInternal(K key, V value) { argument
241 V result = created.value;
242 created.value = value;
355 * Returns this map's entry that has the same key and value a
738 V value; field in class:TreeMap.Node
768 setValue(V value) argument
1141 put(K key, V value) argument
1470 outOfBounds(Object value, Bound fromBound, Bound toBound) argument
[all...]
/libcore/luni/src/main/java/java/security/
H A DProvider.java201 Object value;
209 value = entry.getValue();
210 super.put(key, value);
214 changedProperties.put(key, value);
239 * value}.
243 * @param value
244 * the value of the property.
245 * @return the value that was previously mapped to the specified {@code key}
249 public synchronized Object put(Object key, Object value) { argument
264 changedProperties.put(key, value);
895 putAttribute(String name, String value) argument
[all...]

Completed in 578 milliseconds

<<1112131415