Home
last modified time | relevance | path

Searched refs:getContents (Results 1 – 25 of 33) sorted by relevance

12

/sdk/common/src/com/android/xml/
DAndroidManifest.java128 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/
DIAbstractFile.java34 InputStream getContents() throws StreamException; in getContents() method
DFileWrapper.java89 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/
DIFileWrapper.java47 public InputStream getContents() throws StreamException { in getContents() method in IFileWrapper
49 return mFile.getContents(); in getContents()
/sdk/lint/cli/src/com/android/tools/lint/
DLombokParser.java45 Source source = new Source(context.getContents(), context.file.getName()); in parseJava()
105 return Location.create(context.file, context.getContents(), in getLocation()
DLintCliXmlParser.java47 String xml = context.getContents(); in parseXml()
DMain.java1049 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/
DFileStorage.java59 public InputStream getContents() throws CoreException { in getContents() method in FileStorage
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DProtoBufUtils.java37 byte[] compressed = glMsg.getFb().getContents(0).toByteArray(); in getImageData()
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DUtf8Detector.java67 String xml = context.getContents(); in visitDocument()
DProguardDetector.java96 String contents = context.getContents(); in run()
/sdk/sdk_common/src/com/android/ide/common/resources/
DSingleResourceFile.java158 return parser.parse(file.getOsLocation(), file.getContents()); in validateAttributes()
DIdGeneratingResourceFile.java151 return parser.parse(mFileType, file.getOsLocation(), file.getContents()); in parseFileForIds()
DMultiResourceFile.java170 parser.parse(getFile().getContents(), new ValueResourceParser(this, isFramework())); in parseFile()
DFrameworkResources.java115 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/
DPasteAction.java67 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/
DCreateNewConfigJob.java79 InputStream input = mFromFile.getContents(); in run()
DClipboardSupport.java264 final SimpleElement[] pasted = (SimpleElement[]) mClipboard.getContents(sxt); in pasteSelection()
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
DContext.java182 public String getContents() { in getContents() method in Context
DLocation.java568 mContents = context.getContents();
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
DProjectPropertiesWorkingCopy.java137 BufferedReader reader = new BufferedReader(new InputStreamReader(toSave.getContents(), in save()
DProjectProperties.java431 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/
DEclipseLintClient.java971 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/
DBaseBuilder.java167 getParser().parse(file.getContents(), reporter); in checkXML()
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
DLintUtilsTest.java355 public String getContents() { in getContents() method in LintUtilsTest.TestContext

12