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

<<21222324252627282930>>

  /prebuilts/go/linux-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.
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
gengoos.go 1 // Copyright 2014 The Go Authors. All rights reserved.
21 data, err := ioutil.ReadFile("../../../go/build/syslist.go")
48 fmt.Fprintf(&buf, "// generated by gengoos.go using 'go generate'\n\n")
61 err := ioutil.WriteFile("zgoos_"+target+".go", buf.Bytes(), 0666)
69 fmt.Fprintf(&buf, "// generated by gengoos.go using 'go generate'\n\n")
79 err := ioutil.WriteFile("zgoarch_"+target+".go", buf.Bytes(), 0666)
  /prebuilts/go/linux-x86/src/runtime/
net_plan9.go 1 // Copyright 2016 The Go Authors. All rights reserved.
11 //go:linkname runtime_ignoreHangup net.runtime_ignoreHangup
16 //go:linkname runtime_unignoreHangup net.runtime_unignoreHangup
  /prebuilts/go/linux-x86/src/runtime/pprof/
mprof_test.go 1 // Copyright 2014 The Go Authors. All rights reserved.
26 //go:noinline
89 # 0x[0-9,a-f]+ runtime/pprof_test\.allocatePersistent1K\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test\.go:41
90 # 0x[0-9,a-f]+ runtime/pprof_test\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test\.go:75
94 # 0x[0-9,a-f]+ runtime/pprof_test\.allocateTransient1M\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:22
95 # 0x[0-9,a-f]+ runtime/pprof_test\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:73
99 # 0x[0-9,a-f]+ runtime/pprof_test\.allocateTransient2M\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:28
100 # 0x[0-9,a-f]+ runtime/pprof_test\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:74
104 # 0x[0-9,a-f]+ runtime/pprof_test\.allocateReflectTransient\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:49
  /prebuilts/go/linux-x86/test/fixedbugs/
bug022.go 3 // Copyright 2009 The Go Authors. All rights reserved.
22 bug022.go:8: illegal types for operand
24 bug022.go:8: illegal types for operand
bug098.go 3 // Copyright 2009 The Go Authors. All rights reserved.
19 uetli:~/Source/go1/test/bugs gri$ 6g bug098.go && 6l bug098.6 && 6.out
20 bug098.go:10: illegal types for operand: AS
bug157.go 3 // Copyright 2009 The Go Authors. All rights reserved.
30 bug157.go:20: syntax error near default
31 bug157.go:20: first switch statement must be a case
issue13169.go 3 // Copyright 2015 The Go Authors. All rights reserved.
32 go func() {
38 go func() {
issue13171.go 3 // Copyright 2015 The Go Authors. All rights reserved.
13 //go:noinline
22 //go:noinline
issue18906.go 3 // Copyright 2017 The Go Authors. All rights reserved.
9 //go:noinline
13 //go:noinline
issue4099.go 3 // Copyright 2013 The Go Authors. All rights reserved.
7 // Check go:noescape annotations.
14 //go:noescape
issue5856.go 3 // Copyright 2013 The Go Authors. All rights reserved.
33 if !strings.HasSuffix(file, "issue5856.go") || line != 28 {
34 fmt.Printf("BUG: defer called from %s:%d, want issue5856.go:28\n", file, line)
issue9321.go 3 // Copyright 2014 The Go Authors. All rights reserved.
27 go test()
28 go test()
issue9608.go 3 // Copyright 2015 The Go Authors. All rights reserved.
10 // because run.go runs files with 'go run', which passes the
  /prebuilts/go/linux-x86/test/
func8.go 3 // Copyright 2011 The Go Authors. All rights reserved.
24 //go:noinline
30 //go:noinline
goprint.go 3 // Copyright 2011 The Go Authors. All rights reserved.
7 // Test that println can be the target of a go statement.
17 go println(42, true, false, true, 1.5, "world", (chan int)(nil), []int(nil), (map[string]int)(nil), (func())(nil), byte(255))
struct0.go 3 // Copyright 2011 The Go Authors. All rights reserved.
30 go recv(c)
32 go recv1(c)
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiEventThread.java 31 private boolean go = true; field in class:MidiEventThread.EventThread
35 while (go) {
58 go = false;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/
MidiEventThread.java 31 private boolean go = true; field in class:MidiEventThread.EventThread
35 while (go) {
58 go = false;
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiEventThread.java 31 private boolean go = true; field in class:MidiEventThread.EventThread
35 while (go) {
58 go = false;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/
MidiEventThread.java 31 private boolean go = true; field in class:MidiEventThread.EventThread
35 while (go) {
58 go = false;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
MidiEventThread.java 31 private boolean go = true; field in class:MidiEventThread.EventThread
35 while (go) {
58 go = false;
  /external/compiler-rt/test/lsan/TestCases/
high_allocator_contention.cc 18 bool go = false; variable
22 while (!go) pthread_cond_wait(&cond, &mutex);
44 go = true;
  /external/valgrind/tests/
mips_features.c 47 static int go(char *feature) function
106 static int go(char *feature) function
124 return go(argv[1]);
  /frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/
SceneUsageBase.java 36 abstract void go(Scene scene); method in class:SceneUsageBase
44 TransitionManager.go(mScenes[0]);
63 go(mScenes[mCurrentScene]);

Completed in 885 milliseconds

<<21222324252627282930>>