Home
last modified time | relevance | path

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

123

/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/curl/tests/http/
Dtest_02_download.py58 def test_02_01_download_1(self, env: Env, httpd, nghttpx, repeat, proto):
69 def test_02_02_download_2(self, env: Env, httpd, nghttpx, repeat, proto):
80 def test_02_03_download_100_sequential(self, env: Env,
94 def test_02_04_download_100_parallel(self, env: Env,
115 def test_02_05_download_500_sequential(self, env: Env,
133 def test_02_06_download_500_parallel(self, env: Env,
151 def test_02_07_download_reuse(self, env: Env,
169 def test_02_07b_download_reuse(self, env: Env,
184 def test_02_08_1MB_serial(self, env: Env,
196 def test_02_09_1MB_parallel(self, env: Env,
[all …]
Dtest_07_upload.py52 def test_07_01_upload_1_small(self, env: Env, httpd, nghttpx, repeat, proto):
66 def test_07_02_upload_1_large(self, env: Env, httpd, nghttpx, repeat, proto):
81 def test_07_10_upload_sequential(self, env: Env, httpd, nghttpx, repeat, proto):
97 def test_07_11_upload_parallel(self, env: Env, httpd, nghttpx, repeat, proto):
115 def test_07_20_upload_seq_large(self, env: Env, httpd, nghttpx, repeat, proto):
133 def test_07_12_upload_seq_large(self, env: Env, httpd, nghttpx, repeat, proto):
151 def test_07_20_upload_parallel(self, env: Env, httpd, nghttpx, repeat, proto):
169 def test_07_21_upload_parallel_large(self, env: Env, httpd, nghttpx, repeat, proto):
191 def test_07_30_put_100k(self, env: Env, httpd, nghttpx, repeat, proto):
210 def test_07_31_put_10m(self, env: Env, httpd, nghttpx, repeat, proto):
Dtest_06_eyeballs.py51 def test_06_01_h3_only(self, env: Env, httpd, nghttpx, repeat):
61 def test_06_02_h3_only(self, env: Env, httpd, nghttpx, repeat):
70 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat):
81 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat):
91 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat):
101 def test_06_11_stats_fail_verify(self, env: Env, httpd, nghttpx, repeat):
113 def test_06_12_stats_fail_tcp(self, env: Env, httpd, nghttpx, repeat):
Dtest_10_proxy.py50 def test_10_01_proxy_http(self, env: Env, httpd, repeat):
64 def test_10_02_proxy_https(self, env: Env, httpd, repeat):
77 def test_10_03_proxytunnel_http(self, env: Env, httpd, repeat):
92 def test_10_04_proxy_https(self, env: Env, httpd, repeat):
107 def test_10_05_proxytunnel_http(self, env: Env, httpd, proto, repeat):
126 def test_10_06_proxy_https(self, env: Env, httpd, proto, repeat):
Dtest_01_basic.py47 def test_01_01_http_get(self, env: Env, httpd):
56 def test_01_02_https_get(self, env: Env, httpd):
65 def test_01_03_h2_get(self, env: Env, httpd):
75 def test_01_04_h2_unsupported(self, env: Env, httpd):
86 def test_01_05_h3_get(self, env: Env, httpd, nghttpx):
Dtest_08_caddy.py65 def test_08_01_download_1(self, env: Env, caddy: Caddy, repeat, proto):
76 def test_08_02_download_1mb_sequential(self, env: Env, caddy: Caddy,
91 def test_08_03_download_1mb_parallel(self, env: Env, caddy: Caddy,
111 def test_08_04_download_10mb_sequential(self, env: Env, caddy: Caddy,
128 def test_08_05_download_1mb_parallel(self, env: Env, caddy: Caddy,
Dtest_11_unix.py92 def uds_faker(self, env: Env) -> UDSFaker:
100 def test_11_01_unix_connect_http(self, env: Env, httpd, uds_faker, repeat):
111 def test_11_02_unix_connect_http(self, env: Env, httpd, uds_faker, repeat):
122 def test_11_03_unix_connect_quic(self, env: Env, httpd, uds_faker, repeat):
Dtest_04_stuttered.py50 def test_04_01_download_1(self, env: Env, httpd, nghttpx, repeat,
67 def test_04_02_100_100_10(self, env: Env,
91 def test_04_03_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto):
114 def test_04_04_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto):
Dtest_03_goaway.py51 def test_03_01_h2_goaway(self, env: Env, httpd, nghttpx, repeat):
84 def test_03_02_h3_goaway(self, env: Env, httpd, nghttpx, repeat):
116 def test_03_03_h1_goaway(self, env: Env, httpd, nghttpx, repeat):
Dtest_12_reuse.py46 def test_12_01_h1_conn_close(self, env: Env,
64 def test_12_02_h1_conn_timeout(self, env: Env,
Dtest_05_errors.py53 def test_05_01_partial_1(self, env: Env, httpd, nghttpx, repeat,
74 def test_05_02_partial_20(self, env: Env, httpd, nghttpx, repeat,
/external/cronet/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProgram.cpp31 Optional<ArrayRef<StringRef>> Env, in ExecuteAndWait()
52 Optional<ArrayRef<StringRef>> Env, in ExecuteNoWait()
/external/cronet/testing/libfuzzer/fuzzers/
Dtemplate_url_parser_fuzzer.cc50 class Env { class
52 Env() : executor_(base::MessagePumpType::IO) { in Env() function in Env
/external/leveldb/helpers/memenv/
Dmemenv.h12 class Env; variable
/external/tensorflow/tensorflow/core/platform/
Dfile_system_helper.h29 class Env; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dsingle_threaded_cpu_device.h22 class Env; variable
Dgraph_runner.h30 class Env; variable
/external/tensorflow/tensorflow/core/util/proto/
Ddescriptors.h25 class Env; variable
/external/rust/crates/env_logger/src/
Dlib.rs317 pub struct Env<'a> { struct
318 filter: Var<'a>,
319 write_style: Var<'a>,
973 impl<'a> Env<'a> { impl
1087 impl<'a, T> From<T> for Env<'a> implementation
1096 impl<'a> Default for Env<'a> { implementation
/external/leveldb/db/
Dbuilder.h15 class Env; variable
Dtable_cache.h20 class Env; variable
/external/scudo/standalone/tests/
Dflags_test.cpp20 static void testFlag(scudo::FlagType Type, T StartValue, const char *Env, in testFlag()
76 static void testTwoFlags(const char *Env, bool ExpectedFlag1, in testTwoFlags()

123