HomeSort by relevance Sort by last modified time
    Searched full:fileinput (Results 1 - 16 of 16) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
MatchingStrategy.java 39 FileEditorInput fileInput = (FileEditorInput)input;
42 IFile iFile = fileInput.getFile();
45 // if it's a layout, we know check the name of the fileInput against the name of the
LayoutEditor.java 165 FileEditorInput fileInput = (FileEditorInput)input;
166 editedFile = fileInput.getFile();
504 IFileEditorInput fileInput = (IFileEditorInput)editorInput;
505 IProject project = fileInput.getFile().getProject();
568 FileEditorInput fileInput = (FileEditorInput) input;
569 IFile file = fileInput.getFile();
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs.py 31 import fileinput # inplace file editing for set_reviewer_in_changelog namespace
114 for line in fileinput.FileInput(self.path, inplace=1):
132 for line in fileinput.FileInput(self.path, inplace=1):
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportEditor.java 82 FileEditorInput fileInput = (FileEditorInput) input;
83 IFile file = fileInput.getFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesTreePage.java 60 FileEditorInput fileInput = (FileEditorInput)input;
61 IFile iFile = fileInput.getFile();
ResourcesEditor.java 102 FileEditorInput fileInput = (FileEditorInput) input;
103 IFile file = fileInput.getFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 106 FileEditorInput fileInput = (FileEditorInput)input;
107 IFile file = fileInput.getFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditor.java 100 FileEditorInput fileInput = (FileEditorInput) input;
101 IFile file = fileInput.getFile();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
XmlEditor.java 141 FileEditorInput fileInput = (FileEditorInput) input;
142 IFile file = fileInput.getFile();
  /packages/apps/Gallery3D/src/com/cooliris/media/
DiskCache.java 230 final FileInputStream fileInput = new FileInputStream(indexFilePath);
231 final BufferedInputStream bufferedInput = new BufferedInputStream(fileInput, 1024);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 388 FileEditorInput fileInput = (FileEditorInput) input;
389 return fileInput.getFile();
  /external/libvpx/examples/includes/geshi/geshi/
python.php 111 'filecmp', 'fileinput', 'FL', 'fl', 'flp', 'fm', 'fnmatch', 'formatter', 'fpectl',
  /external/webkit/WebCore/page/
DragController.cpp 389 if (HTMLInputElement* fileInput = asFileInput(element)) {
390 if (!fileInput->isEnabledFormControl())
404 RenderFileUploadControl* renderer = toRenderFileUploadControl(fileInput->renderer());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 527 FileEditorInput fileInput = (FileEditorInput)input;
528 IFile inputFile = fileInput.getFile();
AndroidXmlEditor.java 781 FileEditorInput fileInput = (FileEditorInput)input;
782 IFile inputFile = fileInput.getFile();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 416 FileEditorInput fileInput = (FileEditorInput)input;
417 mEditedFile = fileInput.getFile();
    [all...]

Completed in 393 milliseconds