/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationThreadTest.java | 160 private boolean go; field in class:CollationThreadTest.Control 164 go = true; 169 go = false; 173 boolean go() { method in class:CollationThreadTest.Control 174 return go; 201 while (!control.go()) { 206 while (control.go()) { 232 } while (control.go() && System.currentTimeMillis() < stopTime);
|
/external/llvm/bindings/go/ |
conftest.go | 4 "go/build" 8 // Tests that the Go compiler is at least version 1.2.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
HandlerTester.java | 24 public abstract void go(); method in class:HandlerTester 63 go(); method
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
Demo5.java | 46 TransitionManager.go(mSearchScreen); 49 TransitionManager.go(mResultsScreen);
|
ScenesTestAutoTransition2.java | 47 TransitionManager.go(mSearchScreen); 50 TransitionManager.go(mResultsScreen);
|
/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/ |
CustomUsage.java | 51 void go(Scene scene) { method in class:CustomUsage 52 TransitionManager.go(scene, mTransition);
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
backdoor.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 9 //go:linkname lockedOSThread runtime.lockedOSThread
|
/prebuilts/go/darwin-x86/src/bytes/ |
bytes_decl.go | 1 // Copyright 2010 The Go Authors. All rights reserved. 7 //go:noescape 12 //go:noescape 19 //go:noescape 24 func Compare(a, b []byte) int // ../runtime/noasm.go or ../runtime/asm_{386,amd64}.s
|
/prebuilts/go/darwin-x86/src/cmd/cover/ |
doc.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 7 'go test -coverprofile=cover.out'. 9 Cover is also used by 'go test -cover' to rewrite the source code with 11 It operates on one Go source file at a time, computing approximate 18 go help testflag 19 go tool cover -help
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
mkdeps.bash | 2 # Copyright 2015 The Go Authors. All rights reserved. 20 GOOS=$goos GOARCH=$goarch go list -tags cmd_go_bootstrap -f '{{range .Deps}}{{$.ImportPath}} {{.}} 26 all="$(deps_of cmd/go | awk '{print $2}') cmd/go" 45 ) |gofmt >deps.go
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
run.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 34 Short: "compile and run Go program", 36 Run compiles and runs the main package comprising the named Go source files. 37 A Go source file is defined to be a file ending in a literal ".go" suffix. 39 By default, 'go run' runs the compiled binary directly: 'a.out arguments...'. 40 If the -exec flag is given, 'go run' invokes the binary using xprog: 44 on the current search path, 'go run' invokes the binary using that program, 49 For more about build flags, see 'go help build'. 51 See also: go build [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
modes.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 13 // See crypto/cipher/gcm.go. 20 // See crypto/cipher/cbc.go. 27 // See crypto/cipher/cbc.go. 34 // See crypto/cipher/ctr.go.
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1block_decl.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 9 //go:noescape
|
/prebuilts/go/darwin-x86/src/crypto/sha256/ |
sha256block_decl.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 9 //go:noescape
|
/prebuilts/go/darwin-x86/src/crypto/sha512/ |
sha512block_decl.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 9 //go:noescape
|
/prebuilts/go/darwin-x86/src/go/printer/ |
performance_test.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 6 // go test -bench=BenchmarkPrint 12 "go/ast" 13 "go/parser" 30 const filename = "testdata/parser.go"
|
/prebuilts/go/darwin-x86/src/go/types/ |
stdlib_test.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 12 "go/ast" 13 "go/build" 14 "go/importer" 15 "go/parser" 16 "go/scanner" 17 "go/token" 27 . "go/types" 92 if f.IsDir() || !strings.HasSuffix(f.Name(), ".go") || excluded[f.Name()] { 134 // test/recover4.go is only built for Linux and Darwin [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
defs_windows.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 10 GOARCH=amd64 go tool cgo -cdefs defs_windows.go > defs_windows_amd64.h 11 GOARCH=386 go tool cgo -cdefs defs_windows.go > defs_windows_386.h
|
mkfastlog2table.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 23 fmt.Fprintln(&buf, "// AUTO-GENERATED by mkfastlog2table.go") 24 fmt.Fprintln(&buf, "// Run go generate from src/runtime to update.") 25 fmt.Fprintln(&buf, "// See mkfastlog2table.go for comments.") 39 if err := ioutil.WriteFile("fastlog2table.go", buf.Bytes(), 0644); err != nil {
|
os_netbsd.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 31 //go:noescape 34 //go:noescape 37 //go:noescape 40 //go:noescape 43 //go:noescape 51 //go:noescape 54 //go:noescape 57 //go:noescape 60 //go:noescap [all...] |
os_openbsd.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 16 //go:noescape 19 //go:noescape 22 //go:noescape 25 //go:noescape 28 //go:nosplit 29 //go:nowritebarrierrec 41 //go:noescape 47 //go:noescape 50 //go:noescap [all...] |
/prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
issue12664_test.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 16 go func() { 37 go func() { 54 go func() { 68 go func() {
|
/prebuilts/go/darwin-x86/src/syscall/ |
mkerrors.sh | 2 # Copyright 2009 The Go Authors. All rights reserved. 6 # Generate Go code listing errors and other #defined constant 239 # Write go tool cgo -godefs input. 320 ) >_const.go 349 go tool cgo -godefs -- "$@" _const.go >_error.out 450 $CC $ccflags -o _errors _errors.c && $GORUN ./_errors && rm -f _errors.c _errors _const.go _error.grep _signal.grep _error.out
|
/prebuilts/go/darwin-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 } ();
|