OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVOKE_SINGLE_THREADED
(Results
1 - 8
of
8
) sorted by null
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
JDWPConstants.java
732
public static final byte
INVOKE_SINGLE_THREADED
= 0x01;
745
if ((code &
INVOKE_SINGLE_THREADED
) != 0) {
746
buf += "|
INVOKE_SINGLE_THREADED
";
751
if ((code & ~(
INVOKE_SINGLE_THREADED
| INVOKE_NONVIRTUAL)) != 0) {
/art/runtime/jdwp/
jdwp_constants.h
157
INVOKE_SINGLE_THREADED
= 0x01,
jdwp_handler.cc
112
(options &
INVOKE_SINGLE_THREADED
) ? " (SINGLE_THREADED)" : "",
[
all
...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPInvokeMethodSuspendedTwiceTestCase.java
89
final int invoke_options = JDWPConstants.InvokeOptions.
INVOKE_SINGLE_THREADED
;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
PopFrames002Test.java
368
.setNextValueAsInt(JDWPConstants.InvokeOptions.
INVOKE_SINGLE_THREADED
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar
jdimodel.jar
/art/runtime/
debugger.cc
[
all
...]
Completed in 107 milliseconds