Searched defs:INT_TYPE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/
H A DEventLog.java71 private static final byte INT_TYPE = 0; field in class:EventLog.Event
122 case INT_TYPE:
/frameworks/base/tools/aidl/
H A DType.cpp9 Type* INT_TYPE; variable
58 INT_TYPE = new BasicType("int",
61 NAMES.Add(INT_TYPE);
465 new Cast(INT_TYPE, v)));

Completed in 58 milliseconds