HomeSort by relevance Sort by last modified time
    Searched full:getversion (Results 226 - 250 of 529) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 98 String.valueOf(p.getVersion()))) {
122 assertEquals(123.456, p.getVersion(), 0L);
131 assertEquals(1.0, p.getVersion(), 0L);
  /libcore/luni/src/test/java/tests/api/javax/security/cert/
X509CertificateTest.java 357 * getVersion() method testing.
365 assertEquals("The version is not correct.", tbt_cert.getVersion(), 2);
534 public int getVersion() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 264 return target.getVersion().getApiLevel();
430 if (target.getVersion().getApiLevel() < 11 && oldFragmentType == null) {
690 if (target == null || target.getVersion().getApiLevel() < 11) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 290 apiLevel = target.getVersion().getApiLevel() + 1;
353 renderingTargetSdk = renderingTarget.getVersion().getApiLevel();
789 mMinSdkVersion = target.getVersion().getApiLevel() + 1;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar 
  /cts/tests/tests/jni/libjnitest/
macroized_tests.c     [all...]
  /development/ndk/platforms/android-3/include/
jni.h 169 jint (*GetVersion)(JNIEnv *);
510 jint GetVersion()
511 { return functions->GetVersion(this); }
    [all...]
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 202 if (base::win::GetVersion() >= base::win::VERSION_VISTA)
361 if (base::win::GetVersion() < base::win::VERSION_VISTA) {
409 if (base::win::GetVersion() < base::win::VERSION_VISTA) {
    [all...]
  /external/chromium/chrome/browser/
jumplist_win.cc 395 if (base::win::GetVersion() < base::win::VERSION_WIN7)
585 return (base::win::GetVersion() >= base::win::VERSION_WIN7 &&
596 if (base::win::GetVersion() < base::win::VERSION_WIN7 || !profile)
  /frameworks/base/services/java/com/android/server/usb/
UsbSettingsManager.java 272 mVersion = accessory.getVersion();
314 if (mVersion != null && !acc.getVersion().equals(mVersion)) return false;
341 mVersion.equals(accessory.getVersion()));
    [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...]
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
jni.h 169 jint (*GetVersion)(JNIEnv *);
510 jint GetVersion()
511 { return functions->GetVersion(this); }
    [all...]
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
jni.h 169 jint (*GetVersion)(JNIEnv *);
510 jint GetVersion()
511 { return functions->GetVersion(this); }
    [all...]

Completed in 1315 milliseconds

1 2 3 4 5 6 7 8 91011>>