/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/ |
MockAddonPackage.java | 32 * Creates a {@link MockAddonTarget} with the requested base platform and addon revision
64 return "mock addon target";
68 return "mock addon target";
76 return "mock addon target";
132 return String.format("mock-addon-%1$d", getVersion().getApiLevel());
139 /** Returns false for an addon. */
|
/build/core/tasks/ |
sdk-addon.mk | 30 # Files that are built and then copied into the sdk-addon 40 # Files that are copied directly into the sdk-addon 73 @echo Packaging SDK Addon: $@
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
SdkManager.java | 384 for (File addon : addons) { 386 if (addon.isDirectory()) { 387 AddOnTarget target = loadAddon(addon, list, log); 410 * @param addon the location of the addon. 414 private static AddOnTarget loadAddon(File addon, ArrayList<IAndroidTarget> targetList, 416 File addOnManifest = new File(addon, SdkConstants.FN_MANIFEST_INI); 426 displayAddonManifestWarning(log, addon.getName(), ADDON_NAME); 432 displayAddonManifestWarning(log, addon.getName(), ADDON_VENDOR); 439 displayAddonManifestWarning(log, addon.getName(), ADDON_API) [all...] |
AddOnTarget.java | 278 AddOnTarget addon = (AddOnTarget)obj; local 280 return mVendor.equals(addon.mVendor) && mName.equals(addon.mName) && 281 mBasePlatform.getVersion().equals(addon.mBasePlatform.getVersion());
|
SdkConstants.java | 194 /** Name of the addon libs folder. */ 219 /** Path of the images directory relative to a platform or addon folder. 223 /** Path of the skin directory relative to a platform or addon folder. 271 /* Folder paths relative to a addon folder */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigManagerDialog.java | 68 ADDON("Add-on"), 113 DeviceType.DEFAULT, DeviceType.ADDON, DeviceType.CUSTOM 129 } else if (DeviceType.ADDON.equals(parentElement)) { 151 } else if (DeviceType.ADDON.equals(element)) { 375 if (selection.type == DeviceType.DEFAULT || selection.type == DeviceType.ADDON || 394 // in default/addon by editing the version in the new device. 502 case ADDON:
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
AddonPackage.java | 41 private static final String PROP_NAME = "Addon.Name"; //$NON-NLS-1$
42 private static final String PROP_VENDOR = "Addon.Vendor"; //$NON-NLS-1$
234 * An add-on package is typically installed in SDK/add-ons/"addon-name"-"api-level".
259 // Compute a folder directory using the addon declared name and vendor strings.
|
RepoSource.java | 102 /** Returns true if this is a user source. We only load addon and extra packages
746 // We can load addon and extra packages from all sources, either
[all...] |
Archive.java | 704 // (e.g. addon, tools, etc.) and then move the folder to the destination folder.
[all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutDeviceManager.java | 204 // the main goal is to make sure that this does not belong to the default/addon list. 221 // the main goal is to make sure that this does not belong to the default/addon list. 240 // the main goal is to make sure that this does not belong to the default/addon list.
|
/external/quake/quake/src/WinQuake/ |
README.Solaris | 22 well, just place such addon packages in their own directory as you
|
/external/stlport/doc/ |
README.wince | 35 - There used to be an addon for VC6(?) that allowed compiling for CE. This plugin
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/ |
SettingsPage.java | 119 "to restart ADB after updating an addon-on package or a tool package.");
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterLogic.java | 340 // - addon: *always* depends on platform of same API level
496 * Resolves dependencies on platform for an addon.
498 * An addon depends on having a platform with the same API level.
585 // We need to indicate this addon depends on a missing platform archive
|
/dalvik/libcore/text/src/main/java/java/text/ |
RuleBasedCollator.java | 239 * String addOn = "& \u00bf ; \u00af ; \u00a8;"; 241 * RuleBasedCollator myCollator = new RuleBasedCollator(oldRules + addOn);
|
/external/quake/quake/src/QW/ |
qwchangelog.txt | 198 telling the user they may need to download or purchase an addon pak
|
qwrlnote.txt | 277 telling the user they may need to download or purchase an addon pak.
|
/sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/repository/ |
SdkRepositoryTest.java | 189 /** A document with a root element containing no platform, addon, etc., is valid. */
|
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/text/ |
RuleBasedCollator.java | 221 * String addOn = "& ?;?;?;"; // Acute 00BF, Macron 00AF, Diaeresis 00A8 222 * RuleBasedCollator myCollator = new RuleBasedCollator(oldRules + addOn);
|
/external/jpeg/ |
jpeglib.h | 698 int first_addon_message; /* code for first string in addon table */ 699 int last_addon_message; /* code for last string in addon table */ [all...] |
libjpeg.doc | [all...] |
/sdk/sdkmanager/app/src/com/android/sdkmanager/ |
Main.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectCreationPage.java | [all...] |