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

1 2 3 4 56 7 8 91011>>

  /build/kati/testcase/
empty_target_specific_var.mk 1 # TODO(go): https://github.com/google/kati/issues/83
err_ifdef_with_leading_space.mk 1 # TODO(go): Fix
target_specific_var_with_pattern.mk 1 # TODO(go): Fix
terms_in_parens.mk 1 # TODO(go): Fix
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex_test.go 1 // Copyright 2016 The Go Authors. All rights reserved.
54 {`go:cgo_export_dynamic local`, "cgo_export_dynamic local\n"},
55 {`go:cgo_export_dynamic local remote`, "cgo_export_dynamic local remote\n"},
56 {`go:cgo_export_dynamic local' remote'`, "cgo_export_dynamic 'local''' 'remote'''\n"},
57 {`go:cgo_export_static local`, "cgo_export_static local\n"},
58 {`go:cgo_export_static local remote`, "cgo_export_static local remote\n"},
59 {`go:cgo_export_static local' remote'`, "cgo_export_static 'local''' 'remote'''\n"},
60 {`go:cgo_import_dynamic local`, "cgo_import_dynamic local\n"},
61 {`go:cgo_import_dynamic local remote`, "cgo_import_dynamic local remote\n"},
62 {`go:cgo_import_dynamic local remote "library"`, "cgo_import_dynamic local remote library\n"}
    [all...]
ssa_test.go 1 // Copyright 2015 The Go Authors. All rights reserved.
17 // Perhaps teach test/run.go how to run them with a new action verb.
44 func TestShortCircuit(t *testing.T) { runTest(t, "short.go") }
47 func TestBreakContinue(t *testing.T) { runTest(t, "break.go") }
50 func TestTypeAssertion(t *testing.T) { runTest(t, "assert.go") }
53 func TestArithmetic(t *testing.T) { runTest(t, "arith.go") }
56 func TestFP(t *testing.T) { runTest(t, "fp.go") }
59 func TestArithmeticBoundary(t *testing.T) { runTest(t, "arithBoundary.go") }
62 func TestArithmeticConst(t *testing.T) { runTest(t, "arithConst.go") }
64 func TestChan(t *testing.T) { runTest(t, "chan.go") }
    [all...]
  /prebuilts/go/darwin-x86/src/image/color/palette/
generate.go 1 // Copyright 2014 The Go Authors. All rights reserved.
5 //go:generate go run gen.go -output palette.go
  /prebuilts/go/darwin-x86/src/
naclmake.bash 2 # Copyright 2016 The Go Authors. All rights reserved.
42 rm -f syscall/fstest_nacl.go
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
  /prebuilts/go/darwin-x86/src/runtime/cgo/
callbacks_traceback.go 1 // Copyright 2016 The Go Authors. All rights reserved.
9 import _ "unsafe" // for go:linkname
13 //go:cgo_import_static x_cgo_callers
14 //go:linkname x_cgo_callers x_cgo_callers
15 //go:linkname _cgo_callers _cgo_callers
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_arm64.go 1 // Copyright 2015 The Go Authors. All rights reserved.
11 //go:noescape
14 //go:noescape
17 //go:noescape
20 //go:noescape
23 //go:noescape
26 //go:noescape
29 //go:noescape
32 //go:noescape
35 //go:noescap
    [all...]
atomic_mips64x.go 1 // Copyright 2015 The Go Authors. All rights reserved.
11 //go:noescape
14 //go:noescape
17 //go:noescape
20 //go:noescape
23 //go:noescape
26 //go:noescape
29 //go:noescape
32 //go:noescape
35 //go:noescap
    [all...]
atomic_ppc64x.go 1 // Copyright 2014 The Go Authors. All rights reserved.
11 //go:noescape
14 //go:noescape
17 //go:noescape
20 //go:noescape
23 //go:noescape
26 //go:noescape
29 //go:noescape
32 //go:noescape
35 //go:noescap
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue7995b.dir/
x1.go 7 //go:noinline
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex_test.go 1 // Copyright 2016 The Go Authors. All rights reserved.
54 {`go:cgo_export_dynamic local`, "cgo_export_dynamic local\n"},
55 {`go:cgo_export_dynamic local remote`, "cgo_export_dynamic local remote\n"},
56 {`go:cgo_export_dynamic local' remote'`, "cgo_export_dynamic 'local''' 'remote'''\n"},
57 {`go:cgo_export_static local`, "cgo_export_static local\n"},
58 {`go:cgo_export_static local remote`, "cgo_export_static local remote\n"},
59 {`go:cgo_export_static local' remote'`, "cgo_export_static 'local''' 'remote'''\n"},
60 {`go:cgo_import_dynamic local`, "cgo_import_dynamic local\n"},
61 {`go:cgo_import_dynamic local remote`, "cgo_import_dynamic local remote\n"},
62 {`go:cgo_import_dynamic local remote "library"`, "cgo_import_dynamic local remote library\n"}
    [all...]
