/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/ |
H A D | main.rs | 11 use std::env; 190 env::current_exe() in build_dir()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | lib.rs | 24 include!(concat!(env!("OUT_DIR"), "/bindgen.rs")); 41 include!(concat!(env!("OUT_DIR"), "/bindgen.rs"));
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l2_main.c | 1145 char *env[8]; in qeth_bridge_emit_host_event() local 1153 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1157 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1162 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1166 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1168 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1171 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1173 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1177 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1181 env[ in qeth_bridge_emit_host_event() 1202 char *env[] = { qeth_bridge_state_change_worker() local [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l2_main.c | 1253 char *env[8]; in qeth_bridge_emit_host_event() local 1261 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1265 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1270 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1274 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1276 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1279 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1282 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1286 env[i] = str[i]; i++; in qeth_bridge_emit_host_event() 1290 env[ in qeth_bridge_emit_host_event() 1311 char *env[] = { qeth_bridge_state_change_worker() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | ulpi.c | 57 static int ulpi_uevent(struct device *dev, struct kobj_uevent_env *env) in ulpi_uevent() argument 62 ret = of_device_uevent_modalias(dev, env); in ulpi_uevent() 66 if (add_uevent_var(env, "MODALIAS=ulpi:v%04xp%04x", in ulpi_uevent()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | streamline_config.pl | 1 #!/usr/bin/env perl 168 my $env = $1; 170 $source =~ s/\$\($env\)/$ENV{$env}/;
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | ulpi.c | 58 static int ulpi_uevent(const struct device *dev, struct kobj_uevent_env *env) in ulpi_uevent() argument 63 ret = of_device_uevent_modalias(dev, env); in ulpi_uevent() 67 if (add_uevent_var(env, "MODALIAS=ulpi:v%04xp%04x", in ulpi_uevent()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | log.c | 301 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write() argument 306 if (!bpf_verifier_log_needed(&env->log)) in bpf_verifier_log_write() 310 bpf_verifier_vlog(&env->log, fmt, args); in bpf_verifier_log_write()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | streamline_config.pl | 1 #!/usr/bin/env perl 168 my $env = $1; 170 $source =~ s/\$\($env\)/$ENV{$env}/;
|
/third_party/alsa-lib/src/ |
H A D | dlmisc.c | 94 const char *env = getenv("ALSA_PLUGIN_DIR"); in snd_dlpath() local 95 if (env) { in snd_dlpath() 96 snd_plugin_dir = strdup(env); in snd_dlpath()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-filter-unittest.py | 1 #!/usr/bin/env python 55 # processes. We set an env variable to an empty string and invoke a python 68 # We set an env variable to a non-empty string, unset it, and invoke 84 # make sense on platforms that cannot pass empty env variables (Win32) 178 """Sets the env variable to 'value'; unsets it when 'value' is None.""" 190 env=environ).output 196 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ) 214 p = gtest_test_utils.Subprocess([COMMAND] + (args or []), env=environ) 245 """Tests the env variable or the command line flag to filter tests.""" 584 """Tests that the filter flag overrides the filtering env [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | errors.c | 59 /* If MESA_LOG_FILE env var is set, log Mesa errors, warnings, in output_if_debug() 74 const char *env = getenv("MESA_DEBUG"); in output_if_debug() local 75 debug = env && strstr(env, "silent") == NULL; in output_if_debug() 144 * either DEBUG is defined or the MESA_DEBUG env var is set.
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | rebuild.js | 315 const env = { 330 env, 346 env,
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | find-visualstudio.js | 47 if (process.env.VCINSTALLDIR) { 49 path.resolve(process.env.VCINSTALLDIR, '..') 119 const ps = path.join(process.env.SystemRoot, 'System32',
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | git.js | 183 const noPrepare = !process.env._PACOTE_NO_PREPARE_ ? [] 184 : process.env._PACOTE_NO_PREPARE_.split('\n') 197 { ...process.env, _PACOTE_NO_PREPARE_: noPrepare.join('\n') },
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | sandbox.js | 79 this[_proxy].env = { ...options.env } 176 this[_proxy].env = {} 209 if (prop === 'env') {
|
/third_party/python/Lib/test/ |
H A D | test_c_locale_coercion.py | 422 env = dict(os.environ, PYTHONCOERCECLOCALE='1') 425 env=env,
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | clspv_helper.cc | 254 spv_target_env env, in Compile() 271 spv_context context(spvContextCreate(env)); in Compile() 280 spvtools::Optimizer opt(env); in Compile() 252 Compile(Pipeline::ShaderInfo* shader_info, Pipeline* pipeline, spv_target_env env, std::vector<uint32_t>* generated_binary) Compile() argument
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 596 auto env = StringRef{environ[i]}; in exec_binary() local 597 if (util::starts_with(env, ENV_ACCEPT_PREFIX) || in exec_binary() 598 util::starts_with(env, ENV_LISTENER4_FD) || in exec_binary() 599 util::starts_with(env, ENV_LISTENER6_FD) || in exec_binary() 600 util::starts_with(env, ENV_PORT) || in exec_binary() 601 util::starts_with(env, ENV_UNIX_FD) || in exec_binary() 602 util::starts_with(env, ENV_UNIX_PATH) || in exec_binary() 603 util::starts_with(env, ENV_ORIG_PID) || in exec_binary() 604 util::starts_with(env, ENV_QUIC_WORKER_PROCESS_PREFIX)) { in exec_binary() 1083 auto env in get_inherited_addr_from_env() local 1089 LOG(INFO) << "Read env " << name << "=" << env; get_inherited_addr_from_env() local 1231 auto env = getenv(name.c_str()); get_inherited_quic_lingering_worker_process_from_env() local 1237 LOG(INFO) << "Read env " << name << "=" << env; get_inherited_quic_lingering_worker_process_from_env() local [all...] |
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textarea/ |
H A D | textarea_onchange_test.h | 30 static napi_value CreateNativeNode(napi_env env, napi_callback_info info);
|
H A D | textarea_onfocus_test.h | 30 static napi_value CreateNativeNode(napi_env env, napi_callback_info info);
|
H A D | textarea_onblur_test.h | 30 static napi_value CreateNativeNode(napi_env env, napi_callback_info info);
|
H A D | textarea_key_test.h | 30 static napi_value CreateNativeNode(napi_env env, napi_callback_info info);
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/ |
H A D | textinput_onchange_test.h | 30 static napi_value CreateNativeNode(napi_env env, napi_callback_info info);
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/timepicker/ |
H A D | timepicker_onchange_test.h | 29 static napi_value CreateNativeNode(napi_env env, napi_callback_info info);
|