Home
last modified time | relevance | path

Searched refs:LONG_TAG (Results 1 – 13 of 13) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DValue.java75 return new Value(JDWPConstants.Tag.LONG_TAG, Long.valueOf(value)); in createLong()
235 case JDWPConstants.Tag.LONG_TAG: in isPrimitiveTag()
285 case JDWPConstants.Tag.LONG_TAG: in equals()
321 case JDWPConstants.Tag.LONG_TAG: in toString()
DJDWPConstants.java200 public static final byte LONG_TAG = 74; field in JDWPConstants.Tag
243 case LONG_TAG: in getName()
DFrame.java308 tag = JDWPConstants.Tag.LONG_TAG; in setSignature()
463 case JDWPConstants.Tag.LONG_TAG: in getType()
DField.java111 tag = JDWPConstants.Tag.LONG_TAG; in setSignature()
261 case JDWPConstants.Tag.LONG_TAG: in getType()
DPacket.java185 case JDWPConstants.Tag.LONG_TAG: { in isValuePrimitiveType()
1048 case JDWPConstants.Tag.LONG_TAG: in setNextValueAsUntaggedValue()
1092 case JDWPConstants.Tag.LONG_TAG: in getNextValueAsUntaggedValue()
1146 case JDWPConstants.Tag.LONG_TAG: in setNextValueAsArrayRegion()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DBreakpoint003Test.java55 JDWPConstants.Tag.LONG_TAG, in testBreakPointInFrameworkCode()
117 } else if (tag == JDWPConstants.Tag.LONG_TAG) { in test()
DFieldModification002Test.java63 hookFieldModification(classSignature, "testLongField", JDWPConstants.Tag.LONG_TAG); in testFieldModifyEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DGetValuesTest.java110 JDWPConstants.Tag.LONG_TAG, in testGetValues001()
135 case JDWPConstants.Tag.LONG_TAG: in testGetValues001()
DGetValues002Test.java124 JDWPConstants.Tag.LONG_TAG, in testGetValues002()
152 case JDWPConstants.Tag.LONG_TAG: in testGetValues002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DGetValuesTest.java136 JDWPConstants.Tag.LONG_TAG, in testGetValues001()
169 case JDWPConstants.Tag.LONG_TAG: in testGetValues001()
DGetValues002Test.java136 JDWPConstants.Tag.LONG_TAG, in testGetValues002()
170 case JDWPConstants.Tag.LONG_TAG: in testGetValues002()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
DSetValuesTest.java80 JDWPConstants.Tag.LONG_TAG, 10); in testSetValues001()
/external/r8/src/test/java/com/android/tools/r8/debug/
DLocalsTest.java314 Assert.assertEquals(Tag.LONG_TAG, valueOfL.getTag()); in testInvokeRangeLong()