HomeSort by relevance Sort by last modified time
    Searched full:primitive (Results 1 - 25 of 509) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/model/impl/
SigPrimitiveType.java 33 for (SigPrimitiveType primitive : values()) {
34 if (primitive.name.equals(name)) {
35 return primitive;
38 throw new IllegalArgumentException(name + " is not a primitive type");
  /libcore/luni/src/main/java/java/lang/
Number.java 40 * @return the primitive byte value of this object.
49 * @return the primitive double value of this object.
56 * @return the primitive float value of this object.
64 * @return the primitive int value of this object.
72 * @return the primitive long value of this object.
80 * @return the primitive short value of this object.
Boolean.java 23 * The wrapper for the primitive type {@code boolean}.
37 * The {@link Class} object that represents the primitive type {@code
47 * The {@code Boolean} object that represents the primitive value
53 * The {@code Boolean} object that represents the primitive value
62 * Boolean representing the primitive value {@code true}, otherwise it will
63 * be a Boolean representing the primitive value {@code false}.
73 * Constructs a new {@code Boolean} with the specified primitive boolean
77 * the primitive boolean value, {@code true} or {@code false}.
84 * Gets the primitive value of this boolean, either {@code true} or
87 * @return this object's primitive value, {@code true} or {@code false}
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Primitive.java 22 public enum Primitive {
31 Primitive(int id) {
  /cts/tools/signature-tools/src/signature/model/
IPrimitiveType.java 20 * {@code IPrimitiveType} models a primitive type.
25 * Returns the name of this primitive type, i.e. one of the following
38 * @return the name of this primitive type
  /libcore/luni/src/main/java/java/io/
OptionalDataException.java 21 * Signals that the {@link ObjectInputStream} class encountered a primitive type
34 * {@code true} indicates that there is no more primitive data available.
39 * The number of bytes of primitive data (int, char, long etc.) that are
ObjectStreamField.java 143 * of the compared fields has a primitive type and the other one not. If so,
144 * the field with the primitive type is considered to be "smaller". If both
158 // If one is primitive and the other isn't, we have enough info to
284 * field's type is primitive.
300 * Indicates whether this field's type is a primitive type.
302 * @return {@code true} if this field's type is primitive; {@code false} if
333 * Sorts the fields for dumping. Primitive types come first, then regular
353 // primitive type declared in a serializable class
390 * Resolves typeString into type. Returns true if the type is primitive
  /dalvik/dx/src/junit/runner/
TestRunListener.java 5 * this interface using only primitive objects,
  /external/junit/src/junit/runner/
TestRunListener.java 5 * this interface using only primitive objects,
  /external/netcat/data/
README 6 data.c a primitive atob / btoa byte generator
  /frameworks/base/test-runner/src/junit/runner/
TestRunListener.java 5 * this interface using only primitive objects,
  /libcore/junit/src/test/java/junit/runner/
TestRunListener.java 5 * this interface using only primitive objects,
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Primitive.java 27 * This abstract class is the super class for all primitive ASN.1 types
43 * @return - true if identifier correspond to primitive identifier of this
ASN1Implicit.java 35 // primitive type of tagging
48 // 1) primitive: only primitive identifier is valid
88 // the base encoding can be primitive ot constructed
92 // if the base encoding is primitive use primitive encoding
  /dalvik/vm/reflect/
Reflect.h 66 * Convert a primitive value, performing a widening conversion if necessary.
80 * Create a wrapper object for a primitive data type. If "returnType" is
81 * not primitive, this just returns "value" cast to an object.
86 * Unwrap a boxed primitive. If "returnType" is not primitive, this just
94 * primitive types, returns the box class.
226 * cursor. This returns primitive values in their corresponding union
  /external/guava/src/com/google/common/primitives/
Primitives.java 27 * Contains static utility methods pertaining to primitive types and their
36 /** A map from primitive types to their corresponding wrapper types. */
39 /** A map from wrapper types to their corresponding primitive types. */
68 /** All nine primitive types (including void). */
78 * primitive-wrapper types, such as {@link Integer}.
87 * Returns the corresponding wrapper type of {@code type} if it is a primitive
105 * Returns the corresponding primitive type of {@code type} if it is a
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.2.js 57 array[item++] = new TestCase( SECTION, "typeof new String('string primitive')", "object", typeof new String('string primitive') );
58 array[item++] = new TestCase( SECTION, "var TESTSTRING = new String('string primitive'); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()", "[object String]", eval("var TESTSTRING = new String('string primitive'); TESTSTRING.toString=Object.prototype.toString;TESTSTRING.toString()") );
59 array[item++] = new TestCase( SECTION, "(new String('string primitive')).valueOf()", 'string primitive', (new String('string primitive')).valueOf() );
60 array[item++] = new TestCase( SECTION, "(new String('string primitive')).substring", String.prototype.substring, (new String('string primitive')).substring );
  /dalvik/docs/opcodes/
opcode-1b-const-class.html 18 register. In the case where the indicated type is primitive, this will store a
19 reference to the primitive type's degenerate class.
61 If B refers to a primitive type, the corresponding degenerate class is used
  /external/libffi/doc/
libffi.info 200 * Primitive Types:: Built-in types.
205 File: libffi.info, Node: Primitive Types, Next: Structures, Up: Types
207 2.3.1 Primitive Types
286 File: libffi.info, Node: Structures, Next: Type Example, Prev: Primitive Types, Up: Types
491 * ffi_type_double: Primitive Types. (line 41)
492 * ffi_type_float: Primitive Types. (line 38)
493 * ffi_type_longdouble: Primitive Types. (line 71)
494 * ffi_type_pointer: Primitive Types. (line 75)
495 * ffi_type_schar: Primitive Types. (line 47)
496 * ffi_type_sint: Primitive Types. (line 62
    [all...]
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifier.java 22 * annotation can also be applied to the corresponding primitive numeric
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue.cpp 217 Returns true if this QScriptValue is of the primitive type Boolean;
231 Returns true if this QScriptValue is of the primitive type Boolean;
240 Returns true if this QScriptValue is of the primitive type Number;
251 Returns true if this QScriptValue is of the primitive type Null;
262 Returns true if this QScriptValue is of the primitive type String;
273 Returns true if this QScriptValue is of the primitive type Undefined;
326 attempt to convert the object to a primitive value (possibly
343 attempt to convert the object to a primitive value (possibly
360 attempt to convert the object to a primitive value (possibly
387 attempt to convert the object to a primitive value (possibl
    [all...]
  /frameworks/base/graphics/java/android/graphics/
PathEffect.java 21 * the geometry of a drawing primitive before it is transformed by the
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation3.java 12 * only primitive type, String, Class, annotation,
TestAnnotation3b.java 12 * only primitive type, String, Class, annotation,
  /dalvik/vm/oo/
Array.h 65 * may not be a primitive class.
90 * primitive types.
100 * Find the synthesized object for the primitive class, generating it
116 * Verify that the array is an object array and not a primitive array.
128 * Verify that the array is an object array and not a primitive array.
159 * array of primitives. The boxed value must fit in the primitive (i.e.

Completed in 328 milliseconds

1 2 3 4 5 6 7 8 91011>>