| /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/repository/ |
| D | ValidateRepositoryXmlTest.java | 107 Source source = new StreamSource(xmlStream); in testValidateLocalRepositoryFile1() local 119 Source source = new StreamSource(xmlStream); in testValidateLocalRepositoryFile2() local 131 Source source = new StreamSource(xmlStream); in testValidateLocalRepositoryFile3() local 143 Source source = new StreamSource(xmlStream); in testValidateLocalRepositoryFile4() local 156 Source source = new StreamSource(xmlStream); in testValidateLocalRepositoryFile5() local 175 Source source = new StreamSource(new StringReader(document)); in testEmptyXml() local 198 Source source = new StreamSource(new StringReader(document)); in testEmptyRootXml() local 213 Source source = new StreamSource(new StringReader(document)); in testUnknownContentXml() local 235 Source source = new StreamSource(new StringReader(document)); in testIncompleteContentXml() local 257 Source source = new StreamSource(new StringReader(document)); in testWrongTypeContentXml() local [all …]
|
| D | ValidateAddonXmlTest.java | 103 Source source = new StreamSource(xmlStream); in testValidateLocalAddonFile1() local 115 Source source = new StreamSource(xmlStream); in testValidateLocalAddonFile2() local 127 Source source = new StreamSource(xmlStream); in testValidateLocalAddonFile3() local 158 Source source = new StreamSource(new StringReader(document)); in testAddonCodename() local
|
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
| D | SdkSources.java | 53 public void add(SdkSourceCategory category, SdkSource source) { in add() 68 public void remove(SdkSource source) { in remove() 183 public SdkSourceCategory getCategory(SdkSource source) { in getCategory() 206 public boolean hasSourceUrl(SdkSource source) { in hasSourceUrl() 229 public boolean hasSourceUrl(SdkSourceCategory category, SdkSource source) { in hasSourceUrl()
|
| D | MinToolsPackage.java | 50 MinToolsPackage(SdkSource source, Node packageNode, String nsUri, Map<String,String> licenses) { in MinToolsPackage() 68 SdkSource source, in MinToolsPackage()
|
| D | PlatformToolPackage.java | 52 PlatformToolPackage(SdkSource source, Node packageNode, in PlatformToolPackage() 65 SdkSource source, in create() 129 SdkSource source, in PlatformToolPackage()
|
| D | DocPackage.java | 53 DocPackage(SdkSource source, Node packageNode, String nsUri, Map<String,String> licenses) { in DocPackage() 71 static Package create(SdkSource source, in create() 86 private DocPackage(SdkSource source, in DocPackage()
|
| D | ToolPackage.java | 65 ToolPackage(SdkSource source, Node packageNode, String nsUri, Map<String,String> licenses) { in ToolPackage() 106 SdkSource source, in create() 121 SdkSource source, in ToolPackage()
|
| D | PlatformPackage.java | 64 PlatformPackage(SdkSource source, Node packageNode, String nsUri, Map<String,String> licenses) { in PlatformPackage() 100 protected PlatformPackage(SdkSource source, IAndroidTarget target, Properties props) { in PlatformPackage()
|
| /sdk/assetstudio/src/com/android/assetstudiolib/ |
| D | Util.java | 76 public static BufferedImage scaledImage(BufferedImage source, int width, int height) { in scaledImage() 94 public static BufferedImage blurredImage(BufferedImage source, double radius) { in blurredImage() 144 public static BufferedImage invertedAlphaImage(BufferedImage source) { in invertedAlphaImage() 158 public static BufferedImage operatedImage(BufferedImage source, BufferedImageOp op) { in operatedImage() 172 public static BufferedImage filledImage(BufferedImage source, Paint paint) { in filledImage() 189 public static BufferedImage paddedImage(BufferedImage source, int padding) { in paddedImage() 207 public static BufferedImage trimmedImage(BufferedImage source) { in trimmedImage() 248 public static void drawEffects(Graphics2D g, BufferedImage source, int x, int y, in drawEffects() 324 public static void drawCenterInside(Graphics2D g, BufferedImage source, Rectangle dstRect) { in drawCenterInside() 367 public static void drawCenterCrop(Graphics2D g, BufferedImage source, Rectangle dstRect) { in drawCenterCrop()
|
| /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/ |
| D | MockExtraPackage.java | 42 SdkSource source, in MockExtraPackage() 63 SdkSource source, in MockExtraPackage()
|
| D | MockPlatformPackage.java | 57 public MockPlatformPackage(SdkSource source, int apiLevel, int revision, int min_tools_rev) { in MockPlatformPackage() 62 private MockPlatformPackage(SdkSource source, IAndroidTarget target, Properties props) { in MockPlatformPackage()
|
| D | MockPlatformToolPackage.java | 45 public MockPlatformToolPackage(SdkSource source, int revision) { in MockPlatformToolPackage()
|
| D | MockSourcePackage.java | 48 SdkSource source, in MockSourcePackage()
|
| D | MockToolPackage.java | 47 public MockToolPackage(SdkSource source, int revision, int min_platform_tools_rev) { in MockToolPackage()
|
| D | MockSystemImagePackage.java | 48 SdkSource source, in MockSystemImagePackage()
|
| D | MockEmptyPackage.java | 84 public MockEmptyPackage(SdkSource source, String testHandle, int revision) { in MockEmptyPackage()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/ |
| D | TestLayoutDevicesXsd.java | 117 Source source = new StreamSource(new StringReader(document)); in checkFailure() local 133 Source source = new StreamSource(new StringReader(document)); in checkSuccess() local 148 Source source = new StreamSource(xmlStream); in testValidateLocalRepositoryFile() local
|
| /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
| D | PackageLoader.java | 73 public boolean onUpdateSource(SdkSource source, Package[] packages); in onUpdateSource() 99 public Package[] filterLoadedSource(SdkSource source, Package[] packages); in filterLoadedSource()
|
| D | PkgCategorySource.java | 34 public PkgCategorySource(SdkSource source, UpdaterData updaterData) { in PkgCategorySource()
|
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
| D | IFileOp.java | 64 public abstract void copyFile(File source, File dest) throws IOException; in copyFile() 74 public abstract boolean isSameFile(File source, File destination) in isSameFile()
|
| D | FileOp.java | 178 public void copyFile(File source, File dest) throws IOException { in copyFile() 218 public boolean isSameFile(File source, File destination) throws IOException { in isSameFile()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
| D | IFileWrapper.java | 54 public void setContents(InputStream source) throws StreamException { in setContents()
|
| /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/ |
| D | RepoSourcesAdapter.java | 58 public RepoSourceError(SdkSource source) { in RepoSourceError() 81 public RepoSourceEmpty(SdkSource source, boolean emptyBecauseOfUpdateOnly) { in RepoSourceEmpty() 211 private Object[] getRepoSourceChildren(final SdkSource source) { in getRepoSourceChildren()
|
| /sdk/common/src/com/android/io/ |
| D | IAbstractFile.java | 41 void setContents(InputStream source) throws StreamException; in setContents()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
| D | ChooseAssetTypePage.java | 163 Object source = e.getSource(); in widgetSelected() local 188 Object source = e.getSource(); in modifyText() local
|