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

1 2 3 4 5

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseUpgradeHelper.java 74 final int maxVersionForRelease, final int targetVersion) throws Exception {
75 if (maxVersionForRelease < targetVersion) {
83 if (currentVersion != targetVersion) {
86 currentVersion + " to version " + targetVersion);
89 return targetVersion;
  /external/deqp/framework/randomshaders/
rsgVariable.cpp 45 Version targetVersion = state.getProgramParameters().version;
65 if (targetVersion >= VERSION_300)
91 if (targetVersion >= VERSION_300)
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUpgrader.java 42 public SettingsUpgrader(String versionKey, int targetVersion) {
44 mTargetVersion = targetVersion;
67 int targetVersion);
  /packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java 233 final int targetVersion = Integer.parseInt(getString(R.string.pref_version));
234 if (targetVersion > existingVersion) {
236 " to " + targetVersion);
239 factory.getApplicationPrefs().onUpgrade(existingVersion, targetVersion);
245 .onUpgrade(existingVersion, targetVersion);
249 targetVersion);
255 } else if (targetVersion < existingVersion) {
259 "oldVersion = " + existingVersion + ", newVersion = " + targetVersion);
  /external/skia/src/core/
SkReadBuffer.h 68 bool isVersionLT(Version targetVersion) const {
69 SkASSERT(targetVersion > 0);
70 return fVersion > 0 && fVersion < targetVersion;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 274 * @param targetVersion Optional target version filter. If non null, only samples that are
283 @Nullable AndroidVersion targetVersion,
291 findSampleManifestInDir(f, rootDir, extraName, targetVersion, samplesPaths);
300 findSamplesManifests(rootDir, f, extraName, targetVersion, samplesPaths);
310 AndroidVersion targetVersion,
320 if (targetVersion == null) {
322 } else if (targetVersion != null) {
325 accept = i <= targetVersion.getApiLevel();
329 accept = s.equals(targetVersion.getCodename());
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 160 spec.targetVersion = version;
181 spec.targetVersion = version;
214 spec.targetVersion = version;
235 spec.targetVersion = version;
glsShaderLibraryCase.cpp 139 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion);
143 res << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n";
230 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion);
233 const char* const prec = supportsFragmentHighp(spec.targetVersion) ? "highp" : "mediump";
235 shader << glu::getGLSLVersionDeclaration(spec.targetVersion) << "\n";
284 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion);
358 const bool usesInout = glslVersionUsesInOutQualifiers(spec.targetVersion);
432 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion);
471 const bool usesInout = glslVersionUsesInOutQualifiers(specParams.caseSpec.targetVersion);
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 140 glu::GLSLVersion targetVersion;
152 , targetVersion (glu::GLSL_VERSION_LAST)
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderVersion.cpp 371 int32_t targetVersion = VERSION_DECODE_INFO[i];
372 if (targetVersion == versionBits) {
378 versionBits, targetVersion);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 532 AndroidVersion targetVersion = projectTarget.getVersion();
538 String codename = targetVersion.getCodename();
548 } else if (minSdkValue > targetVersion.getApiLevel()) {
553 minSdkValue, targetVersion.getApiLevel());
561 String codename = targetVersion.getCodename();
585 minSdkValue = targetVersion.getApiLevel();
    [all...]
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0/
google-services-2.0.0.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-alpha3/
google-services-2.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-alpha5/
google-services-2.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-alpha7/
google-services-2.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-alpha9/
google-services-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-beta2/
google-services-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-beta5/
google-services-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-beta6/
google-services-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-beta7/
google-services-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-rc3/
google-services-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.1.0/
google-services-2.1.0.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.1.0-alpha3/
google-services-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.1.0-alpha4/
google-services-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.1.0-beta1/
google-services-2.1.0-beta1.jar 

Completed in 413 milliseconds

1 2 3 4 5