/prebuilts/go/darwin-x86/src/sync/ |
mutex.go | 8 // better done via channels and communication.
|
/prebuilts/go/linux-x86/src/bytes/ |
reader.go | 33 // Size is the number of bytes available for reading via ReadAt.
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
unsafeptr.go | 34 // directly from an unsafe.Pointer via conversion and pointer arithmetic
|
/prebuilts/go/linux-x86/src/go/doc/testdata/ |
e.go | 59 // Don't show conflicting methods M embedded via an exported and non-exported
|
/prebuilts/go/linux-x86/src/os/ |
getwd.go | 24 // reached via multiple paths (due to symbolic links),
|
/prebuilts/go/linux-x86/src/strings/ |
reader.go | 32 // Size is the number of bytes available for reading via ReadAt.
|
/prebuilts/go/linux-x86/src/sync/ |
mutex.go | 8 // better done via channels and communication.
|
/build/make/tools/releasetools/ |
edify_generator.py | 164 'dur' seconds. 'dur' may be zero to advance it via SetProgress
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 238 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}> 280 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}>
|
/external/autotest/client/cros/ |
ec.py | 471 surface the number of ports directly instead of via usbpdpower
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
local_server.py | 42 'The server class\' module must be findable via sys.modules'
|
/external/libvpx/libvpx/build/make/ |
iosbuild.sh | 282 passing --enable-examples via --extra-configure-args.
|
/external/valgrind/gdbserver_tests/ |
mchelp.stdoutB.exp | 49 With heuristics, only shows the blocks found via heur1,heur2,... 118 With heuristics, only shows the blocks found via heur1,heur2,...
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
root_cgo_darwin.go | 41 // Once we support weak imports via cgo we should prefer that, and fall back to this 180 // Once we support weak imports via cgo we should prefer that, and fall back to this
|
/prebuilts/go/darwin-x86/src/net/http/ |
client.go | 64 // following an HTTP redirect. The arguments req and via are 76 CheckRedirect func(req *Request, via []*Request) error 406 func (c *Client) checkRedirect(req *Request, via []*Request) error { 411 return fn(req, via) 635 // via the request header, then we may need to alter the initial 679 func defaultCheckRedirect(req *Request, via []*Request) error { 680 if len(via) >= 10 { 830 // client request. Cookies automatically added via the
|
/prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
jar_test.go | 603 "Update value via http.", 629 "a=1; max-Age=-1", // delete via MaxAge 630 "b=2; " + expiresIn(-10), // delete via Expires 631 "c=2; max-age=-1; " + expiresIn(-10), // delete via both 1038 "Delete sc a1 via MaxAge.", 1052 "Delete sc b2 via Expires.", 1066 "Delete pc c3 via MaxAge.", 1080 "Delete pc d4 via Expires.",
|
/prebuilts/go/darwin-x86/src/net/http/httptrace/ |
trace.go | 96 // connection reuse is disabled via Transport.DisableKeepAlives. 129 // connecting to a HTTPS site via a HTTP proxy, the handshake happens after
|
/prebuilts/go/darwin-x86/src/net/ |
iprawsock.go | 144 // WriteToIP writes an IP packet to addr via c, copying the payload 178 // WriteMsgIP writes a packet to addr via c, copying the payload from
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
root_cgo_darwin.go | 41 // Once we support weak imports via cgo we should prefer that, and fall back to this 180 // Once we support weak imports via cgo we should prefer that, and fall back to this
|
/prebuilts/go/linux-x86/src/net/http/ |
client.go | 64 // following an HTTP redirect. The arguments req and via are 76 CheckRedirect func(req *Request, via []*Request) error 406 func (c *Client) checkRedirect(req *Request, via []*Request) error { 411 return fn(req, via) 635 // via the request header, then we may need to alter the initial 679 func defaultCheckRedirect(req *Request, via []*Request) error { 680 if len(via) >= 10 { 830 // client request. Cookies automatically added via the
|
/prebuilts/go/linux-x86/src/net/http/cookiejar/ |
jar_test.go | 603 "Update value via http.", 629 "a=1; max-Age=-1", // delete via MaxAge 630 "b=2; " + expiresIn(-10), // delete via Expires 631 "c=2; max-age=-1; " + expiresIn(-10), // delete via both 1038 "Delete sc a1 via MaxAge.", 1052 "Delete sc b2 via Expires.", 1066 "Delete pc c3 via MaxAge.", 1080 "Delete pc d4 via Expires.",
|
/prebuilts/go/linux-x86/src/net/http/httptrace/ |
trace.go | 96 // connection reuse is disabled via Transport.DisableKeepAlives. 129 // connecting to a HTTPS site via a HTTP proxy, the handshake happens after
|
/prebuilts/go/linux-x86/src/net/ |
iprawsock.go | 144 // WriteToIP writes an IP packet to addr via c, copying the payload 178 // WriteMsgIP writes a packet to addr via c, copying the payload from
|
/external/bison/ |
maint.mk | 3 # used by many projects via the gnulib maintainer-makefile module. 251 # Note that while this functionality is mostly inherited via VC_LIST_EXCEPT, 252 # when filtering by name via in_files, we explicitly filter out matching 377 # Convert all uses automatically, via these two commands: 436 # via inclusion of a package-specific header, if cfg.mk specified one. 446 # This can possibly be via a package-specific header, if given by cfg.mk. 620 # generated via this: 853 && { echo '$(ME): define the above via some gnulib .h file' \ [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPDialog.java | 57 import gov.nist.javax.sip.header.Via; 1926 Via via = lp.getViaHeader(); local 2044 Via via = ((SIPClientTransaction) clientTransactionId).getOutgoingViaHeader(); local 2459 Via via = this.lastResponse.getTopmostVia(); local [all...] |