HomeSort by relevance Sort by last modified time
    Searched refs:jvm (Results 26 - 50 of 177) sorted by null

12 3 4 5 6 7 8

  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
FakeWorkers.java 23 import com.google.caliper.platform.jvm.JvmPlatform;
45 private static VirtualMachine jvm; field in class:FakeWorkers
48 * Try to find the currently executing jvm binary, N.B. This isn't guaranteed to be cross
52 if (jvm == null) {
55 jvm = new VirtualMachine("default",
61 return jvm;
65 * Returns a ProcessBuilder that attempts to invoke the given class as main in a JVM configured
66 * with a classpath equivalent to the currently executing JVM.
69 VirtualMachine jvm = init(); local
72 args = WorkerProcess.getJvmArgs(jvm, BenchmarkClass.forClass(mainClass))
    [all...]
  /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...]
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar 
  /prebuilts/tools/common/offline-m2/com/android/databinding/compiler/2.1.3/
compiler-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-alpha9/
compiler-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta2/
compiler-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta5/
compiler-2.0.0-beta5.jar 
  /external/webrtc/webrtc/modules/utility/source/
jvm_android.cc 17 #define TAG "JVM"
23 JVM* g_jvm;
72 JavaVM* jvm = JVM::GetInstance()->jvm(); local
73 RTC_CHECK(jvm);
74 JNIEnv* jni = GetEnv(jvm);
76 ALOGD("Attaching thread to JVM");
78 jint ret = jvm->AttachCurrentThread(&env, nullptr);
87 ALOGD("Detaching thread from JVM");
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /external/webrtc/webrtc/modules/utility/include/
jvm_android.h 40 // C++ in to Java. See example in JVM for more details.
73 // See example in JVM for more details on how to use it.
86 // This class is created by the JVM class and is used to expose methods that
89 // methods. See example in JVM for more details.
115 // // At initialization (e.g. in JNI_OnLoad), call JVM::Initialize.
117 // JavaVM* jvm = NULL;
118 // jni->GetJavaVM(&jvm);
120 // webrtc::JVM::Initialize(jvm, context);
129 // // Calling thread must be attached to the JVM
168 JavaVM* jvm() const { return jvm_; } function in class:webrtc::JVM
    [all...]
helpers_android.h 26 JNIEnv* GetEnv(JavaVM* jvm);
54 // Attach thread to JVM if necessary and detach at scope end if originally
58 explicit AttachThreadScoped(JavaVM* jvm);
  /external/caliper/caliper/src/test/java/com/google/caliper/config/
VmConfigTest.java 21 import com.google.caliper.platform.jvm.JvmPlatform;
  /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/skia/platform_tools/android/apps/visualbench/src/main/jni/
main.cpp 75 JavaVM* jvm = state->activity->vm; local
77 jvm->AttachCurrentThread(&env, 0);
96 jvm->DetachCurrentThread();
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/0.12.613/
kotlin-annotation-processing-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/0.13.1513/
kotlin-annotation-processing-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/0.13.1514/
kotlin-annotation-processing-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0/
kotlin-annotation-processing-1.0.0.jar 

Completed in 167 milliseconds

12 3 4 5 6 7 8