OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:that
(Results
1676 - 1700
of
189771
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/prebuilts/go/linux-x86/src/cmd/go/testdata/
example2_test.go
3
// license
that
can be found in the LICENSE file.
5
// Make sure
that
go test runs Example_Y before Example_B, preserving source order.
/prebuilts/go/linux-x86/src/cmd/gofmt/testdata/
rewrite2.golden
5
// license
that
can be found in the LICENSE file.
11
// The rewriter must not crash in
that
case. Was issue 1696.
rewrite2.input
5
// license
that
can be found in the LICENSE file.
11
// The rewriter must not crash in
that
case. Was issue 1696.
/prebuilts/go/linux-x86/src/cmd/vet/
README
1
Vet is a tool
that
checks correctness of Go programs. It runs a suite of tests,
12
potential bugs
that
could cause incorrect compilation or execution. A check
that
20
so checks must be likely enough to find real problems
that
they are worth the
21
overhead of the added check. A new check
that
finds only a handful of problems
29
both these failures must be very small. A check
that
is too noisy will be ignored
30
by the programmer overwhelmed by the output; a check
that
misses too many of the
32
A vet check must be accurate enough
that
everything it reports is worth examining,
/prebuilts/go/linux-x86/src/cmd/vet/testdata/cgo/
cgo2.go
3
// license
that
can be found in the LICENSE file.
5
// Test the cgo checker on a file
that
doesn't use cgo.
/prebuilts/go/linux-x86/src/math/cmplx/
polar.go
3
// license
that
can be found in the LICENSE file.
8
// such
that
x = r * e**?i.
/prebuilts/go/linux-x86/src/runtime/
compiler.go
3
// license
that
can be found in the LICENSE file.
7
// Compiler is the name of the compiler toolchain
that
built the
os_darwin_arm64.go
3
// license
that
can be found in the LICENSE file.
10
// runtime·nanotime() is a poor approximation of CPU ticks
that
is enough for the profiler.
stubs32.go
3
// license
that
can be found in the LICENSE file.
11
// Declarations for runtime services implemented in C or assembly
that
/prebuilts/go/linux-x86/src/runtime/race/testdata/
issue12225_test.go
3
// license
that
can be found in the LICENSE file.
10
// The test is
that
this compiles at all.
/prebuilts/go/linux-x86/src/syscall/
flock_linux_32bit.go
5
// license
that
can be found in the LICENSE file.
10
// On 32-bit Linux systems, the fcntl syscall
that
matches Go's