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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug046.go 3 // Copyright 2009 The Go Authors. All rights reserved.
14 bug046.go:7: illegal <this> pointer
bug067.go 3 // Copyright 2009 The Go Authors. All rights reserved.
13 go func() { c <- 0 } ();
bug145.go 3 // Copyright 2009 The Go Authors. All rights reserved.
17 bug145.go:8: t is type, not var
bug161.go 3 // Copyright 2009 The Go Authors. All rights reserved.
16 bug161.go:8: operation LITERAL not allowed in assignment context
bug345.go 4 // Copyright 2011 The Go Authors. All rights reserved.
25 run("go", "tool", "compile", "io.go")
26 run(errchk, "go", "tool", "compile", "-e", "main.go")
bug415.go 3 // Copyright 2012 The Go Authors. All rights reserved.
7 // Issue 2716. Export metadata error made main.go not compile.
issue10441.go 3 // Copyright 2015 The Go Authors. All rights reserved.
14 //go:noinline
  /prebuilts/go/linux-x86/test/interface/
recursive1.go 3 // Copyright 2012 The Go Authors. All rights reserved.
7 // Mutually recursive type definitions imported and used by recursive1.go.
  /prebuilts/go/linux-x86/test/
linkmain.go 3 // Copyright 2015 The Go Authors. All rights reserved.
7 // For linkmain_run.go.
uintptrescapes.go 3 // Copyright 2016 The Go Authors. All rights reserved.
7 // Test that the go:uintptrescapes comment works as expected.
  /build/blueprint/
bootstrap.bash 61 # Go toolchain properties.
62 [ -z "$GOROOT" ] && GOROOT=`go env GOROOT`
63 [ -z "$GOOS" ] && GOOS=`go env GOHOSTOS`
64 [ -z "$GOARCH" ] && GOARCH=`go env GOHOSTARCH`
65 [ -z "$GOCHAR" ] && GOCHAR=`go env GOCHAR`
81 echo "Cannot find go tools under $GOROOT"
  /external/flatbuffers/tests/
generate_code.sh 17 ../flatc --cpp --java --csharp --go --binary --python --js --php --grpc --gen-mutable --gen-object-api --no-includes monster_test.fbs monsterdata_test.json
18 ../flatc --cpp --java --csharp --go --binary --python --js --php --gen-mutable -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs
  /external/ltp/testcases/kernel/fs/fs-bench/
fs-bench-test2.sh 41 time chmod -R go+rw ./00
49 time chmod -R go-rw ./00
  /external/toolchain-utils/go/
go_target 4 # This script wraps the go cross compilers.
6 # It ensures that Go binaries are linked with an external linker
38 # Add "-buildmode=pie" to "go build|install|run|test" commands.
48 # Handle direct assembler invocations ("go tool asm <args>").
57 # Handle direct compiler invocations ("go tool compile <args>").
67 # Handle direct linker invocations ("go tool link <args>").
83 exec go "${pie_flags[@]}" "$@"
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
InterruptionTest.java 66 TransitionManager.go(mScene1, mSequencedMove);
68 TransitionManager.go(mScene2, mSequencedMove);
70 TransitionManager.go(mScene3, mSequencedMove);
72 TransitionManager.go(mScene4, mSequencedMove);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
closure.go 1 // Copyright 2015 The Go Authors. All rights reserved.
5 // map_ssa.go tests map operations.
12 //go:noinline
copy.go 2 // autogenerated from gen/copyGen.go - do not edit!
13 //go:noinline
34 //go:noinline
55 //go:noinline
76 //go:noinline
97 //go:noinline
118 //go:noinline
139 //go:noinline
160 //go:noinline
181 //go:noinlin
    [all...]
slice.go 23 go func() {
29 go func() {
  /prebuilts/go/darwin-x86/src/cmd/fix/
printerconfig_test.go 1 // Copyright 2012 The Go Authors. All rights reserved.
16 import "go/printer"
27 import "go/printer"
  /prebuilts/go/darwin-x86/src/cmd/go/
signal.go 1 // Copyright 2012 The Go Authors. All rights reserved.
13 // interrupted is closed, if go process is interrupted.
20 go func() {
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
issue13742.go 1 // Copyright 2016 The Go Authors. All rights reserved.
8 "go/ast"
9 . "go/ast"
  /prebuilts/go/darwin-x86/src/go/parser/
performance_test.go 1 // Copyright 2012 The Go Authors. All rights reserved.
8 "go/token"
14 src, err := ioutil.ReadFile("parser.go")
  /prebuilts/go/darwin-x86/src/go/types/
hilbert_test.go 1 // Copyright 2013 The Go Authors. All rights reserved.
11 "go/ast"
12 "go/importer"
13 "go/parser"
14 "go/token"
18 . "go/types"
36 f, err := parser.ParseFile(fset, "hilbert.go", src, 0)
54 // (To generate, in go/types directory: go test -run=Hilbert -H=%d -out=%q)
self_test.go 1 // Copyright 2013 The Go Authors. All rights reserved.
10 "go/ast"
11 "go/importer"
12 "go/parser"
13 "go/token"
18 . "go/types"
31 _, err = conf.Check("go/types", fset, files, nil)
33 // Importing go/constant doesn't work in the
87 filenames, err := pkgFilenames(path) // from stdlib_test.go
  /prebuilts/go/darwin-x86/src/net/
main_noconf_test.go 1 // Copyright 2015 The Go Authors. All rights reserved.
11 // See main_conf_test.go for what these (don't) do.
21 // See main_conf_test.go for what these (don't) do.

Completed in 925 milliseconds

<<21222324252627282930>>