Home
last modified time | relevance | path

Searched refs:LONG (Results 1 – 10 of 10) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
DGcEventContainer.java158 new EventValueDescription("GC Time", EventValueType.LONG, in getValueDescriptions()
160 new EventValueDescription("Freed Objects", EventValueType.LONG, in getValueDescriptions()
162 new EventValueDescription("Freed Bytes", EventValueType.LONG, ValueType.BYTES), in getValueDescriptions()
163 new EventValueDescription("Soft Limit", EventValueType.LONG, ValueType.BYTES), in getValueDescriptions()
164 new EventValueDescription("Actual Size (aggregate)", EventValueType.LONG, in getValueDescriptions()
166 new EventValueDescription("Allowed Size (aggregate)", EventValueType.LONG, in getValueDescriptions()
169 EventValueType.LONG, ValueType.OBJECTS), in getValueDescriptions()
170 new EventValueDescription("Allocated Bytes (aggregate)", EventValueType.LONG, in getValueDescriptions()
172 new EventValueDescription("Actual Size", EventValueType.LONG, ValueType.BYTES), in getValueDescriptions()
173 new EventValueDescription("Allowed Size", EventValueType.LONG, ValueType.BYTES), in getValueDescriptions()
[all …]
DEventValueDescription.java58 if ((type != EventValueType.INT && type != EventValueType.LONG) in checkType()
112 if (mEventValueType == EventValueType.INT || mEventValueType == EventValueType.LONG) { in EventValueDescription()
176 case LONG: in checkForType()
204 case LONG: in getObjectFromString()
DEventContainer.java73 LONG(2), enumConstant
114 return LONG.mValue + "@" + object.toString(); //$NON-NLS-1$ in getStorageString()
141 case LONG: in getObjectFromStorageString()
228 if (getType(mData) == EventValueType.LONG) { in getLong()
296 return EventValueType.LONG; in getType()
398 case LONG: in getValue()
420 case LONG: in getValueAsDouble()
443 case LONG: in getValueAsString()
DEventLogParser.java485 objects[0] = getObjectFromString(values[0], EventValueType.LONG); in parseTextData()
486 objects[1] = getObjectFromString(values[1], EventValueType.LONG); in parseTextData()
518 case LONG: in getObjectFromString()
/sdk/layoutlib_api/src/com/android/resources/
DScreenRatio.java25 LONG("long", "Long", "Long screen aspect ratio"); //$NON-NLS-1$ enumConstant
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DJavaPerformanceDetector.java127 private static final String LONG = "Long"; //$NON-NLS-1$ field in JavaPerformanceDetector
218 || typeName.equals(LONG) in visitConstructorInvocation()
502 } else if (valueType.equals(LONG) && mContext.getProject().getMinSdk() >= 17) { in checkHashMap()
531 } else if (valueType.equals(LONG) && mContext.getProject().getMinSdk() >= 17) { in checkSparseArray()
/sdk/layoutlib_api/sample/src/com/example/android/render/
DMain.java92 ScreenRatio.LONG, in main()
/sdk/find_java/
Dfind_java_lib.cpp35 typedef LONG LSTATUS;
242 for (LONG result = ERROR_SUCCESS; result == ERROR_SUCCESS; index++) { in exploreJavaRegistry()
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/devices/
DDeviceParserTest.java65 assertEquals(ScreenRatio.LONG, screen.getRatio()); in testValidDevices()
/sdk/find_lock/
Dfind_lock.cpp48 typedef LONG KPRIORITY;