/sdk/ |
D | README.txt | 4 Instead they can be found in the tools/base.git and the tools/swt.git projects. 11 The libraries that are sourced in tools/base and tools/swt are converted to 21 It's now located in tools/base/lint. 25 $ cd tools/base 28 Output is located in $TOP/out/host/gradle/tools/base/lint/libs/ 50 - tools/base contains all other non-SWT projects. 56 However it does depend on /tools/base/sdklib. Let's say you want to 59 $ # Edit tools/base/sdklib files. 60 $ cd tools/base ; ./gradlew sdklib:publishLocal 76 Let's say you changed something in tools/base/lint and run "make sdk" from [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | FlagManager.java | 199 private Image getIcon(@NonNull String base) { in getIcon() argument 200 Image flagImage = mImageMap.get(base); in getIcon() 204 if (mImageMap.containsKey(base)) { in getIcon() 208 String flagFileName = base.toLowerCase(Locale.US) + ".png"; //$NON-NLS-1$ in getIcon() 210 mImageMap.put(base, flagImage); in getIcon()
|
D | ConfigurationChooser.java | 34 import static com.google.common.base.Objects.equal; 75 import com.google.common.base.Objects; 76 import com.google.common.base.Strings; 1439 final @NonNull Configuration base, in syncToVariations() argument 1446 doSyncToVariations(flags, updatedFile, includeSelf, base); in syncToVariations() 1450 doSyncToVariations(flags, updatedFile, includeSelf, base); in syncToVariations() 1455 Configuration base) { in doSyncToVariations() argument 1459 Configuration configuration = Configuration.create(base, file); in doSyncToVariations() 1460 configuration.setTheme(base.getTheme()); in doSyncToVariations() 1461 configuration.setActivity(base.getActivity()); in doSyncToVariations()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | DescriptorsUtils.java | 390 String base = spans.get(++i); 394 if (base != null) { 395 base = base.trim(); 409 if (base != null && base.length() > 0) { 412 text = base; 486 String base = spans.get(++i); 490 if (base != null) { 491 base = base.trim(); 508 if ((base == null || base.length() == 0) && fullSdkUrl != null) { 509 base = fullSdkUrl; [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/ |
D | MANIFEST.MF | 4 Bundle-SymbolicName: com.android.ide.eclipse.base;singleton:=true 45 com.android.ide.eclipse.base, 46 com.android.ide.eclipse.base.internal.preferences, 74 com.google.common.base, 75 com.google.common.base.internal,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | anim1-expected-completion57.txt | 2 100% : <b>Fraction</b> - a percentage of the base size
|
D | manifest-expected-completion16.txt | 9 permission-tree : The "permission-tree" tag declares the base of a tree of permission values: it d…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
D | StretchesViewer.java | 100 ImageData base = mNinePatchedImage.getImageData(); in updatePreview() local 103 || (mContentAreaImageData != null && !equalSize(base, mContentAreaImageData))) { in updatePreview() 105 base.width, in updatePreview() 106 base.height, in updatePreview()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/ |
D | InstallDetails.java | 17 package com.android.ide.eclipse.base;
|
/sdk/apps/DeviceConfig/ |
D | README.txt | 3 tools/base/files/devices.xml).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLObjectProperty.java | 19 import com.google.common.base.Joiner;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/META-INF/ |
D | MANIFEST.MF | 11 com.android.ide.eclipse.base
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/META-INF/ |
D | MANIFEST.MF | 14 com.android.ide.eclipse.base
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateHandlerTest.java | 54 import com.google.common.base.Charsets; 55 import com.google.common.base.Stopwatch; 380 String base = projectNameBase + "_min_" + minSdk in checkTemplate() local 384 System.out.println("checking base " + base); in checkTemplate() 386 checkApiTarget(minSdk, targetSdk, target, values, base, in checkTemplate() 492 String base = projectNameBase + "_min_" + minSdk in checkProjectWithActivity() local 496 System.out.println("checking base " + base); in checkProjectWithActivity() 498 checkApiTarget(minSdk, targetSdk, target, values, base, in checkProjectWithActivity()
|
/sdk/eclipse/ |
D | build.gradle | 3 // copydeps: copies tools/base, tools/swt and prebuilt jars into plugins' libs folder 8 // get tools/base version 9 apply from: "../../tools/buildSrc/base/version.gradle" 49 // tools/base and tools/swt dependencies
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
D | AnimationContentAssist.java | 85 String base = '@' + ANDROID_PKG + ':' + ResourceType.ANIM.getName() + '/'; in computeAttributeValues() local 89 interpolators.add(base + item.getName()); in computeAttributeValues()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | ResourceValueCompleter.java | 168 String base = sb.toString(); in addMatches() local 176 results.add(base + name); in addMatches()
|
D | XmlPropertyComposite.java | 20 import com.google.common.base.Objects;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/META-INF/ |
D | MANIFEST.MF | 14 com.android.ide.eclipse.base
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/META-INF/ |
D | MANIFEST.MF | 25 com.android.ide.eclipse.base,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ChangeViewWizard.java | 120 String base = className.substring(className.lastIndexOf('.') + 1); in getWidgetTypes() local 121 combo.add(base); in getWidgetTypes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/ |
D | MANIFEST.MF | 15 com.android.ide.eclipse.base
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ActionBarHandler.java | 28 import com.google.common.base.Splitter;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/internal/preferences/ |
D | UsagePreferencePage.java | 17 package com.android.ide.eclipse.base.internal.preferences;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiResourceAttributeNode.java | 383 String base = sb.toString(); in computeResourceStringMatches() local 386 results.add(base + item.getName()); in computeResourceStringMatches() 392 results.add(base + item.getName()); in computeResourceStringMatches()
|