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

1 2

  /external/chromium/build/
compiler_version.py 18 def GetVersion(compiler):
36 cxxversion = GetVersion(cxx)
42 gccversion = GetVersion("g++")
  /external/chromium/base/win/
windows_version.cc 68 Version GetVersion() {
  /external/v8/src/
version.h 49 static const char* GetVersion() { return version_string_; }
  /external/chromium/chrome/browser/chromeos/
version_loader.cc 47 VersionLoader::Handle VersionLoader::GetVersion(
62 NewRunnableMethod(backend_.get(), &Backend::GetVersion, request, format));
135 void VersionLoader::Backend::GetVersion(
  /external/skia/src/core/
SkGraphics.cpp 33 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
  /external/skia/legacy/src/core/
SkGraphics.cpp 32 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
  /external/chromium/chrome/common/net/
x509_certificate_model_openssl.cc 61 std::string GetVersion(net::X509Certificate::OSCertHandle cert_handle) {
x509_certificate_model_nss.cc 126 string GetVersion(X509Certificate::OSCertHandle cert_handle) {
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 439 int version_on_disk = GetVersion();
785 int DirectoryBackingStore::GetVersion() {
    [all...]
  /dalvik/vm/
Jni.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 19 void mkvparser::GetVersion(int& major, int& minor, int& build, int& revision)
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 169 jint (*GetVersion)(JNIEnv *);
510 jint GetVersion()
511 { return functions->GetVersion(this); }
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 156 jint (*GetVersion)(JNIEnv *);
497 jint GetVersion()
498 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 154 jint (*GetVersion)(JNIEnv *);
495 jint GetVersion()
496 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 169 jint (*GetVersion)(JNIEnv *);
510 jint GetVersion()
511 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 169 jint (*GetVersion)(JNIEnv *);
510 jint GetVersion()
511 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
jni.h 169 jint (*GetVersion)(JNIEnv *);
510 jint GetVersion()
511 { return functions->GetVersion(this); }
    [all...]

Completed in 3552 milliseconds

1 2