OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jvm
(Results
1 - 12
of
12
) sorted by null
/art/test/JniTest/
jni_test.cc
27
static JavaVM*
jvm
= NULL;
variable
31
assert(
jvm
== NULL);
32
jvm
= vm;
37
assert(
jvm
!= NULL);
41
int attach_result =
jvm
->AttachCurrentThread(&env, &args);
52
int detach_result =
jvm
->DetachCurrentThread();
71
assert(
jvm
!= NULL);
75
int attach_result =
jvm
->AttachCurrentThread(&env, &args);
88
int detach_result =
jvm
->DetachCurrentThread();
/external/javassist/src/main/javassist/util/
HotSwapper.java
39
* <p>To use this class, the
JVM
must be launched with the following
51
* launch another
JVM
for running a target application, this port number
77
private VirtualMachine
jvm
;
field in class:HotSwapper
87
* Connects to the
JVM
.
89
* @param port the port number used for the connection to the
JVM
.
98
* Connects to the
JVM
.
100
* @param port the port number used for the connection to the
JVM
.
105
jvm
= null;
115
jvm
= connector.attach(arguments);
116
EventRequestManager manager =
jvm
.eventRequestManager()
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jdepend.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java
215
String
jvm
= null;
local
291
if (arg.equals("-
jvm
")) {
292
jvm
= args[i + 1];
293
if (
jvm
.startsWith("-")) {
297
buffer.append(" ").append(arg).append(" = ").append(
jvm
).append('\n');
474
if (this.outputDir == null || this.configDescriptors == null ||
jvm
== null) {
779
"-
jvm
\n" +
780
" Value specified in \"
jvm
\" key in eclipse.perf.config system property for current build.\n\n" +
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 104 milliseconds