HomeSort by relevance Sort by last modified time
    Searched refs:todo (Results 51 - 75 of 186) sorted by null

1 23 4 5 6 7 8

  /toolchain/binutils/binutils-2.27/gprof/
cg_print.c 167 Sym *todo, *doing, *prev;
171 todo = cyc->cg.cyc.next;
174 for (doing = todo; doing != NULL; doing = todo)
176 todo = doing->cg.cyc.next;
568 unsigned int nnames, todo, i, j;
590 for (sym_index = 1, todo = nnames; sym_index <= num_cycles; sym_index++)
591 name_sorted_syms[todo++] = &cycle_header[sym_index];
595 sym_index = (todo + 2) / 3;
602 for (j = i; j < todo; j += sym_index
166 Sym *todo, *doing, *prev; local
567 unsigned int nnames, todo, i, j; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
pgen.py 207 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)
  /external/python/cpython2/Lib/lib2to3/pgen2/
pgen.py 207 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)
  /external/python/cpython2/Lib/plat-mac/
buildtools.py 401 todo = os.listdir(srctree)
402 while todo:
403 this, todo = todo[0], todo[1:]
410 todo.append(os.path.join(this, t))
  /external/python/cpython3/Lib/lib2to3/pgen2/
pgen.py 207 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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 207 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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
buildtools.py 401 todo = os.listdir(srctree)
402 while todo:
403 this, todo = todo[0], todo[1:]
410 todo.append(os.path.join(this, t))
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 207 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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 207 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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 401 todo = os.listdir(srctree)
402 while todo:
403 this, todo = todo[0], todo[1:]
410 todo.append(os.path.join(this, t))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 207 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)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineVerifier.cpp 699 // TODO: verify that earlyclobber ops are not used.
858 DenseSet<const MachineBasicBlock*> todo; local
869 todo.insert(*SuI);
875 while (!todo.empty()) {
876 const MachineBasicBlock *MBB = *todo.begin();
877 todo.erase(MBB);
885 todo.insert(*SuI);
895 DenseSet<const MachineBasicBlock*> todo; local
904 todo.insert(*PrI);
    [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 185 size_t todo = out_len < A_len ? out_len : A_len; local
186 OPENSSL_memcpy(out, A, todo);
187 out += todo;
188 out_len -= todo;
  /external/python/cpython2/Tools/scripts/
pindent.py 238 todo = []
261 todo.append(line)
318 for l in todo: self.write(l)
320 todo = []
  /external/python/cpython3/Tools/scripts/
pindent.py 236 todo = []
259 todo.append(line)
316 for l in todo: self.write(l)
318 todo = []
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
objdump_test.go 70 if hasPrefix(dec.text, todo...) {
108 // TODO: system instruction.
109 var todo = strings.Fields(` var
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
objdump_test.go 70 if hasPrefix(dec.text, todo...) {
108 // TODO: system instruction.
109 var todo = strings.Fields(` var
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentCommandList.inc 120 COMMENT_COMMAND(todo)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentCommandList.inc 120 COMMENT_COMMAND(todo)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentCommandList.inc 120 COMMENT_COMMAND(todo)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentCommandList.inc 120 COMMENT_COMMAND(todo)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentCommandList.inc 120 COMMENT_COMMAND(todo)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentCommandList.inc 120 COMMENT_COMMAND(todo)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentCommandList.inc 120 COMMENT_COMMAND(todo)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentCommandList.inc 120 COMMENT_COMMAND(todo)

Completed in 1440 milliseconds

1 23 4 5 6 7 8