/sdk/common/src/com/android/xml/ |
D | AndroidManifest.java | 128 new InputSource(manifestFile.getContents())); in getPackage() 151 new InputSource(manifestFile.getContents())); in getDebuggable() 172 new InputSource(manifestFile.getContents())); in getVersionCode() 196 new InputSource(manifestFile.getContents()), in hasVersionCode() 232 new InputSource(manifestFile.getContents())); in getMinSdkVersion() 258 new InputSource(manifestFile.getContents())); in getTargetSdkVersion() 283 new InputSource(manifestFile.getContents())); in getApplicationIcon() 302 new InputSource(manifestFile.getContents())); in getApplicationLabel()
|
/sdk/common/src/com/android/io/ |
D | IAbstractFile.java | 34 InputStream getContents() throws StreamException; in getContents() method
|
D | FileWrapper.java | 89 public InputStream getContents() throws StreamException { in getContents() method in FileWrapper
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
D | IFileWrapper.java | 47 public InputStream getContents() throws StreamException { in getContents() method in IFileWrapper 49 return mFile.getContents(); in getContents()
|
/sdk/lint/cli/src/com/android/tools/lint/ |
D | LombokParser.java | 45 Source source = new Source(context.getContents(), context.file.getName()); in parseJava() 105 return Location.create(context.file, context.getContents(), in getLocation()
|
D | LintCliXmlParser.java | 47 String xml = context.getContents(); in parseXml()
|
D | Main.java | 1049 private String getContents(File file) { in getContents() method in Main 1103 warning.fileContents = context.getContents(); in report() 1106 warning.fileContents = getContents(location.getFile()); in report()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/ |
D | FileStorage.java | 59 public InputStream getContents() throws CoreException { in getContents() method in FileStorage
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | ProtoBufUtils.java | 37 byte[] compressed = glMsg.getFb().getContents(0).toByteArray(); in getImageData()
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
D | Utf8Detector.java | 67 String xml = context.getContents(); in visitDocument()
|
D | ProguardDetector.java | 96 String contents = context.getContents(); in run()
|
/sdk/sdk_common/src/com/android/ide/common/resources/ |
D | SingleResourceFile.java | 158 return parser.parse(file.getOsLocation(), file.getContents()); in validateAttributes()
|
D | IdGeneratingResourceFile.java | 151 return parser.parse(mFileType, file.getOsLocation(), file.getContents()); in parseFileForIds()
|
D | MultiResourceFile.java | 170 parser.parse(getFile().getContents(), new ValueResourceParser(this, isFramework())); in parseFile()
|
D | FrameworkResources.java | 115 reader = new BufferedReader(new InputStreamReader(publicXmlFile.getContents(), in loadPublicResources()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | PasteAction.java | 67 final String data = (String) mClipboard.getContents(TextTransfer.getInstance()); in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CreateNewConfigJob.java | 79 InputStream input = mFromFile.getContents(); in run()
|
D | ClipboardSupport.java | 264 final SimpleElement[] pasted = (SimpleElement[]) mClipboard.getContents(sxt); in pasteSelection()
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
D | Context.java | 182 public String getContents() { in getContents() method in Context
|
D | Location.java | 568 mContents = context.getContents();
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
D | ProjectPropertiesWorkingCopy.java | 137 BufferedReader reader = new BufferedReader(new InputStreamReader(toSave.getContents(), in save()
|
D | ProjectProperties.java | 431 reader = new BufferedReader(new InputStreamReader(propFile.getContents(), in parsePropertyFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | EclipseLintClient.java | 971 String code = context.getContents(); in parseJava() 1010 Source source = new Source(context.getContents(), context.file.getName()); in parseJava() 1051 return Location.create(context.file, context.getContents(), in getLocation()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | BaseBuilder.java | 167 getParser().parse(file.getContents(), reporter); in checkXML()
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/ |
D | LintUtilsTest.java | 355 public String getContents() { in getContents() method in LintUtilsTest.TestContext
|