HomeSort by relevance Sort by last modified time
    Searched full:classtype (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
NewInstance002Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * JDWP unit test for ClassType.NewInstance command.
37 return "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee";
41 * This testcase exercises ClassType.NewInstance command.
44 * <BR>Then sends ClassType.NewInstance command to create a new instance and
53 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/NewInstance002Debuggee;";
107 String testClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/NewInstance002Debuggee$TestClass;";
126 logWriter.println(" Send ClassType.NewInstance (without Exception)");
128 checkReplyPacket(reply, "ClassType::NewInstance command");
131 logWriter.println(" ClassType.NewInstance: newObject.tag=
    [all...]
NewInstance002Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
31 // Constructor invoked from JDWP ClassType.NewInstance command.
49 c = Class.forName("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee$TestClass");
55 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee(#1)");
57 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstance002Debuggee(#2)");
InvokeMethod003Test.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * JDWP unit test for ClassType.InvokeMethod command.
36 return "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee";
40 * This testcase exercises ClassType.InvokeMethod command.
43 * <BR>Then sends ClassType.InvokeMethod command for method with null
52 String debuggeeClassSig = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/InvokeMethod003Debuggee;";
120 logWriter.println(" Send ClassType.InvokeMethod without Exception");
122 checkReplyPacket(reply, "ClassType::InvokeMethod command");
127 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
136 logWriter.println(" ClassType.InvokeMethod: exception.tag=
    [all...]
NewInstanceTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.NewInstance command.
48 * This testcase exercises ClassType.NewInstance command.
51 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
55 * <BR>&nbsp;&nbsp; - send ClassType.NewInstance command for class,
172 logWriter.println(" Send ClassType.NewInstance (without Exception)");
174 checkReplyPacket(reply, "ClassType::NewInstance command");
177 logWriter.println(" ClassType.NewInstance: newObject.tag="
180 logWriter.println(" ClassType.NewInstance: exception.tag="
185 assertEquals("ClassType::NewInstance returned invalid newObject.tag,", JDWPConstants.Tag.OBJECT_TAG, newObject.ta
    [all...]
InvokeMethod003Debuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
41 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee(#1)");
43 synchronizer.receiveMessageWithoutException("org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod003Debuggee(#2)");
SetValuesTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.SetValues command.
44 * This testcase exercises ClassType.SetValues command.
47 * Then sets values for these fields with ClassType.SetValues command
135 checkReplyPacket(reply, "ClassType::SetValues command");
145 checkReplyPacket(reply, "ClassType::GetValues command");
148 assertEquals("ClassType::SetValues returne invalid fields number,", 1, fields);
150 assertEquals("ClassType::SetValues returne invalid returned value,", value, returnedValue);
InvokeMethod002Test.java 25 package org.apache.harmony.jpda.tests.jdwp.ClassType;
38 * JDWP unit test for ClassType.InvokeMethod command.
46 * This testcase checks ClassType.InvokeMethod command.
247 logWriter.println(" Send ClassType.InvokeMethod");
251 checkReplyPacket(reply, "ClassType::InvokeMethod command",
254 checkReplyPacket(reply, "ClassType::InvokeMethod command");
257 logWriter.println(" ClassType.InvokeMethod: returnValue=" + returnValue);
260 logWriter.println(" ClassType.InvokeMethod: returnedString=" + returnedString);
264 assertNotNull("ClassType::InvokeMethod returned null exception",
266 assertEquals("ClassType::InvokeMethod returned invalid exception objectID,"
    [all...]
InvokeMethodTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.InvokeMethod command.
51 * This testcase exercises ClassType.InvokeMethod command.
54 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
58 * <BR>&nbsp;&nbsp; - send ClassType.InvokeMethod command for method,
173 logWriter.println(" Send ClassType.InvokeMethod without Exception");
175 checkReplyPacket(reply, "ClassType::InvokeMethod command");
180 logWriter.println(" ClassType.InvokeMethod: returnValue.getIntValue()="
189 logWriter.println(" ClassType.InvokeMethod: exception.tag="
203 logWriter.println(" Send ClassType.InvokeMethod with Exception")
    [all...]
InvokeMethodWithSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
30 * JDWP unit test for ClassType.InvokeCommand command with a thread suspension.
53 return "ClassType.InvokeCommand";
NewInstanceWithSuspensionTest.java 19 package org.apache.harmony.jpda.tests.jdwp.ClassType;
29 * JDWP unit test for ClassType.NewInstance command with a thread suspension.
52 return "ClassType.NewInstance";
SetValues002Debuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
48 logWriter.println("\n--> Debuggee: Before ClassType::SetValues command:");
55 logWriter.println("\n--> Debuggee: After ClassType::SetValues command:");
JDWPClassTypeTestCase.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
36 * Super class of some JDWP unit tests for JDWP ClassType command set.
46 return "org.apache.harmony.jpda.tests.jdwp.ClassType.ClassTypeDebuggee";
55 return "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/ClassTypeDebuggee;";
SuperClassTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
39 * JDWP unit test for ClassType.SuperClass command.
49 checkReplyPacket(reply, "ClassType.Superclass command", errorExpected);
60 ("ClassType::Superclass command returned invalid expectedSignature that must be null",
65 assertString("ClassType::Superclass command returned invalid signature,",
71 * This testcase exercises ClassType.Superclass command.
138 * This testcase exercises ClassType.Superclass command.
182 * This testcase exercises ClassType.Superclass command.
SetValues002Test.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
38 * JDWP unit test for ClassType.SetValues command with incorrect types of values.
44 static final String thisCommandName = "ClassType::SetValues command";
45 static final String debuggeeSignature = "Lorg/apache/harmony/jpda/tests/jdwp/ClassType/SetValues002Debuggee;";
48 return "org.apache.harmony.jpda.tests.jdwp.ClassType.SetValues002Debuggee";
52 * The test checks ClassType.SetValues command for
ClassTypeDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ClassType;
32 * Common debuggee of some JDWP unit tests for JDWP ClassType command set.
  /external/skia/tests/
GrTRecorderTest.cpp 118 enum ClassType {
139 virtual ClassType getType() { return kBase_ClassType; }
153 virtual ClassType getType() { return kSubclass_ClassType; }
168 virtual ClassType getType() { return kSubSubclass_ClassType; }
190 virtual ClassType getType() { return kSubclassExtraData_ClassType; }
207 virtual ClassType getType() { return kSubclassEmpty_ClassType; }
214 ClassType next() {
216 return static_cast<ClassType>(fCurrent % kNumClassTypes);
273 ClassType classType = order.next()
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
TestUtils.java 43 public static ClassDef makeClassDef(@Nonnull String classType, @Nullable String superType, String... interfaces) {
44 return new ImmutableClassDef(classType, 0, superType, ImmutableSet.copyOf(interfaces),
48 public static ClassDef makeInterfaceDef(@Nonnull String classType, String... interfaces) {
49 return new ImmutableClassDef(classType, AccessFlags.INTERFACE.getValue(), "Ljava/lang/Object;",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py 11 from types import ClassType as classobj
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 177 ClassType superClass;
178 ClassType[] interfaces;
179 ClassSignature(TypeParameter[] p, ClassType s, ClassType[] i) {
197 public ClassType getSuperClass() { return superClass; }
204 public ClassType[] getInterfaces() { return interfaces; }
461 public static class ClassType extends ObjectType {
465 static ClassType make(String s, int b, int e,
466 TypeArgument[] targs, ClassType parent) {
468 return new ClassType(s, b, e, targs)
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-artificial-arg.cpp 25 // CHECK: ![[CLASSTYPE:.*]] = !MDCompositeType(tag: DW_TAG_class_type, name: "A",
  /frameworks/base/core/java/android/text/
SpanSet.java 32 private final Class<? extends E> classType;
41 classType = type;
47 final E[] allSpans = spanned.getSpans(start, limit, classType);
52 spans = (E[]) Array.newInstance(classType, length);
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
ExpressionVisitor.java 150 Class classType;
153 classType = int.class;
156 classType = float.class;
159 classType = boolean.class;
162 classType = char.class;
166 classType = String.class;
169 classType = Object.class;
175 return mModel.symbol(node.getText(), classType);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 120 if type(x) == types.ClassType and issubclass(x, ObjectSpecifier):
348 if type(dict['want']) == types.ClassType and issubclass(dict['want'], ObjectSpecifier):
350 classtype = dict['want']
351 dict['want'] = aetypes.mktype(classtype.want)
355 classtype = codenamemapper.get(want, None)
357 if classtype:
358 assert issubclass(classtype, ObjectSpecifier)
359 newobj.__class__ = classtype
366 classtype = codenamemapper.get(typecode, None)
367 if classtype
    [all...]
  /external/libcxx/test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/
const_mem_fun.pass.cpp 12 // template<cReturnable S, ClassType T>

Completed in 2340 milliseconds

1 2 3 4 5 6 7