Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 12 of 12) 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/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
217 String filePath = osRoot + File.separator + fileRelativePath; in checkNamespaceFix() local
DAaptParserTest.java164 String filePath = osRoot + File.separator + fileRelativePath; in checkRanges() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java502 IPath filePath = new Path(file.getPath()); in fileToIFile() local
523 IPath filePath = new Path(file.getPath()); in fileToResource() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DRenderScriptLauncher.java198 String filePath = m.group(1); in parseLlvmOutput() local
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java133 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.java281 String filePath = sLastResFilePath.get(projPath); in initUi() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java1145 IPath filePath = graphicalEditor.findResourceFile(url); in showInclude() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java580 private static void openPath(IPath filePath, IRegion region, int offset) { in openPath()