OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:go
(Results
351 - 375
of
3824
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/go/linux-x86/test/fixedbugs/
bug143.go
3
// Copyright 2009 The
Go
Authors. All rights reserved.
41
* bug143.
go
:19: assignment count mismatch: 2 = 1
42
* bug143.
go
:18: x: undefined
43
* bug143.
go
:18: ok: undefined
issue18410.go
3
// Copyright 2016 The
Go
Authors. All rights reserved.
17
//
go
:noinline
24
//
go
:noinline
29
//
go
:noinline
issue8036.go
3
// Copyright 2014 The
Go
Authors. All rights reserved.
21
//
go
:noinline
29
//
go
:noinline
43
G() // leave non-pointers where F's return values
go
/build/kati/testcase/
ifdef_with_trailing_space.mk
1
# TODO(
go
): Fix
/frameworks/support/samples/SupportTransitionDemos/src/com/example/android/support/transition/widget/
SceneUsage.java
39
void
go
(Scene scene) {
method in class:SceneUsage
40
TransitionManager.
go
(scene);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
FragmentRunnable.java
40
public abstract void
go
();
method in class:FragmentRunnable
49
go
();
method
/prebuilts/go/darwin-x86/doc/progs/
eff_unused1.go
11
fd, err := os.Open("test.
go
")
/prebuilts/go/darwin-x86/src/
clean.bash
2
# Copyright 2009 The
Go
Authors. All rights reserved.
15
if ! "$gobin"/
go
help >/dev/null 2>&1; then
16
echo 'cannot find
go
command; nothing to clean' >&2
20
"$gobin/
go
" clean -i std
21
"$gobin/
go
" tool dist clean
22
"$gobin/
go
" clean -i cmd
clean.bat
1
:: Copyright 2012 The
Go
Authors. All rights reserved.
10
go
tool dist env -w -p >env.bat
21
"%GOBIN%\
go
" clean -i std
22
"%GOBIN%\
go
" tool dist clean
23
"%GOBIN%\
go
" clean -i cmd
/prebuilts/go/darwin-x86/src/cmd/go/testdata/
flag_test.go
11
// Run this as
go
test pkg -v=7
/prebuilts/go/darwin-x86/src/runtime/cgo/
mmap.go
1
// Copyright 2015 The
Go
Authors. All rights reserved.
9
// Import "unsafe" because we use
go
:linkname.
14
// sanitizer with
Go
programs. The memory sanitizer only applies to
15
// C/C++ code; this permits that code to see the
Go
code as normal
18
//
go
:cgo_import_static x_cgo_mmap
19
//
go
:linkname x_cgo_mmap x_cgo_mmap
20
//
go
:linkname _cgo_mmap _cgo_mmap
sigaction.go
1
// Copyright 2016 The
Go
Authors. All rights reserved.
9
// Import "unsafe" because we use
go
:linkname.
14
// sanitizer with
Go
programs. The memory sanitizer only applies to
15
// C/C++ code; this permits that code to see the
Go
runtime's existing signal
18
//
go
:cgo_import_static x_cgo_sigaction
19
//
go
:linkname x_cgo_sigaction x_cgo_sigaction
20
//
go
:linkname _cgo_sigaction _cgo_sigaction
/prebuilts/go/darwin-x86/src/runtime/
defs_netbsd.go
1
// Copyright 2009 The
Go
Authors. All rights reserved.
10
GOARCH=amd64
go
tool cgo -cdefs defs_netbsd.
go
defs_netbsd_amd64.
go
>defs_netbsd_amd64.h
11
GOARCH=386
go
tool cgo -cdefs defs_netbsd.
go
defs_netbsd_386.
go
>defs_netbsd_386.h
12
GOARCH=arm
go
tool cgo -cdefs defs_netbsd.
go
defs_netbsd_arm.
go
>defs_netbsd_arm.
[
all
...]
msan.go
1
// Copyright 2015 The
Go
Authors. All rights reserved.
32
//
go
:nosplit
41
//
go
:noescape
44
//
go
:noescape
47
//
go
:noescape
50
//
go
:noescape
54
//
go
:cgo_import_static __msan_read_go
55
//
go
:cgo_import_static __msan_write_go
56
//
go
:cgo_import_static __msan_malloc_go
57
//
go
:cgo_import_static __msan_free_g
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
exec_solaris_test.go
1
// Copyright 2015 The
Go
Authors. All rights reserved.
11
//
go
:cgo_import_dynamic libc_Getpgid getpgid "libc.so"
12
//
go
:cgo_import_dynamic libc_Getpgrp getpgrp "libc.so"
14
//
go
:linkname libc_Getpgid libc_Getpgid
15
//
go
:linkname libc_Getpgrp libc_Getpgrp
/prebuilts/go/darwin-x86/test/fixedbugs/
bug012.go
3
// Copyright 2009 The
Go
Authors. All rights reserved.
22
bug12.
go
:5: overflow converting constant to <uint64>UINT64
23
bug12.
go
:6: overflow converting constant to <uint64>UINT64
24
bug12.
go
:7: overflow converting constant to <uint64>UINT64
25
bug12.
go
:8: overflow converting constant to <uint64>UINT64
bug334.go
3
// Copyright 2011 The
Go
Authors. All rights reserved.
27
bug334.
go
:16: invalid receiver type cplx64
28
bug334.
go
:17: invalid receiver type cplx128
29
bug334.
go
:22: c64.Foo undefined (type cplx128 has no field or method Foo)
30
bug334.
go
:23: c128.Foo undefined (type cplx64 has no field or method Foo)
bug381.go
3
// Copyright 2011 The
Go
Authors. All rights reserved.
10
// bug381.
go
:29: unsafe.Alignof(0) not used
12
// bug381.
go
:29: 4 not used
15
// bug381.
go
:30: cannot use 3 (type time.Weekday) as type int in function argument
17
// bug381.
go
:30: cannot use time.Wednesday (type time.Weekday) as type int in function argument
/prebuilts/go/darwin-x86/test/uintptrescapes.dir/
a.go
1
// Copyright 2016 The
Go
Authors. All rights reserved.
22
//
go
:uintptrescapes
29
//
go
:uintptrescapes
42
//
go
:uintptrescapes
49
//
go
:uintptrescapes
/prebuilts/go/darwin-x86/test/
uintptrescapes2.go
3
// Copyright 2016 The
Go
Authors. All rights reserved.
15
//
go
:uintptrescapes
16
//
go
:noinline
19
//
go
:uintptrescapes
20
//
go
:noinline
/prebuilts/go/linux-x86/doc/progs/
eff_unused1.go
11
fd, err := os.Open("test.
go
")
/prebuilts/go/linux-x86/src/
clean.bash
2
# Copyright 2009 The
Go
Authors. All rights reserved.
15
if ! "$gobin"/
go
help >/dev/null 2>&1; then
16
echo 'cannot find
go
command; nothing to clean' >&2
20
"$gobin/
go
" clean -i std
21
"$gobin/
go
" tool dist clean
22
"$gobin/
go
" clean -i cmd
clean.bat
1
:: Copyright 2012 The
Go
Authors. All rights reserved.
10
go
tool dist env -w -p >env.bat
21
"%GOBIN%\
go
" clean -i std
22
"%GOBIN%\
go
" tool dist clean
23
"%GOBIN%\
go
" clean -i cmd
/prebuilts/go/linux-x86/src/cmd/go/testdata/
flag_test.go
11
// Run this as
go
test pkg -v=7
/prebuilts/go/linux-x86/src/runtime/cgo/
mmap.go
1
// Copyright 2015 The
Go
Authors. All rights reserved.
9
// Import "unsafe" because we use
go
:linkname.
14
// sanitizer with
Go
programs. The memory sanitizer only applies to
15
// C/C++ code; this permits that code to see the
Go
code as normal
18
//
go
:cgo_import_static x_cgo_mmap
19
//
go
:linkname x_cgo_mmap x_cgo_mmap
20
//
go
:linkname _cgo_mmap _cgo_mmap
Completed in 1142 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>