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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/go/printer/testdata/
declarations.golden 458 goroot = flag.String("goroot", runtime.GOROOT(), "Go root directory")
declarations.input 473 goroot = flag.String("goroot", runtime.GOROOT(), "Go root directory")
  /prebuilts/go/linux-x86/src/cmd/go/
get.go 389 // Guard against people setting GOPATH=$GOROOT.
390 if list[0] == goroot {
391 return fmt.Errorf("cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath")
alldocs.go 223 on what is installed in GOROOT and GOPATH, as well as the form of the argument,
232 scanning is determined lexically, but the GOROOT tree is always scanned before
540 Goroot bool // is this package in the Go root?
587 GOROOT string // Go root
    [all...]
vendor_test.go 106 .*[\\/]src[\\/]notfound \(from \$GOROOT\)
help.go 450 GOROOT
487 File names in stack traces are rewritten from GOROOT to
  /prebuilts/go/linux-x86/src/go/printer/testdata/
declarations.golden 458 goroot = flag.String("goroot", runtime.GOROOT(), "Go root directory")
declarations.input 473 goroot = flag.String("goroot", runtime.GOROOT(), "Go root directory")
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
build.a 101 type @"".Package struct { Dir string; Name string; ImportComment string; Doc string; ImportPath string; Root string; SrcRoot string; PkgRoot string; PkgTargetRoot string; BinDir string; Goroot bool; PkgObj string; AllTags []string; ConflictDir string; GoFiles []string; CgoFiles []string; IgnoredGoFiles []string; CFiles []string; CXXFiles []string; MFiles []string; HFiles []string; SFiles []string; SwigFiles []string; SwigCXXFiles []string; SysoFiles []string; CgoCFLAGS []string; CgoCPPFLAGS []string; CgoCXXFLAGS []string; CgoLDFLAGS []string; CgoPkgConfig []string; Imports []string; ImportPos map[string][]@"go/token".Position; TestGoFiles []string; TestImports []string; TestImportPos map[string][]@"go/token".Position; XTestGoFiles []string; XTestImports []string; XTestImportPos map[string][]@"go/token".Position }
113 type @"".Context struct { GOARCH string; GOOS string; GOROOT string; GOPATH string; CgoEnabled bool; UseAllFiles bool; Compiler string; BuildTags []string; ReleaseTags []string; InstallSuffix string; JoinPath func(@"".elem ...string) (? string); SplitPathList func(@"".list string) (? []string); IsAbsPath func(@"".path string) (? bool); IsDir func(@"".path string) (? bool); HasSubdir func(@"".root string, @"".dir string) (@"".rel string, @"".ok bool); ReadDir func(@"".dir string) (@"".fi []@"os".FileInfo, @"".err error); OpenFile func(@"".path string) (@"".r @"io".ReadCloser, @"".err error) }
333 runtime.GOROOT?$go.string."GOPATH"?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/go/
build.a 101 type @"".Package struct { Dir string; Name string; ImportComment string; Doc string; ImportPath string; Root string; SrcRoot string; PkgRoot string; PkgTargetRoot string; BinDir string; Goroot bool; PkgObj string; AllTags []string; ConflictDir string; GoFiles []string; CgoFiles []string; IgnoredGoFiles []string; CFiles []string; CXXFiles []string; MFiles []string; HFiles []string; SFiles []string; SwigFiles []string; SwigCXXFiles []string; SysoFiles []string; CgoCFLAGS []string; CgoCPPFLAGS []string; CgoCXXFLAGS []string; CgoLDFLAGS []string; CgoPkgConfig []string; Imports []string; ImportPos map[string][]@"go/token".Position; TestGoFiles []string; TestImports []string; TestImportPos map[string][]@"go/token".Position; XTestGoFiles []string; XTestImports []string; XTestImportPos map[string][]@"go/token".Position }
113 type @"".Context struct { GOARCH string; GOOS string; GOROOT string; GOPATH string; CgoEnabled bool; UseAllFiles bool; Compiler string; BuildTags []string; ReleaseTags []string; InstallSuffix string; JoinPath func(@"".elem ...string) (? string); SplitPathList func(@"".list string) (? []string); IsAbsPath func(@"".path string) (? bool); IsDir func(@"".path string) (? bool); HasSubdir func(@"".root string, @"".dir string) (@"".rel string, @"".ok bool); ReadDir func(@"".dir string) (@"".fi []@"os".FileInfo, @"".err error); OpenFile func(@"".path string) (@"".r @"io".ReadCloser, @"".err error) }
333 runtime.GOROOT?$go.string."GOPATH"?
    [all...]
  /prebuilts/go/darwin-x86/doc/
go1.1.html 334 /home/you/go/src/pkg/foo/quxx (from $GOROOT)
339 Second, the <code>go get</code> command no longer allows <code>$GOROOT</code>
352 when <code>$GOPATH</code> and <code>$GOROOT</code> are set to the same value.
356 $ GOPATH=$GOROOT go get code.google.com/p/foo/quxx
357 warning: GOPATH set to GOROOT (/home/you/go) has no effect
358 package code.google.com/p/foo/quxx: cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 223 on what is installed in GOROOT and GOPATH, as well as the form of the argument,
232 scanning is determined lexically, but the GOROOT tree is always scanned before
540 Goroot bool // is this package in the Go root?
587 GOROOT string // Go root
    [all...]
vendor_test.go 106 .*[\\/]src[\\/]notfound \(from \$GOROOT\)
help.go 450 GOROOT
487 File names in stack traces are rewritten from GOROOT to
  /prebuilts/go/linux-x86/doc/
go1.1.html 334 /home/you/go/src/pkg/foo/quxx (from $GOROOT)
339 Second, the <code>go get</code> command no longer allows <code>$GOROOT</code>
352 when <code>$GOPATH</code> and <code>$GOROOT</code> are set to the same value.
356 $ GOPATH=$GOROOT go get code.google.com/p/foo/quxx
357 warning: GOPATH set to GOROOT (/home/you/go) has no effect
358 package code.google.com/p/foo/quxx: cannot download, $GOPATH must not be set to $GOROOT. For more details see: go help gopath
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/
main.go 262 path := pathFor(build.Default.GOROOT, pkg)
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 272 // and finally looks in $GOROOT/lib/time/zoneinfo.zip.
  /prebuilts/go/linux-x86/src/cmd/doc/
main.go 262 path := pathFor(build.Default.GOROOT, pkg)
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 272 // and finally looks in $GOROOT/lib/time/zoneinfo.zip.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 37 goroot string
186 goroot = obj.Getgoroot()
634 if goroot != "" {
645 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.a", goroot, goos, goarch, suffixsep, suffix, name)
649 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.o", goroot, goos, goarch, suffixsep, suffix, name)
36 goroot string var
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
lib.go 262 goroot string
353 mywhatsys() // get goroot, goarch, goos
355 // add goroot to the end of the libdir list.
367 Lflag(fmt.Sprintf("%s/pkg/%s_%s%s%s", goroot, goos, goarch, suffixsep, suffix))
261 goroot string var
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex.go 34 goroot string
183 goroot = obj.Getgoroot()
631 if goroot != "" {
642 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.a", goroot, goos, goarch, suffixsep, suffix, name)
646 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.o", goroot, goos, goarch, suffixsep, suffix, name)
33 goroot string var
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 259 goroot string
350 mywhatsys() // get goroot, goarch, goos
352 // add goroot to the end of the libdir list.
364 Lflag(fmt.Sprintf("%s/pkg/%s_%s%s%s", goroot, goos, goarch, suffixsep, suffix))
258 goroot string var
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
lex.go 37 goroot string
186 goroot = obj.Getgoroot()
634 if goroot != "" {
645 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.a", goroot, goos, goarch, suffixsep, suffix, name)
649 file = fmt.Sprintf("%s/pkg/%s_%s%s%s/%s.o", goroot, goos, goarch, suffixsep, suffix, name)
36 goroot string var
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
lib.go 262 goroot string
353 mywhatsys() // get goroot, goarch, goos
355 // add goroot to the end of the libdir list.
367 Lflag(fmt.Sprintf("%s/pkg/%s_%s%s%s", goroot, goos, goarch, suffixsep, suffix))
261 goroot string var
    [all...]

Completed in 4224 milliseconds

1 2 3 4 5 6 7 891011>>