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

1 2 3

  /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)
  /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)
  /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...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/
frame_filters.py 185 flist = filter(lambda x,y=text:x.startswith(y), filter_locations)
188 if len(flist) == 1:
189 flist[0] = flist[0][len(text)-len(word):]
193 return flist
214 flist = filter(lambda x,y=word:x.startswith(y), printer_keys)
215 return flist
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 185 flist = filter(lambda x,y=text:x.startswith(y), filter_locations)
188 if len(flist) == 1:
189 flist[0] = flist[0][len(text)-len(word):]
193 return flist
214 flist = filter(lambda x,y=word:x.startswith(y), printer_keys)
215 return flist
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 185 flist = filter(lambda x,y=text:x.startswith(y), filter_locations)
188 if len(flist) == 1:
189 flist[0] = flist[0][len(text)-len(word):]
193 return flist
214 flist = filter(lambda x,y=word:x.startswith(y), printer_keys)
215 return flist
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 185 flist = filter(lambda x,y=text:x.startswith(y), filter_locations)
188 if len(flist) == 1:
189 flist[0] = flist[0][len(text)-len(word):]
193 return flist
214 flist = filter(lambda x,y=word:x.startswith(y), printer_keys)
215 return flist
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/command/
frame_filters.py 185 flist = filter(lambda x,y=text:x.startswith(y), filter_locations)
188 if len(flist) == 1:
189 flist[0] = flist[0][len(text)-len(word):]
193 return flist
214 flist = filter(lambda x,y=word:x.startswith(y), printer_keys)
215 return flist
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 185 flist = filter(lambda x,y=text:x.startswith(y), filter_locations)
188 if len(flist) == 1:
189 flist[0] = flist[0][len(text)-len(word):]
193 return flist
214 flist = filter(lambda x,y=word:x.startswith(y), printer_keys)
215 return flist
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
frame_filters.py 185 flist = filter(lambda x,y=text:x.startswith(y), filter_locations)
188 if len(flist) == 1:
189 flist[0] = flist[0][len(text)-len(word):]
193 return flist
214 flist = filter(lambda x,y=word:x.startswith(y), printer_keys)
215 return flist
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 1193 String[] flist = dir.list(); local
1314 File[] flist = dir.listFiles(); local
1459 File[] flist = baseDir.listFiles(fileFilter); local
1570 File[] flist = dir.listFiles(tstFilter); local
1624 String[] flist = dir.list(filter); local
    [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));

Completed in 836 milliseconds

1 2 3