/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | run.js | 161 let app_name = process.env.APP_NAME; 183 const mode = process.env.FUZZ_MODE || 'default';
|
/third_party/node/src/inspector/ |
H A D | tracing_agent.cc | 117 TracingAgent::TracingAgent(Environment* env, in TracingAgent() argument 119 : env_(env), main_thread_(main_thread) {} in TracingAgent()
|
/third_party/node/src/ |
H A D | spawn_sync.h | 86 v8::Local<v8::Object> GetOutputAsBuffer(Environment* env) const; 155 inline Environment* env() const;
|
H A D | stream_base-inl.h | 97 StreamBase::StreamBase(Environment* env) : env_(env) { in StreamBase() argument
|
H A D | node_stat_watcher.h | 42 static void Initialize(Environment* env, v8::Local<v8::Object> target);
|
/third_party/node/deps/npm/lib/commands/ |
H A D | run-script.js | 79 } else if (event === 'env' && !scripts.env) { 80 scripts.env = isWindowsShell ? 'SET' : 'env'
|
/third_party/libabigail/include/ |
H A D | abg-tools-utils.h | 319 environment& env, 325 environment& env,
|
/third_party/rust/crates/clang-sys/src/ |
H A D | link.rs | 179 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 D | global_args.rs | 173 #[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 D | multiple_occurrences.rs | 91 #[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 D | tests.rs | 2 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 D | optimizer.hpp | 67 // 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 D | assembly_grammar.cpp | 43 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 D | optimizer.hpp | 67 // 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 D | assembly_grammar.cpp | 43 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 D | optimizer.hpp | 68 // 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 D | assembly_grammar.cpp | 44 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 D | collator_compare_fuzzer.cpp | 11 IcuEnvironment* env = new IcuEnvironment(); variable
|
H A D | number_format_fuzzer.cpp | 14 IcuEnvironment* env = new IcuEnvironment(); variable
|
/third_party/node/lib/internal/ |
H A D | options.js | 54 const allowUnauthorized = process.env.NODE_TLS_REJECT_UNAUTHORIZED === '0';
|
/third_party/node/lib/internal/util/ |
H A D | colors.js | 18 if (process.env.FORCE_COLOR !== undefined) {
|
/third_party/node/test/parallel/ |
H A D | test-https-client-get-url.js | 29 process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
H A D | test-https-client-override-global-agent.js | 10 process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
H A D | test-worker-terminate-source-map.js | 13 process.env.NODE_V8_COVERAGE = tmpdir.path;
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | run-gcmole.py | 1 #!/usr/bin/env python3 27 env={'CLANG_BIN': CLANG_BIN, 'CLANG_PLUGINS': CLANG_PLUGINS}, variable
|