HomeSort by relevance Sort by last modified time
    Searched refs:GetVersion (Results 1 - 25 of 35) sorted by null

1 2

  /external/v8/samples/
shell.cc 194 return v8::String::New(v8::V8::GetVersion());
222 printf("V8 version %s\n", v8::V8::GetVersion());
  /external/openssl/crypto/bio/
bss_log.c 239 if (GetVersion() < 0x80000000)
  /external/qemu/block/
raw-win32.c 48 if ((GetVersion() & 0x80000000UL) && (length >> 32) != 0)
  /external/v8/src/
debug-agent.cc 315 "V8-Version: %s\r\n", v8::V8::GetVersion());
d8.cc 232 return String::New(V8::GetVersion());
574 printf("V8 version %s [console: %s]\n", V8::GetVersion(), editor->name());
  /frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp 72 nat->envVer = env->GetVersion();
android_server_BluetoothEventLoop.cpp 657 nat->envVer = env->GetVersion();
    [all...]
  /frameworks/base/media/libstagefright/matroska/
mkvparser.hpp 44 void GetVersion(int& major, int& minor, int& build, int& revision);
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c     [all...]
  /external/bluetooth/bluez/test/
apitest 15 "GetVersion",
232 elif self.cmd == 'GetVersion':
233 print self.device.GetVersion()
  /external/libpcap/
inet.c 680 dwVersion = GetVersion(); /* get the OS version */
  /external/netperf/
netcpu_ntperf.c 176 NTVersion = GetVersion();
netlib.c     [all...]
  /external/openssl/crypto/rand/
rand_win.c 753 if (GetVersion() < 0x80000000 && OPENSSL_isservice()>0)
  /external/zlib/contrib/untgz/
untgz.c 233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
  /dalvik/libnativehelper/include/nativehelper/
jni.h 169 jint (*GetVersion)(JNIEnv *);
510 jint GetVersion()
511 { return functions->GetVersion(this); }
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /external/openssl/crypto/
cryptlib.c 862 if (GetVersion() < 0x80000000 && OPENSSL_isservice() > 0)
  /external/bluetooth/glib/gio/
glocalfile.c 852 result = ((DWORD)(LOBYTE (LOWORD (GetVersion ())))) >= 5;
    [all...]

Completed in 2968 milliseconds

1 2