Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 20 of 20) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
DEclipseTestCollector.java54 String filePath = entry.getPath().replace(".class", ""); in addTestCases() local
111 …protected Class<?> getClass(String filePath, String expectedPackage) throws ClassNotFoundException… in getClass()
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java46 public LogWriter(String filePath) throws IOException { in LogWriter()
138 private static void grabLogFrom(IDevice device, String filePath) throws IOException, in grabLogFrom()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DBinaryXMLMultiPageEditorPart.java65 IPath filePath = path.append(SdkConstants.FD_DATA).append( in setInput() local
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventLogImporter.java36 public EventLogImporter(String filePath) throws FileNotFoundException { in EventLogImporter()
DBugReportImporter.java35 public BugReportImporter(String filePath) throws FileNotFoundException { in BugReportImporter()
DEventLogPanel.java246 public void saveLog(String filePath) throws IOException { in saveLog()
274 public void loadLog(String filePath) { in loadLog()
293 public void importBugReport(String filePath) { in importBugReport()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gldebugger/
DMessageQueueTest.java120 final File filePath = File.createTempFile("test", ".gles2dbg"); in testRunWithFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFixTest.java95 String filePath = osRoot + File.separator + fileRelativePath; in checkResourceFix() local
214 String filePath = osRoot + File.separator + fileRelativePath; in checkNamespaceFix() local
DAaptParserTest.java164 String filePath = osRoot + File.separator + fileRelativePath; in checkRanges() local
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
DEventLogParser.java125 public boolean init(String filePath) { in init()
525 public void saveTags(String filePath) throws IOException { in saveTags()
/sdk/anttasks/src/com/android/ant/
DDependencyGraph.java328 String filePath = prereq.getAbsolutePath(); in checkPrereqFiles() local
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java141 IPath filePath = dialog.getResult(); in doSaveAs() local
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java206 private void parseTextLogFile(String filePath) throws IOException { in parseTextLogFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringInputPage.java278 String filePath = sLastResFilePath.get(projPath); in initUi() local
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
DMockFileOp.java337 String filePath = it.next(); in renameTo() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DRenderScriptProcessor.java324 String filePath = m.group(1); in parseLlvmOutput() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DSampleView.java613 String filePath = dialog.open(); in openFile() local
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDevice.java568 private String getFileName(String filePath) { in getFileName()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java893 IPath filePath = graphicalEditor.findResourceFile(url); in showInclude() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
DHyperlinks.java536 private static void openPath(IPath filePath, IRegion region, int offset) { in openPath()