HomeSort by relevance Sort by last modified time
    Searched refs:vm (Results 101 - 125 of 178) sorted by null

1 2 3 45 6 7 8

  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 387 static JNIEnv* vm2env(JavaVM* vm)
390 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK || NULL == env)
392 SkDebugf("------- [%p] vm->GetEnv() failed\n", vm);
  /libnativehelper/
JNIHelp.cpp 313 jint JNI_OnLoad(JavaVM* vm, void*) {
315 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
364 * The semantics are similar to GetDirectBufferAddress. Specifically, the VM
382 * non-CheckJNI VM will ignore whatever we pass in.
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 418 JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void* reserved)
423 if ((*vm).GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /system/vold/
Volume.cpp 115 Volume::Volume(VolumeManager *vm, const char *label, const char *mount_point) {
116 mVm = vm;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java     [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
Constructor.java 37 import org.apache.harmony.kernel.vm.StringUtils;
95 * the slot of the constructor inside the VM class structure
Method.java 38 import org.apache.harmony.kernel.vm.StringUtils;
476 * varargs parameter: that conversion is usually done in {@code javac}, not the VM, and
Field.java 37 import org.apache.harmony.kernel.vm.StringUtils;
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 2734 int vm = instr->VFPMRegValue(kDoublePrecision); local
3176 int vm = instr->VmValue(); local
    [all...]
assembler-arm.h 181 void split_code(int* vm, int* m) const {
184 *vm = code_ >> 1;
260 void split_code(int* vm, int* m) const {
263 *vm = code_ & 0x0F;
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 91 static const char* toString(SkCanvas::VertexMode vm) {
95 return gVMNames[vm];
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 618 // Dalvik VM type signatures
670 jint JNI_OnLoad(JavaVM* vm, void* reserved)
674 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /build/core/
user_tags.mk 492 vm-tests \
  /external/skia/src/gpu/gl/
GrGpuGLShaders.cpp 403 const GrMatrix& vm = this->getDrawState().getViewMatrix(); local
404 if (GrGpuGLShaders::getHWViewMatrix() != vm) {
413 m.setConcat(m, vm);
441 this->recordHWViewMatrix(vm);
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 1145 jint JNI_OnLoad(JavaVM* vm, void* reserved)
1152 if ((*vm)->GetEnv(vm, (void**) &env, JNI_VERSION_1_4) != JNI_OK)
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcManager.cpp 696 nat->vm->AttachCurrentThread(&e, &thread_args);
728 nat->vm->DetachCurrentThread();
764 nat->vm->GetEnv( (void **)&e, nat->env_version);
927 nat->vm->GetEnv( (void **)&e, nat->env_version);
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 32 import SQLite.Vm;
968 Vm vm = db.compile("select * from TEST5; " local
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 21 * Everything here is expected to be VM-neutral.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /libnativehelper/include/nativehelper/
jni.h 21 * Everything here is expected to be VM-neutral.
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
jni.h 21 * Everything here is expected to be VM-neutral.
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
jni.h 21 * Everything here is expected to be VM-neutral.
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 7 * Everything here is expected to be VM-neutral.
    [all...]

Completed in 966 milliseconds

1 2 3 45 6 7 8