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

1 2 3 4 56 7 8

  /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 241 todo := bits
246 // P = 2^todo × ?
250 // shift todo to compensate for lost bits: the mean value of 0.11...
251 // is 7/8, so todo + shift - nprimes * log2(7/8) ~= bits - 1/2
254 todo += (nprimes - 2) / 5
258 primes[i], err = rand.Prime(random, todo/(nprimes-i))
262 todo -= primes[i].BitLen()
481 // TODO(agl): can we get away with reusing blinds?
  /prebuilts/go/linux-x86/src/crypto/rsa/
rsa.go 241 todo := bits
246 // P = 2^todo × ?
250 // shift todo to compensate for lost bits: the mean value of 0.11...
251 // is 7/8, so todo + shift - nprimes * log2(7/8) ~= bits - 1/2
254 todo += (nprimes - 2) / 5
258 primes[i], err = rand.Prime(random, todo/(nprimes-i))
262 todo -= primes[i].BitLen()
481 // TODO(agl): can we get away with reusing blinds?
  /libcore/
JavaLibrary.mk 72 # TODO: Should this be conditioned on a PRODUCT_ flag or should we just turn this
329 # TODO list of missing javadoc, etc:
330 # ../out/target/common/docs/libcore-docs-todo.html
356 -todo ../$(LOCAL_MODULE)-docs-todo.html \
  /build/kati/
shellutil.go 184 // TODO(ukai): redirect token.
199 // todo: unquote?
  /external/kotlinc/lib/
kotlin-test.jar 
  /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/scapy/scapy/
packet.py 800 def loop(todo, done, self=self):
801 if todo:
802 eltname = todo.pop()
811 for x in loop(todo[:], done):
827 todo = []
830 todo = [k for (k,v) in itertools.chain(six.iteritems(self.default_fields),
834 return loop(todo, done)
    [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
191 case todo:
192 return "context.TODO"
199 todo = new(emptyCtx)
210 // TODO returns a non-nil, empty Context. Code should use context.TODO when
213 // parameter). TODO is recognized by static analysis tools that determine
215 func TODO() Context {
216 return todo
198 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
191 case todo:
192 return "context.TODO"
199 todo = new(emptyCtx)
210 // TODO returns a non-nil, empty Context. Code should use context.TODO when
213 // parameter). TODO is recognized by static analysis tools that determine
215 func TODO() Context {
216 return todo
198 todo = new(emptyCtx) var
  /build/soong/java/
droiddoc.go 97 // a todo file lists the program elements that are missing documentation.
279 // TODO(tobiast): Reorganize this when adding proper support for OpenJDK 9
323 // TODO: This is almost always droiddoc-templates-sdk
429 args = args + " -todo " + String(d.properties.Todo_file)
java_test.go 890 todo_file: "libcore-docs-todo.html",
  /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/boringssl/src/ssl/
ssl_lib.cc 417 // TODO(martinkr): Change callers to |ssl_ctx_get_current_time| and drop the
425 // TODO(davidben): Update current_time_cb to use OPENSSL_timeval. See
1035 // TODO(davidben): In DTLS, should the rest of the record be discarded? DTLS
1053 size_t todo = local
    [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
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 189 'readability/todo',
223 'whitespace/todo'
    [all...]
  /external/iproute2/lib/
bpf.c 1400 const char *todo)
1406 snprintf(rem, sizeof(rem), "%s/", 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
  /external/libnl/doc/
libnl.css 914 /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
953 dl.todo

Completed in 1060 milliseconds

1 2 3 4 56 7 8