HomeSort by relevance Sort by last modified time
    Searched defs:DDM (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CodeGenCXX/
strict-vtable-pointers.cpp 70 DynamicDerivedMultiple DDM;
71 DDM.foo();
72 DDM.bar();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DDM/
DDMDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.DDM;
35 * exercises DDM.Chunk command.
DDMTest.java 19 package org.apache.harmony.jpda.tests.jdwp.DDM;
34 * JDWP unit test for DDM.Chunk command.
40 * JDWP DDM Command Set constants
54 return "org.apache.harmony.jpda.tests.jdwp.DDM.DDMDebuggee";
84 * This testcase exercises DDM.Chunk command.
86 * <BR>Creates new instance of array by DDM.Chunk command,
102 checkReplyPacket(reply, "DDM::Chunk command");
104 assertEquals("DDM::Chunk returned unexpected type", DDMDebuggee.DDM_RESULT_TYPE, type);
106 assertEquals("DDM::Chunk returned unexpected amount of data", expected.length, len);
122 checkReplyPacket(reply, "DDM::Chunk command")
    [all...]

Completed in 82 milliseconds