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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
threadprof.go 71 println("OK")
78 fmt.Println("pthread_create failed:", i)
92 fmt.Println("C signal did not crash as expected")
97 fmt.Println("OK")
  /prebuilts/go/linux-x86/src/sort/
example_interface_test.go 37 fmt.Println(people)
42 fmt.Println(people)
52 fmt.Println(people)
  /frameworks/base/tools/aapt2/
Debug.cpp 102 printer_->Println(StringPrintf("(styleable) size=%zd", styleable->entries.size()));
138 printer_->Println(StringPrintf("=0x%08x", symbol.value));
166 printer_->Println();
176 printer_->Println();
184 printer_->Println("]");
196 printer_->Println();
221 printer_->Println();
256 printer->Println();
265 printer->Println(StringPrintf(" entryCount=%zd", type->entries.size()));
313 printer->Println();
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
detect.go 33 fmt.Println("Available provisioning profiles below.")
34 fmt.Println("NOTE: Any existing app on the device with the app id specified by GOIOS_APP_ID")
35 fmt.Println("will be overwritten when running Go programs.")
37 fmt.Println()
130 fmt.Println(strings.Join(cmd.Args, "\n"))
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 103 fmt.Println(template.HTMLEscapeString(s))
106 fmt.Println(template.HTMLEscaper(v...))
108 fmt.Println(template.JSEscapeString(s))
111 fmt.Println(template.JSEscaper(v...))
113 fmt.Println(template.URLQueryEscaper(v...))
130 master = `Names:{{block "list" .}}{{"\n"}}{{range .}}{{println "-" .}}{{end}}{{end}}`
  /prebuilts/go/linux-x86/misc/ios/
detect.go 33 fmt.Println("Available provisioning profiles below.")
34 fmt.Println("NOTE: Any existing app on the device with the app id specified by GOIOS_APP_ID")
35 fmt.Println("will be overwritten when running Go programs.")
37 fmt.Println()
130 fmt.Println(strings.Join(cmd.Args, "\n"))
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 103 fmt.Println(template.HTMLEscapeString(s))
106 fmt.Println(template.HTMLEscaper(v...))
108 fmt.Println(template.JSEscapeString(s))
111 fmt.Println(template.JSEscaper(v...))
113 fmt.Println(template.URLQueryEscaper(v...))
130 master = `Names:{{block "list" .}}{{"\n"}}{{range .}}{{println "-" .}}{{end}}{{end}}`
  /build/soong/cmd/symbol_inject/
elf.go 142 fmt.Println("mockElfFile{")
145 fmt.Println("\tsections: []elf.SectionHeader{")
149 fmt.Println("\t},")
151 fmt.Println("\tsymbols: []elf.Symbol{")
155 fmt.Println("\t},")
157 fmt.Println("}")
  /prebuilts/go/darwin-x86/src/log/
log_test.go 50 // Test using Println("hello", 23, "world") or using Printf("hello %d world", 23)
59 Println("hello", 23, "world")
85 l.Println(testString)
163 l.Println("non-empty")
193 l.Println(testString)
203 l.Println(testString)
  /prebuilts/go/darwin-x86/src/time/
example_test.go 55 fmt.Println(t2.Sub(t1).String())
94 fmt.Println(hours)
95 fmt.Println(complex)
136 fmt.Println("timed out")
156 fmt.Println("Happy Go day!")
177 fmt.Println("Done!")
180 fmt.Println("Current time: ", t)
193 fmt.Println("default format:", t)
196 fmt.Println("Unix format:", t.Format(time.UnixDate))
199 fmt.Println("Same, in UTC:", t.UTC().Format(time.UnixDate)
    [all...]
  /prebuilts/go/linux-x86/src/log/
log_test.go 50 // Test using Println("hello", 23, "world") or using Printf("hello %d world", 23)
59 Println("hello", 23, "world")
85 l.Println(testString)
163 l.Println("non-empty")
193 l.Println(testString)
203 l.Println(testString)
  /prebuilts/go/linux-x86/src/time/
example_test.go 55 fmt.Println(t2.Sub(t1).String())
94 fmt.Println(hours)
95 fmt.Println(complex)
136 fmt.Println("timed out")
156 fmt.Println("Happy Go day!")
177 fmt.Println("Done!")
180 fmt.Println("Current time: ", t)
193 fmt.Println("default format:", t)
196 fmt.Println("Unix format:", t.Format(time.UnixDate))
199 fmt.Println("Same, in UTC:", t.UTC().Format(time.UnixDate)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
deadlock.go 99 fmt.Println(recover())
172 fmt.Println("1")
173 fmt.Println("2")
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5162.go 23 println("onesA != onesB in CheckEqNNN_TTT")
26 println("onesA == twos in CheckEqNNN_TTT")
29 println("onesB == twos in CheckEqNNN_TTT")
32 println("fail in CheckEqNNN_TTT:", s)
42 println("onesA != onesB in CheckEqNNN_TTTExtraVar")
45 println("onesA == twos in CheckEqNNN_TTTExtraVar")
48 println("onesB == twos in CheckEqNNN_TTTExtraVar")
51 println("fail in CheckEqNNN_TTTExtraVar:", s)
54 println("extra var fail in CheckEqNNN_TTTExtraVar")
63 fmt.Println(`import "fmt"`
    [all...]
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
deadlock.go 99 fmt.Println(recover())
172 fmt.Println("1")
173 fmt.Println("2")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5162.go 23 println("onesA != onesB in CheckEqNNN_TTT")
26 println("onesA == twos in CheckEqNNN_TTT")
29 println("onesB == twos in CheckEqNNN_TTT")
32 println("fail in CheckEqNNN_TTT:", s)
42 println("onesA != onesB in CheckEqNNN_TTTExtraVar")
45 println("onesA == twos in CheckEqNNN_TTTExtraVar")
48 println("onesB == twos in CheckEqNNN_TTTExtraVar")
51 println("fail in CheckEqNNN_TTTExtraVar:", s)
54 println("extra var fail in CheckEqNNN_TTTExtraVar")
63 fmt.Println(`import "fmt"`
    [all...]
  /prebuilts/go/darwin-x86/doc/articles/wiki/
part1-noerror.go 32 fmt.Println(string(p2.Body))
part1.go 35 fmt.Println(string(p2.Body))
  /prebuilts/go/darwin-x86/doc/play/
sieve.go 31 fmt.Println(prime)
solitaire.go 92 fmt.Println(string(board))
105 fmt.Println(string(board))
114 fmt.Println("no solution found")
116 fmt.Println(moves, "moves tried")
  /prebuilts/go/darwin-x86/doc/progs/
eff_sequence.go 15 fmt.Println(seq)
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
malloc.go 30 fmt.Println("malloc: C.malloc returned nil")
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer_test.go 23 fmt.Println()
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/testdata/sample/
sample.go 40 fmt.Println("Sum", sum)
  /prebuilts/go/darwin-x86/src/errors/
example_test.go 31 fmt.Println(err)

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 91011>>