/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
deps.py | 32 import fileinput namespace 47 for line in fileinput.FileInput(self._path): 56 for line in fileinput.FileInput(self._path, inplace=1):
|
changelog.py | 32 import fileinput # inplace file editing for set_reviewer_in_changelog namespace 155 for line in fileinput.FileInput(self.path, inplace=1): 171 for line in fileinput.FileInput(self.path, inplace=1): 177 for line in fileinput.FileInput(self.path, inplace=1):
|
/external/clang/www/ |
builtins.py | 3 import sys, fileinput namespace 148 sys.stderr.write("%s:%d: x86 builtin %s used, replaced with %s\n" % (fileinput.filename(), fileinput.filelineno(), builtin, repl)) 151 sys.stderr.write("%s:%d: x86 builtin %s used, too many replacements\n" % (fileinput.filename(), fileinput.filelineno(), builtin)) 153 for line in fileinput.input(inplace=1):
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/ |
CommonMatchingStrategy.java | 44 FileEditorInput fileInput = (FileEditorInput)input; 47 IFile file = fileInput.getFile(); 53 return m.matches(editorRef, fileInput);
|
CommonXmlDelegate.java | 134 FileEditorInput fileInput = (FileEditorInput) input; 135 IFile file = fileInput.getFile();
|
CommonXmlEditor.java | 108 IFileEditorInput fileInput = (IFileEditorInput) editorInput; 109 IFile file = fileInput.getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutEditorMatchingStrategy.java | 41 FileEditorInput fileInput = (FileEditorInput)input; 44 IFile file = fileInput.getFile(); 56 // if it's a layout, we now check the name of the fileInput against the name of the
|
LayoutEditorDelegate.java | 262 FileEditorInput fileInput = (FileEditorInput)input; 263 editedFile = fileInput.getFile(); 762 IFileEditorInput fileInput = (IFileEditorInput) editorInput; 763 IFile file = fileInput.getFile(); [all...] |
/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/values/ |
ValuesTreePage.java | 83 FileEditorInput fileInput = (FileEditorInput)input; 84 IFile iFile = fileInput.getFile();
|
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/ |
StGUnit.g | 89 | fileInput {$in = adapter.createFileInput($fileInput.path);} 98 fileInput returns [String path]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
OverviewExportPart.java | 116 FileEditorInput fileInput = (FileEditorInput)input; 117 IFile file = fileInput.getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizard.java | 288 FileEditorInput fileInput = (FileEditorInput) input; 289 return fileInput.getFile().getProject();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceXmlTextAction.java | 405 IFileEditorInput fileInput = (IFileEditorInput) input; 406 return fileInput.getFile();
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
python.php | 111 'filecmp', 'fileinput', 'FL', 'fl', 'flp', 'fm', 'fnmatch', 'formatter', 'fpectl',
|
/external/webkit/Source/WebCore/page/ |
DragController.cpp | 420 if (HTMLInputElement* fileInput = asFileInput(element)) { 421 if (fileInput->disabled()) 435 RenderFileUploadControl* renderer = toRenderFileUploadControl(fileInput->renderer()); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtUtils.java | 438 IFileEditorInput fileInput = (IFileEditorInput) input; 439 return fileInput.getFile(); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidTextEditor.java | 546 FileEditorInput fileInput = (FileEditorInput)input; 547 IFile inputFile = fileInput.getFile();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 698 FileEditorInput fileInput = (FileEditorInput) input; 700 IFile file = fileInput.getFile(); [all...] |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |