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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/go/doc/
filter.go 97 // TODO(gri): Recognize "Type.Method" as a name.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
a0.go 10 //TODO(uid): todo0
  /prebuilts/go/linux-x86/src/
run.bat 21 rem TODO avoid rebuild if possible
  /prebuilts/go/linux-x86/src/runtime/
cgo_mmap.go 25 // TODO: Fix mmap to return two values.
hash32.go 86 // TODO: convince the compiler to issue rotl instructions after inlining.
hash64.go 86 // TODO: convince the compiler to issue rotl instructions after inlining.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 15 // TODO(nigeltao): specify when errors occur. For example, is ToASCII(".") or
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
width.go 24 // TODO
67 // TODO: the generated tries need to return size 1 for invalid runes for the
149 // TODO for Properties:
200 // TODO: Consider the following options:
  /prebuilts/go/linux-x86/test/
checkbce.go 24 // TODO: 'if 4 <= i && i < len(a)' gets rewritten to 'if uint(i - 4) < 256 - 4',
ddd1.go 54 // TODO(rsc): enable after gofmt bug is fixed
  /prebuilts/go/linux-x86/test/stress/
maps.go 14 // TODO(bradfitz): bunch more map types of all different key and value types.
  /system/gatekeeper/
Android.mk 32 # TODO(krasin): reenable coverage flags, when the new Clang toolchain is released.
  /system/keymaster/
Android.mk 39 # TODO(krasin): reenable coverage flags, when the new Clang toolchain is released.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
noder.go 209 // TODO(mdempsky): Set lineno?
272 f.Func.Nname.Name.Param.Ntype = t // TODO: check if nname already has an ntype
400 // TODO(mdempsky): parser.pexpr uses p.expr(), but
408 x = unparen(x) // TODO(mdempsky): Needed?
411 // TODO(mdempsky): Switch back to p.nod after we
466 // TODO(mdempsky): Be stricter? typecheck should handle errors anyway.
694 // TODO(mdempsky): Line number?
836 if label.Stmt != nil { // TODO(mdempsky): Should always be present.
903 // TODO: Don't try to convert if we had syntax errors (conversions may fail).
960 // TODO(mdempsky): Set line number
    [all...]
bexport.go 139 // TODO(gri) disable and remove once there is only one export format again
164 // TODO(gri) enable and remove once issues caused by it are fixed
264 // TODO(gri) Closures have dots in their names;
270 // TODO(gri) Should we do this check?
279 // TODO(gri) Optimization: Probably worthwhile collecting
321 // TODO(gri) The rest of this loop body is identical with
331 // TODO(gri) Closures have dots in their names;
337 // TODO(gri) Should we do this check?
346 // TODO(gri) Optimization: Probably worthwhile collecting
451 p.pos(nil) // TODO(gri) fix position informatio
    [all...]
phi.go 29 // TODO: make this part of cmd/compile/internal/ssa somehow?
112 for var_ := range s.defvars[b.ID] { // TODO: encode defvars some other way (explicit ops)? make defvars[n] a slice instead of a map.
228 // TODO: if the variable is dead at c, skip it.
236 v := c.NewValue0I(currentRoot.Line, ssa.OpPhi, typ, int64(n)) // TODO: line number right?
388 // TODO: stop walking the iterated domininance frontier when
394 // TODO: move this file to ../ssa, then use sparseSet there.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
noder.go 209 // TODO(mdempsky): Set lineno?
272 f.Func.Nname.Name.Param.Ntype = t // TODO: check if nname already has an ntype
400 // TODO(mdempsky): parser.pexpr uses p.expr(), but
408 x = unparen(x) // TODO(mdempsky): Needed?
411 // TODO(mdempsky): Switch back to p.nod after we
466 // TODO(mdempsky): Be stricter? typecheck should handle errors anyway.
694 // TODO(mdempsky): Line number?
836 if label.Stmt != nil { // TODO(mdempsky): Should always be present.
903 // TODO: Don't try to convert if we had syntax errors (conversions may fail).
960 // TODO(mdempsky): Set line number
    [all...]
bexport.go 139 // TODO(gri) disable and remove once there is only one export format again
164 // TODO(gri) enable and remove once issues caused by it are fixed
264 // TODO(gri) Closures have dots in their names;
270 // TODO(gri) Should we do this check?
279 // TODO(gri) Optimization: Probably worthwhile collecting
321 // TODO(gri) The rest of this loop body is identical with
331 // TODO(gri) Closures have dots in their names;
337 // TODO(gri) Should we do this check?
346 // TODO(gri) Optimization: Probably worthwhile collecting
451 p.pos(nil) // TODO(gri) fix position informatio
    [all...]
phi.go 29 // TODO: make this part of cmd/compile/internal/ssa somehow?
112 for var_ := range s.defvars[b.ID] { // TODO: encode defvars some other way (explicit ops)? make defvars[n] a slice instead of a map.
228 // TODO: if the variable is dead at c, skip it.
236 v := c.NewValue0I(currentRoot.Line, ssa.OpPhi, typ, int64(n)) // TODO: line number right?
388 // TODO: stop walking the iterated domininance frontier when
394 // TODO: move this file to ../ssa, then use sparseSet there.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 25 // TODO: debugging - set flags to control verbosity of compiler,
62 // TODO: capture logging during this pass, add it to the HTML
117 // TODO: should be a config field
331 // TODO: combine phielim and copyelim into a single pass?
337 {name: "opt", fn: opt, required: true}, // TODO: split required rules and optimizing rules
347 {name: "late opt", fn: opt, required: true}, // TODO: split required rules and optimizing rules
func_test.go 35 // TODO(matloob): Choose better names for Fun, Bloc, Goto, etc.
36 // TODO(matloob): Write a parser for the Func disassembly. Maybe
49 // TODO(matloob): Allow values and predecessors to be in different
62 // TODO(matloob): Make sure types are canonical and can
70 // TODO(matloob): Aux values may be *gc.Sym pointers in the near
225 // TODO(matloob): choose a better name.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 25 // TODO: debugging - set flags to control verbosity of compiler,
62 // TODO: capture logging during this pass, add it to the HTML
117 // TODO: should be a config field
331 // TODO: combine phielim and copyelim into a single pass?
337 {name: "opt", fn: opt, required: true}, // TODO: split required rules and optimizing rules
347 {name: "late opt", fn: opt, required: true}, // TODO: split required rules and optimizing rules
func_test.go 35 // TODO(matloob): Choose better names for Fun, Bloc, Goto, etc.
36 // TODO(matloob): Write a parser for the Func disassembly. Maybe
49 // TODO(matloob): Allow values and predecessors to be in different
62 // TODO(matloob): Make sure types are canonical and can
70 // TODO(matloob): Aux values may be *gc.Sym pointers in the near
225 // TODO(matloob): choose a better name.
  /build/soong/cc/
ndk_sysroot.go 23 // TODO(danalbert): All of the above need to include NOTICE files.
53 // TODO(danalbert): Write `ndk_static_library` rule.
  /development/ndk/platforms/android-9/include/sys/
ucontext.h 210 #error TODO

Completed in 552 milliseconds

<<11121314151617181920>>