Home
last modified time | relevance | path

Searched defs:Env (Results 1 – 25 of 113) sorted by relevance

12345

/external/curl/tests/http/
Dtest_02_download.py62 def test_02_01_download_1(self, env: Env, httpd, nghttpx, proto):
72 def test_02_02_download_2(self, env: Env, httpd, nghttpx, proto):
82 def test_02_03_download_sequential(self, env: Env, httpd, nghttpx, proto):
93 def test_02_04_download_parallel(self, env: Env, httpd, nghttpx, proto):
113 def test_02_05_download_many_sequential(self, env: Env, httpd, nghttpx, proto):
132 def test_02_06_download_many_parallel(self, env: Env, httpd, nghttpx, proto):
146 def test_02_07_download_reuse(self, env: Env, httpd, nghttpx, proto):
164 def test_02_07b_download_reuse(self, env: Env, httpd, nghttpx, proto):
177 def test_02_08_1MB_serial(self, env: Env, httpd, nghttpx, proto):
187 def test_02_09_1MB_parallel(self, env: Env, httpd, nghttpx, proto):
[all …]
Dtest_07_upload.py58 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, proto):
73 def test_07_02_upload_1_large(self, env: Env, httpd, nghttpx, proto):
89 def test_07_10_upload_sequential(self, env: Env, httpd, nghttpx, proto):
106 def test_07_11_upload_parallel(self, env: Env, httpd, nghttpx, proto):
125 def test_07_12_upload_seq_large(self, env: Env, httpd, nghttpx, proto):
144 def test_07_13_upload_seq_large(self, env: Env, httpd, nghttpx, proto):
165 def test_07_14_upload_stdin(self, env: Env, httpd, nghttpx, proto, indata):
180 def test_07_15_hx_put(self, env: Env, httpd, nghttpx, proto):
196 def test_07_16_hx_put_reuse(self, env: Env, httpd, nghttpx, proto):
212 def test_07_17_hx_post_reuse(self, env: Env, httpd, nghttpx, proto):
[all …]
Dtest_17_ssl_use.py53 def test_17_01_sslinfo_plain(self, env: Env, nghttpx):
64 def test_17_02_sslinfo_reconnect(self, env: Env, tls_max):
105 def test_17_03_trailing_dot(self, env: Env, proto):
120 def test_17_04_double_dot(self, env: Env, proto):
142 def test_17_05_ip_addr(self, env: Env, proto):
161 def test_17_06_localhost(self, env: Env, proto):
199 …def test_17_07_ssl_ciphers(self, env: Env, httpd, tls_proto, ciphers13, ciphers12, succeed13, succ…
251 def test_17_08_cert_status(self, env: Env, proto):
275 def test_17_09_ssl_min_max(self, env: Env, httpd, tls_proto, max_ver, min_ver):
317 def test_17_10_h3_session_reuse(self, env: Env, httpd, nghttpx):
[all …]
Dtest_01_basic.py45 def test_01_01_http_get(self, env: Env, httpd):
54 def test_01_02_https_get(self, env: Env, httpd):
63 def test_01_03_h2_get(self, env: Env, httpd):
72 def test_01_04_h2_unsupported(self, env: Env, httpd):
81 def test_01_05_h3_get(self, env: Env, httpd, nghttpx):
91 def test_01_06_timings(self, env: Env, httpd, nghttpx, proto):
106 def test_01_07_head(self, env: Env, httpd, nghttpx, proto):
121 def test_01_08_h2_upgrade(self, env: Env, httpd):
133 def test_01_09_h2_prior_knowledge(self, env: Env, httpd):
144 def test_01_10_te_strip(self, env: Env, httpd):
Dtest_10_proxy.py62 def test_10_01_proxy_http(self, env: Env, httpd):
73 def test_10_02_proxys_down(self, env: Env, httpd, proto):
94 def test_10_02_proxys_up(self, env: Env, httpd, nghttpx, proto,
113 def test_10_03_proxytunnel_http(self, env: Env, httpd):
125 def test_10_04_proxy_https(self, env: Env, httpd, nghttpx_fwd):
136 def test_10_05_proxytunnel_http(self, env: Env, httpd, proto):
151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel):
177 def test_10_07_pts_down_small(self, env: Env, httpd, nghttpx_fwd, proto,
207 def test_10_08_upload_seq_large(self, env: Env, httpd, nghttpx, proto,
230 def test_10_09_reuse_ser(self, env: Env, httpd, nghttpx_fwd, tunnel):
[all …]
Dtest_20_websockets.py81 def test_20_01_basic(self, env: Env, ws_echo):
87 def test_20_02_pingpong_small(self, env: Env, ws_echo):
97 def test_20_03_pingpong_too_large(self, env: Env, ws_echo):
106 def test_20_04_data_small(self, env: Env, ws_echo):
114 def test_20_05_data_med(self, env: Env, ws_echo):
122 def test_20_06_data_large(self, env: Env, ws_echo):
130 def test_20_07_data_large_small_recv(self, env: Env, ws_echo):
142 def test_20_08_data_very_large(self, env: Env, ws_echo):
Dtest_31_vsftpds.py81 def test_31_01_list_dir(self, env: Env, vsftpds: VsFTPD):
93 def test_31_02_download_1(self, env: Env, vsftpds: VsFTPD, docname):
105 def test_31_03_download_10_serial(self, env: Env, vsftpds: VsFTPD, docname):
117 def test_31_04_download_10_parallel(self, env: Env, vsftpds: VsFTPD, docname):
131 def test_31_05_upload_1(self, env: Env, vsftpds: VsFTPD, docname):
148 def test_31_06_shutdownh_download(self, env: Env, vsftpds: VsFTPD):
161 def test_31_07_shutdownh_upload(self, env: Env, vsftpds: VsFTPD):
175 def test_31_08_upload_ascii(self, env: Env, vsftpds: VsFTPD):
197 def test_31_08_active_download(self, env: Env, vsftpds: VsFTPD):
209 def test_31_09_active_upload(self, env: Env, vsftpds: VsFTPD):
[all …]
Dtest_13_proxy_auth.py61 def test_13_01_proxy_no_auth(self, env: Env, httpd):
69 def test_13_02_proxy_auth(self, env: Env, httpd):
81 def test_13_03_proxys_no_auth(self, env: Env, httpd, nghttpx_fwd):
92 def test_13_04_proxys_auth(self, env: Env, httpd, nghttpx_fwd):
101 def test_13_05_tunnel_http_no_auth(self, env: Env, httpd):
110 def test_13_06_tunnel_http_auth(self, env: Env, httpd):
124 def test_13_07_tunnels_no_auth(self, env: Env, httpd, proto, tunnel):
142 def test_13_08_tunnels_auth(self, env: Env, httpd, proto, tunnel):
Dtest_06_eyeballs.py47 def test_06_01_h3_only(self, env: Env, httpd, nghttpx):
56 def test_06_02_h3_only(self, env: Env, httpd, nghttpx):
65 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx):
75 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx):
84 def test_06_10_stats_success(self, env: Env, httpd, nghttpx):
93 def test_06_11_stats_fail_verify(self, env: Env, httpd, nghttpx):
104 def test_06_12_stats_fail_tcp(self, env: Env, httpd, nghttpx):
Dtest_15_tracing.py40 def test_15_01_trace_defaults(self, env: Env, httpd):
51 def test_15_02_trace_ids(self, env: Env, httpd):
64 def test_15_03_trace_ids_time(self, env: Env, httpd):
77 def test_15_04_trace_all(self, env: Env, httpd):
96 def test_15_05_trace_all(self, env: Env, httpd):
Dtest_08_caddy.py72 def test_08_01_download_1(self, env: Env, caddy: Caddy, proto):
84 def test_08_02_download_1mb_sequential(self, env: Env, caddy: Caddy, proto):
97 def test_08_03_download_1mb_parallel(self, env: Env, caddy: Caddy, proto):
119 def test_08_04a_download_10mb_sequential(self, env: Env, caddy: Caddy, proto):
134 def test_08_04b_download_10mb_sequential(self, env: Env, caddy: Caddy, proto):
149 def test_08_05_download_1mb_parallel(self, env: Env, caddy: Caddy, proto):
172 def test_08_06_post_parallel(self, env: Env, httpd, caddy, proto):
191 def test_08_07_put_large(self, env: Env, httpd, caddy, proto):
209 def test_08_08_earlydata(self, env: Env, httpd, caddy, proto):
Dtest_30_vsftpd.py74 def test_30_01_list_dir(self, env: Env, vsftpd: VsFTPD):
86 def test_30_02_download_1(self, env: Env, vsftpd: VsFTPD, docname):
98 def test_30_03_download_10_serial(self, env: Env, vsftpd: VsFTPD, docname):
110 def test_30_04_download_10_parallel(self, env: Env, vsftpd: VsFTPD, docname):
124 def test_30_05_upload_1(self, env: Env, vsftpd: VsFTPD, docname):
141 def test_30_06_shutdownh_download(self, env: Env, vsftpd: VsFTPD):
153 def test_30_07_shutdownh_upload(self, env: Env, vsftpd: VsFTPD):
166 def test_30_08_active_download(self, env: Env, vsftpd: VsFTPD):
178 def test_30_09_active_upload(self, env: Env, vsftpd: VsFTPD):
Dtest_12_reuse.py43 def test_12_01_h1_conn_close(self, env: Env, httpd, nghttpx, proto):
62 def test_12_02_h1_conn_timeout(self, env: Env, httpd, nghttpx, proto):
79 def test_12_03_alt_svc_h2h3(self, env: Env, httpd, nghttpx):
102 def test_12_04_alt_svc_h3h2(self, env: Env, httpd, nghttpx):
125 def test_12_05_alt_svc_h3h1(self, env: Env, httpd, nghttpx):
Dtest_14_auth.py49 def test_14_01_digest_get_noauth(self, env: Env, httpd, nghttpx, proto):
59 def test_14_02_digest_get_auth(self, env: Env, httpd, nghttpx, proto):
71 def test_14_03_digest_put_auth(self, env: Env, httpd, nghttpx, proto):
84 def test_14_04_digest_large_pw(self, env: Env, httpd, nghttpx, proto):
101 def test_14_05_basic_large_pw(self, env: Env, httpd, nghttpx, proto):
121 def test_14_06_basic_very_large_pw(self, env: Env, httpd, nghttpx, proto):
Dtest_19_shutdown.py56 def test_19_01_check_tcp_rst(self, env: Env, httpd, proto):
71 def test_19_02_check_shutdown(self, env: Env, httpd, proto):
88 def test_19_03_shutdown_by_server(self, env: Env, httpd, proto):
107 def test_19_04_shutdown_by_curl(self, env: Env, httpd, proto):
130 def test_19_05_event_shutdown_by_server(self, env: Env, httpd, proto):
158 def test_19_06_check_shutdown(self, env: Env, httpd, nghttpx, proto):
Dtest_05_errors.py49 def test_05_01_partial_1(self, env: Env, httpd, nghttpx, proto):
71 def test_05_02_partial_20(self, env: Env, httpd, nghttpx, proto):
93 def test_05_03_required(self, env: Env, httpd, nghttpx):
118 def test_05_04_unclean_tls_shutdown(self, env: Env, httpd, nghttpx, proto):
Dtest_11_unix.py94 def uds_faker(self, env: Env) -> Generator[UDSFaker, None, None]:
102 def test_11_01_unix_connect_http(self, env: Env, httpd, uds_faker):
113 def test_11_02_unix_connect_http(self, env: Env, httpd, uds_faker):
124 def test_11_03_unix_connect_quic(self, env: Env, httpd, uds_faker):
Dtest_04_stuttered.py50 def test_04_01_download_1(self, env: Env, httpd, nghttpx, proto):
65 def test_04_02_100_100_10(self, env: Env, httpd, nghttpx, proto):
87 def test_04_03_1000_10_1(self, env: Env, httpd, nghttpx, proto):
109 def test_04_04_1000_10_1(self, env: Env, httpd, nghttpx, proto):
Dtest_03_goaway.py49 def test_03_01_h2_goaway(self, env: Env, httpd, nghttpx):
81 def test_03_02_h3_goaway(self, env: Env, httpd, nghttpx):
115 def test_03_03_h1_goaway(self, env: Env, httpd, nghttpx):
/external/swiftshader/tests/regres/cov/
Dimport.go44 type Env struct { struct
45 LLVM llvm.Toolchain
46 RootDir string // path to SwiftShader git root directory
47 ExePath string // path to the executable binary
48 TurboCov string // path to turbo-cov (optional)
60 func (e Env) AllSourceFiles() *Coverage {
93 func (e Env) Import(profrawPath string) (*Coverage, error) {
150 func (e Env) parseCov(raw []byte) (*Coverage, error) {
200 func (e Env) parseTurboCov(data []byte) (*Coverage, error) {
/external/rust/android-crates-io/crates/clang-sys/tests/
Dbuild.rs59 struct Env { struct
71 impl Env { argument
187 impl Drop for Env { implementation
/external/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go320 type Env struct { struct
321 line string
322 variables map[string]Object
323 server *acvp.Server
324 term *terminal.Terminal
325 config Config
328 func (e *Env) bytes(node *node32) []byte {
332 func (e *Env) contents(node *node32) string {
402 func (e *Env) parseStringLiteral(node *node32) string {
427 func (e *Env) evalExpression(node *node32) (obj Object, err error) {
[all …]
/external/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go320 type Env struct { struct
321 line string
322 variables map[string]Object
323 server *acvp.Server
324 term *terminal.Terminal
325 config Config
328 func (e *Env) bytes(node *node32) []byte {
332 func (e *Env) contents(node *node32) string {
402 func (e *Env) parseStringLiteral(node *node32) string {
427 func (e *Env) evalExpression(node *node32) (obj Object, err error) {
[all …]
/external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/acvptool/
Dinteractive.go320 type Env struct { struct
321 line string
322 variables map[string]Object
323 server *acvp.Server
324 term *terminal.Terminal
325 config Config
328 func (e *Env) bytes(node *node32) []byte {
332 func (e *Env) contents(node *node32) string {
402 func (e *Env) parseStringLiteral(node *node32) string {
427 func (e *Env) evalExpression(node *node32) (obj Object, err error) {
[all …]
/external/rust/android-crates-io/crates/diplomat_core/src/
Denvironment.rs9 pub struct Env { struct
10 pub(crate) env: BTreeMap<Path, ModuleEnv>, argument
21 impl Env { impl
84 impl Index<&Path> for Env { implementation

12345