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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/cmd/vet/all/
main.go 212 // TODO: If go/loader ever makes it to the standard library, have vet use it,
222 // TODO: The unsafeptr checks are disabled for now,
308 // TODO: figure out a clean way to avoid get this info rather than listing it here yet again.
  /prebuilts/go/linux-x86/src/net/
addrselect.go 139 // TODO(bradfitz): implement? low priority for now.
147 // TODO(bradfitz): implement? low priority for now.
177 // TODO(bradfitz): implement? low priority for now.
  /build/soong/cc/config/
clang.go 77 // TODO: can we remove this now?
  /build/soong/cc/
coverage.go 108 // TODO(dwillemsen): because of -nodefaultlibs, we must depend on libclang_rt.profile-*.a
sanitize.go 203 // TODO(ccross): error for compile_multilib = "32"?
262 // TODO(danalbert): The following checks currently have compiler performance issues.
272 // TODO(danalbert): Fix UB in libc++'s __tree so we can turn this on.
291 // TODO: put in flags?
  /cts/tests/tests/bionic/
Android.build.copy.libs.mk 11 # TODO(dimitry): Can this list be constructed dynamically?
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.bat 15 :: TODO(timurrrr): batch files 'export' all the variables to the parent shell
  /external/llvm/utils/release/
build_llvm_package.bat 49 REM TODO: Run all tests, including lld and compiler-rt.
  /external/testng/
Android.mk 96 # TODO: also add the tests once we have testng working.
  /external/v8/src/js/
harmony-atomics.js 139 // TODO(binji): remove the rest of the (non futex) Atomics functions as they
  /external/webrtc/webrtc/tools/rtcbot/
main.js 94 // TODO(andresp): support multiple tests.
  /frameworks/av/media/libaaudio/src/
Android.mk 5 # TODO Remove this target later, when not needed.
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 58 # TODO figure out if this is the correct thing to do, this seems to not be right
  /prebuilts/go/darwin-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/darwin-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/darwin-x86/src/cmd/compile/internal/mips/
ggen.go 61 // TODO(mips): implement DUFFZERO
  /prebuilts/go/darwin-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/darwin-x86/src/cmd/compile/internal/syntax/
syntax.go 18 // TODO(gri) decide what we really need here
  /prebuilts/go/darwin-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)
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 42 // TODO(brainman): copy all IMAGE_REL_* consts from ldpe.go here
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 143 // TODO(gri): add tests for Filter.
  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 28 // TODO(gri) reconsider the semantics of Position.IsValid
  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 56 // TODO(gri) The named type consolidation and seen maps below must be
165 // TODO(gri) t.allMethods is sorted - use binary search
243 // TODO(gri) Consider using method sets here. Might be more efficient.
246 // TODO(gri) allMethods is sorted - can do this more efficiently
ordering.go 22 // TODO(gri) Consider sorting all types by dependencies here, and

Completed in 466 milliseconds

<<11121314151617181920>>