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

1 2 3 4 5 6 7 8 91011>>

  /external/golang-protobuf/_conformance/
Makefile 4 # https://github.com/golang/protobuf
33 protoc --go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any,Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration,Mgoogle/protobuf/struct.proto=github.com/golang/protobuf/ptypes/struct,Mgoogle/protobuf/timestamp.proto=github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/wrappers.proto=github.com/golang/protobuf/ptypes/wrappers,Mgoogle/protobuf/field_mask.proto=google.golang.org/genproto/protobuf:. conformance_proto/conformance.proto
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
Makefile 4 # https://github.com/golang/protobuf
33 protoc --go_out=Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any,Mgoogle/protobuf/duration.proto=github.com/golang/protobuf/ptypes/duration,Mgoogle/protobuf/struct.proto=github.com/golang/protobuf/ptypes/struct,Mgoogle/protobuf/timestamp.proto=github.com/golang/protobuf/ptypes/timestamp,Mgoogle/protobuf/wrappers.proto=github.com/golang/protobuf/ptypes/wrappers:. *.proto
  /external/golang-protobuf/proto/
Makefile 4 # https://github.com/golang/protobuf
42 protoc --go_out=Mtestdata/test.proto=github.com/golang/protobuf/proto/testdata,Mgoogle/protobuf/any.proto=github.com/golang/protobuf/ptypes/any:. proto3_proto/proto3.proto
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
gopher.js 17 // We could use the golang.org/cl/ handler here, but
20 return "https://github.com/golang/go/issues/" + t;
22 return "https://golang.org/cl/" + t;
26 return "https://golang.org/cl/" + t;
31 return "https://golang.org/change/" + match[1];
37 return "https://golang.org/pkg/" + t;
  /prebuilts/go/darwin-x86/src/net/
sockoptip_stub.go 12 // See golang.org/issue/7399.
17 // See golang.org/issue/7399.
22 // See golang.org/issue/7399.
27 // See golang.org/issue/7399.
32 // See golang.org/issue/7399.
37 // See golang.org/issue/7399.
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
gopher.js 17 // We could use the golang.org/cl/ handler here, but
20 return "https://github.com/golang/go/issues/" + t;
22 return "https://golang.org/cl/" + t;
26 return "https://golang.org/cl/" + t;
31 return "https://golang.org/change/" + match[1];
37 return "https://golang.org/pkg/" + t;
  /prebuilts/go/linux-x86/src/net/
sockoptip_stub.go 12 // See golang.org/issue/7399.
17 // See golang.org/issue/7399.
22 // See golang.org/issue/7399.
27 // See golang.org/issue/7399.
32 // See golang.org/issue/7399.
37 // See golang.org/issue/7399.
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/exe/
exe.go 11 // golang.org/issue/18250
28 // exercising https://golang.org/issues/17594
35 panic("bad reflection results, see golang.org/issue/18252")
42 panic("bad reflection results, see golang.org/issue/18729")
  /prebuilts/go/darwin-x86/src/cmd/fix/
context_test.go 16 import "golang.org/x/net/context"
18 var _ = "golang.org/x/net/context"
24 var _ = "golang.org/x/net/context"
31 import ctx "golang.org/x/net/context"
context.go 19 desc: `Change imports of golang.org/x/net/context to context`,
24 return rewriteImport(f, "golang.org/x/net/context", "context")
gotypes_test.go 16 import "golang.org/x/tools/go/types"
17 import "golang.org/x/tools/go/exact"
41 import "golang.org/x/tools/go/types"
42 import foo "golang.org/x/tools/go/exact"
66 import "golang.org/x/tools/go/types"
67 import "golang.org/x/tools/go/exact"
  /prebuilts/go/linux-x86/misc/cgo/testshared/src/exe/
exe.go 11 // golang.org/issue/18250
28 // exercising https://golang.org/issues/17594
35 panic("bad reflection results, see golang.org/issue/18252")
42 panic("bad reflection results, see golang.org/issue/18729")
  /prebuilts/go/linux-x86/src/cmd/fix/
