HomeSort by relevance Sort by last modified time
    Searched refs:Println (Results 176 - 200 of 585) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/kati/testcase/
parse_benchcmp.go 90 fmt.Println("Run benchmark on master and ", curBranch)
91 fmt.Println("git checkout master")
95 fmt.Println(commit)
96 fmt.Println("running benchmark tests...")
99 fmt.Println("git checkout", curBranch)
103 fmt.Println(commit)
104 fmt.Println("running benchmark tests...")
  /prebuilts/go/darwin-x86/src/context/
example_test.go 42 fmt.Println(n)
68 fmt.Println("overslept")
70 fmt.Println(ctx.Err())
87 fmt.Println("overslept")
89 fmt.Println(ctx.Err()) // prints "context deadline exceeded"
101 fmt.Println("found value:", v)
104 fmt.Println("key not found:", k)
  /prebuilts/go/darwin-x86/src/reflect/
example_test.go 46 fmt.Println(intSwap(0, 1))
51 fmt.Println(floatSwap(2.72, 3.14))
66 fmt.Println(field.Tag.Get("color"), field.Tag.Get("species"))
85 fmt.Println("(blank)")
87 fmt.Println(alias)
90 fmt.Println("(not specified)")
107 fmt.Println(fileType.Implements(writerType))
  /prebuilts/go/darwin-x86/test/stress/
