HomeSort by relevance Sort by last modified time
    Searched refs:TODO (Results 476 - 500 of 1389) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/go/types/
type.go 245 allMethods []*Func // ordered list of methods declared with or embedded in this interface (TODO(gri): replace with mset)
258 // TODO(gri) Ideally, we should use a named type here instead of
407 // TODO(gri) determine if there's a better solution rather than providing this function
419 // TODO(gri) find a better solution instead of providing this function
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
zsyscall_windows.go 32 // TODO: add more here, after collecting data on the common
  /prebuilts/go/darwin-x86/src/math/big/
floatmarsh.go 114 // TODO(gri): get rid of the []byte/string conversion
intmarsh_test.go 52 // TODO: top-level nils.
ratmarsh_test.go 39 // TODO: top-level nils.
  /prebuilts/go/darwin-x86/src/net/
hosts.go 108 // TODO(jbd,bradfitz): avoid this alloc if host is already all lowercase?
iprawsock_posix.go 46 // TODO(cw,rsc): consider using readv if we know the family
  /prebuilts/go/darwin-x86/src/os/
exec_windows.go 70 // TODO(rsc): Handle Interrupt too?
  /prebuilts/go/darwin-x86/src/os/user/
lookup_windows.go 131 // TODO(brainman): do not know where to get gid and dir fields
user_test.go 44 // TODO(brainman): fix it once we know how.
  /prebuilts/go/darwin-x86/src/plugin/
plugin_dlopen.go 66 // TODO(crawshaw): look for plugin note, confirm it is a Go plugin
  /prebuilts/go/darwin-x86/src/regexp/
onepass_test.go 202 // TODO(cespare): Unify with onePassTests and rationalize one-pass test cases.
  /prebuilts/go/darwin-x86/src/runtime/
os_solaris.go 47 // TODO(rsc): Why is noescape necessary here and below?
signal_solaris.go 55 /* TODO(aram): what should be do about these signals? _SigDefault or _SigNotify? is this set static? */
  /prebuilts/go/darwin-x86/src/testing/
match.go 24 // TODO: fix test_main to avoid race and improve caching, also allowing to
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_android.go 44 // TODO(elias.naur): getprop persist.sys.timezone
  /prebuilts/go/darwin-x86/test/bench/go1/
fasta_test.go 16 // TODO(dfc) remove this limitation after precise gc.
  /prebuilts/go/darwin-x86/test/
const.go 91 // TODO(gri): exp/ssa/interp constant folding is incorrect.
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
tokenizer.go 109 // TODO: If we ever have //go: comments in assembly, will need to keep them here.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bimport.go 66 // TODO(gri) Remove this support eventually; after Go1.8.
393 // TODO(gri) register new position
471 recv := p.paramList() // TODO(gri) do we need a full param list for the receiver?
682 // TODO(gri) Supply function/method package rather than
692 // TODO(gri) This is compiler-specific (escape info).
831 // TODO(gri) split into expr and stmt
1001 // TODO(gri) these should not be exported in the first place
1014 return liststmt(variter([]*Node{lhs}, typ, nil)) // TODO(gri) avoid list creation
1102 // TODO(gri) eventually we must declare variables for type switch
ssa_test.go 16 // TODO: move all these tests elsewhere?
  /prebuilts/go/linux-x86/src/cmd/compile/internal/mips/
ggen.go 61 // TODO(mips): implement DUFFZERO
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
fuse.go 33 // TODO: If ss doesn't contain any OpPhis, are s0 and s1 dead code anyway.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
syntax.go 18 // TODO(gri) decide what we really need here
  /prebuilts/go/linux-x86/src/context/
context_test.go 56 c := TODO()
58 t.Fatalf("TODO returned nil")
65 if got, want := fmt.Sprint(c), "context.TODO"; got != want {
66 t.Errorf("TODO().String() = %q want %q", got, want)

Completed in 556 milliseconds

<<11121314151617181920>>