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

12 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
vecprim.h 1 /* VEC types for primitive types
  /external/collada/include/1.4/dom/
domP.h 19 * The p element represents primitive data for the primitive types (lines,
  /libcore/luni/src/main/java/java/lang/reflect/
InvocationHandler.java 49 * Primitive types are boxed.
51 * @return the result of executing the method. Primitive types are boxed.
  /dalvik/vm/reflect/
Reflect.h 72 * Convert a primitive value, performing a widening conversion if necessary.
86 * Box a primitive value into an object. If "returnType" is
87 * not primitive, this just returns "value" cast to an object.
92 * Unwrap a boxed primitive. If "returnType" is not primitive, this just
100 * primitive types, returns the box class.
250 * cursor. This returns primitive values in their corresponding union
  /external/v8/src/
type-info.h 41 // Primitive Non-primitive
57 // We know it's a primitive type.
58 static TypeInfo Primitive() { return TypeInfo(kPrimitive); }
69 // We know it's a non-primitive (object) type.
75 // Compacting drops information about primitive types and strings types.
191 case kPrimitive: return "Primitive";
  /external/javassist/src/main/javassist/util/proxy/
FactoryHelper.java 62 * @throws RuntimeException if a given type is not a primitive type.
75 * <code>Class</code> objects representing primitive types.
83 * The fully-qualified names of wrapper classes for primitive types.
100 * The names of methods for obtaining a primitive value
119 * The data size of primitive types. <code>long</code>
  /external/javassist/src/main/javassist/
CtPrimitiveType.java 19 * An instance of <code>CtPrimitiveType</code> represents a primitive type.
45 * Returns <code>true</code> if this object represents a primitive
106 * Returns the data size of the primitive type.
  /external/v8/test/mjsunit/
object-toprimitive.js 69 valueOfValue = ["not primitive"];
76 toStringValue = ["not primitive"];
82 valueOfValue = ["not primitive"];
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 52 // copy from primitive array into object array
60 // copy from object array into primitive array
68 // copy from primitive array into an array of another primitive type
84 // copy from null into an array of a primitive type
92 // copy from a primitive array into null
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstFieldRef.java 28 * primitive type. For example, if given {@link Type#INT}, this
32 * @param primitiveType {@code non-null;} the primitive type
  /dalvik/dx/src/com/android/dx/rop/cst/
CstFieldRef.java 28 * primitive type. For example, if given {@link Type#INT}, this
32 * @param primitiveType {@code non-null;} the primitive type
  /dalvik/vm/mterp/x86-atom/
OP_CONST_CLASS.S 25 * In the case where the indicated type is primitive,
26 * this will store a reference to the primitive type's
  /external/guava/src/com/google/common/collect/
ClassToInstanceMap.java 32 * for primitive types, and a primitive type and its corresponding wrapper type
  /libcore/luni/src/main/java/java/io/
ObjectStreamField.java 113 * of the compared fields has a primitive type and the other one not. If so,
114 * the field with the primitive type is considered to be "smaller". If both
128 // If one is primitive and the other isn't, we have enough info to
235 * field's type is primitive.
251 * Indicates whether this field's type is a primitive type.
253 * @return {@code true} if this field's type is primitive; {@code false} if
291 // primitive type declared in a serializable class
328 * Resolves typeString into type. Returns true if the type is primitive
  /libcore/luni/src/main/java/java/lang/
Byte.java 21 * The wrapper for the primitive type {@code byte}.
54 * The {@link Class} object that represents the primitive type {@code byte}.
63 * Constructs a new {@code Byte} with the specified primitive byte value.
66 * the primitive byte value to store in the new instance.
86 * Gets the primitive value of this byte.
88 * @return this object's primitive value.
190 * @return the primitive byte value represented by {@code string}.
206 * @return the primitive byte value represented by {@code string} using
Short.java 21 * The wrapper for the primitive type {@code short}.
55 * The {@link Class} object that represents the primitive type {@code
78 * Constructs a new {@code Short} with the specified primitive short value.
81 * the primitive short value to store in the new instance.
189 * @return the primitive short value represented by {@code string}.
205 * @return the primitive short value represented by {@code string} using
222 * Gets the primitive value of this short.
224 * @return this object's primitive value.
  /cts/tools/signature-tools/src/signature/model/
IAnnotationField.java 38 * <li>a wrapper class for a primitive type
  /dalvik/tests/044-proxy/src/
Clash2.java 24 * duplicate methods (primitive types).
  /development/samples/ApiDemos/res/xml/
fragmented_preferences_inner.xml 17 <!-- This is a primitive example showing the different types of preferences available. -->
preference_dependencies.xml 17 <!-- This is a primitive example showing how some preferences can depend on other preferences. -->
  /external/proguard/src/proguard/util/
ClassNameParser.java 29 * '%' for a single internal primitive type character (V, Z, B, C, S, I, F,
35 * 'L***;' for a single internal type (class name or primitive type,
37 * 'L///;' for any number of internal types (class names and primitive
163 * Creates a StringMatcher that matches any type (class or primitive type,
  /external/valgrind/main/drd/tests/
sigalrm.c 62 // Primitive argument parsing.
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 238 Returns true if this QScriptValue is of the primitive type Boolean;
252 Returns true if this QScriptValue is of the primitive type Boolean;
261 Returns true if this QScriptValue is of the primitive type Number;
272 Returns true if this QScriptValue is of the primitive type Null;
283 Returns true if this QScriptValue is of the primitive type String;
294 Returns true if this QScriptValue is of the primitive type Undefined;
369 attempt to convert the object to a primitive value (possibly
386 attempt to convert the object to a primitive value (possibly
403 attempt to convert the object to a primitive value (possibly
430 attempt to convert the object to a primitive value (possibl
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSType.h 27 * Primitive types
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.2.js 46 array[item++] = new TestCase( SECTION, "void('string primitive')", void 0, void("string primitive") );
58 array[item++] = new TestCase( SECTION, "void 'string primitive'", void 0, void "string primitive" );

Completed in 1114 milliseconds

12 3 4 5 6 7 8 91011>>