Home
last modified time | relevance | path

Searched refs:env (Results 1401 - 1425 of 1813) sorted by relevance

1...<<51525354555657585960>>...73

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Drun.js161 let app_name = process.env.APP_NAME;
183 const mode = process.env.FUZZ_MODE || 'default';
/third_party/node/src/inspector/
H A Dtracing_agent.cc117 TracingAgent::TracingAgent(Environment* env, in TracingAgent() argument
119 : env_(env), main_thread_(main_thread) {} in TracingAgent()
/third_party/node/src/
H A Dspawn_sync.h86 v8::Local<v8::Object> GetOutputAsBuffer(Environment* env) const;
155 inline Environment* env() const;
H A Dstream_base-inl.h97 StreamBase::StreamBase(Environment* env) : env_(env) { in StreamBase() argument
H A Dnode_stat_watcher.h42 static void Initialize(Environment* env, v8::Local<v8::Object> target);
/third_party/node/deps/npm/lib/commands/
H A Drun-script.js79 } else if (event === 'env' && !scripts.env) {
80 scripts.env = isWindowsShell ? 'SET' : 'env'
/third_party/libabigail/include/
H A Dabg-tools-utils.h319 environment& env,
325 environment& env,
/third_party/rust/crates/clang-sys/src/
H A Dlink.rs179 pub mod common { include!(concat!(env!("OUT_DIR"), "/common.rs")); } in load_manually()
180 pub mod dynamic { include!(concat!(env!("OUT_DIR"), "/dynamic.rs")); } in load_manually()
/third_party/rust/crates/clap/tests/builder/
H A Dglobal_args.rs173 #[cfg(feature = "env")]
175 std::env::set_var("GLOBAL_OVERRIDES_ENV", "from_env"); in global_overrides_env()
183 .env("GLOBAL_OVERRIDES_ENV"), in global_overrides_env()
H A Dmultiple_occurrences.rs91 #[cfg(feature = "env")]
96 .env("VERBOSE") in multiple_occurrences_of_before_env()
123 #[cfg(feature = "env")]
131 .env("VERBOSE"), in multiple_occurrences_of_after_env()
/third_party/rust/crates/autocfg/src/
H A Dtests.rs2 use std::env;
20 match env::var_os("TESTS_TARGET_DIR") { in for_test()
/third_party/skia/third_party/externals/spirv-tools/include/spirv-tools/
H A Doptimizer.hpp67 // Constructs an instance with the given target |env|, which is used to decode
73 explicit Optimizer(spv_target_env env);
155 void SetTargetEnv(const spv_target_env env);
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dassembly_grammar.cpp43 spv_result_t spvTextParseMaskOperand(spv_target_env env, in spvTextParseMaskOperand() argument
65 if (spvOperandTableNameLookup(env, operandTable, type, begin, end - begin, in spvTextParseMaskOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
H A Doptimizer.hpp67 // Constructs an instance with the given target |env|, which is used to decode
73 explicit Optimizer(spv_target_env env);
155 void SetTargetEnv(const spv_target_env env);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dassembly_grammar.cpp43 spv_result_t spvTextParseMaskOperand(spv_target_env env, in spvTextParseMaskOperand() argument
65 if (spvOperandTableNameLookup(env, operandTable, type, begin, end - begin, in spvTextParseMaskOperand()
/third_party/spirv-tools/include/spirv-tools/
H A Doptimizer.hpp68 // Constructs an instance with the given target |env|, which is used to decode
74 explicit Optimizer(spv_target_env env);
174 void SetTargetEnv(const spv_target_env env);
/third_party/spirv-tools/source/
H A Dassembly_grammar.cpp44 spv_result_t spvTextParseMaskOperand(spv_target_env env, in spvTextParseMaskOperand() argument
66 if (auto error = spvOperandTableNameLookup(env, operandTable, type, begin, in spvTextParseMaskOperand()
/third_party/icu/icu4c/source/test/fuzzer/
H A Dcollator_compare_fuzzer.cpp11 IcuEnvironment* env = new IcuEnvironment(); variable
H A Dnumber_format_fuzzer.cpp14 IcuEnvironment* env = new IcuEnvironment(); variable
/third_party/node/lib/internal/
H A Doptions.js54 const allowUnauthorized = process.env.NODE_TLS_REJECT_UNAUTHORIZED === '0';
/third_party/node/lib/internal/util/
H A Dcolors.js18 if (process.env.FORCE_COLOR !== undefined) {
/third_party/node/test/parallel/
H A Dtest-https-client-get-url.js29 process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
H A Dtest-https-client-override-global-agent.js10 process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
H A Dtest-worker-terminate-source-map.js13 process.env.NODE_V8_COVERAGE = tmpdir.path;
/third_party/node/deps/v8/tools/gcmole/
H A Drun-gcmole.py1 #!/usr/bin/env python3
27 env={'CLANG_BIN': CLANG_BIN, 'CLANG_PLUGINS': CLANG_PLUGINS}, variable

Completed in 12 milliseconds

1...<<51525354555657585960>>...73