HomeSort by relevance Sort by last modified time
    Searched full:primitive (Results 126 - 150 of 704) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 92 * object matches the type of the Property. The extra checks for primitive types are because
94 * method/field will probably be a primitive type instead. Accept float as matching Float,
  /frameworks/compile/slang/
slang_rs_export_element.cpp 80 slangAssert(EI->vsize == 1 && "Element not a primitive class (please "
129 // primitive or vector.
slang_rs_type_spec.h 21 ENUM_RS_DATA_TYPE_CLASS(Primitive) \
143 struct RSPrimitiveType base; // base type of vec must be in primitive type
  /libcore/luni/src/main/java/java/lang/
Integer.java 21 * The wrapper for the primitive type {@code int}.
73 * The {@link Class} object that represents the primitive type {@code int}.
82 * Constructs a new {@code Integer} with the specified primitive integer
86 * the primitive integer value to store in the new instance.
307 * Gets the primitive value of this int.
309 * @return this object's primitive value.
327 * @return the primitive integer value represented by {@code string}.
343 * @return the primitive integer value represented by {@code string} using
Long.java 21 * The wrapper for the primitive type {@code long}.
53 * The {@link Class} object that represents the primitive type {@code long}.
70 * Constructs a new {@code Long} with the specified primitive long value.
73 * the primitive long value to store in the new instance.
299 * Gets the primitive value of this long.
301 * @return this object's primitive value.
314 * @return the primitive long value represented by {@code string}.
330 * @return the primitive long value represented by {@code string} using
  /libcore/luni/src/main/java/java/lang/annotation/
Annotation.java 49 * The equality of primitive member values {@code x} and {@code y}
95 * The hash code for a primitive member value is determined using
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Type.java 36 /** Integer representation of primitive identifier. */
43 * Constructs a primitive, universal ASN.1 type.
DerInputStream.java 128 // It is a string type and it can be encoded as primitive or constructed.
144 // It is a string type and it can be encoded as primitive or constructed.
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 25 import android.renderscript.Mesh.Primitive;
146 meshBuilder.addIndexSetAllocation(mLineIdxAlloc, Primitive.LINE);
  /external/guava/src/com/google/common/primitives/
Booleans.java 51 * @param value a primitive {@code boolean} value
82 * @param target a primitive {@code boolean} value
104 * @param target a primitive {@code boolean} value
158 * @param target a primitive {@code boolean} value
293 * primitive {@code boolean} values.
Bytes.java 51 * @param value a primitive {@code byte} value
63 * @param target a primitive {@code byte} value
81 * @param target a primitive {@code byte} value
135 * @param target a primitive {@code byte} value
211 * primitive {@code byte} values.
  /external/protobuf/java/src/main/java/com/google/protobuf/
Message.java 86 * not set. For primitive fields, the boxed primitive value is returned.
103 * Gets an element of a repeated field. For primitive fields, the boxed
104 * primitive value is returned. For enum fields, the EnumValueDescriptor
172 * * For singular primitive fields, if the field is set in {@code other},
  /dalvik/libdex/
DexFile.h 81 * Enumeration of all the primitive types.
84 PRIM_NOT = 0, /* value is a reference type, not a primitive type */
951 * Get the type descriptor character associated with a given primitive
957 * Get the type descriptor string associated with a given primitive
964 * primitive type. This returns NULL for an invalid type, including
971 * Get the primitive type constant from the given descriptor character.
973 * as a primitive type descriptor.
  /dalvik/vm/native/
java_lang_System.cpp 24 * The VM makes guarantees about the atomicity of accesses to primitive
159 * If one of the arrays holds a primitive type, the other array must
212 * Neither class is primitive. See if elements in "src" are instances
java_lang_reflect_Array.cpp 59 * Create a multi-dimensional array of Objects or primitive types.
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 25 * Conversions for the primitive types, as well as a few things
161 * "promoting" a primitive type.
193 * to write off the default package and filter out primitive types.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamFieldTest.java 138 assertNull("Primitive types' strings should be null", hamField
228 * Write/serialize and read/de-serialize an object with primitive field
350 // Primitive fields are necessary to cause the NullPointerException.
  /external/kernel-headers/original/asm-x86/
system_32.h 231 * over this barrier. All reads preceding this primitive are guaranteed
233 * reads following this primitive that depend on the data return by
234 * any of the preceding reads. This primitive is much lighter weight than
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java 36 * objects as well as primitive data types (int, byte, char etc.). The data has
68 // Where we read primitive types from
71 // Where we keep primitive type data
378 // returns 0 if next data is an object, or N if reading primitive types
384 * Checks to if it is ok to read primitive types from this stream at
385 * this point. One is not supposed to read primitive types when about to
389 * If any IO problem occurred when trying to read primitive type
390 * or if it is illegal to read primitive types
393 // If we still have primitive data, it is ok to read primitive dat
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java 176 // Writing of a primitive type should be buffered.
178 assertTrue("Test 1: Primitive data unexpectedly written to the target stream.",
182 assertTrue("Test 2: Primitive data has not been written to the the target stream.",
  /cts/tests/src/android/renderscript/cts/
primitives.rs 15 // Testing primitive types
  /dalvik/tests/011-array-copy/src/
Main.java 73 * Perform an array copy operation on primitive arrays with different
  /dalvik/vm/
Common.h 95 * Storage for primitive types and object references.
  /dalvik/vm/hprof/
HprofClass.cpp 79 * of java.lang.Object or of a primitive class.
  /dalvik/vm/jdwp/
ExpandBuf.cpp 18 * primitive values, e.g. JDWP replies.

Completed in 1178 milliseconds

1 2 3 4 56 7 8 91011>>