/third_party/python/Lib/test/ |
H A D | test_compileall.py | 547 with self.temporary_pycache_prefix() as env: 548 self.assertRunOK(**env) 556 with self.temporary_pycache_prefix() as env: 557 self.assertRunOK(**env) 563 self.assertRunOK(**env) 567 self.assertRunOK('-f', **env) 573 with self.temporary_pycache_prefix() as env: 574 noisy = self.assertRunOK(**env) 576 quiet = self.assertRunOK('-q', **env)
|
H A D | test_pathlib.py | 1502 with os_helper.EnvironmentVarGuard() as env: 1505 env.clear() 1506 env['USERPROFILE'] = os.path.join(BASE, 'userprofile') 1510 env['HOME'] = os.path.join(BASE, 'home') 2673 with os_helper.EnvironmentVarGuard() as env: 2674 env.pop('HOME', None) 2684 env['HOME'] = '/tmp' 2764 with os_helper.EnvironmentVarGuard() as env: 2765 env.pop('HOME', None) 2766 env [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 916 // Merge the current env into the target handler's env. in Delegate() 1368 void SetEnv(SsaEnv* env) { in SetEnv() 1371 if (env) { in SetEnv() 1372 switch (env->state) { in SetEnv() 1384 PrintF("{set_env = %p, state = %c", env, state); in SetEnv() 1385 if (env && env->control) { in SetEnv() 1387 compiler::WasmGraphBuilder::PrintDebugName(env->control); in SetEnv() 1395 ssa_env_ = env; in SetEnv() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1117 , env (env_) in EvalContext() 1122 Environment& env; member 1251 ctx.env.bind(*m_variable, m_value->evaluate(ctx)); in doExecute() 1253 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx); in doExecute() 1264 ctx.env.bind(*m_variable, m_value->fails(ctx)); in doFail() 1266 ctx.env.lookup(*m_variable) = m_value->fails(ctx); in doFail() 1382 ctx.env, ctx.callDepth + 1); in evaluate() 1561 return ctx.env.lookup<T>(*this); in doEvaluate() 2005 ctx.env.lookup(var0), ctx.env in doEvaluate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1118 , env (env_) in EvalContext() 1123 Environment& env; member 1252 ctx.env.bind(*m_variable, m_value->evaluate(ctx)); in doExecute() 1254 ctx.env.lookup(*m_variable) = m_value->evaluate(ctx); in doExecute() 1265 ctx.env.bind(*m_variable, m_value->fails(ctx)); in doFail() 1267 ctx.env.lookup(*m_variable) = m_value->fails(ctx); in doFail() 1383 ctx.env, ctx.callDepth + 1); in evaluate() 1562 return ctx.env.lookup<T>(*this); in doEvaluate() 1978 ctx.env.lookup(var0), ctx.env in doEvaluate() [all...] |
/kernel/linux/linux-5.10/drivers/base/ |
H A D | platform.c | 1104 static int platform_uevent(struct device *dev, struct kobj_uevent_env *env) in platform_uevent() argument 1110 rc = of_device_uevent_modalias(dev, env); in platform_uevent() 1114 rc = acpi_device_uevent_modalias(dev, env); in platform_uevent() 1118 add_uevent_var(env, "MODALIAS=%s%s", PLATFORM_MODULE_PREFIX, in platform_uevent()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvbdev.c | 1081 static int dvb_uevent(struct device *dev, struct kobj_uevent_env *env) in dvb_uevent() argument 1085 add_uevent_var(env, "DVB_ADAPTER_NUM=%d", dvbdev->adapter->num); in dvb_uevent() 1086 add_uevent_var(env, "DVB_DEVICE_TYPE=%s", dnames[dvbdev->type]); in dvb_uevent() 1087 add_uevent_var(env, "DVB_DEVICE_NUM=%d", dvbdev->id); in dvb_uevent()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvbdev.c | 1063 static int dvb_uevent(const struct device *dev, struct kobj_uevent_env *env) in dvb_uevent() argument 1067 add_uevent_var(env, "DVB_ADAPTER_NUM=%d", dvbdev->adapter->num); in dvb_uevent() 1068 add_uevent_var(env, "DVB_DEVICE_TYPE=%s", dnames[dvbdev->type]); in dvb_uevent() 1069 add_uevent_var(env, "DVB_DEVICE_NUM=%d", dvbdev->id); in dvb_uevent()
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | kselftest_harness.h | 189 if (setjmp(_metadata->env) == 0) \ 388 if (setjmp(_metadata->env) == 0) { \ 844 jmp_buf env; /* for exiting out of test early */ member 868 longjmp(t->env, 1); in __bail()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | android.py | 1025 env = dict(os.environ) 1026 env["ONE_SHOT_MAKEFILE"] = makefile 1029 subprocess.check_call(arguments, env=env)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | android.py | 1025 env = dict(os.environ) 1026 env["ONE_SHOT_MAKEFILE"] = makefile 1029 subprocess.check_call(arguments, env=env)
|
/third_party/mksh/ |
H A D | check.pl | 68 # env-setup M Value is a list of NAME=VALUE elements 216 'env-setup', 'M', 294 foreach $env (('HOME', 'LD_LIBRARY_PATH', 'LOCPATH', 'LOGNAME', 296 $new_env{$env} = $ENV{$env} if defined $ENV{$env}; 560 if (defined $test{'env-setup'}) { 563 foreach $var (split(substr($test{'env-setup'}, 0, 1), 564 $test{'env-setup'})) 1195 if (defined $test{'env [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_context.h | 94 IRContext(spv_target_env env, MessageConsumer c) in IRContext() argument 95 : syntax_context_(spvContextCreate(env)), in IRContext() 113 IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c) in IRContext() argument 114 : syntax_context_(spvContextCreate(env)), in IRContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.h | 94 IRContext(spv_target_env env, MessageConsumer c) in IRContext() argument 95 : syntax_context_(spvContextCreate(env)), in IRContext() 113 IRContext(spv_target_env env, std::unique_ptr<Module>&& m, MessageConsumer c) in IRContext() argument 114 : syntax_context_(spvContextCreate(env)), in IRContext()
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | mod.rs | 31 //! if let Ok(ref filter) = std::env::var("MY_LOG_LEVEL") { 63 use std::env; 96 /// # use std::env; 102 /// if let Ok(rust_log) = env::var("RUST_LOG") { 182 pub fn from_env(env: &str) -> Builder { in from_env() 185 if let Ok(s) = env::var(env) { in from_env()
|
/third_party/spirv-tools/source/ |
H A D | opcode.cpp | 91 spv_result_t spvOpcodeTableNameLookup(spv_target_env env, in spvOpcodeTableNameLookup() argument 102 const auto version = spvVersionForTargetEnv(env); in spvOpcodeTableNameLookup() 126 spv_result_t spvOpcodeTableValueLookup(spv_target_env env, in spvOpcodeTableValueLookup() argument 148 const auto version = spvVersionForTargetEnv(env); in spvOpcodeTableValueLookup()
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | core.c | 266 static int part_uevent(struct device *dev, struct kobj_uevent_env *env) in part_uevent() argument 270 add_uevent_var(env, "PARTN=%u", part->partno); in part_uevent() 272 add_uevent_var(env, "PARTNAME=%s", part->info->volname); in part_uevent()
|
/kernel/linux/linux-5.10/drivers/amba/ |
H A D | bus.c | 71 static int amba_uevent(struct device *dev, struct kobj_uevent_env *env) in amba_uevent() argument 76 retval = add_uevent_var(env, "AMBA_ID=%08x", pcdev->periphid); in amba_uevent() 80 retval = add_uevent_var(env, "MODALIAS=amba:d%08X", pcdev->periphid); in amba_uevent()
|
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | main.c | 31 static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env); 630 static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env) in bcma_device_uevent() argument 634 return add_uevent_var(env, in bcma_device_uevent()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 65 static int mipi_dsi_uevent(struct device *dev, struct kobj_uevent_env *env) in mipi_dsi_uevent() argument 70 err = of_device_uevent_modalias(dev, env); in mipi_dsi_uevent() 74 add_uevent_var(env, "MODALIAS=%s%s", MIPI_DSI_MODULE_PREFIX, in mipi_dsi_uevent()
|
/kernel/linux/linux-5.10/drivers/tty/serdev/ |
H A D | core.c | 45 static int serdev_device_uevent(struct device *dev, struct kobj_uevent_env *env) in serdev_device_uevent() argument 51 rc = acpi_device_uevent_modalias(dev, env); in serdev_device_uevent() 55 return of_device_uevent_modalias(dev, env); in serdev_device_uevent()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | usb.c | 503 static int usb_dev_uevent(struct device *dev, struct kobj_uevent_env *env) in usb_dev_uevent() argument 509 if (add_uevent_var(env, "BUSNUM=%03d", usb_dev->bus->busnum)) in usb_dev_uevent() 512 if (add_uevent_var(env, "DEVNUM=%03d", usb_dev->devnum)) in usb_dev_uevent()
|
/kernel/linux/linux-6.6/drivers/tty/serdev/ |
H A D | core.c | 45 static int serdev_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in serdev_device_uevent() argument 51 rc = acpi_device_uevent_modalias(dev, env); in serdev_device_uevent() 55 return of_device_uevent_modalias(dev, env); in serdev_device_uevent()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | apr.c | 390 static int apr_uevent(const struct device *dev, struct kobj_uevent_env *env) in apr_uevent() argument 395 ret = of_device_uevent_modalias(dev, env); in apr_uevent() 399 return add_uevent_var(env, "MODALIAS=apr:%s", adev->name); in apr_uevent()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | usb.c | 503 static int usb_dev_uevent(const struct device *dev, struct kobj_uevent_env *env) in usb_dev_uevent() argument 509 if (add_uevent_var(env, "BUSNUM=%03d", usb_dev->bus->busnum)) in usb_dev_uevent() 512 if (add_uevent_var(env, "DEVNUM=%03d", usb_dev->devnum)) in usb_dev_uevent()
|