context_test.go 16 import "golang.org/x/net/context"
18 var _ = "golang.org/x/net/context"
24 var _ = "golang.org/x/net/context"
31 import ctx "golang.org/x/net/context"
context.go 19 desc: `Change imports of golang.org/x/net/context to context`,
24 return rewriteImport(f, "golang.org/x/net/context", "context")
gotypes_test.go 16 import "golang.org/x/tools/go/types"
17 import "golang.org/x/tools/go/exact"
41 import "golang.org/x/tools/go/types"
42 import foo "golang.org/x/tools/go/exact"
66 import "golang.org/x/tools/go/types"
67 import "golang.org/x/tools/go/exact"
  /external/golang-protobuf/protoc-gen-go/generator/
Makefile 4 # https://github.com/golang/protobuf
34 TARG=github.com/golang/protobuf/compiler/generator
  /external/tensorflow/tensorflow/go/genop/
generate.sh 19 go get github.com/golang/protobuf/proto
20 go get github.com/golang/protobuf/protoc-gen-go
  /prebuilts/go/darwin-x86/src/syscall/
bpf_bsd.go 15 // Deprecated: Use golang.org/x/net/bpf instead.
20 // Deprecated: Use golang.org/x/net/bpf instead.
25 // Deprecated: Use golang.org/x/net/bpf instead.
35 // Deprecated: Use golang.org/x/net/bpf instead.
44 // Deprecated: Use golang.org/x/net/bpf instead.
54 // Deprecated: Use golang.org/x/net/bpf instead.
63 // Deprecated: Use golang.org/x/net/bpf instead.
72 // Deprecated: Use golang.org/x/net/bpf instead.
86 // Deprecated: Use golang.org/x/net/bpf instead.
96 // Deprecated: Use golang.org/x/net/bpf instead
    [all...]
lsf_linux.go 13 // Deprecated: Use golang.org/x/net/bpf instead.
18 // Deprecated: Use golang.org/x/net/bpf instead.
23 // Deprecated: Use golang.org/x/net/bpf instead.
47 // Deprecated: Use golang.org/x/net/bpf instead.
72 // Deprecated: Use golang.org/x/net/bpf instead.
80 // Deprecated: Use golang.org/x/net/bpf instead.
  /prebuilts/go/linux-x86/src/syscall/
bpf_bsd.go 15 // Deprecated: Use golang.org/x/net/bpf instead.
20 // Deprecated: Use golang.org/x/net/bpf instead.
25 // Deprecated: Use golang.org/x/net/bpf instead.
35 // Deprecated: Use golang.org/x/net/bpf instead.
44 // Deprecated: Use golang.org/x/net/bpf instead.
54 // Deprecated: Use golang.org/x/net/bpf instead.
63 // Deprecated: Use golang.org/x/net/bpf instead.
72 // Deprecated: Use golang.org/x/net/bpf instead.
86 // Deprecated: Use golang.org/x/net/bpf instead.
96 // Deprecated: Use golang.org/x/net/bpf instead
    [all...]
  /external/golang-protobuf/descriptor/
descriptor_test.go 7 "github.com/golang/protobuf/descriptor"
8 tpb "github.com/golang/protobuf/proto/testdata"
9 protobuf "github.com/golang/protobuf/protoc-gen-go/descriptor"
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug280.go 7 // https://golang.org/issue/808
bug366.go 28 // integer divide by zero in golang.org sandbox
33 // integer divide by zero in golang.org sandbox
  /prebuilts/go/linux-x86/test/fixedbugs/
bug280.go 7 // https://golang.org/issue/808
bug366.go 28 // integer divide by zero in golang.org sandbox
33 // integer divide by zero in golang.org sandbox

Completed in 1139 milliseconds

1 2 3 4 5 6 7 8 91011>>