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

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/darwin-x86/doc/progs/
image_package4.go 15 fmt.Printf("%#v\n", r.Size()) // prints image.Point{X:2, Y:1}
  /prebuilts/go/darwin-x86/misc/cgo/test/
duplicate_symbol.go 20 fmt.Printf("%v %v %v\n", C.base_symbol, C.alias_one, C.alias_two)
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
example.go 31 fmt.Printf("--- FAIL: %s\npanic: %v\n", eg.Name, e)
38 fmt.Printf("=== RUN: %s\n", eg.Name)
72 fmt.Printf("--- FAIL: %s %s\ngot:\n%s\nwant:\n%s\n",
76 fmt.Printf("--- PASS: %s %s\n", eg.Name, tstr)
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
tracebackctxt.go 39 fmt.Printf("at end contextCount == %d, expected 0\n", got)
88 fmt.Printf("found function %s at wrong line %#x (expected %#x)\n", w.function, frames[i].Line, w.line)
95 fmt.Printf("did not find function %s in\n", w.function)
104 fmt.Printf("at bottom contextCount == %d, expected 2\n", got)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug308.go 14 fmt.Printf("log: %s\n", fmt.Sprintf(f, argv...))
issue15175.go 16 fmt.Printf("uint8(253)>>0 = %v, wanted 253\n", got)
20 fmt.Printf("f1(...) = %v, wanted 255\n", got)
24 fmt.Printf("f2(...) = %v, wanted 242\n", got)
28 fmt.Printf("f3(...) = %v, wanted 254\n", got)
issue17551.go 15 fmt.Printf("x = %v\n", x)
issue17640.go 25 fmt.Printf("unexpected: %s\n", results)
issue5373.go 26 fmt.Printf("index after range with side-effect = %d want %d\n", i, want)
36 fmt.Printf("index after range without side-effect = %d want %d\n", i, want)
51 fmt.Printf("index function calls = %d want %d\n", x, want)
62 fmt.Printf("range expr function calls = %d want %d\n", x, want)
issue7050.go 17 fmt.Printf("BUG: os.Stdout.Write(nil) = %v\n", err)
  /prebuilts/go/darwin-x86/test/fixedbugs/issue21120.dir/
main.go 22 fmt.Printf("%q (from b.F1()) != %q (from b.F2())\n", b1, b2)
  /prebuilts/go/darwin-x86/test/
stringrange.go 28 fmt.Printf("unexpected offset %d not %d\n", i, offset)
32 fmt.Printf("unexpected rune %d from DecodeRuneInString: %x not %x\n", i, r, expect[cnum])
36 fmt.Printf("unexpected rune %d from range: %x not %x\n", i, r, expect[cnum])
62 fmt.Printf("surrogate UTF-8 does not error: %U\n", c)
  /prebuilts/go/darwin-x86/test/syntax/
topexpr.go 9 fmt.Printf("hello") // ERROR "non-declaration statement outside function body|expected declaration"
  /prebuilts/go/darwin-x86/test/uintptrescapes.dir/
main.go 52 fmt.Printf("F1: got %d, expected 42\n", b)
61 fmt.Printf("F2: got %d, expected 42\n", b)
70 fmt.Printf("M1: got %d, expected 42\n", b)
79 fmt.Printf("M2: got %d, expected 42\n", b)
  /prebuilts/go/linux-x86/doc/progs/
eff_unused2.go 10 var _ = fmt.Printf // For debugging; delete when done.
image_package4.go 15 fmt.Printf("%#v\n", r.Size()) // prints image.Point{X:2, Y:1}
  /prebuilts/go/linux-x86/misc/cgo/test/
duplicate_symbol.go 20 fmt.Printf("%v %v %v\n", C.base_symbol, C.alias_one, C.alias_two)
  /prebuilts/go/linux-x86/src/go/doc/testdata/
example.go 31 fmt.Printf("--- FAIL: %s\npanic: %v\n", eg.Name, e)
38 fmt.Printf("=== RUN: %s\n", eg.Name)
72 fmt.Printf("--- FAIL: %s %s\ngot:\n%s\nwant:\n%s\n",
76 fmt.Printf("--- PASS: %s %s\n", eg.Name, tstr)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
tracebackctxt.go 39 fmt.Printf("at end contextCount == %d, expected 0\n", got)
88 fmt.Printf("found function %s at wrong line %#x (expected %#x)\n", w.function, frames[i].Line, w.line)
95 fmt.Printf("did not find function %s in\n", w.function)
104 fmt.Printf("at bottom contextCount == %d, expected 2\n", got)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug308.go 14 fmt.Printf("log: %s\n", fmt.Sprintf(f, argv...))
issue15175.go 16 fmt.Printf("uint8(253)>>0 = %v, wanted 253\n", got)
20 fmt.Printf("f1(...) = %v, wanted 255\n", got)
24 fmt.Printf("f2(...) = %v, wanted 242\n", got)
28 fmt.Printf("f3(...) = %v, wanted 254\n", got)
issue17551.go 15 fmt.Printf("x = %v\n", x)
issue17640.go 25 fmt.Printf("unexpected: %s\n", results)
issue5373.go 26 fmt.Printf("index after range with side-effect = %d want %d\n", i, want)
36 fmt.Printf("index after range without side-effect = %d want %d\n", i, want)
51 fmt.Printf("index function calls = %d want %d\n", x, want)
62 fmt.Printf("range expr function calls = %d want %d\n", x, want)
  /prebuilts/go/linux-x86/test/fixedbugs/issue21120.dir/
main.go 22 fmt.Printf("%q (from b.F1()) != %q (from b.F2())\n", b1, b2)

Completed in 569 milliseconds

1 2 3 4 5 67 8 91011>>