Searched refs:LONG (Results 1 – 10 of 10) sorted by relevance
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/ |
D | GcEventContainer.java | 158 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 …]
|
D | EventValueDescription.java | 58 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()
|
D | EventContainer.java | 73 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()
|
D | EventLogParser.java | 485 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/ |
D | ScreenRatio.java | 25 LONG("long", "Long", "Long screen aspect ratio"); //$NON-NLS-1$ enumConstant
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | JavaPerformanceDetector.java | 127 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/ |
D | Main.java | 92 ScreenRatio.LONG, in main()
|
/sdk/find_java/ |
D | find_java_lib.cpp | 35 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/ |
D | DeviceParserTest.java | 65 assertEquals(ScreenRatio.LONG, screen.getRatio()); in testValidDevices()
|
/sdk/find_lock/ |
D | find_lock.cpp | 48 typedef LONG KPRIORITY;
|