/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/ |
H A D | InstallDetails.java | 4 * 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 D | NotificationIconGenerator.java | 4 * 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 D | GLEScontext.h | 4 * 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 D | ShaderParser.h | 4 * 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 D | VersionCheck.java | 4 * 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 D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/hierarchyviewer/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/hierarchyviewer/etc/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/hierarchyviewer2/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/hierarchyviewer2/app/etc/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/hierarchyviewer2/libs/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/uiautomatorviewer/etc/ |
H A D | Android.mk | 3 # 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 D | AdtStartup.java | 4 * 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 D | GLEScontext.cpp | 4 * 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 D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/ddms/libs/ddmlib/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/ddms/libs/ddmlib/tests/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/ddms/libs/ddmuilib/tests/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/device_validator/app/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/device_validator/dvlib/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/device_validator/dvlib/tests/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/draw9patch/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/emulator/sensors/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|
/sdk/hierarchyviewer/src/ |
H A D | Android.mk | 3 # Licensed under the Apache License, Version 2.0 (the "License");
|