/prebuilts/go/darwin-x86/src/runtime/ |
plugin.go | 68 // where the symbol value is filled in (usually via cgo).
|
sigqueue.go | 10 // via struct sig, below.
|
write_err_android.go | 106 // In logd mode, logs are sent to the logd via a unix domain socket.
|
/prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
waitgroup_test.go | 219 // Is it possible to get a race by synchronization via panic?
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/ |
tables.go | 72 pair("via", ""),
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
dumper.go | 183 // values cannot be accessed via reflection.
|
/prebuilts/go/linux-x86/src/cmd/gofmt/ |
gofmt_test.go | 125 // a file must be provided via a comment of the form
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
cgo.go | 10 // or slice to C, either directly, or via a pointer, array, or struct.
|
/prebuilts/go/linux-x86/src/cmd/vet/testdata/ |
copylock_func.go | 95 // Returning lock via interface value
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
aes_gcm.go | 55 // called by crypto/cipher.NewGCM via the gcmAble interface.
|
/prebuilts/go/linux-x86/src/debug/macho/ |
fat.go | 55 // See if this is a Mach-O file via its magic number. The magic
|
/prebuilts/go/linux-x86/src/math/big/ |
bits_test.go | 6 // via an independent (albeit slower) representations for floating-point
|
doc.go | 65 (By always passing in a result value via the receiver, memory use can be
|
/prebuilts/go/linux-x86/src/mime/multipart/ |
formdata.go | 103 // and are accessible via the *FileHeader's Open method.
|
/prebuilts/go/linux-x86/src/net/http/ |
doc.go | 102 functions. Manually configuring HTTP/2 via the golang.org/x/net/http2
|
/prebuilts/go/linux-x86/src/runtime/ |
plugin.go | 68 // where the symbol value is filled in (usually via cgo).
|
sigqueue.go | 10 // via struct sig, below.
|
write_err_android.go | 106 // In logd mode, logs are sent to the logd via a unix domain socket.
|
/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
waitgroup_test.go | 219 // Is it possible to get a race by synchronization via panic?
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/ |
tables.go | 72 pair("via", ""),
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionStack.java | 44 import gov.nist.javax.sip.header.Via; 910 Via via = sipMessage.getTopmostVia(); local 911 if (via.getBranch() != null) { 936 Via via = sipMessage.getTopmostVia(); local 937 if (via.getBranch() != null) { [all...] |
/external/toolchain-utils/ |
chromiumos_image_diff.py | 11 downloaded from web), please specify a chromiumos checkout via 305 'Please provide a valid chromeos root via --chromeos_root')
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
deadcode.go | 75 // Methods might be called via reflection. Give up on 338 // dynamically via interfaces.
|
/prebuilts/go/darwin-x86/src/go/types/ |
assignments.go | 152 // after evaluating the lhs via check.expr. 289 // (via check.declare) later.
|
/prebuilts/go/darwin-x86/src/net/ |
addrselect.go | 173 // If DA is reached via an encapsulating transition mechanism (e.g., 175 // reached via encapsulation and DA is not, then prefer DA.
|