/third_party/node/test/sequential/ |
H A D | test-worker-fshandles-error-on-termination.js | 13 if (!process.env.HAS_STARTED_WORKER) { 14 process.env.HAS_STARTED_WORKER = 1;
|
/third_party/node/test/wasi/ |
H A D | test-wasi-not-started.js | 34 env: { ...process.env, NODE_DEBUG_NATIVE: 'wasi' },
|
/third_party/node/test/cctest/ |
H A D | test_node_crypto_env.cc | 21 Env env{handle_scope, argv}; in TEST_F() 24 node::crypto::BIOPointer bio(node::crypto::LoadBIO(*env, key)); in TEST_F()
|
/third_party/node/benchmark/process/ |
H A D | coverage.js | 21 env: { 24 ...process.env,
|
/third_party/node/benchmark/http/ |
H A D | cluster.js | 16 const port = parseInt(process.env.PORT || PORT); 21 process.env.PORT = PORT;
|
/third_party/node/benchmark/misc/ |
H A D | util-extend-vs-object-assign.js | 22 fn({}, process.env); 28 fn(obj, process.env);
|
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/ |
H A D | appdata.js | 34 const localAppData = process.env.LOCALAPPDATA || path_1.default.join(homedir, 'AppData', 'Local'); 39 const localData = process.env.XDG_DATA_HOME || path_1.default.join(homedir, '.local', 'share');
|
/third_party/rust/crates/link-cplusplus/ |
H A D | build.rs | 1 use std::env; 28 let out_dir = env::var_os("OUT_DIR").expect("missing OUT_DIR"); in main()
|
/third_party/rust/crates/io-lifetimes/.github/actions/install-rust/ |
H A D | main.js | 2 const toolchain = process.env.INPUT_TOOLCHAIN; 6 fs.appendFileSync(process.env['GITHUB_ENV'], `${name}=${val}\n`)
|
/third_party/rust/crates/clap/clap_mangen/examples/ |
H A D | man.rs | 23 .env("CONFIG_FILE"), in main() 28 .env("DEBUG_ON") in main()
|
/third_party/rust/crates/cxx/ |
H A D | build.rs | 1 use std::env; 23 let rustc = env::var_os("RUSTC")?; in rustc_version()
|
/third_party/rust/crates/env_logger/examples/ |
H A D | custom_format.rs | 27 let env = Env::default() in main() 31 Builder::from_env(env) in main()
|
/third_party/rust/crates/is-terminal/.github/actions/install-rust/ |
H A D | main.js | 2 const toolchain = process.env.INPUT_TOOLCHAIN; 6 fs.appendFileSync(process.env['GITHUB_ENV'], `${name}=${val}\n`)
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/ |
H A D | dead_block_facts_test.cpp | 52 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 54 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | instruction_descriptor_test.cpp | 54 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 56 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/shell/ |
H A D | shell.go | 38 // directory wd, with the custom env. 40 func Env(timeout time.Duration, exe, wd string, env []string, args ...string) error { 41 if out, err := Exec(timeout, exe, wd, env, args...); err != nil {
|
H A D | shell_windows.go | 26 func Exec(timeout time.Duration, exe, wd string, env []string, args ...string) ([]byte, error) { 30 c.Env = env
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
H A D | dead_block_facts_test.cpp | 52 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 54 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | instruction_descriptor_test.cpp | 54 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 56 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | AsyncRunner.cpp | 22 AsyncRunner::AsyncRunner(Napi::Env env, wgpu::Device device) : env_(env), device_(device) { in AsyncRunner() argument
|
H A D | GPUComputePipeline.cpp | 31 Napi::Env env, in getBindGroupLayout() 34 env, pipeline_.GetBindGroupLayout(index)); in getBindGroupLayout() 30 getBindGroupLayout( Napi::Env env, uint32_t index) getBindGroupLayout() argument
|
H A D | GPURenderPipeline.cpp | 31 Napi::Env env, in getBindGroupLayout() 34 env, pipeline_.GetBindGroupLayout(index)); in getBindGroupLayout() 30 getBindGroupLayout( Napi::Env env, uint32_t index) getBindGroupLayout() argument
|
/third_party/vixl/tools/ |
H A D | known_test_failures.py | 82 def FilterKnownTestFailures(tests, **env): 84 if env.get('under_valgrind'):
|
/third_party/spirv-tools/test/fuzz/fact_manager/ |
H A D | dead_block_facts_test.cpp | 52 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 54 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | instruction_descriptor_test.cpp | 54 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 56 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|