HomeSort by relevance Sort by last modified time
    Searched refs:todo (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 298 todo = [dir]
299 while todo:
300 dir = todo.pop()
307 todo.append(newdir)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 109 todo = [start_block]
110 while todo:
111 b = todo.pop()
117 todo.append(c)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 298 todo = [dir]
299 while todo:
300 dir = todo.pop()
307 todo.append(newdir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 109 todo = [start_block]
110 while todo:
111 b = todo.pop()
117 todo.append(c)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 298 todo = [dir]
299 while todo:
300 dir = todo.pop()
307 todo.append(newdir)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 109 todo = [start_block]
110 while todo:
111 b = todo.pop()
117 todo.append(c)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 298 todo = [dir]
299 while todo:
300 dir = todo.pop()
307 todo.append(newdir)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rsa/
rsa.go 239 todo := bits
244 // P = 2^todo × ?
248 // shift todo to compensate for lost bits: the mean value of 0.11...
249 // is 7/8, so todo + shift - nprimes * log2(7/8) ~= bits - 1/2
252 todo += (nprimes - 2) / 5
256 primes[i], err = rand.Prime(random, todo/(nprimes-i))
260 todo -= primes[i].BitLen()
480 // TODO(agl): can we get away with reusing blinds?
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 239 todo := bits
244 // P = 2^todo × ?
248 // shift todo to compensate for lost bits: the mean value of 0.11...
249 // is 7/8, so todo + shift - nprimes * log2(7/8) ~= bits - 1/2
252 todo += (nprimes - 2) / 5
256 primes[i], err = rand.Prime(random, todo/(nprimes-i))
260 todo -= primes[i].BitLen()
480 // TODO(agl): can we get away with reusing blinds?
  /libcore/
JavaLibrary.mk 75 # TODO: Should this be conditioned on a PRODUCT_ flag or should we just turn this
487 # TODO list of missing javadoc, etc:
488 # ../out/target/common/docs/libcore-docs-todo.html
511 -todo ../$(LOCAL_MODULE)-docs-todo.html \
  /build/kati/
shellutil.go 184 // TODO(ukai): redirect token.
199 // todo: unquote?
  /external/v8/src/compiler/
register-allocator-verifier.cc 59 // TODO(dcarney): model unique constraints.
332 // TODO(mtrofin): the following check should hold, however, in certain
560 DelayedAssessments* todo = todo_iter->second; local
561 for (auto pair : todo->map()) {
  /external/mksh/src/
check.pl 403 local(@todo) = ();
410 push(@todo, $file) if $file =~ /^[^.].*\.t$/;
414 foreach $file (@todo) {
723 local(@todo) = ();
731 push(@todo, $file) if $file ne '.' && $file ne '..';
734 foreach $file (@todo) {
    [all...]
  /prebuilts/go/darwin-x86/src/context/
context.go 37 // Do not pass a nil Context, even if a function permits it. Pass context.TODO
190 case todo:
191 return "context.TODO"
198 todo = new(emptyCtx)
209 // TODO returns a non-nil, empty Context. Code should use context.TODO when
212 // parameter). TODO is recognized by static analysis tools that determine
214 func TODO() Context {
215 return todo
197 todo = new(emptyCtx) var
  /prebuilts/go/linux-x86/src/context/
context.go 37 // Do not pass a nil Context, even if a function permits it. Pass context.TODO
190 case todo:
191 return "context.TODO"
198 todo = new(emptyCtx)
209 // TODO returns a non-nil, empty Context. Code should use context.TODO when
212 // parameter). TODO is recognized by static analysis tools that determine
214 func TODO() Context {
215 return todo
197 todo = new(emptyCtx) var
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 55 replacement.todo = reason
  /external/brotli/research/
brotlidump.py 25 #TODO 2: allow hex only output
280 todo = set(decodeTable)
284 while todo:
288 for s in todo: splitSymbols[s&mask].append(s)
290 #set length, and remove from todo list
294 todo.remove(s)
    [all...]
  /prebuilts/go/darwin-x86/test/
prove.go 45 if i >= 10 && i < len(a) { // todo: handle this case
  /prebuilts/go/linux-x86/test/
prove.go 45 if i >= 10 && i < len(a) { // todo: handle this case
  /external/icu/icu4c/source/tools/tzcode/
zic.c 1905 register zic_t todo; local
    [all...]
  /external/iproute2/tc/
tc_bpf.c 983 static int bpf_make_custom_path(const char *todo)
989 snprintf(rem, sizeof(rem), "%s/", todo);
    [all...]
  /external/libopus/doc/
customdoxygen.css 805 /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
832 dl.todo
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 6869 int todo = block.length; local
8263 int todo = block.length; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 189 'readability/todo',
223 'whitespace/todo'
    [all...]
  /external/libjpeg-turbo/doc/html/
doxygen.css 942 /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
981 dl.todo

Completed in 2183 milliseconds

1 2 3 45 6 7