ssa_test.go 1 // Copyright 2015 The Go Authors. All rights reserved.
17 // Perhaps teach test/run.go how to run them with a new action verb.
44 func TestShortCircuit(t *testing.T) { runTest(t, "short.go") }
47 func TestBreakContinue(t *testing.T) { runTest(t, "break.go") }
50 func TestTypeAssertion(t *testing.T) { runTest(t, "assert.go") }
53 func TestArithmetic(t *testing.T) { runTest(t, "arith.go") }
56 func TestFP(t *testing.T) { runTest(t, "fp.go") }
59 func TestArithmeticBoundary(t *testing.T) { runTest(t, "arithBoundary.go") }
62 func TestArithmeticConst(t *testing.T) { runTest(t, "arithConst.go") }
64 func TestChan(t *testing.T) { runTest(t, "chan.go") }
    [all...]
  /prebuilts/go/linux-x86/src/image/color/palette/
generate.go 1 // Copyright 2014 The Go Authors. All rights reserved.
5 //go:generate go run gen.go -output palette.go
  /prebuilts/go/linux-x86/src/
naclmake.bash 2 # Copyright 2016 The Go Authors. All rights reserved.
42 rm -f syscall/fstest_nacl.go
45 GOROOT=$GOROOT_BOOTSTRAP $gobin/go run ../misc/nacl/mkzip.go -p syscall -r .. ../misc/nacl/testzip.proto syscall/fstest_nacl.go
  /prebuilts/go/linux-x86/src/runtime/cgo/
callbacks_traceback.go 1 // Copyright 2016 The Go Authors. All rights reserved.
9 import _ "unsafe" // for go:linkname
13 //go:cgo_import_static x_cgo_callers
14 //go:linkname x_cgo_callers x_cgo_callers
15 //go:linkname _cgo_callers _cgo_callers
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_arm64.go 1 // Copyright 2015 The Go Authors. All rights reserved.
11 //go:noescape
14 //go:noescape
17 //go:noescape
20 //go:noescape
23 //go:noescape
26 //go:noescape
29 //go:noescape
32 //go:noescape
35 //go:noescap
    [all...]
atomic_mips64x.go 1 // Copyright 2015 The Go Authors. All rights reserved.
11 //go:noescape
14 //go:noescape
17 //go:noescape
20 //go:noescape
23 //go:noescape
26 //go:noescape
29 //go:noescape
32 //go:noescape
35 //go:noescap
    [all...]
atomic_ppc64x.go 1 // Copyright 2014 The Go Authors. All rights reserved.
11 //go:noescape
14 //go:noescape
17 //go:noescape
20 //go:noescape
23 //go:noescape
26 //go:noescape
29 //go:noescape
32 //go:noescape
35 //go:noescap
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/issue7995b.dir/
x1.go 7 //go:noinline
  /external/flatbuffers/tests/
GoTest.sh 22 # Emit Go code for the example schema in the test dir:
25 # Go requires a particular layout of files in order to link multiple packages.
26 # Copy flatbuffer Go files to their own package directories to compile the
29 mkdir -p ${go_src}/github.com/google/flatbuffers/go
32 cp -a MyGame/Example/*.go ./go_gen/src/MyGame/Example/
33 cp -a ../go/* ./go_gen/src/github.com/google/flatbuffers/go
34 cp -a ./go_test.go ./go_gen/src/flatbuffers_test/
39 # go -test -test.v ...
42 # go -test -test.bench=. ..
    [all...]
  /prebuilts/go/darwin-x86/test/
escape_because.go 3 // Copyright 2015 The Go Authors. All rights reserved.
10 // go build -gcflags '-l -m -m' escape_because.go
12 // go run run.go -update_errors -- escape_because.go
33 func f1(p *int) { // ERROR "from \[3\]\*int literal \(array literal element\) at escape_because.go:34$" "from a \(assigned\) at escape_because.go:34$" "from a \(interface-converted\) at escape_because.go:35$" "from sink \(assigned to top level variable\) at escape_because.go:35$" "leaking param: p$
    [all...]
  /prebuilts/go/linux-x86/test/
escape_because.go 3 // Copyright 2015 The Go Authors. All rights reserved.
10 // go build -gcflags '-l -m -m' escape_because.go
12 // go run run.go -update_errors -- escape_because.go
33 func f1(p *int) { // ERROR "from \[3\]\*int literal \(array literal element\) at escape_because.go:34$" "from a \(assigned\) at escape_because.go:34$" "from a \(interface-converted\) at escape_because.go:35$" "from sink \(assigned to top level variable\) at escape_because.go:35$" "leaking param: p$
    [all...]

Completed in 1130 milliseconds

1 2 3 4 56 7 8 91011>>