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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
expression-002.js 27 // try to access properties of primitive types
expression-003.js 22 // try to access properties of primitive types
  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.h 131 // The maximum size of a filter primitive. In SVG this is the primitive subregion in absolute coordinate space.
142 // The subregion of a filter primitive according to the SVG Filter specification in local coordinates.
147 // filter primitive on a later step.
  /frameworks/base/core/java/android/util/
FloatProperty.java 23 * calls to a {@link #set(Object, Float) set()} function that takes the primitive
IntProperty.java 23 * calls to a {@link #set(Object, Integer) set()} function that takes the primitive
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
primitives.rs 3 // Testing primitive types
rsdebug.rs 3 // Testing primitive types
  /libcore/luni/src/main/java/java/lang/
Void.java 31 * The {@link Class} object that represents the primitive type {@code void}.
Float.java 21 * The wrapper for the primitive type {@code float}.
93 * The {@link Class} object that represents the primitive type {@code
113 * Constructs a new {@code Float} with the specified primitive float value.
116 * the primitive float value to store in the new instance.
123 * Constructs a new {@code Float} with the specified primitive double value.
126 * the primitive double value to store in the new instance.
213 * Gets the primitive value of this float.
215 * @return this object's primitive value.
293 * @return the primitive float value represented by {@code string}.
Class.java 67 * primitive types, and those representing array classes.
79 * <h4>Classes representing primitive types</h4>
81 * These represent the standard Java primitive types and hence share their
82 * names (for example "int" for the {@code int} primitive type). Although it is
86 * primitive type, and their signatures are:
89 * <li>{@code B} representing the {@code byte} primitive type</li>
90 * <li>{@code S} representing the {@code short} primitive type</li>
91 * <li>{@code I} representing the {@code int} primitive type</li>
92 * <li>{@code J} representing the {@code long} primitive type</li>
93 * <li>{@code F} representing the {@code float} primitive type</li
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 33 * All primitive and special types reuse the same instance, so identity comparison can
47 /** Represents the double primitive type */
49 /** Represents the boolean primitive type */
51 /** Represents the long primitive type */
53 /** Represents the char primitive type */
55 /** Represents the byte primitive type */
57 /** Represents the short primitive type */
59 /** Represents the integer primitive type */
61 /** Represents the float primitive type */
63 /** Represents the void primitive type *
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 109 * Put all the primitive types into the intern table. This needs
168 * representing a primitive type
175 * representing a primitive type
182 * representing a primitive type
189 * representing a primitive type
196 * representing a primitive type
203 * representing a primitive type
210 * representing a primitive type
217 * representing a primitive type
224 * representing a primitive typ
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 108 * Put all the primitive types into the intern table. This needs
153 * representing a primitive type
160 * representing a primitive type
167 * representing a primitive type
174 * representing a primitive type
181 * representing a primitive type
188 * representing a primitive type
195 * representing a primitive type
202 * representing a primitive type
209 * representing a primitive typ
    [all...]
  /external/javassist/sample/vector/
VectorAssistant.java 80 * the element type is a primitive type.
105 * the element type can be a primitive type.
  /external/valgrind/unittest/
test_utils.h 125 // primitive, even if it looks like one. Its purpose is to enforce an
129 // synchronization primitive before signal() or after wait().
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.1.js 53 // array[item++] = new TestCase( SECTION, "delete('string primitive')", true, delete("string primitive") );
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Integer.java 114 * Converts primitive int value to a form most suitable for encoding.
116 * @param value primitive value to be encoded
  /system/media/mca/filterfw/java/android/filterfw/format/
ObjectFormat.java 77 // Check if type is primitive
98 "Unknown primitive type: " + type.getSimpleName() + "!");
  /cts/tools/signature-tools/src/signature/model/
IAnnotationElement.java 30 * <li>a wrapper class for a primitive type
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 24 * Constants that represent an arbitrary type (reference or primitive).
96 * class corresponding to a given primitive type. For example, if
100 * @param primitiveType {@code non-null;} the primitive type
116 throw new IllegalArgumentException("not primitive: " + primitiveType);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 24 * Constants that represent an arbitrary type (reference or primitive).
96 * class corresponding to a given primitive type. For example, if
100 * @param primitiveType {@code non-null;} the primitive type
116 throw new IllegalArgumentException("not primitive: " + primitiveType);
  /dalvik/libdex/
DexUtf.cpp 178 * single-character primitive type, or continue on to check the
190 // These are all single-character descriptors for primitive types.
274 * is for a class or array and not a primitive type. */
285 * is for a class and not an array or primitive type. */
  /dalvik/tests/044-proxy/src/
Clash.java 24 * duplicate methods (primitive vs. object).
  /dalvik/vm/native/
java_lang_reflect_Constructor.cpp 32 * with an interface, array, or primitive class.
  /development/samples/ApiDemos/res/xml/
default_values.xml 17 <!-- This is a primitive example showing how to set default values for preferences.

Completed in 913 milliseconds

1 23 4 5 6 7 8 91011>>