HomeSort by relevance Sort by last modified time
    Searched refs:Printf (Results 226 - 250 of 1069) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5856.go 34 fmt.Printf("BUG: defer called from %s:%d, want issue5856.go:28\n", file, line)
  /prebuilts/go/darwin-x86/test/fixedbugs/issue5957.dir/
c.go 12 var _ = fmt.Printf
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
closure.go 27 fmt.Printf("expected %d, got %d", want, got)
sqrt_const.go 41 fmt.Printf("%s: math.Sqrt(%f): got %f, want %f\n", test.name, test.in, test.got, test.want)
47 fmt.Printf("%s: math.Sqrt(%f): got %f, want NaN\n", test.name, test.in, test.got)
52 fmt.Printf("math.Sqrt(+Inf), got %f, want +Inf\n", got)
  /prebuilts/go/linux-x86/src/os/
example_test.go 73 fmt.Printf("file does not exist")
96 fmt.Printf("%s not set\n", key)
98 fmt.Printf("%s=%s\n", key, val)
111 fmt.Printf("%s lives in %s.\n", os.Getenv("USER"), os.Getenv("HOME"))
  /prebuilts/go/linux-x86/src/text/scanner/
example_test.go 23 fmt.Printf("%s: %s\n", s.Position, s.TokenText())
  /prebuilts/go/linux-x86/src/unicode/utf8/
example_test.go 17 fmt.Printf("%c %v\n", r, size)
38 fmt.Printf("%c %v\n", r, size)
60 fmt.Printf("%c %v\n", r, size)
81 fmt.Printf("%c %v\n", r, size)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
example_test.go 20 fmt.Printf("%[1]s: %+[1]q\n", s[i:i+d])
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10332.go 23 fmt.Printf("BUG: incorrect PkgPath: %v", pkgpath)
issue19040.go 32 fmt.Printf("panicwrap error text:\n\t%q\nwant:\n\t%q\n", got, want)
issue5856.go 34 fmt.Printf("BUG: defer called from %s:%d, want issue5856.go:28\n", file, line)
  /prebuilts/go/linux-x86/test/fixedbugs/issue5957.dir/
c.go 12 var _ = fmt.Printf
  /external/boringssl/src/util/
check_imported_libraries.go 42 fmt.Printf("Invalid dependency for %s: %s\n", path, lib)
43 fmt.Printf("All dependencies:\n")
45 fmt.Printf(" %s\n", lib)
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_tensor.h 62 formatted_str_ += strings::Printf(
68 formatted_str_ += strings::Printf(
97 formatted_str_ += strings::Printf(
103 formatted_str_ += strings::Printf(
125 formatted_str_ += strings::Printf(
131 formatted_str_ += strings::Printf(
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 62 fmt.Printf("%c", d+'0')
65 fmt.Printf("\n")
72 fmt.Printf("\n%d calls; bit sizes: %d %d %d\n", runtime.NumCgoCall(), numer.Len(), accum.Len(), denom.Len())
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
sqrt_const.go 41 fmt.Printf("%s: math.Sqrt(%f): got %f, want %f\n", test.name, test.in, test.got, test.want)
47 fmt.Printf("%s: math.Sqrt(%f): got %f, want NaN\n", test.name, test.in, test.got)
52 fmt.Printf("math.Sqrt(+Inf), got %f, want +Inf\n", got)
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
numgoroutine.go 71 fmt.Printf("%s NumGoroutine: want %d; got %d\n", label, want, n)
79 fmt.Printf("%s Stack: want %d; got %d:\n%s\n", label, want, n, string(sbuf))
94 fmt.Printf("missing CallbackNumGoroutine from stack:\n%s\n", stk)
  /prebuilts/go/darwin-x86/test/bench/go1/
binarytree_test.go 41 //fmt.Printf("stretch tree of depth %d\t check: %d\n", stretchDepth, check)
53 //fmt.Printf("%d\t trees of depth %d\t check: %d\n", iterations*2, depth, check)
56 //fmt.Printf("long lived tree of depth %d\t check: %d\n", maxDepth, longLivedTree.itemCheck())
  /prebuilts/go/darwin-x86/test/
linkx_run.go 42 fmt.Printf("got %q want %q\n", got, want)
63 fmt.Printf("-X linker flag did not diagnose overwrite of main.b:\n%s\n", outstr)
67 fmt.Printf("-X linker flag did not diagnose overwrite of main.x:\n%s\n", outstr)
reorder.go 33 fmt.Printf("%v, want %d,%d,%d\n", x, x0, x1, x2)
40 fmt.Printf("%d,%d,%d, want %d,%d,%d\n", x, y, z, xx, yy, zz)
148 fmt.Printf("%s; got=(false); want=(true)\n", s)
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 62 fmt.Printf("%c", d+'0')
65 fmt.Printf("\n")
72 fmt.Printf("\n%d calls; bit sizes: %d %d %d\n", runtime.NumCgoCall(), numer.Len(), accum.Len(), denom.Len())
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
numgoroutine.go 71 fmt.Printf("%s NumGoroutine: want %d; got %d\n", label, want, n)
79 fmt.Printf("%s Stack: want %d; got %d:\n%s\n", label, want, n, string(sbuf))
94 fmt.Printf("missing CallbackNumGoroutine from stack:\n%s\n", stk)
  /prebuilts/go/linux-x86/test/bench/go1/
binarytree_test.go 41 //fmt.Printf("stretch tree of depth %d\t check: %d\n", stretchDepth, check)
53 //fmt.Printf("%d\t trees of depth %d\t check: %d\n", iterations*2, depth, check)
56 //fmt.Printf("long lived tree of depth %d\t check: %d\n", maxDepth, longLivedTree.itemCheck())
  /prebuilts/go/linux-x86/test/
linkx_run.go 42 fmt.Printf("got %q want %q\n", got, want)
63 fmt.Printf("-X linker flag did not diagnose overwrite of main.b:\n%s\n", outstr)
67 fmt.Printf("-X linker flag did not diagnose overwrite of main.x:\n%s\n", outstr)
reorder.go 33 fmt.Printf("%v, want %d,%d,%d\n", x, x0, x1, x2)
40 fmt.Printf("%d,%d,%d, want %d,%d,%d\n", x, y, z, xx, yy, zz)
148 fmt.Printf("%s; got=(false); want=(true)\n", s)

Completed in 562 milliseconds

1 2 3 4 5 6 7 8 91011>>