HomeSort by relevance Sort by last modified time
    Searched defs:Primitive (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
Primitive.java 22 public enum Primitive {
31 Primitive(int id) {
  /packages/apps/IM/src/com/android/im/imps/
Primitive.java 21 * A primitive is the basic packet sent between the IMPS server and the IMPS
24 public final class Primitive {
36 * Constructs a new Primitive with default value.
38 public Primitive() {
42 * Constructs a new Primitive with a type.
44 * @param type the type of the primitive.
46 public Primitive(String type) {
51 * Gets the session type of this primitive.
60 * Gets the session ID of this primitive.
69 * Sets the session ID of this primitive
    [all...]
  /external/v8/include/
v8.h 116 class Primitive;
794 * The superclass of primitive values. See ECMA-262 4.3.2.
796 class V8EXPORT Primitive : public Value { };
800 * A primitive boolean value (ECMA-262, 4.3.14). Either the true
803 class V8EXPORT Boolean : public Primitive {
813 class V8EXPORT String : public Primitive {
    [all...]

Completed in 25 milliseconds