Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 157) sorted by relevance

1234567

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DDefaultSourceChangeHandler.java49 public boolean handleGeneratedFile(IFile file, int kind) { in handleGeneratedFile()
62 public void handleSourceFile(IFile file, int kind) { in handleSourceFile()
77 protected void addFileToCompile(IFile file) { in addFileToCompile()
85 protected void addRemovedFile(IFile file) { in addRemovedFile()
DSourceChangeHandler.java23 boolean handleGeneratedFile(IFile file, int kind); in handleGeneratedFile()
24 void handleSourceFile(IFile file, int kind); in handleSourceFile()
DRsSourceChangeHandler.java42 public boolean handleGeneratedFile(IFile file, int kind) { in handleGeneratedFile()
65 public void handleSourceFile(IFile file, int kind) { in handleSourceFile()
DSourceFileData.java73 public boolean dependsOn(IFile file) { in dependsOn()
82 public boolean generated(IFile file) { in generated()
DSourceProcessor.java140 IFile isOutput(IFile file) { in isOutput()
157 List<IFile> isDependency(IFile file) { in isDependency()
172 SourceFileData getFileData(IFile file) { in getFileData()
204 final void addFileToCompile(IFile file) { in addFileToCompile()
335 protected IPath getSourceFolderFor(IFile file) { in getSourceFolderFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewList.java90 File file = getManualFile(); in load() local
99 File file = getManualFile(); in save() local
104 private void save(File file) throws IOException { in save()
116 void load(File file, Collection<Device> deviceList) throws IOException { in load()
217 File file = getManualFile(); in deleteFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DWelcomeWizardPage.java171 String file = dialog.open(); in widgetSelected() local
186 String file = dialog.open(); in widgetSelected() local
225 File file = new File(path); in validatePage() local
258 File file = new File(path); in validatePage() local
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/
DHierarchyViewer.java82 private static void outputPsd(String deviceName, String file) { in outputPsd()
139 String file = null; in main() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DCreateFileChange.java71 IFile file = ResourcesPlugin.getWorkspace().getRoot().getFile(mPath); in isValid() local
87 IFile file = (IFile) getModifiedResource(); in perform() local
DTemplateTestWizard.java58 File file = mSelectionPage.getLocation(); in getNextPage() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
DMocks.java126 IFile file = createNiceMock(IFile.class); in createFile() local
143 IFolder file = createNiceMock(IFolder.class); in createFolder() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtPlugin.java460 public static String readFile(@NonNull IFile file) { in readFile()
493 public static String readFile(File file) { in readFile()
510 public static void writeFile(File file, String content) { in writeFile()
539 public static boolean fileContains(IFile file, String string) { in fileContains()
559 public static boolean fileContains(File file, String string) { in fileContains()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileReader.java42 public GLMessage getMessageAtOffset(RandomAccessFile file, long offset) throws IOException { in getMessageAtOffset()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java170 IFile file = mValues.getDestinationFile(); in createXmlFile() local
193 private static Pair<IFile, IRegion> createXmlFile(IFile file, String xmlns, in createXmlFile()
321 public static Pair<IFile, IRegion> createXmlFile(IProject project, IFile file, in createXmlFile()
425 IFile file = project.getFile(dest); in getDestinationFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
DCommonMatchingStrategy.java47 IFile file = fileInput.getFile(); in matches() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
DIFileWrapper.java42 public IFileWrapper(IFile file) { in IFileWrapper()
DIFolderWrapper.java115 IFile file = mFolder.getFile(name); in getFile() local
119 IFile file = mContainer.getFile(new Path(name)); in getFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DXmlErrorHandler.java62 public XmlErrorHandler(IJavaProject javaProject, IFile file, XmlErrorListener errorListener) { in XmlErrorHandler()
68 public XmlErrorHandler(IFile file, XmlErrorListener errorListener) { in XmlErrorHandler()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssistTest.java830 IFile file = getLayoutFile(getProject(), name); in checkLayoutCompletion() local
837 IFile file = getTestDataFile(getProject(), name, FD_RES + "/" + FD_RES_COLOR + "/" + name); in checkColorCompletion() local
843 IFile file = getTestDataFile(getProject(), name, FD_RES + "/" + FD_RES_ANIM + "/" + name); in checkAnimCompletion() local
849 IFile file = getTestDataFile(getProject(), name, FD_RES + "/" + FD_RES_ANIMATOR + "/" in checkAnimatorCompletion() local
856 IFile file = getTestDataFile(getProject(), name, FD_RES + "/" + FD_RES_DRAWABLE + "/" in checkDrawableCompletion() local
865 IFile file = getTestDataFile(getProject(), name, "AndroidManifest.xml", true); in checkManifestCompletion() local
889 private ICompletionProposal[] complete(IFile file, String caretLocation, in complete()
923 private void checkApplyCompletion(String basename, IFile file, String caretLocation, in checkApplyCompletion()
968 private void checkCompletion(String basename, IFile file, String caretLocation, in checkCompletion()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DCyclicDependencyValidator.java54 public static IInputValidator create(@Nullable IFile file) { in create()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DBinaryXMLMultiPageEditorPart.java67 File file = new File(filePath.toOSString()); in setInput() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java584 IFile file = AdtUtils.pathToIFile(filePath); in openPath() local
737 IFile file = ((FileEditorInput) editorInput).getFile(); in getConfiguration() local
885 IFile file = (IFile) resource; in findIdInFolder() local
904 ResourceType type, String name, IFile file) { in findValueInXml()
936 ResourceType type, String name, IFile file, Document document) { in findValueInDocument()
965 private static Pair<IFile, IRegion> findValueInChildren(String name, IFile file, in findValueInChildren()
993 private static Pair<IFile, IRegion> findIdInXml(String id, IFile file) { in findIdInXml()
1024 private static Pair<IFile, IRegion> findIdInDocument(String id, IFile file, in findIdInDocument()
1037 Element root, IFile file, String targetAttribute, boolean requireIdAttribute) { in findIdInElement()
1080 private static Pair<File, Integer> findValueInXml(ResourceType type, String name, File file) { in findValueInXml()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DCreateAssetSetWizardState.java194 File file = TemplateManager.getTemplateLocation( in getImage() local
203 File file = new File(path); in getImage() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorMatchingStrategy.java44 IFile file = fileInput.getFile(); in matches() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleRefactoringTest.java136 IFile file = getLayoutFile(getProject(), basename); in checkRefactoring() local
160 IFile file = getLayoutFile(getProject(), basename); in checkRefactoringByOffset() local
184 int expectedModifiedFileCount, IFile file, in checkRefactoring()

1234567