| /external/swiftshader/tests/regres/cov/ |
| D | import.go | 44 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/ |
| D | test_02_download.py | 58 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 …]
|
| D | test_07_upload.py | 52 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):
|
| D | test_06_eyeballs.py | 51 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):
|
| D | test_10_proxy.py | 50 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):
|
| D | test_01_basic.py | 47 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):
|
| D | test_08_caddy.py | 65 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,
|
| D | test_11_unix.py | 92 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):
|
| D | test_04_stuttered.py | 50 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):
|
| D | test_03_goaway.py | 51 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):
|
| D | test_12_reuse.py | 46 def test_12_01_h1_conn_close(self, env: Env, 64 def test_12_02_h1_conn_timeout(self, env: Env,
|
| D | test_05_errors.py | 53 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/ |
| D | interactive.go | 320 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/ |
| D | interactive.go | 320 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/ |
| D | Program.cpp | 31 Optional<ArrayRef<StringRef>> Env, in ExecuteAndWait() 52 Optional<ArrayRef<StringRef>> Env, in ExecuteNoWait()
|
| /external/cronet/testing/libfuzzer/fuzzers/ |
| D | template_url_parser_fuzzer.cc | 50 class Env { class 52 Env() : executor_(base::MessagePumpType::IO) { in Env() function in Env
|
| /external/leveldb/helpers/memenv/ |
| D | memenv.h | 12 class Env; variable
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | file_system_helper.h | 29 class Env; variable
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | single_threaded_cpu_device.h | 22 class Env; variable
|
| D | graph_runner.h | 30 class Env; variable
|
| /external/tensorflow/tensorflow/core/util/proto/ |
| D | descriptors.h | 25 class Env; variable
|
| /external/rust/crates/env_logger/src/ |
| D | lib.rs | 317 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/ |
| D | builder.h | 15 class Env; variable
|
| D | table_cache.h | 20 class Env; variable
|
| /external/scudo/standalone/tests/ |
| D | flags_test.cpp | 20 static void testFlag(scudo::FlagType Type, T StartValue, const char *Env, in testFlag() 76 static void testTwoFlags(const char *Env, bool ExpectedFlag1, in testTwoFlags()
|