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

  /frameworks/base/graphics/java/android/renderscript/
Primitive.java 22 public enum Primitive {
31 Primitive(int id) {
  /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 57 milliseconds