HomeSort by relevance Sort by last modified time
    Searched refs:vm (Results 51 - 75 of 352) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/android/javatests/
init_library.cc 30 JNI_EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
31 base::android::InitVM(vm);
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
on_load.cc 29 extern "C" jint JNIEXPORT JNICALL JNI_OnLoad(JavaVM* vm, void* reserved) {
32 g_vm = vm;
media_codec_video_decoder.h 23 MediaCodecVideoDecoder(JavaVM* vm, jobject decoder);
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 30 jint JNI_OnLoad(JavaVM *vm, void *reserved) {
33 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 57 activity_->vm->AttachCurrentThread( &env, NULL );
62 activity_->vm->DetachCurrentThread();
79 helper.activity_->vm->AttachCurrentThread( &env, NULL );
99 helper.activity_->vm->DetachCurrentThread();
121 activity_->vm->AttachCurrentThread( &env, NULL );
136 activity_->vm->DetachCurrentThread();
194 activity_->vm->AttachCurrentThread( &env, NULL );
202 activity_->vm->DetachCurrentThread();
220 activity_->vm->AttachCurrentThread( &env, NULL );
244 activity_->vm->DetachCurrentThread()
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.h 26 GrGpu* gpu, GrDrawTarget* target, const SkMatrix& vm);
  /external/deqp/framework/platform/android/
tcuAndroidJNI.cpp 73 JavaVM* vm = DE_NULL; local
79 env->GetJavaVM(&vm);
80 TCU_CHECK_INTERNAL(vm);
82 service = new tcu::Android::ExecService(vm, obj);
tcuAndroidExecService.cpp 61 TestProcess::TestProcess (JavaVM* vm, jobject context)
62 : m_vm (vm)
73 DBG_PRINT(("TestProcess::TestProcess(%p, %p)", vm, context));
291 ExecutionServer::ExecutionServer (JavaVM* vm, xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode)
293 , m_vm (vm)
305 ConnectionHandler::ConnectionHandler (JavaVM* vm, xs::ExecutionServer* server, de::Socket* socket)
307 , m_vm (vm)
328 ServerThread::ServerThread (JavaVM* vm, xs::TestProcess* process, deSocketFamily family, int port)
329 : m_server(vm, process, family, port, xs::ExecutionServer::RUNMODE_FOREVER)
353 ExecService::ExecService (JavaVM* vm, jobject context, deSocketFamily family, int port
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 17 REM vm used to run the build. Defaults to java on system path
18 set vm=java variable
38 if x%1==x-vm set vm=%2 && shift && shift && goto processcmdlineargs variable
48 %vm% -cp ..\org.eclipse.releng.basebuilder\startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -f buildAll.xml %target% %bootclasspath% -DmapVersionTag=%mapVersionTag% -DbuildType=%buildType% %buildID% %ftpUser% %ftpPassword%
52 echo "usage: buildAll [-mapVersionTag HEAD|<branch name>] [-vm <url to java executable to run build>] [-bc <bootclasspath>] [-target <buildall target to execute>] [-buildID <buildID, e.g. 2.1.2>] [-ftp <userid> <password>] I|M"
  /system/vold/
CommandListener.cpp 130 VolumeManager *vm = VolumeManager::Instance(); local
135 return vm->listVolumes(cli, broadcast);
141 vm->setDebug(!strcmp(argv[2], "on") ? true : false);
147 rc = vm->mountVolume(argv[2]);
164 rc = vm->unmountVolume(argv[2], force, revert);
175 rc = vm->formatVolume(argv[2], wipe);
182 rc = vm->shareVolume(argv[2], argv[3]);
189 rc = vm->unshareVolume(argv[2], argv[3]);
198 if (vm->shareEnabled(argv[2], argv[3], &enabled)) {
211 rc = vm->mkdirs(argv[2])
343 VolumeManager *vm = VolumeManager::Instance(); local
485 VolumeManager *vm = VolumeManager::Instance(); local
    [all...]
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/jni/
opensl_runner.cc 105 jint JNI_OnLoad(JavaVM* vm, void* reserved) {
109 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
127 g_vm = vm;
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 101 /* Our VM */
102 JavaVM *vm; member in struct:nfc_jni_native_data
136 ScopedAttach(JavaVM* vm, JNIEnv** env) : vm_(vm)
  /build/core/
dex_preopt_libart.mk 35 DEX2OAT_IMAGE_XMS := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xms)
36 DEX2OAT_IMAGE_XMX := $(call get-product-default-property,dalvik.vm.image-dex2oat-Xmx)
37 DEX2OAT_XMS := $(call get-product-default-property,dalvik.vm.dex2oat-Xms)
38 DEX2OAT_XMX := $(call get-product-default-property,dalvik.vm.dex2oat-Xmx)
  /external/qemu/target-i386/
hax-all.c 152 dprint("The memory needed by this VM exceeds the driver limit.\n");
181 if (!hax_global.vm)
183 dprint("vcpu %x created failed, vm is null\n", id);
187 if (hax_global.vm->vcpus[id])
202 ret = hax_host_create_vcpu(hax_global.vm->fd, id);
209 vcpu->fd = hax_host_open_vcpu(hax_global.vm->id, id);
217 hax_global.vm->vcpus[id] = vcpu;
233 hax_global.vm->vcpus[id] = NULL;
242 if (!hax_global.vm)
244 dprint("vcpu %x destroy failed, vm is null\n", vcpu->vcpu_id)
280 struct hax_vm *vm; local
    [all...]
hax-i386.h 42 struct hax_vm *vm; member in struct:hax_state
70 int hax_vm_destroy(struct hax_vm *vm);
  /art/runtime/
scoped_thread_state_change.h 86 // Constructor used by ScopedJniThreadState for an unattached thread that has access to the VM*.
113 JavaVMExt* Vm() const {
186 : self_(ThreadForEnv(env)), env_(down_cast<JNIEnvExt*>(env)), vm_(env_->vm) {
192 vm_(env_ != nullptr ? env_->vm : nullptr) {
197 explicit ScopedObjectAccessAlreadyRunnable(JavaVM* vm)
198 : self_(nullptr), env_(nullptr), vm_(down_cast<JavaVMExt*>(vm)) {}
218 // for use of Object, thereby inhibiting the Object being modified by GC whilst native or VM code
244 explicit ScopedObjectAccessUnchecked(JavaVM* vm) ALWAYS_INLINE
245 : ScopedObjectAccessAlreadyRunnable(vm), tsc_() {}
276 // routines operating with just a VM are sound, they are not, but when you have just a V
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 74 jint JNI_OnLoad(JavaVM* vm, void* reserved) {
82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /development/samples/SimpleJNI/jni/
native.cpp 77 * This is called by the VM when the shared library is first loaded.
85 jint JNI_OnLoad(JavaVM* vm, void* reserved)
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /external/apache-harmony/
run-harmony-tests 23 # concurrent: needs vogar to detect code type in the target VM
29 --vm-arg -Xmx32M \
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 77 * This is called by the VM when the shared library is first loaded.
85 jint JNI_OnLoad(JavaVM* vm, void* reserved)
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 77 * This is called by the VM when the shared library is first loaded.
85 jint JNI_OnLoad(JavaVM* vm, void* reserved)
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 77 * This is called by the VM when the shared library is first loaded.
85 jint JNI_OnLoad(JavaVM* vm, void* reserved)
94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /libcore/luni/src/main/native/
Register.cpp 26 jint JNI_OnLoad(JavaVM* vm, void*) {
28 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /libcore/
run-libcore-tests 23 --vm-arg -Xmx32M \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 247 puts "that each benchmark/VM configuration is run in a single VM invocation, and"
250 puts "interleaving of VM invocations further minimizes systematics due to changes in"
255 puts "VM invocation, and the number of VM invocations per benchmark. By default,"
256 puts "SunSpider, VM, and Kraken are all run; but you can run any combination of these"
259 puts "The <vm> should be either a path to a JavaScript runtime executable (such as"
276 puts "--force-vm-kind Turn off auto-detection of VM kind, and assume that it is"
279 puts "--force-vm-copy Force VM builds to be copied to bencher's working directory.
806 def vm method in class:ParsedResult
1121 def vm method in class:BenchRunPlan
1149 def vm method in class:BenchmarkOnVM
1196 def vm method in class:SuiteOnVM
1228 def vm method in class:BenchPlan
    [all...]

Completed in 301 milliseconds

1 23 4 5 6 7 8 91011>>