| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| MeshTest.java | 23 import android.renderscript.Mesh.Primitive; 53 for(Primitive prim : Primitive.values()) { 80 for(Primitive prim : Primitive.values()) { 191 assertEquals(Mesh.Primitive.POINT, Mesh.Primitive.valueOf("POINT")); 192 assertEquals(Mesh.Primitive.LINE, Mesh.Primitive.valueOf("LINE")); 193 assertEquals(Mesh.Primitive.LINE_STRIP, Mesh.Primitive.valueOf("LINE_STRIP")) [all...] |
| /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");
|
| /external/bouncycastle/src/main/java/org/bouncycastle/crypto/agreement/ |
| ECDHBasicAgreement.java | 15 * ECSVDP-DH is Elliptic Curve Secret Value Derivation Primitive, 17 * and [Kob87]. This primitive derives a shared secret value from one 20 * execute this primitive, they will produce the same output. This 21 * primitive can be invoked by a scheme to derive a shared secret key;
|
| /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...] |
| /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
|
| /dalvik/dx/src/com/android/dx/gen/ |
| Type.java | 24 * A primitive type, interface or class. 27 /** The {@code boolean} primitive type. */ 31 /** The {@code byte} primitive type. */ 34 /** The {@code char} primitive type. */ 38 /** The {@code double} primitive type. */ 41 /** The {@code float} primitive type. */ 44 /** The {@code int} primitive type. */ 47 /** The {@code long} primitive type. */ 50 /** The {@code short} primitive type. */ 53 /** The {@code void} primitive type. Only used as a return type. * [all...] |
| /external/v8/test/mjsunit/compiler/ |
| compare.js | 49 // First test primitive values. 51 assertEquals(max, MaxLT(x, y), "MaxLT - primitive"); 52 assertEquals(max, MaxLE(x, y), "MaxLE - primitive"); 53 assertEquals(max, MaxGE(x, y), "MaxGE - primitive"); 54 assertEquals(max, MaxGT(x, y), "MaxGT - primitive"); 76 // Test non-primitive values and watch for valueOf call order.
|
| /libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
| ASN1Implicit.java | 35 /** primitive type of tagging */ 49 * 1) primitive: only primitive identifier is valid 78 // the base encoding can be primitive ot constructed 82 // if the base encoding is primitive use primitive encoding
|
| ASN1Primitive.java | 27 * This abstract class is the super class for all primitive ASN.1 types 41 * @return true if identifier correspond to primitive identifier of this
|
| /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
|
| /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,
|
| /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/Source/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 );
|
| /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...] |
| /frameworks/base/graphics/java/android/renderscript/ |
| Mesh.java | 37 * index sets or primitive types. 46 public enum Primitive { 76 Primitive(int id) { 83 Primitive[] mPrimitives; 130 * @return index set primitive type 133 public Primitive getPrimitive(int slot) { 152 mPrimitives = new Primitive[idxCount]; 166 mPrimitives[i] = Primitive.values()[primitives[i]]; 184 Primitive prim; 267 * @param p primitive typ [all...] |
| /dalvik/vm/oo/ |
| Array.h | 60 * primitive types. 80 * Verify that the array is an object array and not a primitive array. 92 * Verify that the array is an object array and not a primitive array. 123 * array of primitives. The boxed value must fit in the primitive (i.e.
|
| /external/jsr305/ri/src/main/java/javax/annotation/meta/ |
| TypeQualifier.java | 22 * annotation can also be applied to the corresponding primitive numeric
|
| /external/mesa3d/docs/ |
| README.GGI | 24 high-level primitive drawing functions, but many of the functions (in
|
| /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,
|