HomeSort by relevance Sort by last modified time
    Searched full:goroot (Results 151 - 175 of 315) sorted by null

1 2 3 4 5 67 8 91011>>

  /build/soong/common/
config.go 212 // GoRoot returns the path to the root directory of the Go toolchain.
213 func (c *config) GoRoot() string {
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.xml 15 is loaded from the input file <code>$GOROOT/doc/codewalk/</code><i>name</i><code>.xml</code>.
20 <code><a href="/doc/codewalk/codewalk.xml">$GOROOT/doc/codewalk/codewalk.xml</a></code>,
markov.xml 290 $ ./markov -words=10 &lt; $GOROOT/README
292 $ ./markov -prefix=1 -words=10 &lt; $GOROOT/README
294 $ ./markov -prefix=1 -words=10 &lt; $GOROOT/README
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 41 Goroot bool // is this package in the Go root?
88 GOROOT string // Go root
pkg.go 39 Goroot bool `json:",omitempty"` // is this package found in the Go root?
155 p.Goroot = pp.Goroot
156 p.Standard = p.Goroot && p.ImportPath != "" && !strings.Contains(p.ImportPath, ".")
347 // it contains the directories from $GOROOT and $GOPATH that
657 toTool // GOROOT/pkg/tool
658 toBin // GOROOT/bin
769 // This is from a subrepo but installs to $GOROOT/bin
775 if !p.Goroot && strings.Contains(elem, "/") && gobin != "" {
827 if p.Name == "main" && !p.Goroot && (buildBuildmode == "c-shared" || buildLinkshared)
    [all...]
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.xml 15 is loaded from the input file <code>$GOROOT/doc/codewalk/</code><i>name</i><code>.xml</code>.
20 <code><a href="/doc/codewalk/codewalk.xml">$GOROOT/doc/codewalk/codewalk.xml</a></code>,
markov.xml 290 $ ./markov -words=10 &lt; $GOROOT/README
292 $ ./markov -prefix=1 -words=10 &lt; $GOROOT/README
294 $ ./markov -prefix=1 -words=10 &lt; $GOROOT/README
  /prebuilts/go/linux-x86/src/cmd/go/
list.go 41 Goroot bool // is this package in the Go root?
88 GOROOT string // Go root
pkg.go 39 Goroot bool `json:",omitempty"` // is this package found in the Go root?
155 p.Goroot = pp.Goroot
156 p.Standard = p.Goroot && p.ImportPath != "" && !strings.Contains(p.ImportPath, ".")
347 // it contains the directories from $GOROOT and $GOPATH that
657 toTool // GOROOT/pkg/tool
658 toBin // GOROOT/bin
769 // This is from a subrepo but installs to $GOROOT/bin
775 if !p.Goroot && strings.Contains(elem, "/") && gobin != "" {
827 if p.Name == "main" && !p.Goroot && (buildBuildmode == "c-shared" || buildLinkshared)
    [all...]
  /build/blueprint/
build.ninja.in 24 g.bootstrap.goRoot = @@GoRoot@@
42 command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} -o ${out} -p ${pkgPath} -complete ${incFlags} -pack ${in}
50 command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.linkCmd} -o ${out} ${libDirFlags} ${in}
  /prebuilts/go/darwin-x86/src/go/types/
example_test.go 65 // comes from $GOROOT/pkg/$GOOS_$GOOARCH/fmt.a.
121 // comes from $GOROOT/pkg/$GOOS_$GOOARCH/fmt.a.
  /prebuilts/go/linux-x86/src/go/types/
example_test.go 65 // comes from $GOROOT/pkg/$GOOS_$GOOARCH/fmt.a.
121 // comes from $GOROOT/pkg/$GOOS_$GOOARCH/fmt.a.
  /prebuilts/go/darwin-x86/doc/
debugging_with_gdb.html 156 change to <code>$GOROOT/src/regexp</code> and run <code>go test -c</code>.
183 extension from <code>$GOROOT/src/runtime/runtime-gdb.py</code>.
188 pass your <code>$GOROOT</code> with the <code>'-d'</code> flag:
192 $ <b>gdb regexp.test -d $GOROOT</b>
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash 33 rm -rf $(go env GOROOT)/${installdir}
  /prebuilts/go/darwin-x86/misc/cgo/testshared/
shared_test.go 75 // installs into $GOROOT, here are some gymnastics to come up with a unique
323 // Build a GOPATH package into a shared library that links against the goroot runtime
453 // Build a GOPATH package (dep) into a shared library that links against the goroot
547 // test-specific parts of GOROOT) appear old.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
obj6_test.go 103 gofolder := filepath.Join(build.Default.GOROOT, "bin")
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ld.go 68 // try dot, -L "libdir", and then goroot.
link.go 136 Goroot string
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi_test.go 179 w := NewWalker(context, filepath.Join(build.Default.GOROOT, "src"))
  /prebuilts/go/darwin-x86/src/cmd/cover/
func.go 156 // findFile finds the location of the named file in GOROOT, GOPATH etc.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
obj6_test.go 100 gofolder := filepath.Join(build.Default.GOROOT, "bin")
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ld.go 65 // try dot, -L "libdir", and then goroot.
link.go 133 Goroot string
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 88 pkgroot := runtime.GOROOT() + "/src/"
  /prebuilts/go/linux-x86/doc/
debugging_with_gdb.html 156 change to <code>$GOROOT/src/regexp</code> and run <code>go test -c</code>.
183 extension from <code>$GOROOT/src/runtime/runtime-gdb.py</code>.
188 pass your <code>$GOROOT</code> with the <code>'-d'</code> flag:
192 $ <b>gdb regexp.test -d $GOROOT</b>

Completed in 3029 milliseconds

1 2 3 4 5 67 8 91011>>