Home
last modified time | relevance | path

Searched refs:env (Results 1026 - 1050 of 1813) sorted by relevance

1...<<41424344454647484950>>...73

/third_party/node/test/sequential/
H A Dtest-worker-fshandles-error-on-termination.js13 if (!process.env.HAS_STARTED_WORKER) {
14 process.env.HAS_STARTED_WORKER = 1;
/third_party/node/test/wasi/
H A Dtest-wasi-not-started.js34 env: { ...process.env, NODE_DEBUG_NATIVE: 'wasi' },
/third_party/node/test/cctest/
H A Dtest_node_crypto_env.cc21 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 Dcoverage.js21 env: {
24 ...process.env,
/third_party/node/benchmark/http/
H A Dcluster.js16 const port = parseInt(process.env.PORT || PORT);
21 process.env.PORT = PORT;
/third_party/node/benchmark/misc/
H A Dutil-extend-vs-object-assign.js22 fn({}, process.env);
28 fn(obj, process.env);
/third_party/node/deps/npm/node_modules/@sigstore/tuf/dist/
H A Dappdata.js34 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 Dbuild.rs1 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 Dmain.js2 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 Dman.rs23 .env("CONFIG_FILE"), in main()
28 .env("DEBUG_ON") in main()
/third_party/rust/crates/cxx/
H A Dbuild.rs1 use std::env;
23 let rustc = env::var_os("RUSTC")?; in rustc_version()
/third_party/rust/crates/env_logger/examples/
H A Dcustom_format.rs27 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 Dmain.js2 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 Ddead_block_facts_test.cpp52 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 Dinstruction_descriptor_test.cpp54 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 Dshell.go38 // 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 Dshell_windows.go26 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 Ddead_block_facts_test.cpp52 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 Dinstruction_descriptor_test.cpp54 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 DAsyncRunner.cpp22 AsyncRunner::AsyncRunner(Napi::Env env, wgpu::Device device) : env_(env), device_(device) { in AsyncRunner() argument
H A DGPUComputePipeline.cpp31 Napi::Env env, in getBindGroupLayout()
34 env, pipeline_.GetBindGroupLayout(index)); in getBindGroupLayout()
30 getBindGroupLayout( Napi::Env env, uint32_t index) getBindGroupLayout() argument
H A DGPURenderPipeline.cpp31 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 Dknown_test_failures.py82 def FilterKnownTestFailures(tests, **env):
84 if env.get('under_valgrind'):
/third_party/spirv-tools/test/fuzz/fact_manager/
H A Ddead_block_facts_test.cpp52 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 Dinstruction_descriptor_test.cpp54 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
56 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()

Completed in 5 milliseconds

1...<<41424344454647484950>>...73