Searched defs:value (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/dalvik/libcore/dalvik/src/main/java/dalvik/annotation/
H A DAndroidOnly.java37 String value(); method in interface:AndroidOnly
H A DBrokenTest.java36 String value(); method in interface:BrokenTest
H A DKnownFailure.java38 String value(); method in interface:KnownFailure
H A DSideEffect.java38 String value(); method in interface:SideEffect
H A DTestTargetClass.java41 Class<?> value(); method in interface:TestTargetClass
H A DTestTargets.java42 TestTargetNew[] value(); method in interface:TestTargets
H A DTimeout.java38 int value(); method in interface:Timeout
/dalvik/libcore/luni/src/main/java/java/lang/
H A DSuppressWarnings.java42 @Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
43 @Retention(value=SOURCE)
51 String[] value(); method in interface:SuppressWarnings
/dalvik/libcore/annotation/src/main/java/java/lang/annotation/
H A DRetention.java33 RetentionPolicy value(); method in interface:Retention
H A DTarget.java30 ElementType[] value(); method in interface:Target
/dalvik/libcore/security/src/main/java/org/bouncycastle/util/
H A DBigIntegers.java11 * Return the passed in value as an unsigned byte array.
13 * @param value value to be converted.
17 BigInteger value)
19 byte[] bytes = value.toByteArray();
16 asUnsignedByteArray( BigInteger value) argument
H A DArrays.java40 byte value)
44 array[i] = value;
50 long value)
54 array[i] = value;
60 short value)
64 array[i] = value;
38 fill( byte[] array, byte value) argument
48 fill( long[] array, long value) argument
58 fill( short[] array, short value) argument
/dalvik/libcore/text/src/main/java/java/text/
H A DAnnotation.java21 * Wrapper for a text attribute value which represents an annotation. An
27 * value is the same.</li>
43 private Object value; field in class:Annotation
53 value = attribute;
57 * Returns the value of this annotation. The value may be {@code null}.
59 * @return the value of this annotation or {@code null}.
63 return value;
74 return getClass().getName() + "[value=" + value
[all...]
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttAnnotationDefault.java28 /** non-null; the annotation default value */
29 private final Constant value; field in class:AttAnnotationDefault
38 * @param value non-null; the annotation default value
42 public AttAnnotationDefault(Constant value, int byteLength) { argument
45 if (value == null) {
46 throw new NullPointerException("value == null");
49 this.value = value;
60 * Gets the annotation default value
[all...]
/dalvik/dx/src/com/android/dx/util/
H A DLeb128Utils.java32 * given value.
34 * @param value the value in question
37 public static int unsignedLeb128Size(int value) { argument
40 int remaining = value >> 7;
44 value = remaining;
54 * given value.
56 * @param value the value in question
59 public static int signedLeb128Size(int value) { argument
[all...]
/dalvik/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
H A DTestAnnotation1.java24 String value(); method in interface:TestAnnotation1
/dalvik/libcore/luni/src/main/java/java/io/
H A DEmulatedFieldsForDumping.java59 * Find and set the byte value of a given field named <code>name</code> in
64 * @param value
65 * New value for the field.
68 public void put(String name, byte value) { argument
69 emulatedFields.put(name, value);
73 * Find and set the char value of a given field named <code>name</code> in
78 * @param value
79 * New value for the field.
82 public void put(String name, char value) { argument
83 emulatedFields.put(name, value);
96 put(String name, double value) argument
110 put(String name, float value) argument
124 put(String name, int value) argument
138 put(String name, long value) argument
152 put(String name, Object value) argument
166 put(String name, short value) argument
180 put(String name, boolean value) argument
[all...]
/dalvik/libcore/luni/src/main/java/org/apache/harmony/misc/
H A DHashCode.java66 * The hashCode value before any data is appended, equals to 1.
81 * Combines hashCode of previous elements sequence and value's hashCode.
82 * @param hashCode previous hashCode value
83 * @param value new element
86 public static int combine(int hashCode, boolean value) { argument
87 int v = value ? 1231 : 1237;
92 * Combines hashCode of previous elements sequence and value's hashCode.
93 * @param hashCode previous hashCode value
94 * @param value new element
97 public static int combine(int hashCode, long value) { argument
108 combine(int hashCode, float value) argument
119 combine(int hashCode, double value) argument
130 combine(int hashCode, Object value) argument
140 combine(int hashCode, int value) argument
149 append(int value) argument
159 append(long value) argument
169 append(float value) argument
179 append(double value) argument
189 append(boolean value) argument
199 append(Object value) argument
[all...]
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DTestAnnotation.java24 String value(); method in interface:TestAnnotation
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ess/
H A DContentIdentifier.java11 ASN1OctetString value; field in class:ContentIdentifier
33 ASN1OctetString value)
35 this.value = value;
42 byte[] value)
44 this(new DEROctetString(value));
49 return value;
63 return value;
32 ContentIdentifier( ASN1OctetString value) argument
41 ContentIdentifier( byte[] value) argument
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/
H A DResponderID.java17 private DEREncodable value; field in class:ResponderID
20 ASN1OctetString value)
22 this.value = value;
26 X509Name value)
28 this.value = value;
76 if (value instanceof ASN1OctetString)
78 return new DERTaggedObject(true, 2, value);
81 return new DERTaggedObject(true, 1, value);
19 ResponderID( ASN1OctetString value) argument
25 ResponderID( X509Name value) argument
[all...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DX509DefaultEntryConverter.java13 * string value to ASN.1 strings.
19 * Apply default coversion for the given value depending on the oid
20 * and the character range of the value.
23 * @param value the value associated with it
24 * @return the ASN.1 equivalent for the string value.
28 String value)
30 if (value.length() != 0 && value.charAt(0) == '#')
34 return convertHexEncoded(value,
26 getConvertedValue( DERObjectIdentifier oid, String value) argument
[all...]
/dalvik/libcore/sql/src/main/java/java/sql/
H A DDriverPropertyInfo.java31 * If the value member can be chosen from a set of possible values, they are
53 * {@code True} when the value member must be provided during {@code
61 * The current value associated with this property. It is depending on the
67 public String value; field in class:DriverPropertyInfo
71 * value. Other class members take their default values.
75 * @param value
76 * The property value.
79 public DriverPropertyInfo(String name, String value) { argument
81 this.value = value;
[all...]
H A DRef.java77 * Sets the value of the structured type that this {@code Ref} references to
80 * @param value
87 public void setObject(Object value) throws SQLException; argument
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
H A DAttr.java29 * <code>null</code> value for <code>Attr</code> objects. The DOM takes the
41 * <p> The attribute's effective value is determined as follows: if this
42 * attribute has been explicitly assigned any value, that value is the
43 * attribute's effective value; otherwise, if there is a declaration for
44 * this attribute, and that declaration includes a default value, then that
45 * default value is the attribute's effective value; otherwise, the
49 * version of the attribute's value(s).
50 * <p>In XML, where the value o
120 setValue(String value) argument
[all...]

Completed in 5448 milliseconds

1234567891011>>