/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | dial.go | 78 type Dialer struct { struct 91 Timeout time.Duration 97 Deadline time.Time 103 LocalAddr Addr 112 DualStack bool 122 FallbackDelay time.Duration 134 KeepAlive time.Duration 143 KeepAliveConfig KeepAliveConfig 146 Resolver *Resolver 153 Cancel <-chan struct{} [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/ |
D | tls.go | 118 func DialWithDialer(dialer *net.Dialer, network, addr string, config *Config) (*Conn, error) { 122 func dial(ctx context.Context, netDialer *net.Dialer, network, addr string, config *Config) (*Conn,… 178 type Dialer struct { struct 182 NetDialer *net.Dialer 188 Config *Config 198 func (d *Dialer) Dial(network, addr string) (net.Conn, error) { 202 func (d *Dialer) netDialer() *net.Dialer { 218 func (d *Dialer) DialContext(ctx context.Context, network, addr string) (net.Conn, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | transport_default_wasm.go | 14 func defaultTransportDialContext(dialer *net.Dialer) func(context.Context, string, string) (net.Con…
|
D | transport_default_other.go | 14 func defaultTransportDialContext(dialer *net.Dialer) func(context.Context, string, string) (net.Con…
|
/aosp_15_r20/external/boringssl/src/ssl/test/runner/ |
H A D | tls.go | 99 func DialWithDialer(dialer *net.Dialer, network, addr string, config *Config) (*Conn, error) {
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
H A D | tls.go | 99 func DialWithDialer(dialer *net.Dialer, network, addr string, config *Config) (*Conn, error) {
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/ |
D | Dialer.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/withres/ |
D | Dialer.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF ... |
/aosp_15_r20/out/target/common/obj/APPS/Dialer_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF ... |
/aosp_15_r20/out/soong/ |
D | module_bp_java_deps.json | 119878 "Dialer": { object
|