Searched refs:Version (Results 1 - 16 of 16) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
H A DInstallDetails.java4 * Licensed under the Apache License, Version 2.0 (the "License");
21 import org.osgi.framework.Version;
37 public static Version getPlatformVersion() {
39 return b == null ? Version.emptyVersion : b.getVersion();
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
H A DGLEScontext.h4 * Licensed under the Apache License, Version 2.0 (the "License");
41 class Version{ class
43 Version();
44 Version(int major,int minor,int release);
45 Version(const char* versionString);
46 Version(const Version& ver);
47 bool operator<(const Version& ver) const;
48 Version& operator=(const Version
[all...]
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
H A DShaderParser.h4 * Licensed under the Apache License, Version 2.0 (the "License");
29 void setSrc(const Version& ver,GLsizei count,const GLchar** strings,const GLint* length);
H A DShaderParser.cpp4 * Licensed under the Apache License, Version 2.0 (the "License");
38 void ShaderParser::setSrc(const Version& ver,GLsizei count,const GLchar** strings,const GLint* length){
60 if(ver < Version(1,30,10)){
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
H A DVersionCheck.java4 * Licensed under the Eclipse Public License, Version 1.0 (the "License");
29 import org.osgi.framework.Version;
126 Version version = new Version(versionString);
/sdk/hierarchyviewer/etc/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
H A Dhierarchyviewer1.bat4 rem Licensed under the Apache License, Version 2.0 (the "License");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
H A DAdtStartup.java4 * Licensed under the Eclipse Public License, Version 1.0 (the "License");
46 import org.osgi.framework.Version;
317 private static Version getVersion(Plugin plugin) {
320 // Parse the string using the Version class.
321 return new Version(version);
329 Version version = getVersion(AdtPlugin.getDefault());
335 Version eclipseVersion = InstallDetails.getPlatformVersion();
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
H A DGLEScontext.cpp4 * Licensed under the Apache License, Version 2.0 (the "License");
95 Version::Version():m_major(0), function in class:Version
99 Version::Version(int major,int minor,int release):m_major(major), function in class:Version
103 Version::Version(const Version& ver):m_major(ver.m_major), function in class:Version
107 Version::Version(cons function in class:Version
[all...]
/sdk/hierarchyviewer/src/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/apkbuilder/etc/
H A Dapkbuilder.bat4 rem Licensed under the Apache License, Version 2.0 (the "License");
/sdk/files/
H A Dpost_tools_install.bat4 rem Licensed under the Apache License, Version 2.0 (the "License");
/sdk/monitor/
H A Dmonitor.bat4 rem Licensed under the Apache License, Version 2.0 (the "License");
/sdk/find_java/
H A Dfind_java.bat4 rem Licensed under the Apache License, Version 2.0 (the "License");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DTemplateHandler.java4 * Licensed under the Eclipse Public License, Version 1.0 (the "License");
85 import org.osgi.framework.Version;
1216 Version version = new Version(versionString);
/sdk/adtproductbuild/
H A DAndroid.mk35 ADT_VERSION := $(shell grep Bundle-Version $(TOPDIR)sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | sed 's/.*: \([0-9]\+.[0-9]\+.[0-9]\+\).*/\1/')

Completed in 295 milliseconds