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

12 3

  /external/libunwind/tests/
ia64-test-dyn1.c 99 void *flist[2]; local
192 flist[0] = add3_0;
193 flist[1] = add1;
196 ret = (*add3_1) (13, flist);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
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)
Debugger.py 86 self.flist = pyshell.flist
209 self.flist.gotofileline(filename, lineno)
241 self.stackviewer = sv = StackViewer(self.fstack, self.flist, self)
314 pyshell_edit_windows = self.pyshell.flist.inversedict.keys()
325 def __init__(self, master, flist, gui):
333 self.flist = flist
402 edit = self.flist.open(filename)
EditorWindow.py 123 def __init__(self, flist=None, filename=None, key=None, root=None):
153 self.flist = flist
154 root = root or flist.root
162 if flist:
163 self.tkinter_vars = flist.vars
164 #self.top.instance_dict makes flist.inversedict available to
166 self.top.instance_dict = flist.inversedict
241 if flist:
242 flist.inversedict[self] = ke
    [all...]
AutoComplete.py 179 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
CallTips.py 98 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
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)
Debugger.py 86 self.flist = pyshell.flist
209 self.flist.gotofileline(filename, lineno)
241 self.stackviewer = sv = StackViewer(self.fstack, self.flist, self)
314 pyshell_edit_windows = self.pyshell.flist.inversedict.keys()
325 def __init__(self, master, flist, gui):
333 self.flist = flist
402 edit = self.flist.open(filename)
EditorWindow.py 123 def __init__(self, flist=None, filename=None, key=None, root=None):
153 self.flist = flist
154 root = root or flist.root
162 if flist:
163 self.tkinter_vars = flist.vars
164 #self.top.instance_dict makes flist.inversedict available to
166 self.top.instance_dict = flist.inversedict
241 if flist:
242 flist.inversedict[self] = ke
    [all...]
AutoComplete.py 179 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
CallTips.py 98 rpcclt = self.editwin.flist.pyshell.interp.rpcclt
  /external/srec/tools/cmd/
srecres2utd.pl 30 $flist = substr($ARGV[0],1);
31 @resfiles = `cat $flist`;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
config.py 106 flist = cp.get("formatters", "keys")
107 if not len(flist):
109 flist = flist.split(",")
110 flist = _strip_spaces(flist)
112 for form in flist:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
config.py 106 flist = cp.get("formatters", "keys")
107 if not len(flist):
109 flist = flist.split(",")
110 flist = _strip_spaces(flist)
112 for form in flist:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 277 def _filter(flist, skip):
278 return list(ifilterfalse(skip.__contains__, flist))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 277 def _filter(flist, skip):
278 return list(ifilterfalse(skip.__contains__, flist))
  /external/chromium_org/third_party/sqlite/src/test/
malloc_common.tcl 133 set flist [array names FAULTSIM $f]
134 if {[llength $flist]==0} { error "unknown fault: $f" }
135 set faultlist [concat $faultlist $flist]
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 182 def separate_files(flist):
185 for f in flist:
  /external/chromium_org/third_party/leveldatabase/src/db/
version_set.cc 157 const std::vector<FileMetaData*>* flist)
159 flist_(flist),
160 index_(flist->size()) { // Marks as invalid
    [all...]

Completed in 1006 milliseconds

12 3