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

1 23 4 5

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 211 const SkMatrix& vm = this->getDrawState().getViewMatrix(); local
226 m.preConcat(vm);
253 fHWPathStencilMatrixState.fViewMatrix = vm;
  /external/clang/test/SemaCXX/
warn-unused-filescoped.cpp 30 virtual void vm() { } function in struct:__anon18963::VS
34 void vm() { } function in struct:__anon18963::SVS
  /external/jmonkeyengine/engine/src/bullet-native/
jmeClasses.cpp 96 JavaVM* jmeClasses::vm; member in class:jmeClasses
100 // fprintf(stdout, "Check Java VM state\n");
102 // int res = vm->AttachCurrentThread((void**) &jmeClasses::env, NULL);
114 env->GetJavaVM(&vm);
jmeClasses.h 42 static JavaVM* vm; member in class:jmeClasses
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 211 const SkMatrix& vm = this->getDrawState().getViewMatrix(); local
226 m.preConcat(vm);
253 fHWPathStencilMatrixState.fViewMatrix = vm;
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 145 JavaVM* vm = AndroidRuntime::getJavaVM(); local
146 int result = vm->AttachCurrentThread(&env, (void*) &args);
157 JavaVM* vm = AndroidRuntime::getJavaVM(); local
158 int result = vm->DetachCurrentThread();
  /packages/apps/Nfc/nxp/jni/
com_android_nfc.cpp 38 android::vm = jvm;
62 JavaVM *vm; member in namespace:android
70 if (vm->GetEnv((void **)&e, JNI_VERSION_1_6) != JNI_OK) {
71 ALOGE("Current thread is not attached to VM");
com_android_nfc.h 139 /* Our VM */
140 JavaVM *vm; member in struct:nfc_jni_native_data
228 extern JavaVM *vm;
  /system/vold/
CommandListener.cpp 130 VolumeManager *vm = VolumeManager::Instance(); local
134 return vm->listVolumes(cli);
140 vm->setDebug(!strcmp(argv[2], "on") ? true : false);
146 rc = vm->mountVolume(argv[2]);
163 rc = vm->unmountVolume(argv[2], force, revert);
174 rc = vm->formatVolume(argv[2], wipe);
181 rc = vm->shareVolume(argv[2], argv[3]);
188 rc = vm->unshareVolume(argv[2], argv[3]);
197 if (vm->shareEnabled(argv[2], argv[3], &enabled)) {
210 rc = vm->mkdirs(argv[2])
326 VolumeManager *vm = VolumeManager::Instance(); local
456 VolumeManager *vm = VolumeManager::Instance(); local
    [all...]
VolumeManager.cpp 1381 VolumeManager *vm = VolumeManager::Instance(); local
1388 VolumeManager *vm = VolumeManager::Instance(); local
1405 VolumeManager *vm = VolumeManager::Instance(); local
1454 VolumeManager *vm = VolumeManager::Instance(); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
propname.cpp 184 const ValueMap* vm = getValueMap(prop); local
185 if (!vm) return NULL;
187 if (vm->enumToName_offset) {
188 a = ((EnumToOffset*) getPointer(vm->enumToName_offset))->
191 a = ((NonContiguousEnumToOffset*) getPointer(vm->ncEnumToName_offset))->
200 const ValueMap* vm = getValueMap(prop); local
201 if (!vm) return UCHAR_INVALID_CODE;
202 NameToEnum* n2e = (NameToEnum*) getPointer(vm->nameToEnum_offset);
  /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...]
  /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)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 274 * @param vm The Lucas Sequence element <code>V<sub>m</sub></code>.
284 BigInteger s, BigInteger vm, byte a, int m, int c)
293 BigInteger js = vm.multiply(hs);
621 BigInteger vm = v[1]; local
624 k, s[0], vm, a, m, c);
627 k, s[1], vm, a, m, c);
  /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.
