Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 158) 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()
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()
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()
DAaptQuickFix.java171 IFile file = editor.getInputFile(); in computeQuickAssistProposals() local
218 public CreateNamespaceFix(IFile file) { in CreateNamespaceFix()
236 private IndexedRegion perform(IFile file) { in perform()
371 IFile file = location.getFirst(); in perform() local
DAaptParser.java601 private static IRegion findRange(IFile file, int line, String message) { in findRange()
669 private static IRegion findRange(IFile file, int line, String first, in findRange()
705 private static IRegion findLineTextRange(IFile file, int line) { in findLineTextRange()
769 String file = filename.substring(root.length()); in getResourceFromFullPath() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewList.java89 File file = getManualFile(); in load() local
98 File file = getManualFile(); in save() local
103 private void save(File file) throws IOException { in save()
115 void load(File file, List<Device> deviceList) throws IOException { in load()
216 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/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()
DAdtUtils.java378 public static Collection<IEditorPart> findEditorsFor(@NonNull IFile file, boolean restore) { in findEditorsFor()
491 public static IFile fileToIFile(File file) { in fileToIFile()
512 public static IResource fileToResource(File file) { in fileToResource()
592 @NonNull IResource file, in findMarkersOnLine()
/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.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/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/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
DTemplateHandler.java415 public String readTemplateTextResource(@NonNull File file) { in readTemplateTextResource()
451 String file, final Map<String, Object> paramMap) { in processVariables() argument
535 private boolean canOverwrite(File file) { in canOverwrite()
580 String file, in execute()
931 private static boolean makeBackup(File file) { in makeBackup()
1120 IFile file = (IFile) dest; in copy() local
1165 public void setTemplateFile(File file) { in setTemplateFile()
1187 File file = new File(path); in findTemplateSource() 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/internal/refactorings/extractstring/
DExtractStringRefactoring.java276 public ExtractStringRefactoring(IFile file, IEditorPart editor, ITextSelection selection) { in ExtractStringRefactoring()
541 private boolean findSelectionInXmlFile(IFile file, in findSelectionInXmlFile()
819 private boolean checkSourceFile(IFile file, in checkSourceFile()
1068 IFile file = (IFile) res; in findAllResXmlFiles() local
1085 IFile file = mFiles.poll(); in findAllResXmlFiles() 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()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
DResourceManager.java100 void fileChanged(IProject project, ResourceFile file, int eventType); in fileChanged()
313 private void updateFile(IFile file, IMarkerDelta[] markerDeltas, int kind, in updateFile()
455 public ResourceFolder getResourceFolder(IFile file) { in getResourceFolder()
543 private void notifyListenerOnFileChange(IProject project, ResourceFile file, int eventType) { in notifyListenerOnFileChange()
/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.adt/src/com/android/ide/eclipse/adt/io/
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/assetstudio/
DCreateAssetSetWizardState.java194 File file = TemplateManager.getTemplateLocation( in getImage() local
203 File file = new File(path); in getImage() local
/sdk/attribute_stats/src/
DAnalyzer.java114 File file = new File(args[i]); in main() local
185 private void scanFile(File file) { in scanFile()
195 private void analyzeLayout(File file) { in analyzeLayout()
321 private static String readFile(File file) { in readFile()

1234567