Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 67) sorted by relevance

123

/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/repository/
DValidateRepositoryXmlTest.java107 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 …]
DValidateAddonXmlTest.java103 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/
DSdkSources.java53 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()
DMinToolsPackage.java50 MinToolsPackage(SdkSource source, Node packageNode, String nsUri, Map<String,String> licenses) { in MinToolsPackage()
68 SdkSource source, in MinToolsPackage()
DPlatformToolPackage.java52 PlatformToolPackage(SdkSource source, Node packageNode, in PlatformToolPackage()
65 SdkSource source, in create()
129 SdkSource source, in PlatformToolPackage()
DDocPackage.java53 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()
DToolPackage.java65 ToolPackage(SdkSource source, Node packageNode, String nsUri, Map<String,String> licenses) { in ToolPackage()
106 SdkSource source, in create()
121 SdkSource source, in ToolPackage()
DPlatformPackage.java64 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/
DUtil.java76 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/
DMockExtraPackage.java42 SdkSource source, in MockExtraPackage()
63 SdkSource source, in MockExtraPackage()
DMockPlatformPackage.java57 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()
DMockPlatformToolPackage.java45 public MockPlatformToolPackage(SdkSource source, int revision) { in MockPlatformToolPackage()
DMockSourcePackage.java48 SdkSource source, in MockSourcePackage()
DMockToolPackage.java47 public MockToolPackage(SdkSource source, int revision, int min_platform_tools_rev) { in MockToolPackage()
DMockSystemImagePackage.java48 SdkSource source, in MockSystemImagePackage()
DMockEmptyPackage.java84 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/
DTestLayoutDevicesXsd.java117 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/
DPackageLoader.java73 public boolean onUpdateSource(SdkSource source, Package[] packages); in onUpdateSource()
99 public Package[] filterLoadedSource(SdkSource source, Package[] packages); in filterLoadedSource()
DPkgCategorySource.java34 public PkgCategorySource(SdkSource source, UpdaterData updaterData) { in PkgCategorySource()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
DIFileOp.java64 public abstract void copyFile(File source, File dest) throws IOException; in copyFile()
74 public abstract boolean isSameFile(File source, File destination) in isSameFile()
DFileOp.java178 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/
DIFileWrapper.java54 public void setContents(InputStream source) throws StreamException { in setContents()
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
DRepoSourcesAdapter.java58 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/
DIAbstractFile.java41 void setContents(InputStream source) throws StreamException; in setContents()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DChooseAssetTypePage.java163 Object source = e.getSource(); in widgetSelected() local
188 Object source = e.getSource(); in modifyText() local

123