HomeSort by relevance Sort by last modified time
    Searched refs:Go (Results 1 - 25 of 8779) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
mangle-local-class-vtables.cpp 27 void Go(const I &i);
34 Go(C());
41 Go(C());
48 Go(C());
60 Go(C());
specialized-static-data-mem-init.cpp 19 void Go() { needs_guard.PrintNumK(); }
27 C<int>().Go();
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_solaris_amd64.go 1 // Copyright 2014 The Go Authors. All rights reserved.
9 // TODO(aram): remove these before Go 1.3.
syscall_windows_386.go 1 // Copyright 2009 The Go Authors. All rights reserved.
syscall_windows_amd64.go 1 // Copyright 2009 The Go Authors. All rights reserved.
zerrors_windows_386.go 1 // Copyright 2011 The Go Authors. All rights reserved.
zerrors_windows_amd64.go 1 // Copyright 2011 The Go Authors. All rights reserved.
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_solaris_amd64.go 1 // Copyright 2014 The Go Authors. All rights reserved.
9 // TODO(aram): remove these before Go 1.3.
syscall_windows_386.go 1 // Copyright 2009 The Go Authors. All rights reserved.
syscall_windows_amd64.go 1 // Copyright 2009 The Go Authors. All rights reserved.
zerrors_windows_386.go 1 // Copyright 2011 The Go Authors. All rights reserved.
  /prebuilts/go/darwin-x86/src/sort/
example_multi_test.go 1 // Copyright 2013 The Go Authors. All rights reserved.
78 {"gri", "Go", 100},
80 {"glenda", "Go", 200},
81 {"rsc", "Go", 200},
82 {"r", "Go", 100},
83 {"ken", "Go", 200},
125 // By user: [{dmr C 100} {glenda Go 200} {gri Go 100} {gri Smalltalk 80} {ken C 150} {ken Go 200} {r Go 100} {r C 150} {rsc Go 200}
    [all...]
  /prebuilts/go/linux-x86/src/sort/
example_multi_test.go 1 // Copyright 2013 The Go Authors. All rights reserved.
78 {"gri", "Go", 100},
80 {"glenda", "Go", 200},
81 {"rsc", "Go", 200},
82 {"r", "Go", 100},
83 {"ken", "Go", 200},
125 // By user: [{dmr C 100} {glenda Go 200} {gri Go 100} {gri Smalltalk 80} {ken C 150} {ken Go 200} {r Go 100} {r C 150} {rsc Go 200}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
stack.go 1 // Copyright 2011 The Go Authors. All rights reserved.
7 // For the linkers. Must match Go definitions.
8 // TODO(rsc): Share Go definitions with linkers directly.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
stack.go 1 // Copyright 2011 The Go Authors. All rights reserved.
7 // For the linkers. Must match Go definitions.
8 // TODO(rsc): Share Go definitions with linkers directly.
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 1 // Copyright 2015 The Go Authors. All rights reserved.
20 general, except as discussed below, Go programs will convert a
36 Default behavior of signals in Go programs
44 directly by the Go runtime to implement runtime.CPUProfile. Other
47 If the Go program is started with either SIGHUP or SIGINT ignored
50 If the Go program is started with a non-empty signal mask, that will
58 Changing the behavior of signals in Go programs
60 The functions in this package allow a program to change the way Go
93 When a Go program writes to a broken pipe, the kernel will raise a
112 Go programs that use cgo or SWI
    [all...]
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 1 // Copyright 2015 The Go Authors. All rights reserved.
20 general, except as discussed below, Go programs will convert a
36 Default behavior of signals in Go programs
44 directly by the Go runtime to implement runtime.CPUProfile. Other
47 If the Go program is started with either SIGHUP or SIGINT ignored
50 If the Go program is started with a non-empty signal mask, that will
58 Changing the behavior of signals in Go programs
60 The functions in this package allow a program to change the way Go
93 When a Go program writes to a broken pipe, the kernel will raise a
112 Go programs that use cgo or SWI
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/errors/
issue13830.go 1 // Copyright 2016 The Go Authors. All rights reserved.
5 // cgo converts C void* to Go unsafe.Pointer, so despite appearances C
6 // void** is Go *unsafe.Pointer. This test verifies that we detect the
  /prebuilts/go/darwin-x86/src/cmd/go/
version.go 1 // Copyright 2011 The Go Authors. All rights reserved.
15 Short: "print Go version",
16 Long: `Version prints the Go version, as reported by runtime.Version.`,
24 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/linux-x86/misc/cgo/errors/
issue13830.go 1 // Copyright 2016 The Go Authors. All rights reserved.
5 // cgo converts C void* to Go unsafe.Pointer, so despite appearances C
6 // void** is Go *unsafe.Pointer. This test verifies that we detect the
  /prebuilts/go/linux-x86/src/cmd/go/
version.go 1 // Copyright 2011 The Go Authors. All rights reserved.
15 Short: "print Go version",
16 Long: `Version prints the Go version, as reported by runtime.Version.`,
24 fmt.Printf("go version %s %s/%s\n", runtime.Version(), runtime.GOOS, runtime.GOARCH)
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue11925.go 1 // Copyright 2015 The Go Authors. All rights reserved.
6 // padded by the Go compiler.
32 t.Errorf("size of a changed: C %d, Go %d", C.sizeof_struct_a11925, unsafe.Sizeof(C.struct_a11925{}))
35 t.Errorf("size of b changed: C %d, Go %d", C.sizeof_struct_b11925, unsafe.Sizeof(C.struct_b11925{}))
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15548.dir/
c.go 1 // Copyright 2016 The Go Authors. All rights reserved.
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15920.dir/
b.go 1 // Copyright 2016 The Go Authors. All rights reserved.
  /prebuilts/go/linux-x86/misc/cgo/test/
issue11925.go 1 // Copyright 2015 The Go Authors. All rights reserved.
6 // padded by the Go compiler.
32 t.Errorf("size of a changed: C %d, Go %d", C.sizeof_struct_a11925, unsafe.Sizeof(C.struct_a11925{}))
35 t.Errorf("size of b changed: C %d, Go %d", C.sizeof_struct_b11925, unsafe.Sizeof(C.struct_b11925{}))

Completed in 1407 milliseconds

1 2 3 4 5 6 7 8 91011>>