OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keep
(Results
451 - 475
of
939
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/
obj9.go
677
// The +StackGuard on both sides is required to
keep
the left side positive:
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/x86/
asm.go
97
// use unnecessary SS prefix to
keep
instruction same length.
/prebuilts/go/darwin-x86/src/bytes/
bytes.go
680
// If they match,
keep
going; if not, return false.
/prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
obj7.go
106
// The +StackGuard on both sides is required to
keep
the left side positive:
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
obj9.go
674
// The +StackGuard on both sides is required to
keep
the left side positive:
/prebuilts/go/darwin-x86/src/cmd/link/internal/x86/
asm.go
94
// use unnecessary SS prefix to
keep
instruction same length.
/prebuilts/go/darwin-x86/src/crypto/tls/
handshake_server.go
351
// No need to
keep
a full record of the handshake if client
/prebuilts/go/darwin-x86/src/go/types/
type.go
199
// We need to
keep
the scope in Signature (rather than passing it around
/prebuilts/go/darwin-x86/src/html/template/
template.go
23
// we need to
keep
our version of the name space and the underlying
/prebuilts/go/darwin-x86/src/net/
dial_test.go
265
// away the first result and
keep
the second.
/prebuilts/go/darwin-x86/src/net/http/
client.go
167
// connection to the server for a subsequent "
keep
-alive" request.
transfer.go
553
if headerValuesContainsToken(vv, "close") || !headerValuesContainsToken(vv, "
keep
-alive") {
/prebuilts/go/darwin-x86/src/net/textproto/
reader.go
164
// Bufio will
keep
err until next read.