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

123

/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;
38 public static Version getPlatformVersion() {
40 return b == null ? Version.emptyVersion : b.getVersion();
/sdk/assetstudio/src/com/android/assetstudiolib/
H A DNotificationIconGenerator.java4 * Licensed under the Eclipse Public License, Version 1.0 (the "License");
42 if (notificationOptions.version == Version.OLDER) {
45 } else if (notificationOptions.version == Version.V11) {
49 assert notificationOptions.version == Version.V9;
65 if (notificationOptions.version == Version.OLDER) {
75 } else if (notificationOptions.version == Version.V11) {
81 assert notificationOptions.version == Version.V9;
111 options.version = Version.OLDER;
115 options.version = Version.V9;
118 options.version = Version
156 public enum Version { enum in class:NotificationIconGenerator
168 Version(String displayName) { method in class:NotificationIconGenerator.Version
[all...]
/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);
/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");
28 import org.osgi.framework.Version;
115 Version version = new Version(versionString);
/sdk/draw9patch/etc/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/hierarchyviewer/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/hierarchyviewer/etc/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/hierarchyviewer2/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/hierarchyviewer2/app/etc/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/hierarchyviewer2/libs/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/uiautomatorviewer/etc/
H A DAndroid.mk3 # 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;
312 private static Version getVersion(Plugin plugin) {
315 // Parse the string using the Version class.
316 return new Version(version);
324 Version version = getVersion(AdtPlugin.getDefault());
330 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");
94 Version::Version():m_major(0), function in class:Version
98 Version::Version(int major,int minor,int release):m_major(major), function in class:Version
102 Version::Version(const Version& ver):m_major(ver.m_major), function in class:Version
106 Version::Version(cons function in class:Version
[all...]
/sdk/common/tests/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/ddms/libs/ddmlib/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/ddms/libs/ddmlib/tests/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/ddms/libs/ddmuilib/tests/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/device_validator/app/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/device_validator/dvlib/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/device_validator/dvlib/tests/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/draw9patch/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/emulator/sensors/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
/sdk/hierarchyviewer/src/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");

Completed in 1765 milliseconds

123