Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebchecker.py276 self.todo = {}
303 return (self.roots, self.todo, self.done, self.bad, self.round)
307 (self.roots, self.todo, self.done, self.bad, self.round) = state
342 while self.todo:
345 urls = self.todo.keys()
353 len(self.todo)+len(self.done),
354 len(self.todo), len(self.done),
359 if not self.todo: s = "Final"
396 " from", self.todo[url_pair])
457 if self.todo.has_key(url):
[all …]
Dwcgui.py233 if self.todo:
261 elif self.todo.has_key(url):
263 o = self.todo[url]
297 elif self.todo.has_key(url):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dast.py210 todo = deque([node])
211 while todo:
212 node = todo.popleft()
213 todo.extend(iter_child_nodes(node))
Dcgi.py655 todo = self.length
656 if todo >= 0:
657 while todo > 0:
658 data = self.fp.read(min(todo, self.bufsize))
663 todo = todo - len(data)
Dbinhex.py123 todo = (datalen//3)*3
124 data = self.data[:todo]
125 self.data = self.data[todo:]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dast.py210 todo = deque([node])
211 while todo:
212 node = todo.popleft()
213 todo.extend(iter_child_nodes(node))
Dbinhex.py124 todo = (datalen//3)*3
125 data = self.data[:todo]
126 self.data = self.data[todo:]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dpgen.py207 todo = [start]
208 for i, state in enumerate(todo):
211 if next in todo:
212 j = todo.index(next)
214 j = len(todo)
215 todo.append(next)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
DTODO.txt6 Finish the todo list.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpindent.py239 todo = []
266 todo.append(line)
321 for l in todo: self.write(l)
323 todo = []
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py294 todo = [dir]
295 while todo:
296 dir = todo.pop()
303 todo.append(newdir)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py109 todo = [start_block]
110 while todo:
111 b = todo.pop()
117 todo.append(c)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dconfig.ini209 # Check whether only Doxygen commands allowed to mark the code are @bug and @todo.
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp2489 char* todo = (char*)buf->m_fixedBuffer.ptr() + offset; in s_glMapBufferRange() local
2494 todo); in s_glMapBufferRange()
2496 return todo; in s_glMapBufferRange()