runstress.go 35 func Println(a ...interface{}) {
37 log.Println(a...)
46 Println("did dial")
50 Println("closed dial")
81 Println("did http", size)
103 Println("did exec")
145 Println("did threadring of", bufsize)
  /prebuilts/go/linux-x86/src/context/
example_test.go 42 fmt.Println(n)
68 fmt.Println("overslept")
70 fmt.Println(ctx.Err())
87 fmt.Println("overslept")
89 fmt.Println(ctx.Err()) // prints "context deadline exceeded"
101 fmt.Println("found value:", v)
104 fmt.Println("key not found:", k)
  /prebuilts/go/linux-x86/src/reflect/
example_test.go 46 fmt.Println(intSwap(0, 1))
51 fmt.Println(floatSwap(2.72, 3.14))
66 fmt.Println(field.Tag.Get("color"), field.Tag.Get("species"))
85 fmt.Println("(blank)")
87 fmt.Println(alias)
90 fmt.Println("(not specified)")
107 fmt.Println(fileType.Implements(writerType))
  /prebuilts/go/linux-x86/test/stress/
runstress.go 35 func Println(a ...interface{}) {
37 log.Println(a...)
46 Println("did dial")
50 Println("closed dial")
81 Println("did http", size)
103 Println("did exec")
145 Println("did threadring of", bufsize)
  /prebuilts/go/darwin-x86/src/math/big/
example_test.go 17 fmt.Println(r.FloatString(3))
24 fmt.Println(i)
34 log.Println("error scanning value:", err)
36 fmt.Println(r)
47 log.Println("error scanning value:", err)
49 fmt.Println(i)
60 log.Println("error scanning value:", err)
62 fmt.Println(f)
85 fmt.Println(a) // 100-digit Fibonacci number
90 fmt.Println(a.ProbablyPrime(20)
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
example_test.go 17 fmt.Println(r.FloatString(3))
24 fmt.Println(i)
34 log.Println("error scanning value:", err)
36 fmt.Println(r)
47 log.Println("error scanning value:", err)
49 fmt.Println(i)
60 log.Println("error scanning value:", err)
62 fmt.Println(f)
85 fmt.Println(a) // 100-digit Fibonacci number
90 fmt.Println(a.ProbablyPrime(20)
    [all...]
  /prebuilts/go/darwin-x86/src/os/
example_test.go 60 fmt.Println("regular file")
62 fmt.Println("directory")
64 fmt.Println("symbolic link")
66 fmt.Println("named pipe")
86 fmt.Println(os.ExpandEnv("$USER lives in ${HOME}."))
  /prebuilts/go/linux-x86/src/os/
example_test.go 60 fmt.Println("regular file")
62 fmt.Println("directory")
64 fmt.Println("symbolic link")
66 fmt.Println("named pipe")
86 fmt.Println(os.ExpandEnv("$USER lives in ${HOME}."))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
loadstore.go 17 println("testLoadStoreOrder failed")
37 fmt.Println("testStoreSize failed. want =", want, ", got =", a)
74 fmt.Println("testExtStore failed. want =", start, ", got =", got)
100 fmt.Println("testDeadStorePanic failed. want =", want, ", got =", got)
156 fmt.Println("testLoadHitStore (int8) failed. want =", want, ", got =", got)
166 fmt.Println("testLoadHitStore (uint8) failed. want =", want, ", got =", got)
176 fmt.Println("testLoadHitStore (int16) failed. want =", want, ", got =", got)
186 fmt.Println("testLoadHitStore (uint16) failed. want =", want, ", got =", got)
196 fmt.Println("testLoadHitStore (int32) failed. want =", want, ", got =", got)
206 fmt.Println("testLoadHitStore (uint32) failed. want =", want, ", got =", got
    [all...]
append.go 53 fmt.Println("unnecessary grow")
59 fmt.Println("didn't grow")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
loadstore.go 17 println("testLoadStoreOrder failed")
37 fmt.Println("testStoreSize failed. want =", want, ", got =", a)
74 fmt.Println("testExtStore failed. want =", start, ", got =", got)
100 fmt.Println("testDeadStorePanic failed. want =", want, ", got =", got)
156 fmt.Println("testLoadHitStore (int8) failed. want =", want, ", got =", got)
166 fmt.Println("testLoadHitStore (uint8) failed. want =", want, ", got =", got)
176 fmt.Println("testLoadHitStore (int16) failed. want =", want, ", got =", got)
186 fmt.Println("testLoadHitStore (uint16) failed. want =", want, ", got =", got)
196 fmt.Println("testLoadHitStore (int32) failed. want =", want, ", got =", got)
206 fmt.Println("testLoadHitStore (uint32) failed. want =", want, ", got =", got
    [all...]
append.go 53 fmt.Println("unnecessary grow")
59 fmt.Println("didn't grow")
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
print.go 147 fmt.Println() // not an error
148 fmt.Println("%s", "hi") // ERROR "Println call has possible formatting directive %s"
149 fmt.Println("%v", "hi") // ERROR "Println call has possible formatting directive %v"
150 fmt.Println("0.0%") // correct (trailing % couldn't be a formatting directive)
201 fmt.Println(e.Error()) // ok
222 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
256 // user-defined Println-like function
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
print.go 147 fmt.Println() // not an error
148 fmt.Println("%s", "hi") // ERROR "Println call has possible formatting directive %s"
149 fmt.Println("%v", "hi") // ERROR "Println call has possible formatting directive %v"
150 fmt.Println("0.0%") // correct (trailing % couldn't be a formatting directive)
201 fmt.Println(e.Error()) // ok
222 Println(someFunction) // ERROR "Println arg someFunction is a func value, not called"
256 // user-defined Println-like function
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/help/
help.go 38 fmt.Println("// Copyright 2011 The Go Authors. All rights reserved.")
39 fmt.Println("// Use of this source code is governed by a BSD-style")
40 fmt.Println("// license that can be found in the LICENSE file.")
41 fmt.Println()
42 fmt.Println("// DO NOT EDIT THIS FILE. GENERATED BY mkalldocs.sh.")
43 fmt.Println("// Edit the documentation in other files and rerun mkalldocs.sh to generate this one.")
44 fmt.Println()
49 fmt.Println("package main")
  /prebuilts/go/darwin-x86/src/encoding/base32/
example_test.go 18 fmt.Println(str)
27 fmt.Println("error:", err)
  /prebuilts/go/darwin-x86/src/os/signal/
example_test.go 22 fmt.Println("Got signal:", s)
37 fmt.Println("Got signal:", s)
  /prebuilts/go/darwin-x86/test/
strength.go 41 fmt.Println(f1)
42 fmt.Println(f2)
  /prebuilts/go/linux-x86/src/cmd/go/internal/help/
help.go 38 fmt.Println("// Copyright 2011 The Go Authors. All rights reserved.")
39 fmt.Println("// Use of this source code is governed by a BSD-style")
40 fmt.Println("// license that can be found in the LICENSE file.")
41 fmt.Println()
42 fmt.Println("// DO NOT EDIT THIS FILE. GENERATED BY mkalldocs.sh.")
43 fmt.Println("// Edit the documentation in other files and rerun mkalldocs.sh to generate this one.")
44 fmt.Println()
49 fmt.Println("package main")
  /prebuilts/go/linux-x86/src/encoding/base32/
example_test.go 18 fmt.Println(str)
27 fmt.Println("error:", err)
  /prebuilts/go/linux-x86/src/os/signal/
example_test.go 22 fmt.Println("Got signal:", s)
37 fmt.Println("Got signal:", s)
  /prebuilts/go/linux-x86/test/
strength.go 41 fmt.Println(f1)
42 fmt.Println(f2)

Completed in 1382 milliseconds

1 2 3 4 5 6 78 91011>>