HomeSort by relevance Sort by last modified time
    Searched refs:jvm (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
com_android_frameworks_coretests_JNITest.cpp 40 jint JNI_OnLoad(JavaVM *jvm, void *reserved) {
45 if (jvm->GetEnv((void **) &e, JNI_VERSION_1_6)) {
  /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();
  /external/chromium_org/third_party/libjingle/source/talk/build/
common.gypi 45 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-6-sun\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")',
  /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)) {
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.cpp 29 ** jvm: Java Virtual Machine.
35 jint JNI_OnLoad (JavaVM* jvm, void*)
43 if (jvm->GetEnv ((void **) &e, JNI_VERSION_1_6))
110 ** e: JVM environment.
129 ** e: JVM environment.
NfcJniUtil.h 153 jint JNI_OnLoad(JavaVM *jvm, void *reserved);
  /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/doclava/
Android.mk 39 # vogar --classpath /usr/lib/jvm/java-6-sun/lib/tools.jar --classpath ../../out/host/common/obj/JAVA_LIBRARIES/antlr_intermediates/javalib.jar --sourcepath src/ --sourcepath ../jsilver/src/ --mode jvm test/doclava/ApiCheckTest.java
  /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/nxp/jni/
com_android_nfc.cpp 28 jint JNI_OnLoad(JavaVM *jvm, void *reserved)
35 if(jvm->GetEnv((void **)&e, JNI_VERSION_1_6))
38 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 
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 960 jint JNI_OnLoad(JavaVM *jvm, void *reserved)
968 if (jvm->GetEnv((void **)&e, JNI_VERSION_1_6)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]
  /build/
envsetup.sh     [all...]
  /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.test.performance.ui/
performanceui.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 1669 milliseconds

1 2