/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
feedPublish.sh | 30 buildID="S200609210005"; 37 cmd=$cmd" -Dbranch=$branch -Dversion=$version -DbuildID=$buildID -DbuildAlias=$buildAlias -DbuildType="${buildID:0:1};
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
note_test.go | 17 const buildID = "TestNoteReading-Build-ID" 18 tg.run("build", "-ldflags", "-buildid="+buildID, "-o", tg.path("hello.exe"), tg.path("hello.go")) 23 if id != buildID { 24 t.Fatalf("buildID in hello binary = %q, want %q", id, buildID) 40 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello.exe"), tg.path("hello.go")) 45 if id != buildID { 46 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external)", id, buildID [all...] |
pkg.go | 100 buildID string // expected build ID for generated package 1694 buildid = []byte("build id ") var [all...] |
build.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
note_test.go | 17 const buildID = "TestNoteReading-Build-ID" 18 tg.run("build", "-ldflags", "-buildid="+buildID, "-o", tg.path("hello.exe"), tg.path("hello.go")) 23 if id != buildID { 24 t.Fatalf("buildID in hello binary = %q, want %q", id, buildID) 40 tg.run("build", "-ldflags", "-buildid="+buildID+" -linkmode=external", "-o", tg.path("hello.exe"), tg.path("hello.go")) 45 if id != buildID { 46 t.Fatalf("buildID in hello binary = %q, want %q (linkmode=external)", id, buildID [all...] |
pkg.go | 100 buildID string // expected build ID for generated package 1694 buildid = []byte("build id ") var [all...] |
build.go | [all...] |