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

1 2 3 4 5

  /external/python/cpython2/Lib/idlelib/
StackViewer.py 11 def StackBrowser(root, flist=None, tb=None, top=None):
16 item = StackTreeItem(flist, tb)
22 def __init__(self, flist=None, tb=None):
23 self.flist = flist
54 item = FrameTreeItem(info, self.flist)
60 def __init__(self, info, flist):
62 self.flist = flist
86 item = VariablesTreeItem("<locals>", frame.f_locals, self.flist)
    [all...]
macosxSupport.py 91 def addOpenEventSupport(root, flist):
98 flist.open(fn)
112 def overrideRootMenu(root, flist):
173 root.instance_dict = flist.inversedict
185 if flist:
186 root.bind('<<close-all-windows>>', flist.close_all_callback)
191 root.createcommand('exit', flist.close_all_callback)
217 def setupApp(root, flist):
236 overrideRootMenu(root, flist)
237 addOpenEventSupport(root, flist)
    [all...]
ClassBrowser.py 23 # Normally PyShell.flist.open, but there is no PyShell.flist for htest.
27 def __init__(self, flist, name, path, _htest=False):
35 file_open = PyShell.flist.open
39 self.init(flist)
45 def init(self, flist):
46 self.flist = flist
50 self.top = top = ListedToplevel(flist.root)
55 (flist.root.winfo_rootx(), flist.root.winfo_rooty() + 200)
    [all...]
GrepDialog.py 13 def grep(text, io=None, flist=None):
17 engine._grepdialog = GrepDialog(root, engine, flist)
28 def __init__(self, root, engine, flist):
30 self.flist = flist
74 sys.stdout = OutputWindow(self.flist)
141 flist = PyShellFileList(root)
147 grep(text, flist=flist)
OutputWindow.py 102 edit = self.flist.open(filename)
133 def __init__(self, flist):
134 self.flist = flist
143 self.owin = owin = OutputWindow(self.flist)
  /external/toybox/scripts/
mkflags.c 149 struct flag *flist, *aflist, *offlist; local
177 flist = digest(flags);
203 if (flist && flist->lopt &&
204 !strcmp(flist->lopt->command, aflist->lopt->command))
206 sprintf(out, "#define FLAG_%s (1%s<<%d)\n", flist->lopt->command,
208 flist->lopt = flist->lopt->next;
215 if (flist) flist = flist->next
    [all...]
  /prebuilts/gdb/darwin-x86/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)
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /external/autotest/cli/
topic_common_unittest.py 34 filename_option='flist')
42 filename_option='flist')
46 os.unlink(options.flist)
74 filename_option='flist',
79 os.unlink(options.flist)
86 filename_option='flist',
94 flist = './does_not_exist' variable in class:item_parse_info_unittest.test_file_list_wrong_file.opt
101 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_empty_file.opt
108 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_ok.opt
115 flist = flist_obj.nam variable in class:item_parse_info_unittest.test_file_list_one_line_space.opt
122 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_one_line_comma.opt
129 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_one_line_mix.opt
137 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_one_line_comma_space.opt
145 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_line_end_comma_space.opt
153 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_no_eof.opt
160 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_blank_line.opt
167 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_escaped_commas.opt
174 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_escaped_commas_slashes.opt
253 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_all_opt.opt
263 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_all_opt_empty_file.opt
271 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common.opt
280 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common_space.opt
290 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common_weird.opt
300 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common_escaped_commas.opt
310 flist = flist_obj.name variable in class:item_parse_info_unittest.test_file_list_all_opt_in_common_escaped_commas_slashes.opt
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
compileall.py 132 def expand_args(args, flist):
133 """read names in flist and append to args"""
135 if flist:
137 if flist == '-':
140 fd = open(flist)
147 print "Error reading file list %s" % flist
187 flist = None
196 if o == '-i': flist = a
203 if args or flist:
205 if flist:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
compileall.py 132 def expand_args(args, flist):
133 """read names in flist and append to args"""
135 if flist:
137 if flist == '-':
140 fd = open(flist)
147 print "Error reading file list %s" % flist
174 flist = None
183 if o == '-i': flist = a
190 if args or flist:
192 if flist:
    [all...]
  /external/python/cpython2/Lib/
compileall.py 132 def expand_args(args, flist):
133 """read names in flist and append to args"""
135 if flist:
137 if flist == '-':
140 fd = open(flist)
147 print "Error reading file list %s" % flist
187 flist = None
196 if o == '-i': flist = a
203 if args or flist:
205 if flist
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
objgraph.py 89 flist = file2undef.keys()
90 flist.sort()
91 for filename in flist:
138 flist = undefs[ext]
139 flist.sort()
140 for filename in flist:
  /external/python/cpython2/Tools/scripts/
objgraph.py 89 flist = file2undef.keys()
90 flist.sort()
91 for filename in flist:
138 flist = undefs[ext]
139 flist.sort()
140 for filename in flist:

Completed in 1784 milliseconds

1 2 3 4 5