Searched
refs:more (Results
401 -
425 of
1733) sorted by null
<<11121314151617181920>>
/prebuilts/go/darwin-x86/src/encoding/gob/ |
encgen.go | 10 // TODO: We could do more by being unsafe. Add a -unsafe flag?
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
indent.go | 70 // indented line beginning with prefix followed by one or more
|
/prebuilts/go/darwin-x86/src/flag/ |
example_test.go | 5 // These examples demonstrate more intricate uses of the flag package.
|
/prebuilts/go/darwin-x86/src/go/doc/ |
doc.go | 69 // Any note with a marker of 2 or more upper case [A-Z] letters and a uid of
|
/prebuilts/go/darwin-x86/src/go/scanner/ |
errors.go | 100 return fmt.Sprintf("%s (and %d more errors)", p[0], len(p)-1)
|
/prebuilts/go/darwin-x86/src/go/types/ |
lookup.go | 29 // (the same name appeared more than once at the same embedding level). 101 // We have seen this type before, at a more shallow depth 243 // TODO(gri) Consider using method sets here. Might be more efficient. 246 // TODO(gri) allMethods is sorted - can do this more efficiently
|
/prebuilts/go/darwin-x86/src/hash/adler32/ |
adler32_test.go | 27 {0x3f090f02, "Discard medicine more than two years old."},
|
/prebuilts/go/darwin-x86/src/hash/crc64/ |
crc64_test.go | 29 {0x8ec0e7c835bf9cdf, "Discard medicine more than two years old."},
|
/prebuilts/go/darwin-x86/src/math/rand/ |
example_test.go | 78 // They do so more carefully than using r.Int()%n.
|
/prebuilts/go/darwin-x86/src/net/ |
dnsconfig_unix.go | 53 // One more check: make sure server name is
|
sendfile_dragonfly.go | 25 // DragonFly uses 0 as the "until EOF" value. If you pass in more bytes than the
|
sendfile_freebsd.go | 25 // FreeBSD uses 0 as the "until EOF" value. If you pass in more bytes than the
|
sendfile_solaris.go | 29 // Solaris uses 0 as the "until EOF" value. If you pass in more bytes than the
|
/prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/ |
server.go | 94 // Should think about making RPC more general.
|
/prebuilts/go/darwin-x86/src/os/ |
env.go | 53 // expansion and two more bytes are needed than the length of the name.
|
/prebuilts/go/darwin-x86/src/runtime/ |
mgcmark.go | 229 // will be more cache friendly. 292 // more, so go around again after performing an 709 // get work, even though there may be more work in the system. 738 // No more work 762 // perform at least n units of work, but may perform more because 835 // marking it. This is even more pronounced on relaxed memory 864 break // no more pointers in this object 954 // Use of PREFETCHNTA might be more appropriate than PREFETCH 1010 // there are no more pointers in the object. This information is held
|
os3_plan9.go | 27 // Check that the note is no more than ERRMAX bytes (including
|
/prebuilts/go/darwin-x86/src/strings/ |
reader.go | 149 // It is similar to bytes.NewBufferString but more efficient and read-only.
|
/prebuilts/go/darwin-x86/src/testing/ |
benchmark.go | 210 // Run more iterations than we think we'll need (1.2x). 212 // Be sure to run at least one more than last time. 383 // Next reports whether there are more iterations to execute. 421 // so do not do more than 100µs/10ns=1e4 iterations.
|
/prebuilts/go/linux-x86/src/archive/zip/ |
writer_test.go | 16 // TODO(adg): a more sophisticated test suite
|
/prebuilts/go/linux-x86/src/cmd/yacc/ |
doc.go | 42 Clients that need to understand more about the parser state can
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
benchmark_test.go | 51 // always be wordsize aligned, whereas non-aligned is a more typical
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
encgen.go | 10 // TODO: We could do more by being unsafe. Add a -unsafe flag?
|
/prebuilts/go/linux-x86/src/encoding/json/ |
indent.go | 70 // indented line beginning with prefix followed by one or more
|
/prebuilts/go/linux-x86/src/flag/ |
example_test.go | 5 // These examples demonstrate more intricate uses of the flag package.
|
Completed in 2242 milliseconds
<<11121314151617181920>>