/prebuilts/go/linux-x86/src/cmd/go/ |
pkg.go | 601 // Check for "internal" element: three cases depending on begin of string and/or end of string. 638 // Three cases, depending on internal at start/end of string or not. 743 // Two cases, depending on internal at start of string or not. [all...] |
/prebuilts/go/linux-x86/src/debug/dwarf/ |
entry.go | 144 // depending on the attribute.
|
/prebuilts/go/linux-x86/src/go/types/ |
decl.go | 72 // in check.decl. Initialization expressions depending on other
|
typexpr.go | 529 // can be fully resolved without depending on any method of this
|
expr.go | 350 // recursively for the operands of x, depending on expression kind. 1044 // TODO(gri) provide better error messages depending on context [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
chan.go | 156 // (first c.closed and second c.recvq.first or c.qcount depending on kind of channel).
|
/prebuilts/go/linux-x86/src/strconv/ |
extfloat.go | 261 // float32 depending on flt.
|
/prebuilts/go/linux-x86/src/unicode/utf8/ |
utf8.go | 11 // Defining them locally avoids this package depending on package unicode.
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/ |
curve25519.go | 16 // t[3]+2^102 t[4]+...+2^230 t[9]. Bounds on each t[i] vary depending on
|
/prebuilts/go/darwin-x86/src/go/types/ |
expr.go | 350 // recursively for the operands of x, depending on expression kind. 1044 // TODO(gri) provide better error messages depending on context [all...] |
/prebuilts/go/darwin-x86/src/time/ |
time.go | 1131 // minute, depending on the time's Location. [all...] |
/prebuilts/go/linux-x86/src/time/ |
time.go | 1131 // minute, depending on the time's Location. [all...] |
/external/ImageMagick/www/api/ |
image.php | 159 <p>CatchImageException() returns if no exceptions are found in the image sequence, otherwise it determines the most severe exception and reports it as a warning or error depending on the severity.</p>
|
/external/curl/packages/vms/ |
config_h.com | 115 $! config.h.in could have at least five different names depending [all...] |
/external/libvorbis/doc/ |
01-introduction.tex | 250 one of several methods, depending on whether codeword lengths are
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/ |
ssa.go | 347 // Clang/GCC choose depending on flags, but prefer add.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
genericOps.go | 301 // The address of a variable. arg0 is the base pointer (SB or SP, depending
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
link.go | 240 Pc int64 // for back ends or assembler: virtual or actual program counter, depending on phase
|
/prebuilts/go/darwin-x86/src/crypto/rsa/ |
rsa.go | 63 // do not have different behavior depending on whether
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
decode.go | 803 // depending on the setting of d.useNumber. [all...] |
/prebuilts/go/darwin-x86/src/fmt/ |
scan.go | 266 // to avoid depending on package unicode.
|
/prebuilts/go/darwin-x86/src/go/constant/ |
value.go | 486 // Sign returns -1, 0, or 1 depending on whether x < 0, x == 0, or x > 0;
|
/prebuilts/go/darwin-x86/src/net/http/ |
client.go | 133 // but depending on the implementation may do so in a separate
|
/prebuilts/go/darwin-x86/src/runtime/ |
cgocall.go | 443 // depending on indir. The top parameter is whether we are at the top
|
malloc.go | 154 // 2, 3, and 4 are all plausible maximums depending
|