OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jdwp
(Results
1 - 25
of
468
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-harmony/jdwp/
Android_debug_config.mk
19
# We run in debug mode to get more error checking and enable
JDWP
verbose logs
23
jdwp_test_classpath_target := /data/
jdwp
/apache-harmony-
jdwp
-tests.jar:/data/junit/junit.jar
27
jdwp_test_classpath_host := $(HOST_OUT_JAVA_LIBRARIES)/apache-harmony-
jdwp
-tests-hostdex.jar:$(HOST_OUT_JAVA_LIBRARIES)/junit-hostdex.jar
34
jdwp_test_runtime_options := -verbose:
jdwp
70
$(HOST_OUT_JAVA_LIBRARIES)/apache-harmony-
jdwp
-tests-hostdex.jar \
74
$(TARGET_OUT_DATA)/
jdwp
/apache-harmony-
jdwp
-tests.jar \
77
# Define a
JDWP
host rule
80
# $(2) rule name (ex: run-
jdwp
-tests-host32
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
AllTests.java
38
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.Events.MonitorContendedEnteredTest.class);
39
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.Events.MonitorContendedEnterTest.class);
40
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.Events.MonitorWaitedTest.class);
41
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.Events.MonitorWaitTest.class);
44
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.DebuggerOnDemand.OnthrowDebuggerLaunchTest.class);
45
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.ReferenceType.NestedTypesTest.class);
46
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.VirtualMachine.HoldEventsTest.class);
47
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.VirtualMachine.ReleaseEventsTest.class);
54
//suite.addTestSuite(org.apache.harmony.jpda.tests.
jdwp
.ReferenceType.ClassFileVersionTest.class);
56
// We don't implement Thread.stop at all, so it doesn't make sense for us to implement the
JDWP
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventPacket.java
26
package org.apache.harmony.jpda.tests.framework.
jdwp
;
29
* This class represents
JDWP
event packet, which is special kind of command packet.
36
* @param p the
JDWP
packet, given as array of bytes.
TaggedObject.java
26
package org.apache.harmony.jpda.tests.framework.
jdwp
;
28
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPConstants;
31
* This class represents tagged-objectID value in
JDWP
packet.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/
VariableTableTest.java
26
package org.apache.harmony.jpda.tests.
jdwp
.Method;
29
*
JDWP
Unit test for Method.VariableTable command.
VariableTableWithGenericTest.java
26
package org.apache.harmony.jpda.tests.
jdwp
.Method;
29
*
JDWP
Unit test for Method.VariableTableWithGeneric command.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
RedefineByteCode_Debuggee001
HoldEventsTest.java
26
package org.apache.harmony.jpda.tests.
jdwp
.VirtualMachine;
29
import org.apache.harmony.jpda.tests.framework.
jdwp
.CommandPacket;
30
import org.apache.harmony.jpda.tests.framework.
jdwp
.EventPacket;
31
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPCommands;
32
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPConstants;
33
import org.apache.harmony.jpda.tests.framework.
jdwp
.ReplyPacket;
34
import org.apache.harmony.jpda.tests.framework.
jdwp
.exceptions.TimeoutException;
35
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPSyncTestCase;
39
*
JDWP
Unit test for VirtualMachine.HoldEvents command.
45
return "org.apache.harmony.jpda.tests.
jdwp
.VirtualMachine.HoldEventsDebuggee"
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestConstants.java
19
package org.apache.harmony.jpda.tests.
jdwp
.share;
22
* Constants used by
JDWP
tests.
/external/apache-harmony/jdwp/src/test/resources/org/apache/harmony/jpda/tests/jdwp/Events/
SourceDebugExtensionMockClass.class
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/
JDWPArrayReferenceTestCase.java
26
package org.apache.harmony.jpda.tests.
jdwp
.ArrayReference;
28
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPSyncTestCase;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethodAfterMultipleThreadSuspensionTest.java
19
package org.apache.harmony.jpda.tests.
jdwp
.ClassType;
21
import org.apache.harmony.jpda.tests.framework.
jdwp
.CommandPacket;
22
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPCommands;
23
import org.apache.harmony.jpda.tests.framework.
jdwp
.ReplyPacket;
24
import org.apache.harmony.jpda.tests.framework.
jdwp
.TaggedObject;
25
import org.apache.harmony.jpda.tests.framework.
jdwp
.Value;
26
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPInvokeMethodSuspendedTwiceTestCase;
27
import org.apache.harmony.jpda.tests.
jdwp
.share.debuggee.InvokeMethodSuspendedTwiceDebuggee;
30
*
JDWP
unit test for ClassType.InvokeCommand command with thread suspended more than once before
InvokeMethodWithSuspensionTest.java
19
package org.apache.harmony.jpda.tests.
jdwp
.ClassType;
21
import org.apache.harmony.jpda.tests.framework.
jdwp
.CommandPacket;
22
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPCommands;
23
import org.apache.harmony.jpda.tests.framework.
jdwp
.ReplyPacket;
24
import org.apache.harmony.jpda.tests.framework.
jdwp
.TaggedObject;
25
import org.apache.harmony.jpda.tests.framework.
jdwp
.Value;
26
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPInvokeMethodWithSuspensionTestCase;
27
import org.apache.harmony.jpda.tests.
jdwp
.share.debuggee.InvokeMethodWithSuspensionDebuggee;
30
*
JDWP
unit test for ClassType.InvokeCommand command with a thread suspension.
NewInstanceAfterMultipleThreadSuspensionTest.java
19
package org.apache.harmony.jpda.tests.
jdwp
.ClassType;
21
import org.apache.harmony.jpda.tests.framework.
jdwp
.CommandPacket;
22
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPCommands;
23
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPConstants;
24
import org.apache.harmony.jpda.tests.framework.
jdwp
.ReplyPacket;
25
import org.apache.harmony.jpda.tests.framework.
jdwp
.TaggedObject;
26
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPInvokeMethodSuspendedTwiceTestCase;
29
*
JDWP
unit test for ClassType.NewInstance command with thread suspended more than once before the
NewInstanceWithSuspensionTest.java
19
package org.apache.harmony.jpda.tests.
jdwp
.ClassType;
21
import org.apache.harmony.jpda.tests.framework.
jdwp
.CommandPacket;
22
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPCommands;
23
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPConstants;
24
import org.apache.harmony.jpda.tests.framework.
jdwp
.ReplyPacket;
25
import org.apache.harmony.jpda.tests.framework.
jdwp
.TaggedObject;
26
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPInvokeMethodWithSuspensionTestCase;
29
*
JDWP
unit test for ClassType.NewInstance command with a thread suspension.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
JDWPEventTestCase.java
26
package org.apache.harmony.jpda.tests.
jdwp
.Events;
28
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPSyncTestCase;
Class2Prepare.java
26
package org.apache.harmony.jpda.tests.
jdwp
.Events;
DebuggeeException.java
26
package org.apache.harmony.jpda.tests.
jdwp
.Events;
ExceptionWithLocationTest.java
19
package org.apache.harmony.jpda.tests.
jdwp
.Events;
21
import org.apache.harmony.jpda.tests.framework.
jdwp
.EventBuilder;
22
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPConstants;
23
import org.apache.harmony.jpda.tests.framework.
jdwp
.Location;
24
import org.apache.harmony.jpda.tests.framework.
jdwp
.ParsedEvent;
25
import org.apache.harmony.jpda.tests.framework.
jdwp
.TaggedObject;
28
*
JDWP
Unit test for caught EXCEPTION event with LocationOnly modifier.
31
private static final String EXCEPTION_SIGNATURE = "Lorg/apache/harmony/jpda/tests/
jdwp
/Events/DebuggeeException;";
59
return "Lorg/apache/harmony/jpda/tests/
jdwp
/Events/ExceptionWithLocationDebuggee;";
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
JDWPEventTestCase.java
26
package org.apache.harmony.jpda.tests.
jdwp
.MultiSession;
28
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPSyncTestCase;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
ProxyThisObjectTest.java
19
package org.apache.harmony.jpda.tests.
jdwp
.StackFrame;
21
import org.apache.harmony.jpda.tests.framework.
jdwp
.CommandPacket;
22
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPCommands;
23
import org.apache.harmony.jpda.tests.framework.
jdwp
.ReplyPacket;
24
import org.apache.harmony.jpda.tests.framework.
jdwp
.TaggedObject;
25
import org.apache.harmony.jpda.tests.framework.
jdwp
.Value;
26
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPProxyTestCase;
29
*
JDWP
Unit test for StackFrame.ThisObject command on proxy method.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
InvokeMethodTestInterface.java
19
package org.apache.harmony.jpda.tests.
jdwp
.InterfaceType;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/exceptions/
ReplyErrorCodeException.java
26
package org.apache.harmony.jpda.tests.framework.
jdwp
.exceptions;
29
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPConstants;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodAfterMultipleThreadSuspensionTest.java
19
package org.apache.harmony.jpda.tests.
jdwp
.ObjectReference;
21
import org.apache.harmony.jpda.tests.framework.
jdwp
.CommandPacket;
22
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPCommands;
23
import org.apache.harmony.jpda.tests.framework.
jdwp
.ReplyPacket;
24
import org.apache.harmony.jpda.tests.framework.
jdwp
.TaggedObject;
25
import org.apache.harmony.jpda.tests.framework.
jdwp
.Value;
26
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPInvokeMethodSuspendedTwiceTestCase;
27
import org.apache.harmony.jpda.tests.
jdwp
.share.debuggee.InvokeMethodSuspendedTwiceDebuggee;
30
*
JDWP
unit test for ObjectReference.InvokeCommand command with thread suspended more than once
InvokeMethodWithSuspensionTest.java
19
package org.apache.harmony.jpda.tests.
jdwp
.ObjectReference;
21
import org.apache.harmony.jpda.tests.framework.
jdwp
.CommandPacket;
22
import org.apache.harmony.jpda.tests.framework.
jdwp
.JDWPCommands;
23
import org.apache.harmony.jpda.tests.framework.
jdwp
.ReplyPacket;
24
import org.apache.harmony.jpda.tests.framework.
jdwp
.TaggedObject;
25
import org.apache.harmony.jpda.tests.framework.
jdwp
.Value;
26
import org.apache.harmony.jpda.tests.
jdwp
.share.JDWPInvokeMethodWithSuspensionTestCase;
27
import org.apache.harmony.jpda.tests.
jdwp
.share.debuggee.InvokeMethodWithSuspensionDebuggee;
30
*
JDWP
unit test for ObjectReference.InvokeCommand command with a thread suspension.
Completed in 379 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>