HomeSort by relevance Sort by last modified time
    Searched refs:BasicType (Results 1 - 4 of 4) sorted by null

  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeTag.java 22 TypeData INTEGER = new TypeData.BasicType("int", StackMapTable.INTEGER);
23 TypeData FLOAT = new TypeData.BasicType("float", StackMapTable.FLOAT);
24 TypeData DOUBLE = new TypeData.BasicType("double", StackMapTable.DOUBLE);
25 TypeData LONG = new TypeData.BasicType("long", StackMapTable.LONG);
TypeData.java 76 protected static class BasicType extends TypeData {
80 public BasicType(String type, int tag) {
  /frameworks/base/tools/aidl/
Type.cpp 37 VOID_TYPE = new BasicType("void", "XXX", "XXX", "XXX", "XXX", "XXX");
43 BYTE_TYPE = new BasicType("byte", "writeByte", "readByte",
50 INT_TYPE = new BasicType("int", "writeInt", "readInt",
54 LONG_TYPE = new BasicType("long", "writeLong", "readLong",
58 FLOAT_TYPE = new BasicType("float", "writeFloat", "readFloat",
62 DOUBLE_TYPE = new BasicType("double", "writeDouble", "readDouble",
267 BasicType::BasicType(const string& name, const string& marshallMethod,
281 BasicType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
287 BasicType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**
    [all...]
Type.h 80 class BasicType : public Type
83 BasicType(const string& name, const string& marshallMethod,

Completed in 604 milliseconds