/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/ |
results.properties | 16 -jvm sun1.4.2_08 \
|
/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...] |
/frameworks/base/packages/DefaultContainerService/jni/ |
com_android_defcontainer_MeasurementUtils.cpp | 68 int JNI_OnLoad(JavaVM *jvm, void* reserved) { 71 if (jvm->GetEnv((void**)&env, JNI_VERSION_1_6)) {
|
/external/webkit/Source/WebCore/bridge/jni/ |
JNIUtility.cpp | 54 static JavaVM* jvm = 0; member in namespace:JSC::Bindings 57 // If the jvm value is set, the getJavaVM function below will just return. 62 jvm = javaVM; 67 if (jvm) 68 return jvm; 75 // Assumes JVM is already running ..., one per process 78 jvm = jvmArray[0]; 82 return jvm; 293 JavaVM* jvm = getJavaVM(); local 298 if (obj && jvm && env) [all...] |
JNIUtility.h | 188 JavaVM* jvm = getJavaVM(); local 191 if (obj && jvm && env) { 229 JavaVM* jvm = getJavaVM(); local 237 if (cls && jvm && env) {
|
/external/oprofile/agents/jvmti/ |
libjvmti_oprofile.c | 3 * JVMTI agent implementation to report jitted JVM code to Oprofile 238 Agent_OnLoad(JavaVM * jvm, char * options, void * reserved) 268 rc = (*jvm)->GetEnv(jvm, (void *)&jvmti, JVMTI_VERSION_1); 320 JNIEXPORT void JNICALL Agent_OnUnload(JavaVM * jvm) 323 jvm = jvm;
|
/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/oprofile/agents/jvmpi/ |
jvmpi_oprofile.cpp | 3 * JVMPI agent implementation to report jitted JVM code to OProfile 187 JNIEXPORT jint JNICALL JVM_OnLoad(JavaVM * jvm, char * options, 225 err = jvm->GetEnv(&jvmpi_GetEnv_arg.jvmpi_ifc_ptr, JVMPI_VERSION_1);
|
/packages/apps/Nfc/jni/ |
com_android_nfc.cpp | 27 jint JNI_OnLoad(JavaVM *jvm, void *reserved) 34 if(jvm->GetEnv((void **)&e, JNI_VERSION_1_6)) 37 android::vm = jvm;
|
/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...] |
Utils.java | 108 * Creates a Variations object using build id pattern, config and jvm. 112 * @param jvm 114 public static Variations getVariations(String buildIdPattern, String config, String jvm) { 119 variations.put("jvm", jvm);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar | |
/build/ |
envsetup.sh | 1087 export JAVA_HOME=/usr/lib/jvm/java-6-sun
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdimodel.jar | |