Searched defs:INT (Results 1 - 3 of 3) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
H A DEventContainer.java72 INT(1), enum constant in enum:EventContainer.EventValueType
104 * NOTE: for now, only {@link #STRING}, {@link #INT}, and {@link #LONG} are supported.
112 return INT.mValue + "@" + object.toString(); //$NON-NLS-1$
139 case INT:
211 * @throws InvalidTypeException if the data type is not {@link EventValueType#INT}.
215 if (getType(mData) == EventValueType.INT) {
259 * @throws InvalidTypeException if the data type is not {@link EventValueType#INT},
261 * list at index <code>valueIndex</code> is not of type {@link EventValueType#INT} or
272 * @throws InvalidTypeException if the data type is not {@link EventValueType#INT},
275 * {@link EventValueType#INT}, {
[all...]
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
H A DJavaPerformanceDetector.java123 private static final String INT = "int"; //$NON-NLS-1$ field in class:JavaPerformanceDetector
421 if (!type.getTypeName().equals(INT)) {
447 return INT.equals(type1.getTypeName()) && INT.equals(type2.getTypeName());
470 if (!INT.equals(type.getTypeName())) {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
H A DGLProtoBuf.java1058 INT(3, 4), enum constant in enum:GLProtoBuf.GLMessage.DataType.Type
1073 case 4: return INT;

Completed in 619 milliseconds