/prebuilts/go/linux-x86/src/cmd/go/testdata/src/gencycle/ |
gencycle.go | 0 //go:generate echo hello world
|
/prebuilts/go/darwin-x86/misc/nacl/ |
go_nacl_386_exec | 3 eval $(go env) 7 export NACLENV_GOROOT=/go 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
|
go_nacl_amd64p32_exec | 3 eval $(go env) 7 export NACLENV_GOROOT=/go 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
|
/prebuilts/go/darwin-x86/src/runtime/ |
zcallback_windows.go | 1 // generated by wincallback.go; run go generate
|
/prebuilts/go/linux-x86/misc/nacl/ |
go_nacl_386_exec | 3 eval $(go env) 7 export NACLENV_GOROOT=/go 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
|
go_nacl_amd64p32_exec | 3 eval $(go env) 7 export NACLENV_GOROOT=/go 8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
|
/prebuilts/go/linux-x86/src/runtime/ |
zcallback_windows.go | 1 // generated by wincallback.go; run go generate
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/ |
mksyscall.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 7 //go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall_windows.go security_windows.go
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
mksyscall.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 7 //go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall_windows.go security_windows.go
|
/prebuilts/go/darwin-x86/src/runtime/internal/atomic/ |
atomic_s390x.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 9 //go:nosplit 10 //go:noinline 15 //go:nosplit 16 //go:noinline 21 //go:nosplit 22 //go:noinline 27 //go:noinline 28 //go:nosplit 33 //go:noinlin [all...] |
atomic_amd64x.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 11 //go:nosplit 12 //go:noinline 17 //go:nosplit 18 //go:noinline 23 //go:nosplit 24 //go:noinline 29 //go:noescape 32 //go:noescape 35 //go:noescap [all...] |
/prebuilts/go/linux-x86/src/runtime/internal/atomic/ |
atomic_s390x.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 9 //go:nosplit 10 //go:noinline 15 //go:nosplit 16 //go:noinline 21 //go:nosplit 22 //go:noinline 27 //go:noinline 28 //go:nosplit 33 //go:noinlin [all...] |
atomic_amd64x.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 11 //go:nosplit 12 //go:noinline 17 //go:nosplit 18 //go:noinline 23 //go:nosplit 24 //go:noinline 29 //go:noescape 32 //go:noescape 35 //go:noescap [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
GuardedObjectTest.java | 39 GuardedObject go = new GuardedObject(obj, null); local 40 assertNull(go.getObject()); 43 go = new GuardedObject(obj, null); 44 assertEquals(obj, go.getObject()); 51 GuardedObject go = new GuardedObject(objBuffer, new Guard() { local 59 assertEquals(objBuffer, go.getObject()); 63 go.getObject();
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
setenv.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 9 import _ "unsafe" // for go:linkname 11 //go:cgo_import_static x_cgo_setenv 12 //go:linkname x_cgo_setenv x_cgo_setenv 13 //go:linkname _cgo_setenv runtime._cgo_setenv 17 //go:cgo_import_static x_cgo_unsetenv 18 //go:linkname x_cgo_unsetenv x_cgo_unsetenv 19 //go:linkname _cgo_unsetenv runtime._cgo_unsetenv
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
setenv.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 9 import _ "unsafe" // for go:linkname 11 //go:cgo_import_static x_cgo_setenv 12 //go:linkname x_cgo_setenv x_cgo_setenv 13 //go:linkname _cgo_setenv runtime._cgo_setenv 17 //go:cgo_import_static x_cgo_unsetenv 18 //go:linkname x_cgo_unsetenv x_cgo_unsetenv 19 //go:linkname _cgo_unsetenv runtime._cgo_unsetenv
|
/prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/ |
mksyscall.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 7 //go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug013.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 15 bug13.go:4: missing ' 16 bug13.go:4: syntax error 17 bug13.go:5: newline in string 18 bug13.go:5: missing ' 19 bug13.go:6: newline in string
|
/prebuilts/go/linux-x86/src/internal/syscall/windows/registry/ |
mksyscall.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 7 //go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go syscall.go
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug013.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 15 bug13.go:4: missing ' 16 bug13.go:4: syntax error 17 bug13.go:5: newline in string 18 bug13.go:5: missing ' 19 bug13.go:6: newline in string
|
/external/guice/core/test/com/google/inject/example/ |
ClientServiceWithDependencyInjection.java | 29 void go(); method in interface:ClientServiceWithDependencyInjection.Service 33 public void go() { method in class:ClientServiceWithDependencyInjection.ServiceImpl 57 public void go() { method in class:ClientServiceWithDependencyInjection.Client 58 service.go(); 75 client.go(); 83 public void go() { method in class:ClientServiceWithDependencyInjection.MockService
|
ClientServiceWithFactories.java | 29 void go(); method in interface:ClientServiceWithFactories.Service 33 public void go() { method in class:ClientServiceWithFactories.ServiceImpl 55 public void go() { method in class:ClientServiceWithFactories.Client 57 service.go(); 67 client.go(); 79 public void go() { method in class:ClientServiceWithFactories.MockService
|
/prebuilts/go/darwin-x86/src/go/build/ |
syslist_test.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 39 {"file.go", true}, 41 {"file_foo.go", true}, 42 {"file_" + thisArch + ".go", true}, 43 {"file_" + otherArch + ".go", false}, 44 {"file_" + thisOS + ".go", true}, 45 {"file_" + otherOS + ".go", false}, 46 {"file_" + thisOS + "_" + thisArch + ".go", true}, 47 {"file_" + otherOS + "_" + thisArch + ".go", false}, 48 {"file_" + thisOS + "_" + otherArch + ".go", false} [all...] |
/prebuilts/go/linux-x86/src/go/build/ |
syslist_test.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 39 {"file.go", true}, 41 {"file_foo.go", true}, 42 {"file_" + thisArch + ".go", true}, 43 {"file_" + otherArch + ".go", false}, 44 {"file_" + thisOS + ".go", true}, 45 {"file_" + otherOS + ".go", false}, 46 {"file_" + thisOS + "_" + thisArch + ".go", true}, 47 {"file_" + otherOS + "_" + thisArch + ".go", false}, 48 {"file_" + thisOS + "_" + otherArch + ".go", false} [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/ |
Makefile | 5 cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>&1 | tee log 6 cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>&1 | tee -a log 7 cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log 8 cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log 9 cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log 10 cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
|