803 def vm method in class:ParsedResult
1118 def vm method in class:BenchRunPlan
1146 def vm method in class:BenchmarkOnVM
1193 def vm method in class:SuiteOnVM
1225 def vm method in class:BenchPlan
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 300 const SkMatrix& vm = context->getMatrix(); local
304 && circle_stays_circle(vm)) {
308 } else if (vm.rectStaysRect()) {
337 const SkMatrix& vm = drawState->getViewMatrix(); local
339 vm.mapPoints(&center, 1);
340 SkScalar radius = vm.mapRadius(SkScalarHalf(circle.width()));
341 SkScalar strokeWidth = vm.mapRadius(stroke.getWidth());
448 const SkMatrix& vm = drawState->getViewMatrix(); local
450 vm.mapPoints(&center, 1);
453 SkScalar xRadius = SkScalarAbs(vm[SkMatrix::kMScaleX]*ellipseXRadius
610 const SkMatrix& vm = context->getMatrix(); local
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 300 const SkMatrix& vm = context->getMatrix(); local
304 && circle_stays_circle(vm)) {
308 } else if (vm.rectStaysRect()) {
337 const SkMatrix& vm = drawState->getViewMatrix(); local
339 vm.mapPoints(&center, 1);
340 SkScalar radius = vm.mapRadius(SkScalarHalf(circle.width()));
341 SkScalar strokeWidth = vm.mapRadius(stroke.getWidth());
448 const SkMatrix& vm = drawState->getViewMatrix(); local
450 vm.mapPoints(&center, 1);
453 SkScalar xRadius = SkScalarAbs(vm[SkMatrix::kMScaleX]*ellipseXRadius
610 const SkMatrix& vm = context->getMatrix(); local
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 307 * The VM calls this through the "exit" hook.
315 * The VM calls this through the "vfprintf" hook.
321 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
325 * The VM calls this when mutex contention debugging is enabled to
340 * Add VM arguments to the to-be-executed VM
395 * passed directly to the VM, e.g. "-Xmx32m -verbose:gc -Xregenmap".
465 property_get("dalvik.vm.checkjni", propBuf, "");
476 property_get("dalvik.vm.execution-mode", propBuf, "");
485 property_get("dalvik.vm.stack-trace-file", stackTraceFileBuf, "")
929 JavaVM* vm = AndroidRuntime::getJavaVM(); local
946 JavaVM* vm; local
968 JavaVM* vm; local
    [all...]
android_util_Binder.cpp 166 JavaVM* vm; local
167 return env->GetJavaVM(&vm) >= 0 ? vm : NULL;
170 static JNIEnv* javavm_to_jnienv(JavaVM* vm)
173 return vm->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0 ? env : NULL;
206 * get the VM ptr, throw the exception, and then detach the thread.
208 JavaVM* vm = jnienv_to_javavm(env); local
210 vm->DetachCurrentThread();
218 /* discard local refs created for us by VM */
260 ALOGV("onTransact() on %p calling object %p in env %p vm %p\n", this, mObject, env, mVM)
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 131 JavaVM* vm = AndroidRuntime::getJavaVM(); local
132 int result = vm->AttachCurrentThread(&env, (void*) &args);
143 JavaVM* vm = AndroidRuntime::getJavaVM(); local
144 int result = vm->DetachCurrentThread();
  /hardware/ti/wpan/tools/FM/service/src/jni/
JFmTxNative.cpp 172 struct v4l2_modulator vm; local
177 vm.index = 0;
179 status = ioctl(radio_fd, VIDIOC_S_MODULATOR, &vm);
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 417 JavaVM* vm = AndroidRuntime::getJavaVM(); local
424 vm->AttachCurrentThread(&callbackEnv, &args);
431 vm->DetachCurrentThread();
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 298 VolatileMember vm; member in namespace:NonLiteralConstexpr
314 static VolatileMember vm; local
407 // We don't need to emit any dynamic initialization for NonLiteralConstexpr::vm.
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 182 struct v4l2_modulator vm; local
185 vm.index = 0;
186 res = ioctl(g_radio_fd, VIDIOC_G_MODULATOR, &vm);
200 div = (vm.capability & V4L2_TUNER_CAP_LOW) ? 1000 : 1;
452 struct v4l2_modulator vm; local
457 vm.index = 0;
458 res = ioctl(g_radio_fd, VIDIOC_G_MODULATOR, &vm);
468 div = (vm.capability & V4L2_TUNER_CAP_LOW) ? 1000 : 1;
    [all...]

Completed in 889 milliseconds

1 23 4 5