Searched refs:tolist (Results 1 – 12 of 12) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | difflib.py | 1825 fromlist,tolist = [],[] 1827 self._split_line(tolist,toline,totext) 1830 while fromlist or tolist: 1835 if tolist: 1836 todata = tolist.pop(0) 1848 fromlist,tolist,flaglist = [],[],[] 1854 tolist.append(self._format_line(1,flag,*todata)) 1858 tolist.append(None) 1860 return fromlist,tolist,flaglist 1896 def _convert_flags(self,fromlist,tolist,flaglist,context,numlines): argument [all …]
|
D | mhlib.py | 313 value = IntSet(fields[1].strip(), ' ').tolist() 832 def tolist(self): member in IntSet 980 seqs['foo'] = IntSet('1-10 12-20', ' ').tolist()
|
D | smtpd.py | 447 msg.Enqueue(mlist, tolist=1)
|
D | sre_compile.py | 350 header = header + mapping.tolist()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/PatchPcdValue/ |
D | PatchPcdValue.py | 91 OrigByteList = ByteArray.tolist() 92 ByteList = ByteArray.tolist()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/ |
D | GenVpd.py | 257 self.PcdValue = ReturnArray.tolist() 291 self.PcdValue = ReturnArray.tolist()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_memoryview.py | 143 l = m.tolist()
|
D | test_array.py | 224 self.assertRaises(TypeError, a.tolist, 42) 228 b.fromlist(a.tolist())
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | gcmodule.c | 560 visit_move(PyObject *op, PyGC_Head *tolist) in visit_move() argument 565 gc_list_move(gc, tolist); in visit_move()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | gcmodule.c | 509 visit_move(PyObject *op, PyGC_Head *tolist) in visit_move() argument 514 gc_list_move(gc, tolist); in visit_move()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | Misc.py | 1915 ByteList = ByteArray.tolist() 1934 ByteList = ByteArray.tolist() 1944 ByteList = ByteArray.tolist() 1953 ByteList = ByteArray.tolist()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | sre_compile.py | 426 return a.tolist()
|