HomeSort by relevance Sort by last modified time
    Searched full:value (Results 2351 - 2375 of 15709) sorted by null

<<919293949596979899100>>

  /dalvik/libcore/logging/src/main/java/java/util/logging/
ConsoleHandler.java 29 * invalid value.
32 * property is not found or has an invalid value.
36 * has an invalid value.
39 * property is not found or has an invalid value.
  /dalvik/libcore/luni/src/main/java/java/lang/
Process.java 25 * and waiting for the external process, as well as querying its exit value.
38 * Returns the exit value of the native process represented by this object.
41 * @return the exit value of this process.
78 * @return the exit value of the native process being waited on.
  /dalvik/libcore/luni/src/main/java/java/net/
ProxySelectorImpl.java 290 * gets system property, privileged operation. If the value of the property
298 * gets system property, privileged operation. If the value of the property
303 String value = AccessController.doPrivileged(new PriviAction<String>( local
305 if (null == value || "".equals(value)) { //$NON-NLS-1$
306 value = (netProps != null)
310 return value;
314 * gets system property, privileged operation. If the value of "key"
315 * property is null, then retrieve value from "alternative" property.
316 * Finally, if the value is null or empty String, it returns defaultValue
320 String value = getSystemProperty(key); local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
WeakHashMap.java 25 * key/value mapping is removed when the key is no longer referenced. All
62 V value; field in class:WeakHashMap.Entry
74 value = object;
82 return value;
86 V result = value;
87 value = object;
100 && (value == null ? value == entry.getValue() : value
106 return hash + (value == null ? 0 : value.hashCode())
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 43 assertEquals("Wrong scientific value in enum",
45 assertEquals("Wrong dec float value in enum",
60 assertEquals("Wrong scientific value in enum", BigDecimalLayoutForm.SCIENTIFIC, sci);
63 assertEquals("Wrong dec float value from valueOf ", BigDecimalLayoutForm.DECIMAL_FLOAT, decFloat);
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FileFilterTest.java 12 value = FileFilter.class,
FilenameFilterTest.java 12 value = FilenameFilter.class,
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
package.html 5 configuration data (key/value pairs) to a persistent data store and
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1BitString.java 149 boolean[] value = null;
156 value = new boolean[bitsNumber];
159 value = new boolean[bitsNumber];
161 value = new boolean[minBits];
169 value = new boolean[maxBits];
174 return value;
183 value[j] = (SET_MASK[k] & octet) != 0;
191 value[j] = (SET_MASK[k] & octet) != 0;
194 return value;
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
CRLNumber.java 39 // crl number value
43 * Constructs the object on the base of the invalidity date value.
65 * Returns ASN.1 encoded form of this X.509 CRLNumber value.
76 * Places the string representation of extension value
InhibitAnyPolicy.java 38 // the value of the extension
42 * Create the object on the base of SkipCerts value.
58 * Return the value of the extension.
77 * Places the string representation of extension value
InvalidityDate.java 37 // invalidity date value
41 * Constructs the object on the base of the invalidity date value.
63 * Returns ASN.1 encoded form of this X.509 InvalidityDate value.
74 * Places the string representation of extension value
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
UserNotice.java 32 * @param noticeRef a <code>NoticeReference</code> value
33 * @param explicitText a <code>DisplayText</code> value
46 * @param noticeRef a <code>NoticeReference</code> value
62 * @param as an <code>ASN1Sequence</code> value obtained from either
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
CipherKeyGenerator.java 28 * @return a byte array containing the key value.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/
ParametersWithSalt.java 6 * Cipher parameters with a fixed salt value associated with them.
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 84 public void setAttribute(String name, Object value)
90 public void setFeature(String name, boolean value)
97 setNamespaceAware(value);
99 setValidating(value);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTextLiteral.java 99 * Get the value of the node as a string.
132 * An xsl:value-of or xsl:text element may have a
134 * are yes or no; the default is no; if the value is yes,
135 * then a text node generated by instantiating the xsl:value-of
139 * @param v Boolean value for "disable-output-escaping" attribute.
157 * An xsl:value-of or xsl:text element may have a
159 * are yes or no; the default is no; if the value is yes,
160 * then a text node generated by instantiating the xsl:value-of
164 * @return Boolean value of "disable-output-escaping" attribute.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 43 * addAttribute(namespaceURI, localName, qName, type, value)
55 * @param value the value of the attribute
64 String value,
79 * @param value
81 public void addAttribute(String qName, String value);
222 // The attribute value contains no bad characters. A "bad" character is one which
240 * @param value the attribute value
243 public void addUniqueAttribute(String qName, String value, int flags
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
ObjectVector.java 124 * @param value Object to add to the list
126 public final void addElement(Object value)
140 m_map[m_firstFree] = value;
148 * @param value Object to add to the list
150 public final void addElements(Object value, int numberOfElements)
166 m_map[m_firstFree] = value;
198 * than the value it had previously.
200 * @param value Object to insert
203 public final void insertElementAt(Object value, int at)
222 m_map[at] = value;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
OpMapVector.java 75 * The index must be a value greater than or equal to 0 and less
78 * @param value object to set
81 public final void setElementAt(int value, int index)
96 m_map[index] = value;
  /dalvik/libcore/xml/src/main/java/org/xml/sax/ext/
DeclHandler.java 39 * and an object implementing this interface (or null) as the value.
82 * <p>The value will be the value as reported to applications,
92 * @param value A string representing the attribute's default value,
100 String value)
108 * will be reported. All parameter entities in the value
113 * @param value The replacement text of the entity.
118 public abstract void internalEntityDecl (String name, String value)
  /dalvik/tests/078-polymorphic-virtual/src/
Derived1.java 19 value += 1;
Derived2.java 19 value += 2;
Derived3.java 19 value += 3;
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 20 * to specify a scale value which depends on the width of the array
27 * of a given array; load the array value into the value
52 SET_VREG %edx rINST # vAA<- %edx; value

Completed in 1818 milliseconds

<<919293949596979899100>>