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

12 3 4 5 6 7 8 9

  /external/clang/test/SemaCXX/
warn-unused-filescoped.cpp 29 virtual void vm() { } function in struct:__anon6319::VS
33 void vm() { } function in struct:__anon6319::SVS
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 33 jint JNI_OnLoad(JavaVM *vm, void *reserved) {
37 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /libcore/luni/src/main/java/org/apache/harmony/kernel/vm/
StringUtils.java 17 package org.apache.harmony.kernel.vm;
  /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"
  /external/skia/gm/
texdata.cpp 101 GrMatrix vm; local
103 vm.setRotate(90 * SK_Scalar1,
107 vm.reset();
109 ctx->setMatrix(vm);
111 tm = vm;
113 *sampleMat = vm;
  /system/vold/
CommandListener.cpp 124 VolumeManager *vm = VolumeManager::Instance(); local
128 return vm->listVolumes(cli);
134 vm->setDebug(!strcmp(argv[2], "on") ? true : false);
140 rc = vm->mountVolume(argv[2]);
157 rc = vm->unmountVolume(argv[2], force, revert);
163 rc = vm->formatVolume(argv[2]);
170 rc = vm->shareVolume(argv[2], argv[3]);
177 rc = vm->unshareVolume(argv[2], argv[3]);
186 if (vm->shareEnabled(argv[2], argv[3], &enabled)) {
309 VolumeManager *vm = VolumeManager::Instance() local
439 VolumeManager *vm = VolumeManager::Instance(); local
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 126 EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved)
129 JSC::Bindings::setJavaVM(vm);
134 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/jmonkeyengine/engine/src/bullet-native/
jmePhysicsSpace.h 58 JavaVM* vm; member in class:jmePhysicsSpace
  /external/qemu/target-i386/
hax-all.c 150 dprint("The memory needed by this VM exceeds the driver limit.\n");
179 if (!hax_global.vm)
181 dprint("vcpu %x created failed, vm is null\n", id);
185 if (hax_global.vm->vcpus[id])
200 ret = hax_host_create_vcpu(hax_global.vm->fd, id);
207 vcpu->fd = hax_host_open_vcpu(hax_global.vm->id, id);
215 hax_global.vm->vcpus[id] = vcpu;
231 hax_global.vm->vcpus[id] = NULL;
240 if (!hax_global.vm)
242 dprint("vcpu %x destroy failed, vm is null\n", vcpu->vcpu_id)
278 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);
hax-darwin.c 40 if (!hax_global.vm || !hax_global.vm->fd)
42 dprint("Allocate memory before vm create?\n");
48 ret = ioctl(hax_global.vm->fd, HAX_VM_IOCTL_ALLOC_RAM, &info);
79 ret = ioctl(hax_global.vm->fd, HAX_VM_IOCTL_SET_RAM, pinfo);
122 dprint("Too big VM id\n");
129 sprintf(name, "/dev/hax_vm/vm%02d", vm_id);
140 dprint("Too big vm id %x or vcpu id %x\n", vm_id, vcpu_id);
161 if (hax->vm)
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 70 EXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved) {
74 if (vm->GetEnv((void**) &env, 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/services/jni/
onload.cpp 41 extern "C" jint JNI_OnLoad(JavaVM* vm, void* reserved)
46 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /libcore/luni/src/main/native/
Register.cpp 25 int JNI_OnLoad(JavaVM* vm, void*) {
27 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /libcore/
run-libcore-tests 23 --vm-arg -Xmx32M \
  /external/javasqlite/src/main/native/
sqlite_jni.c 98 /* internal handle for SQLite VM (sqlite_compile()) */
101 struct hvm *next; /* next vm handle */
105 void *vm; /* SQLite 2/3 VM/statement */ member in struct:hvm
793 if (v->vm) {
796 sqlite3_finalize((sqlite3_stmt *) v->vm);
798 sqlite_finalize((sqlite_vm *) v->vm, 0);
802 sqlite_finalize((sqlite_vm *) v->vm, 0);
805 sqlite3_finalize((sqlite3_stmt *) v->vm);
808 v->vm = 0
    [all...]
  /cts/tools/vm-tests-tf/
Android.mk 23 LOCAL_JAR_PATH := android.core.vm-tests-tf.jar
36 # Buid android.core.vm-tests-tf.jar
39 intermediates := $(call intermediates-dir-for,JAVA_LIBRARIES,vm-tests-tf,HOST)
40 vmteststf_jar := $(intermediates)/android.core.vm-tests-tf.jar
63 $(hide) cd $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES)/classes && zip -q -r ../../android.core.vm-tests-tf.jar .
64 $(hide) cd $(dir $@) && zip -q -r android.core.vm-tests-tf.jar tests
  /build/target/board/vbox_x86/
BoardConfig.mk 41 ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.heapsize=32m
  /external/quake/quake/src/QW/client/
main.cpp 108 jint JNI_OnLoad(JavaVM* vm, void* reserved)
113 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/native/services/surfaceflinger/
DdmConnection.cpp 32 JavaVM* vm; local
35 // start a VM
71 if (JNI_CreateJavaVM(&vm, &env, &args) == 0) {
  /dalvik/dalvikvm/
Main.cpp 17 * Command-line invocation of the Dalvik VM.
103 fprintf(stderr, "Dalvik VM unable to get reflected method\n");
113 fprintf(stderr, "Dalvik VM unable to find class Method\n");
119 fprintf(stderr, "Dalvik VM unable to find reflect.Method.getModifiers\n");
125 fprintf(stderr, "Dalvik VM: main() is not public\n");
138 * Parse arguments. Most of it just gets passed through to the VM. The
143 JavaVM* vm = NULL; local
162 * We're over-allocating, because this includes the options to the VM
192 fprintf(stderr, "Dalvik VM requires value after last option flag\n");
210 * Start VM. The current thread becomes the main thread of the VM
    [all...]
  /external/clang/test/Sema/
block-misc.c 206 int (*vm)[n] = 0; // expected-note {{declared here}}
210 (void)(vm+1); // expected-error {{cannot refer to declaration with a variably modified type inside block}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 4 set vm=java variable
56 if x%1==x-vm set vm=%2 && shift && shift && goto processcmdlineargs variable
74 set antRunner=%vm% -cp eclipse\startup.jar -Dosgi.ws=%ws% -Dosgi.os=%os% -Dosgi.arch=%arch% org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner

Completed in 659 milliseconds

12 3 4 5 6 7 8 9