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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/cgo/
zdefaultcc.go 1 // auto generated by go tool dist
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
builtin_test.go 1 // Copyright 2016 The Go Authors. All rights reserved.
18 old, err := ioutil.ReadFile("builtin.go")
23 new, err := exec.Command(testenv.GoToolPath(t), "run", "mkbuiltin.go", "-stdout").Output()
29 t.Fatal("builtin.go out of date; run mkbuiltin.go")
  /prebuilts/go/darwin-x86/src/cmd/go/
zdefaultcc.go 1 // auto generated by go tool dist
  /prebuilts/go/darwin-x86/src/
iostest.bash 2 # Copyright 2015 The Go Authors. All rights reserved.
59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
61 ../misc/ios/go_darwin_arm_exec.go
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
race.bash 2 # Copyright 2013 The Go Authors. All rights reserved.
43 go install -race std
44 go tool dist test -race
  /prebuilts/go/darwin-x86/src/runtime/
os_android.go 1 // Copyright 2014 The Go Authors. All rights reserved.
7 import _ "unsafe" // for go:cgo_export_static and go:cgo_export_dynamic
11 // Used by the app package to start all-Go Android apps that are
14 //go:cgo_export_static main.main
15 //go:cgo_export_dynamic main.main
sizeclasses.go 1 // AUTO-GENERATED by mksizeclasses.go; DO NOT EDIT
2 //go:generate go run mksizeclasses.go
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug007.go 3 // Copyright 2009 The Go Authors. All rights reserved.
20 bug7.go:5: addtyp: renaming Point to Polar
21 main.go.c:14: error: redefinition of typedef ?_T_2?
22 main.go.c:13: error: previous declaration of ?_T_2? was here
23 main.go.c:16: error: redefinition of ?struct _T_2?
bug109.go 3 // Copyright 2009 The Go Authors. All rights reserved.
16 6g bugs/bug109.go
17 bugs/bug109.go:5: illegal types for operand: MUL
20 bugs/bug109.go:5: illegal types for operand: AS
22 bugs/bug109.go:6: illegal types for operand: RETURN
  /prebuilts/go/linux-x86/src/cmd/cgo/
zdefaultcc.go 1 // auto generated by go tool dist
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
builtin_test.go 1 // Copyright 2016 The Go Authors. All rights reserved.
18 old, err := ioutil.ReadFile("builtin.go")
23 new, err := exec.Command(testenv.GoToolPath(t), "run", "mkbuiltin.go", "-stdout").Output()
29 t.Fatal("builtin.go out of date; run mkbuiltin.go")
  /prebuilts/go/linux-x86/src/cmd/go/
zdefaultcc.go 1 // auto generated by go tool dist
  /prebuilts/go/linux-x86/src/
iostest.bash 2 # Copyright 2015 The Go Authors. All rights reserved.
59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
61 ../misc/ios/go_darwin_arm_exec.go
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
race.bash 2 # Copyright 2013 The Go Authors. All rights reserved.
43 go install -race std
44 go tool dist test -race
  /prebuilts/go/linux-x86/src/runtime/
os_android.go 1 // Copyright 2014 The Go Authors. All rights reserved.
7 import _ "unsafe" // for go:cgo_export_static and go:cgo_export_dynamic
11 // Used by the app package to start all-Go Android apps that are
14 //go:cgo_export_static main.main
15 //go:cgo_export_dynamic main.main
sizeclasses.go 1 // AUTO-GENERATED by mksizeclasses.go; DO NOT EDIT
2 //go:generate go run mksizeclasses.go
  /prebuilts/go/linux-x86/test/fixedbugs/
bug007.go 3 // Copyright 2009 The Go Authors. All rights reserved.
20 bug7.go:5: addtyp: renaming Point to Polar
21 main.go.c:14: error: redefinition of typedef ?_T_2?
22 main.go.c:13: error: previous declaration of ?_T_2? was here
23 main.go.c:16: error: redefinition of ?struct _T_2?
bug109.go 3 // Copyright 2009 The Go Authors. All rights reserved.
16 6g bugs/bug109.go
17 bugs/bug109.go:5: illegal types for operand: MUL
20 bugs/bug109.go:5: illegal types for operand: AS
22 bugs/bug109.go:6: illegal types for operand: RETURN
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.c 305 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
317 if (wo->neg_addr && !go->neg_addr && !go->old_addrs) {
319 go->neg_addr = 1;
320 go->old_addrs = 1;
322 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
326 go->neg_vj = 1;
330 go->neg_vj = 1;
331 go->old_vj = 1
350 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
427 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
547 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
752 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
875 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1224 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
    [all...]
  /external/guice/core/test/com/google/inject/example/
ClientServiceWithGuice.java 36 void go(); method in interface:ClientServiceWithGuice.Service
40 public void go() { method in class:ClientServiceWithGuice.ServiceImpl
60 public void go() { method in class:ClientServiceWithGuice.Client
61 service.go();
68 client.go();
76 public void go() { method in class:ClientServiceWithGuice.MockService
ClientServiceWithGuiceDefaults.java 37 void go(); method in interface:ClientServiceWithGuiceDefaults.Service
42 public void go() { method in class:ClientServiceWithGuiceDefaults.ServiceImpl
56 public void go() { method in class:ClientServiceWithGuiceDefaults.Client
57 service.go();
64 client.go();
72 public void go() { method in class:ClientServiceWithGuiceDefaults.MockService
  /prebuilts/go/darwin-x86/src/cmd/fix/
gotypes_test.go 1 // Copyright 2012 The Go Authors. All rights reserved.
16 import "golang.org/x/tools/go/types"
17 import "golang.org/x/tools/go/exact"
27 import "go/types"
28 import "go/constant"
41 import "golang.org/x/tools/go/types"
42 import foo "golang.org/x/tools/go/exact"
52 import "go/types"
53 import "go/constant"
66 import "golang.org/x/tools/go/types
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/generate/
test1.go 1 // Copyright 2014 The Go Authors. All rights reserved.
5 // Simple test for go generate.
7 // We include a build tag that go generate should ignore.
11 //go:generate echo Success
test2.go 1 // Copyright 2014 The Go Authors. All rights reserved.
5 // Test that go generate handles command aliases.
7 //go:generate -command run echo Now is the time
8 //go:generate run for all good men
  /prebuilts/go/darwin-x86/src/image/internal/imageutil/
imageutil.go 1 // Copyright 2015 The Go Authors. All rights reserved.
5 //go:generate go run gen.go

Completed in 1708 milliseconds

1 2 3 4 5 6 7 8 91011>>