OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:holds
(Results
176 - 200
of
273
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/go/linux-x86/src/bufio/
scan.go
59
// as always,
holds
unprocessed text.
/prebuilts/go/linux-x86/src/cmd/go/
alldocs.go
[
all
...]
/prebuilts/go/linux-x86/src/cmd/vet/
print.go
201
// formatState
holds
the parsed representation of a printf directive such as "%3.*[4]d".
/prebuilts/go/linux-x86/src/fmt/
doc.go
139
concrete value that it
holds
, and printing continues with the next rule.
/prebuilts/go/linux-x86/src/go/scanner/
scanner.go
28
// A Scanner
holds
the scanner's internal state while processing
/prebuilts/go/linux-x86/src/go/types/
api.go
132
// Info
holds
result type information for a type-checked package.
/prebuilts/go/linux-x86/src/reflect/
value.go
37
// typ
holds
the type of the value represented by a Value.
44
// flag
holds
metadata about the value.
48
// - flagIndir: val
holds
a pointer to the data
[
all
...]
/prebuilts/go/linux-x86/src/runtime/
mprof.go
36
// A bucket
holds
per-call-stack profiling information.
panic.go
116
// Each P
holds
a pool for defers with small arg sizes.
type.go
134
// reflectOffs
holds
type offsets defined at run time by the reflect package.
/prebuilts/go/linux-x86/src/text/template/
funcs.go
192
// the loop
holds
invariant: v.IsValid()
/prebuilts/go/linux-x86/src/text/template/parse/
lex.go
107
// lexer
holds
the state of the scanner.
/prebuilts/go/darwin-x86/src/flag/
flag.go
777
// typically
holds
a user-defined implementation of Value. For instance, the
803
// typically
holds
a user-defined implementation of Value. For instance, the
/prebuilts/go/darwin-x86/src/testing/
testing.go
259
// common
holds
the elements common between T and B and
702
// testContext
holds
all fields that are common to all tests. This includes
[
all
...]
/prebuilts/go/linux-x86/src/flag/
flag.go
777
// typically
holds
a user-defined implementation of Value. For instance, the
803
// typically
holds
a user-defined implementation of Value. For instance, the
/prebuilts/go/linux-x86/src/testing/
testing.go
259
// common
holds
the elements common between T and B and
702
// testContext
holds
all fields that are common to all tests. This includes
[
all
...]
/build/make/core/
main.mk
736
# $(1): The variable name that
holds
the initial module name list.
[
all
...]
/prebuilts/go/darwin-x86/src/archive/tar/
reader.go
63
// A sparseEntry
holds
a single entry in a sparse file's sparse map.
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
asm.go
816
// At entry, r12
holds
the address of the symbol resolver stub
/prebuilts/go/darwin-x86/src/encoding/gob/
type.go
222
// CommonType
holds
elements of all types.
/prebuilts/go/darwin-x86/src/fmt/
print.go
108
// arg
holds
the current item, as an interface{}.
scan.go
165
// ssave
holds
the parts of ss that need to be
/prebuilts/go/darwin-x86/src/image/jpeg/
reader.go
98
// bits
holds
the unprocessed bits that have been taken from the byte-stream.
/prebuilts/go/darwin-x86/src/math/big/
nat.go
546
// The pool
holds
*nat to avoid allocation when converting to interface{}.
/prebuilts/go/darwin-x86/src/net/
dial_test.go
270
// or trigger the fallbackDelay on Windows. This value
holds
the
Completed in 529 milliseconds
1
2
3
4
5
6
7
8
9
10
11