Searched refs:TypeTag (Results 1 - 25 of 45) sorted by relevance

12

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassObjectReference/
H A DReflectedType002Test.java55 * <BR>&nbsp;&nbsp; - refTypeTag takes the TypeTag constant ARRAY
68 JDWPConstants.TypeTag.ARRAY),
70 JDWPConstants.TypeTag.ARRAY),
72 JDWPConstants.TypeTag.ARRAY),
73 new TypeSignatureAndTag("[C", JDWPConstants.TypeTag.ARRAY)
H A DReflectedTypeTest.java65 * <BR>&nbsp;&nbsp; - refTypeTag takes one of the TypeTag constants: CLASS, INTERFACE;
82 JDWPConstants.TypeTag.CLASS),
84 JDWPConstants.TypeTag.CLASS),
86 JDWPConstants.TypeTag.INTERFACE),
88 JDWPConstants.TypeTag.CLASS)
H A DAbstractReflectedTypeTestCase.java68 + JDWPConstants.TypeTag.getName(refInitTypeTag) + ")");
95 assertEquals("VirtualMachine::ClassesBySignature returned invalid TypeTag,",
97 JDWPConstants.TypeTag.getName(array[i].typeTag),
98 JDWPConstants.TypeTag.getName(refInitTypeTag));
128 + "(" + JDWPConstants.TypeTag.getName(refTypeTag) + ")");
130 assertEquals("ClassObjectReference::ReflectedType returned invalid reflected TypeTag,",
132 JDWPConstants.TypeTag.getName(array[i].typeTag),
133 JDWPConstants.TypeTag.getName(refTypeTag));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassLoaderReference/
H A DVisibleClassesTest.java55 * <BR>&nbsp;&nbsp; - refTypeTag takes one of the TypeTag constants: CLASS, INTERFACE, ARRAY;
85 refTypeTagName = JDWPConstants.TypeTag.getName(refTypeTag);
96 refTypeTag == JDWPConstants.TypeTag.ARRAY
97 || refTypeTag == JDWPConstants.TypeTag.CLASS
98 || refTypeTag == JDWPConstants.TypeTag.INTERFACE);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeTag.java20 public interface TypeTag { interface
H A DTypedBlock.java113 while (nl > 0 && localsTypes[nl - 1] == TypeTag.TOP) {
116 if (td == TypeTag.LONG || td == TypeTag.DOUBLE)
167 locals[++n] = TypeTag.TOP;
223 return TypeTag.INTEGER;
225 return TypeTag.LONG;
227 return TypeTag.FLOAT;
229 return TypeTag.DOUBLE;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
H A DClassesBySignatureTest.java89 + JDWPConstants.TypeTag.getName(refTypeTag)
91 if (JDWPConstants.TypeTag.CLASS != refTypeTag) {
93 + JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.CLASS)
94 + "(" + JDWPConstants.TypeTag.CLASS + ")");
H A DAllClassesTest.java119 * <BR>&nbsp;&nbsp; - refTypeTag takes one of the TypeTag constants:
161 refTypeTagName = JDWPConstants.TypeTag.getName(refTypeTag);
184 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY
185 || refTypeTag == JDWPConstants.TypeTag.CLASS
186 || refTypeTag == JDWPConstants.TypeTag.INTERFACE);
201 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY
202 || refTypeTag == JDWPConstants.TypeTag.CLASS
203 || refTypeTag == JDWPConstants.TypeTag.INTERFACE);
H A DAllClassesWithGenericTest.java124 * <BR>&nbsp;&nbsp; - refTypeTag takes one of the TypeTag constants:
167 refTypeTagName = JDWPConstants.TypeTag.getName(refTypeTag);
192 assertTrue(refTypeTag == JDWPConstants.TypeTag.ARRAY
193 || refTypeTag == JDWPConstants.TypeTag.CLASS
194 || refTypeTag == JDWPConstants.TypeTag.INTERFACE);
211 refTypeTag == JDWPConstants.TypeTag.ARRAY
212 || refTypeTag == JDWPConstants.TypeTag.CLASS
213 || refTypeTag == JDWPConstants.TypeTag.INTERFACE);
H A DDisposeObjectsTest.java96 + "(" + JDWPConstants.TypeTag.getName(refTypeTag) + ")");
H A DResume002Test.java80 Location location = new Location(JDWPConstants.TypeTag.CLASS, classID, methodID, 0);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
H A DNestedTypesTest.java88 JDWPConstants.TypeTag.INTERFACE,
89 JDWPConstants.TypeTag.CLASS,
90 JDWPConstants.TypeTag.CLASS,
106 + JDWPConstants.TypeTag.getName(returnedRefTypeTag) + ")");
138 + JDWPConstants.TypeTag.getName(nestedTypeTags[k]) + ")");
142 JDWPConstants.TypeTag.getName(returnedRefTypeTag) + ")" +
144 JDWPConstants.TypeTag.getName(nestedTypeTags[k]) + ");\n";
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
H A DNewInstanceTest.java88 assertEquals("VirtualMachine::ClassesBySignature returned invalid TypeTag,",
89 JDWPConstants.TypeTag.ARRAY, refInitTypeTag,
90 JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.ARRAY),
91 JDWPConstants.TypeTag.getName(refInitTypeTag));
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DReferenceTypeTest.java137 JDWPConstants.TypeTag.CLASS,
138 JDWPConstants.TypeTag.ARRAY,
139 JDWPConstants.TypeTag.ARRAY,
140 JDWPConstants.TypeTag.CLASS,
170 + "(" + JDWPConstants.TypeTag.getName(refTypeTag) + ")");
175 + "(" + JDWPConstants.TypeTag.getName(expectedRefTypeTags[k]) + ")");
179 refTypeTag + "(" + JDWPConstants.TypeTag.getName(refTypeTag) + ")" +
181 "(" + JDWPConstants.TypeTag.getName(expectedRefTypeTags[k]) + ")\n";
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DNewInstanceTest.java82 assertEquals("VirtualMachine::ClassesBySignature returned invalid TypeTag,", JDWPConstants.TypeTag.CLASS, refTypeTag
83 , JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.CLASS)
84 , JDWPConstants.TypeTag.getName(refTypeTag));
207 JDWPConstants.TypeTag.CLASS, newRefTypeTag,
208 JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.CLASS),
209 JDWPConstants.TypeTag.getName(newRefTypeTag));
292 assertEquals("VirtualMachine::ClassesBySignature returned invalid TypeTag,",
[all...]
H A DInvokeMethod002Test.java74 assertEquals("VirtualMachine::ClassesBySignature returned invalid TypeTag,",
75 JDWPConstants.TypeTag.CLASS, refTypeTag,
76 JDWPConstants.TypeTag.getName(JDWPConstants.TypeTag.CLASS),
77 JDWPConstants.TypeTag.getName(refTypeTag));
/external/v8/src/
H A Djsregexp-inl.h42 if (regexp_->TypeTag() == JSRegExp::ATOM) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
H A DCountModifierTest.java76 byte typeTag = JDWPConstants.TypeTag.CLASS;
194 JDWPConstants.TypeTag.CLASS, DEBUGGEE_SIGNATURE,
224 JDWPConstants.TypeTag.CLASS, DEBUGGEE_SIGNATURE,
H A DThreadOnlyModifierTest.java67 byte typeTag = JDWPConstants.TypeTag.CLASS;
217 JDWPConstants.TypeTag.CLASS, DEBUGGEE_SIGNATURE,
246 JDWPConstants.TypeTag.CLASS, DEBUGGEE_SIGNATURE,
H A DInstanceOnlyModifierTest.java76 byte typeTag = JDWPConstants.TypeTag.CLASS;
228 JDWPConstants.TypeTag.CLASS, TEST_CLASS_SIGNATURE,
263 JDWPConstants.TypeTag.CLASS, TEST_CLASS_SIGNATURE,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DFieldAccessTest.java66 ReplyPacket reply = debuggeeWrapper.vmMirror.setFieldAccess(classSignature, JDWPConstants.TypeTag.CLASS, "testIntField");
H A DFieldModificationTest.java66 ReplyPacket reply = debuggeeWrapper.vmMirror.setFieldModification(classSignature, JDWPConstants.TypeTag.CLASS, "testIntField");
H A DCombinedEvents002Test.java269 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID,
277 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID,
285 Location expectedLocation = new Location(JDWPConstants.TypeTag.CLASS, testedClassID,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DFieldAccessTest.java68 JDWPConstants.TypeTag.CLASS, "testIntField");
H A DFieldModificationTest.java69 JDWPConstants.TypeTag.CLASS, "testIntField");

Completed in 261 milliseconds

12