Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/curl/tests/http/
H A Dtest_07_upload.py58 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, repeat, proto):
73 def test_07_02_upload_1_large(self, env: Env, httpd, nghttpx, repeat, proto):
89 def test_07_10_upload_sequential(self, env: Env, httpd, nghttpx, repeat, proto):
106 def test_07_11_upload_parallel(self, env: Env, httpd, nghttpx, repeat, proto):
125 def test_07_12_upload_seq_large(self, env: Env, httpd, nghttpx, repeat, proto):
144 def test_07_13_upload_seq_large(self, env: Env, httpd, nghttpx, repeat, 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 …]
H A Dtest_02_download.py62 def test_02_01_download_1(self, env: Env, httpd, nghttpx, repeat, proto):
72 def test_02_02_download_2(self, env: Env, httpd, nghttpx, repeat, proto):
82 def test_02_03_download_sequential(self, env: Env,
94 def test_02_04_download_parallel(self, env: Env,
115 def test_02_05_download_many_sequential(self, env: Env,
135 def test_02_06_download_many_parallel(self, env: Env,
150 def test_02_07_download_reuse(self, env: Env,
169 def test_02_07b_download_reuse(self, env: Env,
183 def test_02_08_1MB_serial(self, env: Env,
194 def test_02_09_1MB_parallel(self, env: Env,
[all …]
H A Dtest_10_proxy.py62 def test_10_01_proxy_http(self, env: Env, httpd, repeat):
73 def test_10_02_proxys_down(self, env: Env, httpd, proto, repeat):
94 def test_10_02_proxys_up(self, env: Env, httpd, nghttpx, proto,
113 def test_10_03_proxytunnel_http(self, env: Env, httpd, repeat):
125 def test_10_04_proxy_https(self, env: Env, httpd, nghttpx_fwd, repeat):
136 def test_10_05_proxytunnel_http(self, env: Env, httpd, proto, repeat):
151 def test_10_06_proxytunnel_https(self, env: Env, httpd, nghttpx_fwd, proto, tunnel, repeat):
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, repeat):
[all …]
H A Dtest_17_ssl_use.py53 def test_17_01_sslinfo_plain(self, env: Env, nghttpx, repeat):
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 …]
H A Dtest_31_vsftpds.py81 def test_31_01_list_dir(self, env: Env, vsftpds: VsFTPD, repeat):
93 def test_31_02_download_1(self, env: Env, vsftpds: VsFTPD, docname, repeat):
105 def test_31_03_download_10_serial(self, env: Env, vsftpds: VsFTPD, docname, repeat):
117 def test_31_04_download_10_parallel(self, env: Env, vsftpds: VsFTPD, docname, repeat):
131 def test_31_05_upload_1(self, env: Env, vsftpds: VsFTPD, docname, repeat):
148 def test_31_06_shutdownh_download(self, env: Env, vsftpds: VsFTPD, repeat):
161 def test_31_07_shutdownh_upload(self, env: Env, vsftpds: VsFTPD, repeat):
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 …]
H A 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, repeat, proto):
106 def test_01_07_head(self, env: Env, httpd, nghttpx, repeat, proto):
121 def test_01_08_h2_upgrade(self, env: Env, httpd):
133 def test_01_09_h2_prior_knowledge(self, env: Env, httpd):
H A Dtest_30_vsftpd.py74 def test_30_01_list_dir(self, env: Env, vsftpd: VsFTPD, repeat):
86 def test_30_02_download_1(self, env: Env, vsftpd: VsFTPD, docname, repeat):
98 def test_30_03_download_10_serial(self, env: Env, vsftpd: VsFTPD, docname, repeat):
110 def test_30_04_download_10_parallel(self, env: Env, vsftpd: VsFTPD, docname, repeat):
124 def test_30_05_upload_1(self, env: Env, vsftpd: VsFTPD, docname, repeat):
141 def test_30_06_shutdownh_download(self, env: Env, vsftpd: VsFTPD, repeat):
153 def test_30_07_shutdownh_upload(self, env: Env, vsftpd: VsFTPD, repeat):
166 def test_30_08_active_download(self, env: Env, vsftpd: VsFTPD):
178 def test_30_09_active_upload(self, env: Env, vsftpd: VsFTPD):
H A Dtest_08_caddy.py72 def test_08_01_download_1(self, env: Env, caddy: Caddy, repeat, proto):
84 def test_08_02_download_1mb_sequential(self, env: Env, caddy: Caddy,
98 def test_08_03_download_1mb_parallel(self, env: Env, caddy: Caddy,
121 def test_08_04a_download_10mb_sequential(self, env: Env, caddy: Caddy,
137 def test_08_04b_download_10mb_sequential(self, env: Env, caddy: Caddy,
153 def test_08_05_download_1mb_parallel(self, env: Env, caddy: Caddy,
177 def test_08_06_post_parallel(self, env: Env, httpd, caddy, repeat, proto):
196 def test_08_07_put_large(self, env: Env, httpd, caddy, repeat, proto):
214 def test_08_08_earlydata(self, env: Env, httpd, caddy, proto):
H A Dtest_13_proxy_auth.py61 def test_13_01_proxy_no_auth(self, env: Env, httpd, repeat):
69 def test_13_02_proxy_auth(self, env: Env, httpd, repeat):
81 def test_13_03_proxys_no_auth(self, env: Env, httpd, nghttpx_fwd, repeat):
92 def test_13_04_proxys_auth(self, env: Env, httpd, nghttpx_fwd, repeat):
101 def test_13_05_tunnel_http_no_auth(self, env: Env, httpd, repeat):
110 def test_13_06_tunnel_http_auth(self, env: Env, httpd, repeat):
124 def test_13_07_tunnels_no_auth(self, env: Env, httpd, proto, tunnel, repeat):
142 def test_13_08_tunnels_auth(self, env: Env, httpd, proto, tunnel, repeat):
H A Dtest_06_eyeballs.py47 def test_06_01_h3_only(self, env: Env, httpd, nghttpx, repeat):
56 def test_06_02_h3_only(self, env: Env, httpd, nghttpx, repeat):
65 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat):
75 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat):
84 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat):
93 def test_06_11_stats_fail_verify(self, env: Env, httpd, nghttpx, repeat):
104 def test_06_12_stats_fail_tcp(self, env: Env, httpd, nghttpx, repeat):
H A Dtest_20_websockets.py81 def test_20_01_basic(self, env: Env, ws_echo, repeat):
87 def test_20_02_pingpong_small(self, env: Env, ws_echo, repeat):
97 def test_20_03_pingpong_too_large(self, env: Env, ws_echo, repeat):
107 def test_20_04_data_small(self, env: Env, ws_echo, repeat):
116 def test_20_05_data_med(self, env: Env, ws_echo, repeat):
125 def test_20_06_data_large(self, env: Env, ws_echo, repeat):
134 def test_20_07_data_large_small_recv(self, env: Env, ws_echo, repeat):
/aosp_15_r20/build/make/tools/ide_query/
H A Dide_query.go41 type Env struct { struct
42 LunchTarget LunchTarget
43 RepoDir string
44 OutDir string
45 ClangToolsRoot string
174 func repoState(env Env, filePaths []string) *apb.RepoState {
184 func runCCanalyzer(ctx context.Context, env Env, mode string, in []byte) ([]byte, error) {
204 func getCCTargets(ctx context.Context, env Env, filePaths []string) ([]string, error) {
231 func getCCInputs(ctx context.Context, env Env, filePaths []string) ([]*pb.AnalysisResult, []*pb.Bui…
323 func getJavaInputs(env Env, modulesByPath map[string]string, modules map[string]*javaModule) ([]*pb…
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/tests/
Dbuild.rs35 struct Env { struct
46 impl Env { argument
159 impl Drop for Env { implementation
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/
H A 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 …]
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/
H A 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 …]
/aosp_15_r20/external/swiftshader/tests/regres/cov/
H A 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) {
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dos.rs111 pub struct Env { struct
129 impl Env { implementation
136 impl fmt::Debug for Env { implementation
143 impl !Send for Env {} implementation
144 impl !Sync for Env {} implementation
146 impl Iterator for Env { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dos.rs111 pub struct Env { struct
129 impl Env { implementation
136 impl fmt::Debug for Env { implementation
143 impl !Send for Env {} implementation
144 impl !Sync for Env {} implementation
146 impl Iterator for Env { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/
H A Dos.rs99 pub struct Env { struct
117 impl Env { argument
124 impl fmt::Debug for Env { implementation
131 impl !Send for Env {} implementation
132 impl !Sync for Env {} implementation
134 impl Iterator for Env { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/
H A Dos.rs99 pub struct Env { struct
117 impl Env { argument
124 impl fmt::Debug for Env { implementation
131 impl !Send for Env {} implementation
132 impl !Sync for Env {} implementation
134 impl Iterator for Env { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/
H A Dos.rs99 pub struct Env { struct
117 impl Env { implementation
124 impl fmt::Debug for Env { implementation
131 impl !Send for Env {} implementation
132 impl !Sync for Env {} implementation
134 impl Iterator for Env { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/
H A Dos.rs99 pub struct Env { struct
117 impl Env { argument
124 impl fmt::Debug for Env { implementation
131 impl !Send for Env {} implementation
132 impl !Sync for Env {} implementation
134 impl Iterator for Env { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dos.rs111 pub struct Env { struct
129 impl Env { implementation
136 impl fmt::Debug for Env { implementation
143 impl !Send for Env {} implementation
144 impl !Sync for Env {} implementation
146 impl Iterator for Env { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dos.rs111 pub struct Env { struct
129 impl Env { impl
136 impl fmt::Debug for Env { implementation
143 impl !Send for Env {} implementation
144 impl !Sync for Env {} implementation
146 impl Iterator for Env { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dos.rs111 pub struct Env { struct
129 impl Env { impl
136 impl fmt::Debug for Env { implementation
143 impl !Send for Env {} implementation
144 impl !Sync for Env {} implementation
146 impl Iterator for Env { implementation

12345678910