MCPcopy Create free account

hub / github.com/MXi4oyu/golang.org / functions

Functions23,112 in github.com/MXi4oyu/golang.org

↓ 34 callersMethodRemoteAddr
RemoteAddr returns the remote address for this connection.
x/crypto/ssh/connection.go:40
↓ 34 callersMethodReset
Reset resets the state and allows a Transformer to be reused.
x/text/transform/transform.go:64
↓ 34 callersMethodStop
Stop is used by commands to signal the end of an operation.
x/text/collate/tools/colcmp/colcmp.go:98
↓ 34 callersMethodString
()
x/tools/godoc/vfs/vfs.go:35
↓ 34 callersMethodUint64
([]byte)
x/net/route/binary.go:25
↓ 34 callersMethodcopy
---------- Constraint creation ---------- copy creates a constraint of the form dst = src. sizeof is the width (in logical fields) of the copied type.
x/tools/go/pointer/gen.go:309
↓ 34 callersMethodexpr
expr visits a true expression (not a type or defining ident) and returns its type.
x/tools/refactor/satisfy/find.go:331
↓ 34 callersMethodpopUntil
popUntil pops the stack of open elements at the highest element whose tag is in matchTags, provided there is no higher element in the scope's stop tag
x/net/html/parse.go:99
↓ 34 callersFunctionptrace
THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
x/sys/unix/zsyscall_linux_386.go:311
↓ 33 callersMethodEncode
Encode writes the XML encoding of v to the stream. See the documentation for Marshal for details about the conversion of Go values to XML. Encode ca
x/net/webdav/internal/xml/marshal.go:152
↓ 33 callersMethodInit
(logger *log.Logger, dir, hostport string, heads map[string]string)
x/tools/cmd/tip/tip.go:114
↓ 33 callersMethodSearch
Search returns all the nodes of the graph reachable from any of the specified roots, by following edges forwards. Relationally, this is the reflexive
x/tools/refactor/importgraph/graph.go:39
↓ 33 callersMethodString
()
x/tools/go/pointer/constraint.go:27
↓ 33 callersFunctionassert
(cond bool)
x/tools/go/ssa/interp/testdata/fieldprom.go:25
↓ 33 callersMethodindex
(s string)
x/text/internal/language/gen.go:241
↓ 33 callersFunctionload4
(in []byte)
x/crypto/ed25519/internal/edwards25519/edwards25519.go:85
↓ 33 callersFunctionmkChain
mkChain creates a Chain transformer. x must be alternating between transformer and bufSize, like T, (sz, T)*
x/text/transform/transform_test.go:743
↓ 33 callersFunctionstreamError
(id uint32, code ErrCode)
x/net/http2/errors.go:70
↓ 33 callersFunctionwrap
(p *message.Printer, format string)
x/text/message/pipeline/testdata/ssa/ssa.go:48
↓ 32 callersMethodBounds
Bounds returns the union of a Font's glyphs' bounds. In the returned Rectangle26_6's (x, y) coordinates, the Y axis increases down.
x/image/font/sfnt/sfnt.go:1242
↓ 32 callersFunctionBytePtrFromString
BytePtrFromString returns a pointer to a NUL-terminated array of bytes containing the text of s. If s contains a NUL byte at any location, it returns
x/sys/plan9/syscall.go:46
↓ 32 callersMethodHeadersEnded
()
x/net/http2/frame.go:1371
↓ 32 callersMethodPackage
token.{VAR,FUNC,CONST,TYPE}
x/tools/go/ssa/ssa.go:74
↓ 32 callersFunctionReadKeyRing
ReadKeyRing reads one or more public/private keys. Unsupported keys are ignored as long as at least a single valid key is found.
x/crypto/openpgp/keys.go:253
↓ 32 callersFunctionargs
(a ...interface{})
x/text/message/fmt_test.go:1636
↓ 32 callersFunctionbenchScale
(b *testing.B, w int, h int, op Op, srcf func(image.Rectangle) (image.Image, error), q Interpolator)
x/image/draw/scale_test.go:625
↓ 32 callersMethodexpect
(tok rune)
x/tools/go/internal/gcimporter/gcimporter.go:313
↓ 31 callersMethodClose
Close closes the server.
x/net/internal/sockstest/server.go:156
↓ 31 callersMethodCloseIdleConnections
CloseIdleConnections closes any connections which were previously connected from previous requests but are now sitting idle. It does not interrupt any
x/net/http2/transport.go:472
↓ 31 callersMethodReadDir
(path string)
x/tools/godoc/vfs/vfs.go:33
↓ 31 callersMethodSetValue
SetValue sets the value, the data from a CLDR XML element, for the given key.
x/text/internal/cldrtree/cldrtree.go:329
↓ 31 callersMethodVar
Var returns the package-level variable of the specified name, or nil if not found.
x/tools/go/ssa/ssa.go:1492
↓ 31 callersFunctionabs
abs is like math.Abs, but it doesn't care about negative zero, infinities or NaNs.
x/image/draw/scale.go:296
↓ 31 callersMethodreadPacket
Read a packet from the connection. The read is blocking, i.e. if error is nil, then the returned byte slice is always non-empty.
x/crypto/ssh/transport.go:34
↓ 30 callersMethodContext
A Context is used for evaluating Messages.
x/text/message/catalog/catalog.go:175
↓ 30 callersFunctionDecimal
Decimal formats a number as a floating point decimal.
x/text/number/number.go:25
↓ 30 callersMethodMul
(a *curvePoint, scalar *big.Int, pool *bnPool)
x/crypto/bn256/curve.go:228
↓ 30 callersMethodOffset
()
x/tools/internal/span/span.go:126
↓ 30 callersMethodString
@symbol("Stringer", "Stringer", "Interface", "")
x/tools/internal/lsp/testdata/symbols/main.go:44
↓ 30 callersMethodText
Text returns the part of the format string that was parsed by the last call to Scan. It returns the original substitution clause if the current scan p
x/text/internal/format/parser.go:64
↓ 30 callersMethodVerify
Verify that sig is a signature on the given data using this key. This function will hash the data appropriately first.
x/crypto/ssh/keys.go:295
↓ 30 callersMethodaddLabel
addLabel adds label to the points-to set of ptr and reports whether the set grew.
x/tools/go/pointer/solve.go:181
↓ 30 callersFunctionfakeContext
--------------------------------------------------------------------- Simplifying wrapper around buildutil.FakeContext for packages whose filenames ar
x/tools/refactor/rename/rename_test.go:1319
↓ 30 callersMethodfuncResults
funcResults returns the first node of the results (R) block of the function whose object node (obj.flags&otFunction) is id.
x/tools/go/pointer/gen.go:291
↓ 30 callersFunctiongenerate
(pkg string, deps ...*dependency)
x/text/gen.go:190
↓ 30 callersFunctionnewGFp12
(pool *bnPool)
x/crypto/bn256/gfp12.go:21
↓ 30 callersMethodparse
(io.Reader)
x/crypto/openpgp/packet/packet.go:258
↓ 30 callersMethodread
read reads the next n bits from the decoder's bit-stream.
x/image/vp8l/decode.go:67
↓ 29 callersMethodImport
Import is a convenience function that adds path to ImportPkgs, the set of initial packages that will be imported from source.
x/tools/go/loader/loader.go:329
↓ 29 callersMethodSendRequest
SendRequest sends a channel request. If wantReply is true, it will wait for a reply and return the result as a boolean, otherwise the return value wi
x/crypto/ssh/channel.go:72
↓ 29 callersMethodText
(w io.Writer)
x/tools/internal/apidiff/report.go:38
↓ 29 callersMethodemit
emit emits the specified instruction to function f.
x/tools/go/ssa/func.go:444
↓ 29 callersFunctionf
(x, y *X)
x/tools/go/analysis/passes/nilness/testdata/src/a/a.go:5
↓ 29 callersMethodnext
next returns the next block in the list, or end if b is the last block.
x/tools/container/intsets/sparse.go:258
↓ 29 callersFunctionreadMPI
readMPI reads a big integer from r. The bit length returned is the bit length that was specified in r. This is preserved so that the integer can be re
x/crypto/openpgp/packet/packet.go:497
↓ 29 callersMethodsetPos
(pos token.Pos)
x/tools/go/ssa/ssa.go:1456
↓ 29 callersFunctiontransform
(txx, txy, tyx, tyy int16, dx, dy fixed.Int26_6, s Segment)
x/image/font/sfnt/sfnt_test.go:59
↓ 28 callersMethodInsert
Insert adds x to the set s, and reports whether the set grew.
x/tools/container/intsets/sparse.go:333
↓ 28 callersMethodLen
()
x/text/unicode/cldr/decode.go:45
↓ 28 callersMethodShutdown
(context.Context)
x/tools/internal/lsp/protocol/tsserver.go:34
↓ 28 callersMethodSpan
Span returns a position in src such that transforming src[:n] results in identical output src[:n] for these bytes. It does not necessarily return the
x/text/transform/transform.go:99
↓ 28 callersFunctionemitConv
emitConv emits to f code to convert Value val to exactly type typ, and returns the converted value. Implicit conversions are required by language ass
x/tools/go/ssa/emit.go:173
↓ 28 callersFunctionerrnoErr
errnoErr returns common boxed Errno values, to prevent allocations at runtime.
x/net/internal/socket/error_unix.go:23
↓ 28 callersFunctionfn
()
x/text/message/pipeline/testdata/ssa/ssa.go:125
↓ 28 callersFunctionmonthVal
(path, context, width string, month int)
x/text/unicode/cldr/resolve_test.go:209
↓ 28 callersFunctionpath
(e ...uint16)
x/text/internal/cldrtree/cldrtree_test.go:290
↓ 28 callersFunctionrawSyscall6
Implemented in runtime/syscall_aix.go.
x/sys/unix/zsyscall_aix_ppc64_gc.go:409
↓ 28 callersFunctiontestProprietary
testProprietary tests that we can load every glyph in the named font. The exact number of glyphs in the font can differ across its various versions,
x/image/font/sfnt/proprietary_test.go:220
↓ 28 callersMethodtop
()
x/net/html/parse.go:54
↓ 27 callersMethodAddUint8
AddUint8 appends an 8-bit value to the byte string.
x/crypto/cryptobyte/builder.go:78
↓ 27 callersMethodIndexFromType
IndexFromType creates a subindex the value of tye type attribute as key. It will also configure the Index to share the enumeration values with all sib
x/text/internal/cldrtree/cldrtree.go:261
↓ 27 callersMethodInfo
(eid uint32, msg string)
x/sys/windows/svc/debug/log.go:17
↓ 27 callersMethodNewSession
NewSession opens a new Session for this client. (A session is a remote execution of a program.)
x/crypto/ssh/client.go:129
↓ 27 callersMethodScalarBaseMult
ScalarBaseMult sets e to g*k where g is the generator of the group and then returns e.
x/crypto/bn256/bn256.go:76
↓ 27 callersMethoderror
(err interface{})
x/tools/go/internal/gccgoimporter/parser.go:110
↓ 27 callersMethodexec
()
x/tools/go/analysis/internal/checker/checker.go:453
↓ 27 callersMethodjoin
join joins the string and ensures that all entries are of the same length.
x/text/internal/language/gen.go:273
↓ 27 callersMethodrun
()
x/net/http2/transport_test.go:735
↓ 26 callersFunctionInsecureIgnoreHostKey
InsecureIgnoreHostKey returns a function that can be used for ClientConfig.HostKeyCallback to accept any host key. It should not be used for productio
x/crypto/ssh/client.go:243
↓ 26 callersMethodPutUint64
([]byte, uint64)
x/net/lif/binary.go:26
↓ 26 callersMethodReset
Reset clears the buffer from previous results generated by Key and KeyString.
x/text/collate/collate.go:99
↓ 26 callersMethodWriteWindowUpdate
WriteWindowUpdate writes a WINDOW_UPDATE frame. The increment value must be between 1 and 2,147,483,647, inclusive. If the Stream ID is zero, the wind
x/net/http2/frame.go:953
↓ 26 callersMethodassign
assign records pairs of distinct types that are related by assignability, where the left-hand side is an interface and both sides have methods. It sh
x/tools/refactor/satisfy/find.go:280
↓ 26 callersFunctionfeSquare
feSquare calculates h = f*f. Can overlap h with f. Preconditions: |f| bounded by 1.1*2^26,1.1*2^25,1.1*2^26,1.1*2^25,etc. Postconditions: |h| bounde
x/crypto/curve25519/curve25519.go:513
↓ 26 callersMethodgreet
(settings ...Setting)
x/net/http2/transport_test.go:696
↓ 26 callersMethodnewBlock
newBlock appends a new unconnected basic block to b.cfg's block slice and returns it. It does not automatically become the current block. comment is a
x/tools/go/cfg/builder.go:483
↓ 26 callersFunctionwpq
(p, q int)
x/text/collate/collate_test.go:66
↓ 25 callersMethodHeaderBlockFragment
()
x/net/http2/frame.go:1376
↓ 25 callersFunctionLower
Lower returns a Caser for language-specific lowercasing.
x/text/cases/cases.go:76
↓ 25 callersMethodName
Name reports the name of the exporter, used in logging and sub-test generation.
x/tools/go/packages/packagestest/export.go:90
↓ 25 callersMethodPrintf
Printf is like fmt.Printf, but using language-specific formatting.
x/text/message/message.go:131
↓ 25 callersMethodReadByte
()
x/tools/go/analysis/passes/stdmethods/testdata/src/a/a.go:32
↓ 25 callersMethodReadFrom
ReadFrom reads an ICMP message from the connection.
x/net/icmp/endpoint.go:47
↓ 25 callersMethodToken
Token returns the next XML token in the input stream. At the end of the input stream, Token returns nil, io.EOF. Slices of bytes in the returned toke
x/net/webdav/internal/xml/xml.go:272
↓ 25 callersMethodcheck
(t *testing.T, msg string)
x/tools/container/intsets/sparse_test.go:217
↓ 25 callersMethodlen
len reports the number of entries in the table.
x/net/http2/hpack/tables.go:51
↓ 25 callersFunctionloc
(node: ts.Node)
x/tools/internal/lsp/protocol/typescript/go.ts:714
↓ 25 callersMethodlogf
(format string, args ...interface{})
x/net/http2/h2i/h2i.go:256
↓ 25 callersMethodnext
()
x/tools/go/internal/gcimporter/gcimporter.go:262
↓ 25 callersMethodok
()
x/net/ipv4/endpoint.go:55
← previousnext →301–400 of 23,112, ranked by callers