HomeSort by relevance Sort by last modified time
    Searched full:targetversion (Results 1 - 19 of 19) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariable.cpp 45 Version targetVersion = state.getProgramParameters().version;
65 if (targetVersion >= VERSION_300)
91 if (targetVersion >= VERSION_300)
  /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/chromium_org/third_party/skia/src/core/
SkReadBuffer.h 57 bool isVersionLT(Version targetVersion) const {
58 SkASSERT(targetVersion > 0);
59 return fVersion > 0 && fVersion < targetVersion;
  /external/skia/include/core/
SkReadBuffer.h 54 bool isVersionLT(Version targetVersion) const {
55 SkASSERT(targetVersion > 0);
56 return fVersion > 0 && fVersion < targetVersion;
  /packages/apps/Camera2/src/com/android/camera/settings/
SettingsUpgrader.java 42 public SettingsUpgrader(String versionKey, int targetVersion) {
44 mTargetVersion = targetVersion;
67 int targetVersion);
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 186 , targetVersion (glu::GLSL_VERSION_LAST)
195 retVal.targetVersion = targetVersion_;
206 retVal.targetVersion = targetVersion_;
330 , m_targetVersion (specification.targetVersion)
373 , m_targetVersion (specification.targetVersion)
    [all...]
glsShaderLibraryCase.hpp 144 glu::GLSLVersion targetVersion;
169 glu::GLSLVersion targetVersion;
glsShaderLibrary.cpp     [all...]
  /external/clang/lib/Driver/
ToolChains.h 330 mutable VersionTuple TargetVersion;
380 TargetVersion == VersionTuple(Major, Minor, Micro))
386 TargetVersion = VersionTuple(Major, Minor, Micro);
412 return TargetVersion;
417 return TargetVersion < VersionTuple(V0, V1, V2);
422 return TargetVersion < VersionTuple(V0, V1, V2);
ToolChains.cpp 95 return ObjCRuntime(ObjCRuntime::iOS, TargetVersion);
97 return ObjCRuntime(ObjCRuntime::MacOSX, TargetVersion);
98 return ObjCRuntime(ObjCRuntime::FragileMacOSX, 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/
plexus-compiler-api-2.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20140129-1405.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher_1.3.0.v20130509-0110.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 

Completed in 376 milliseconds