MCPcopy Create free account

hub / github.com/border/golang-china / functions

Functions8,676 in github.com/border/golang-china

↓ 40 callersMethodwaitForReply
waitForReply looks for a reply in the map indexed by sequence number. If the reply is not in the map it will block while reading replies from the serv
pkg/xgb/xgb.go:251
↓ 39 callersMethodLen
()
pkg/container/vector/nogen_test.go:37
↓ 39 callersFunctionint2IntValue
(x int)
pkg/container/vector/nogen_test.go:22
↓ 39 callersFunctionint2StrValue
(x int)
pkg/container/vector/nogen_test.go:23
↓ 39 callersFunctionint2Value
(x int)
pkg/container/vector/nogen_test.go:21
↓ 39 callersFunctionnat_eq
(n uint, x, y Natural)
pkg/bignum/bignum_test.go:77
↓ 39 callersFunctiontname
(x interface{})
pkg/container/vector/nogen_test.go:76
↓ 38 callersMethodSetString
SetString sets z to the value of s, interpreted in the given base. If base is 0 then SetString attempts to detect the base by at the prefix of s. '0x'
pkg/big/int.go:275
↓ 38 callersFunctionint_eq
(n uint, x, y *Integer)
pkg/bignum/bignum_test.go:84
↓ 37 callersMethodSize
Size returns the number of bytes Sum will return.
pkg/hash/hash.go:23
↓ 37 callersMethodString
String returns the contents of the unread portion of the buffer as a string. If the Buffer is a nil pointer, it returns "<nil>".
pkg/bytes/buffer.go:40
↓ 37 callersMethodnext
next reads and returns the next Unicode character. It is designed such that only a minimal amount of work needs to be done in the common ASCII case (o
pkg/scanner/scanner.go:214
↓ 37 callersFunctionprintint
pkg/runtime/print.c:294
↓ 36 callersMethodCopy
()
pkg/exp/datafmt/datafmt.go:293
↓ 36 callersMethodFprint
Fprint "pretty-prints" an AST node to output and returns the number of bytes written and an error (if any) for a given configuration cfg. The node typ
pkg/go/printer/printer.go:969
↓ 36 callersFunctionSprintf
Sprintf formats according to a format specifier and returns the resulting string.
pkg/fmt/print.go:233
↓ 36 callersFunctionval
(i int)
pkg/container/vector/nogen_test.go:52
↓ 36 callersFunctionvalueKind
valueKind returns the kind of the value type stored inside the interface v.
pkg/gob/type.go:32
↓ 35 callersMethodfield
(i int)
pkg/exp/ogle/rvalue.go:396
↓ 35 callersMethodnext
Read the next Unicode char into S.ch. S.ch < 0 means end-of-file.
pkg/go/scanner/scanner.go:45
↓ 34 callersMethodEqual
Compute equality for the given keys
pkg/exp/iterable/iterable.go:310
↓ 34 callersFunctionlock
pkg/runtime/tiny/thread.c:40
↓ 34 callersMethodmake
(m int)
pkg/big/nat.go:63
↓ 33 callersMethodNumField
NumField returns the number of struct fields.
pkg/reflect/type.go:593
↓ 33 callersMethoddiag
(format string, args ...interface{})
pkg/exp/eval/expr.go:62
↓ 32 callersMethodClose
Close closes the connection. The error returned is an os.Error to satisfy io.Closer;
pkg/net/net.go:36
↓ 32 callersMethodDo
Do calls function f for each element of the vector, in order. The behavior of Do is undefined if f changes *p.
pkg/container/vector/defs.go:56
↓ 32 callersMethodLen
Len returns the number of elements in the vector. Same as len(*p).
pkg/container/vector/vector.go:86
↓ 32 callersMethodaGet
(a aborter)
pkg/exp/ogle/rvalue.go:186
↓ 30 callersMethodCmp
Cmp compares x and y. The result is an int value < 0 if x < y == 0 if x == y > 0 if x > y
pkg/bignum/bignum.go:767
↓ 30 callersFunctionMakeInt
MakeInt makes an integer given a sign and a mantissa. The number is positive (>= 0) if sign is false or the mantissa is zero; it is negative otherwise
pkg/bignum/integer.go:30
↓ 30 callersMethodScan
Scan reads the next token or Unicode character from source and returns it. It only recognizes tokens t for which the respective Mode bit (1<<-t) is se
pkg/scanner/scanner.go:514
↓ 29 callersMethodSprint
Sprint formats each argument according to the format f and returns the resulting string. If an error occurs during formatting, the result string conta
pkg/exp/datafmt/datafmt.go:720
↓ 28 callersFunctiondecodeUint
decodeUint reads an encoded unsigned integer from state.r. Sets state.err. If state.err is already non-nil, it does nothing. Does not check for overf
pkg/gob/decode.go:81
↓ 28 callersFunctionrnd
pkg/runtime/runtime.c:124
↓ 28 callersFunctionverify
(t *testing.T, r *Ring, N int, sum int)
pkg/container/ring/ring_test.go:28
↓ 27 callersMethodNext
()
pkg/crypto/block/xor.go:19
↓ 27 callersFunctionOpen
Open opens the named file with specified flag (O_RDONLY etc.) and perm, (0666 etc.) if applicable. If successful, methods on the returned File can be
pkg/os/file_unix.go:24
↓ 27 callersFunctiongetSysProcAddr
(m uint32, pname string)
pkg/syscall/syscall_windows.go:88
↓ 27 callersMethodnewExpr
(t Type, desc string)
pkg/exp/eval/expr.go:58
↓ 27 callersFunctionpanicstring
pkg/runtime/runtime.c:77
↓ 26 callersMethodElem
Create sub-Builders
pkg/json/parse.go:310
↓ 26 callersMethodMul
Mul returns the product x * y.
pkg/bignum/bignum.go:398
↓ 26 callersFunctioncheck
(t *testing.T, ok bool, name string, v interface{})
pkg/json/struct_test.go:61
↓ 26 callersMethoderror
error records an error and switches to the error state.
pkg/json/scanner.go:595
↓ 26 callersMethodinteger
integer; interprets prec but not wid. Once formatted, result is sent to pad() and then flags are cleared.
pkg/fmt/format.go:170
↓ 26 callersMethodsendBytes
sendBytes sends a byte slice as variable length data after the fixed portion of a request, along with any necessary padding.
pkg/xgb/xgb.go:168
↓ 26 callersMethodsetNext
the instruction to execute after this one
pkg/testing/regexp.go:52
↓ 25 callersMethodAdd
Add returns the sum of p and q: Pt(p.X+q.X, p.Y+q.Y).
pkg/exp/draw/arith.go:33
↓ 25 callersFunctionCheckEqual
CheckEqual looks for an input on which f and g return different results. It calls f and g repeatedly with arbitrary values for each argument. If f and
pkg/testing/quick/quick.go:277
↓ 25 callersMethodDecode
Decode reads the next value from the connection and stores it in the data represented by the empty interface value. The value underlying e must be the
pkg/gob/decoder.go:59
↓ 25 callersMethodEncode
Encode transmits the data item represented by the empty interface value, guaranteeing that all necessary type information has been transmitted first.
pkg/gob/encoder.go:318
↓ 24 callersMethodIter
Iter should return a fresh channel each time it is called.
pkg/exp/iterable/iterable.go:18
↓ 24 callersMethodRGBA
()
pkg/image/color.go:11
↓ 24 callersMethodSet
(x, y int, c image.Color)
pkg/exp/draw/draw.go:30
↓ 24 callersMethodSetBytes
SetBytes interprets b as the bytes of a big-endian, unsigned integer and sets z to that value.
pkg/big/int.go:309
↓ 24 callersMethodasIdealFloat
()
pkg/exp/eval/expr1.go:30
↓ 23 callersFunctionprintpointer
pkg/runtime/print.c:321
↓ 23 callersFunctionreportError
(property string, err os.Error, t *testing.T)
pkg/testing/quick/quick_test.go:64
↓ 22 callersMethodExp
Exp sets z = x**y mod m. If m is nil, z = x**y. See Knuth, volume 2, section 4.6.3.
pkg/big/int.go:375
↓ 22 callersMethodHandle
Handle registers the handler for the given pattern.
pkg/http/server.go:512
↓ 22 callersMethodIsValid
IsValid returns true if the position is valid.
pkg/go/token/token.go:344
↓ 22 callersMethodLen
()
pkg/reflect/value.go:518
↓ 22 callersFunctionLog
* Floating-point logarithm. */ The original C code, the long comment, and the constants below are from FreeBSD's /usr/src/lib/msun/src/e_log.c and ca
pkg/math/log.go:80
↓ 22 callersMethodToLower
ToLower maps the rune to lower case giving priority to the special mapping.
pkg/unicode/letter.go:235
↓ 22 callersFunctionTypeof
Typeof returns the reflection Type of the value in the interface{}.
pkg/reflect/type.go:669
↓ 22 callersMethodWrite
Write is the function to call to emit formatted output to be printed.
pkg/fmt/print.go:109
↓ 22 callersMethodasFloat
()
pkg/exp/eval/expr1.go:27
↓ 22 callersMethoderror
error aborts the decoding by panicking with err.
pkg/json/decode.go:145
↓ 22 callersMethodisIdeal
isIdeal returns true if this is an ideal int or float.
pkg/exp/eval/type.go:51
↓ 22 callersMethodsaveError
saveError saves the first err it is called with, for reporting at the end of the unmarshal.
pkg/json/decode.go:151
↓ 22 callersFunctionsetU32LE
Sets b[0:4] to be the big-endian representation of u.
pkg/exp/draw/x11/conn.go:265
↓ 21 callersMethodSetValue
SetValue assigns v to the value; v must have the same type as the value.
pkg/reflect/value.go:61
↓ 21 callersFunctionSqrt
Sqrt returns the square root of x. Special cases are: Sqrt(+Inf) = +Inf Sqrt(x < 0) = NaN Sqrt(NaN) = NaN
pkg/math/sqrt.go:13
↓ 21 callersMethodVal
Val returns the value associated with attribute Attr in Entry, or nil if there is no such attribute. A common idiom is to merge the check for nil ret
pkg/debug/dwarf/entry.go:114
↓ 21 callersMethodat
(i int)
pkg/big/arith.go:283
↓ 21 callersFunctioncheck
Verify that contents of buf match the string s.
pkg/bytes/buffer_test.go:29
↓ 21 callersFunctionencodeUint
Unsigned integers have a two-state encoding. If the number is less than 128 (0 through 0x7F), its value is written directly. Otherwise the value is w
pkg/gob/encode.go:37
↓ 21 callersMethodexpectSemi
()
pkg/go/parser/parser.go:267
↓ 21 callersMethodmarshal
()
pkg/crypto/tls/common.go:97
↓ 21 callersMethodparseError
Report error, panic to terminate parsing. The line number comes from the template state.
pkg/template/template.go:192
↓ 21 callersMethodsyntaxError
Creates a SyntaxError with the current line number.
pkg/xml/xml.go:349
↓ 21 callersMethodupdate
Emit a field number and update the state to record its value for delta encoding. If the instruction pointer is nil, do nothing
pkg/gob/encode.go:81
↓ 20 callersFunctionCos
Cos returns the cosine of x.
pkg/math/sin.go:58
↓ 20 callersMethodStopTimer
StopTimer stops timing a test. This can be used to pause the timer while performing complex initialization that you don't want to measure.
pkg/testing/benchmark.go:41
↓ 20 callersMethodaddr
()
pkg/exp/ogle/rvalue.go:32
↓ 20 callersFunctioncheckListPointers
(t *testing.T, l *List, es []*Element)
pkg/container/list/list_test.go:11
↓ 20 callersMethodsub
(x, y nat)
pkg/big/nat.go:144
↓ 19 callersFunctionFabs
Fabs returns the absolute value of x. Special cases are: Fabs(+Inf) = +Inf Fabs(-Inf) = +Inf Fabs(NaN) = NaN
pkg/math/fabs.go:13
↓ 19 callersFunctionFloat64bits
Float64bits returns the IEEE 754 binary representation of f.
pkg/math/unsafe.go:17
↓ 19 callersFunctionFloat64frombits
Float64frombits returns the floating point number corresponding the IEEE 754 binary representation b.
pkg/math/unsafe.go:21
↓ 19 callersMethodLogf
Logf is analogous to Printf() for a Logger.
pkg/log/log.go:152
↓ 19 callersMethodName
Name returns the type's name within its package. Name returns an empty string for unnamed types.
pkg/reflect/type.go:268
↓ 19 callersMethodPtrSize
PtrSize returns the number of bytes in a 'uintptr'.
pkg/exp/ogle/arch.go:35
↓ 19 callersMethodRemove
Remove removes the element from the list.
pkg/container/list/list.go:53
↓ 19 callersFunctionSin
Sin returns the sine of x.
pkg/math/sin.go:66
↓ 19 callersMethodSort
Sort is a convenience method.
pkg/sort/sort.go:158
↓ 19 callersMethodWriteString
WriteString appends the contents of s to the buffer. The return value n is the length of s; err is always nil.
pkg/bytes/buffer.go:100
↓ 19 callersMethodasString
()
pkg/exp/eval/expr1.go:33
↓ 19 callersFunctioncAlike
(a, b complex128)
pkg/cmath/cmath_test.go:452
← previousnext →101–200 of 8,676, ranked by callers