HomeSort by relevance Sort by last modified time
    Searched refs:flist (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 58 def addOpenEventSupport(root, flist):
65 flist.open(fn)
79 def overrideRootMenu(root, flist):
124 root.instance_dict = flist.inversedict
135 if flist:
136 root.bind('<<close-all-windows>>', flist.close_all_callback)
141 root.createcommand('exit', flist.close_all_callback)
167 def setupApp(root, flist):
174 overrideRootMenu(root, flist)
175 addOpenEventSupport(root, flist)
    [all...]
StackViewer.py 8 def StackBrowser(root, flist=None, tb=None, top=None):
14 item = StackTreeItem(flist, tb)
20 def __init__(self, flist=None, tb=None):
21 self.flist = flist
52 item = FrameTreeItem(info, self.flist)
58 def __init__(self, info, flist):
60 self.flist = flist
84 item = VariablesTreeItem("<locals>", frame.f_locals, self.flist)
    [all...]
OutputWindow.py 102 edit = self.flist.open(filename)
133 def __init__(self, flist):
134 self.flist = flist
143 self.owin = owin = OutputWindow(self.flist)
ClassBrowser.py 24 def __init__(self, flist, name, path):
29 self.init(flist)
35 def init(self, flist):
36 self.flist = flist
40 self.top = top = ListedToplevel(flist.root)
85 PyShell.flist.open(self.file)
166 edit = PyShell.flist.open(self.file)
202 edit = PyShell.flist.open(self.file)
216 ClassBrowser(PyShell.flist, name, [dir]
    [all...]
FileList.py 114 flist = FileList(root)
117 flist.open(filename)
119 flist.new()
120 if flist.inversedict:
GrepDialog.py 8 def grep(text, io=None, flist=None):
12 engine._grepdialog = GrepDialog(root, engine, flist)
23 def __init__(self, root, engine, flist):
25 self.flist = flist
69 sys.stdout = OutputWindow(self.flist)
PathBrowser.py 10 def __init__(self, flist):
11 self.init(flist)
90 PathBrowser(PyShell.flist)
ScriptBinding.py 54 self.flist = self.editwin.flist
87 self.shell = shell = self.flist.open_shell()
PyShell.py 114 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
144 debug = self.flist.pyshell.interp.debugger
172 debug = self.flist.pyshell.interp.debugger
187 debug = self.flist.pyshell.interp.debugger
440 self.rpcclt.register("flist", self.tkconsole.flist)
598 oid = self.rpcclt.remotequeue("exec", "stackviewer", ("flist",), {})
854 def __init__(self, flist=None):
860 if flist is None:
864 flist = PyShellFileList(root
    [all...]
IOBinding.py 200 flist = self.editwin.flist
202 if flist:
208 # If editFile is valid and already open, flist.open will
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
221 flist.open(filename)
575 self.flist = None
run.py 346 flist = None
348 flist = self.rpchandler.get_remote_proxy(flist_oid)
353 item = StackViewer.StackTreeItem(flist, tb)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py 58 def addOpenEventSupport(root, flist):
65 flist.open(fn)
79 def overrideRootMenu(root, flist):
124 root.instance_dict = flist.inversedict
135 if flist:
136 root.bind('<<close-all-windows>>', flist.close_all_callback)
141 root.createcommand('exit', flist.close_all_callback)
167 def setupApp(root, flist):
174 overrideRootMenu(root, flist)
175 addOpenEventSupport(root, flist)
    [all...]
StackViewer.py 8 def StackBrowser(root, flist=None, tb=None, top=None):
14 item = StackTreeItem(flist, tb)
20 def __init__(self, flist=None, tb=None):
21 self.flist = flist
52 item = FrameTreeItem(info, self.flist)
58 def __init__(self, info, flist):
60 self.flist = flist
84 item = VariablesTreeItem("<locals>", frame.f_locals, self.flist)
    [all...]
OutputWindow.py 102 edit = self.flist.open(filename)
133 def __init__(self, flist):
134 self.flist = flist
143 self.owin = owin = OutputWindow(self.flist)
ClassBrowser.py 24 def __init__(self, flist, name, path):
29 self.init(flist)
35 def init(self, flist):
36 self.flist = flist
40 self.top = top = ListedToplevel(flist.root)
85 PyShell.flist.open(self.file)
166 edit = PyShell.flist.open(self.file)
202 edit = PyShell.flist.open(self.file)
216 ClassBrowser(PyShell.flist, name, [dir]
    [all...]
FileList.py 114 flist = FileList(root)
117 flist.open(filename)
119 flist.new()
120 if flist.inversedict:
GrepDialog.py 8 def grep(text, io=None, flist=None):
12 engine._grepdialog = GrepDialog(root, engine, flist)
23 def __init__(self, root, engine, flist):
25 self.flist = flist
69 sys.stdout = OutputWindow(self.flist)
PathBrowser.py 10 def __init__(self, flist):
11 self.init(flist)
90 PathBrowser(PyShell.flist)
ScriptBinding.py 54 self.flist = self.editwin.flist
87 self.shell = shell = self.flist.open_shell()
PyShell.py 114 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
144 debug = self.flist.pyshell.interp.debugger
172 debug = self.flist.pyshell.interp.debugger
187 debug = self.flist.pyshell.interp.debugger
440 self.rpcclt.register("flist", self.tkconsole.flist)
598 oid = self.rpcclt.remotequeue("exec", "stackviewer", ("flist",), {})
854 def __init__(self, flist=None):
860 if flist is None:
864 flist = PyShellFileList(root
    [all...]
IOBinding.py 200 flist = self.editwin.flist
202 if flist:
208 # If editFile is valid and already open, flist.open will
212 # pass self.loadfile to flist.open so it will load the file
219 flist.open(filename, self.loadfile)
221 flist.open(filename)
575 self.flist = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 134 def expand_args(args, flist):
135 """read names in flist and append to args"""
137 if flist:
139 if flist == '-':
142 fd = open(flist)
149 print "Error reading file list %s" % flist
189 flist = None
198 if o == '-i': flist = a
205 if args or flist:
207 if flist
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 134 def expand_args(args, flist):
135 """read names in flist and append to args"""
137 if flist:
139 if flist == '-':
142 fd = open(flist)
149 print "Error reading file list %s" % flist
189 flist = None
198 if o == '-i': flist = a
205 if args or flist:
207 if flist
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 95 * @param flist Vector of nodes built in forwards document order
98 void appendBtoFList(NodeSetDTM flist, NodeSetDTM blist)
105 flist.addElement(blist.item(i));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java 1229 String[] flist = dir.list(); local
1350 File[] flist = dir.listFiles(); local
1495 File[] flist = baseDir.listFiles(fileFilter); local
1606 File[] flist = dir.listFiles(tstFilter); local
1660 String[] flist = dir.list(filter); local
    [all...]

Completed in 583 milliseconds

1 2