Home
last modified time | relevance | path

Searched refs:env (Results 4326 - 4350 of 4971) sorted by relevance

1...<<171172173174175176177178179180>>...199

/third_party/python/Lib/
H A Dsite.py495 env = os.environ
496 if sys.platform == 'darwin' and '__PYVENV_LAUNCHER__' in env:
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_version_test.cpp50 std::string version(spv_target_env env) { in version() argument
51 switch (env) { in version()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp508 std::string spvtools::spvInstructionBinaryToText(const spv_target_env env,
514 spv_context context = spvContextCreate(env);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp508 std::string spvtools::spvInstructionBinaryToText(const spv_target_env env,
514 spv_context context = spvContextCreate(env);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_version_test.cpp50 std::string version(spv_target_env env) { in version() argument
51 switch (env) { in version()
/third_party/spirv-tools/source/
H A Ddisassemble.cpp493 std::string spvInstructionBinaryToText(const spv_target_env env,
499 spv_context context = spvContextCreate(env);
/third_party/python/PCbuild/
H A Dprepare_libffi.bat206 powershell -c "md $env:CYG_ROOT -ErrorAction SilentlyContinue"
207 powershell -c "$setup = $env:CYG_ROOT+'/setup.exe'; if (!(Test-Path $setup)){invoke-webrequest https://cygwin.com/setup-x86.exe -outfile $setup}
/third_party/rust/crates/clap/src/
H A Dmacros.rs20 env!("CARGO_PKG_VERSION")
49 static authors: &str = env!("CARGO_PKG_AUTHORS");
60 env!("CARGO_PKG_AUTHORS")
82 env!("CARGO_PKG_DESCRIPTION")
109 env!("CARGO_PKG_NAME")
/applications/standard/calendardata/hvigor/
H A Dhvigor-wrapper.js67 const e = k.realpathSync(t), n = process.argv.slice(2), r = (0, N.spawn)("node", [e, ...n], { env: process.env });
247 const e = t, n = Q(), r = process.env;
306 e ? process.env.DEBUG = e : delete process.env.DEBUG
308 return process.env.DEBUG
318 t.inspectOpts = Object.keys(process.env).filter((e => /^debug_/i.test(e))).reduce(((e, t) => {
320 let r = process.env[t];
352 return!e && "undefined" != typeof process && "env" in process && (e = process.env
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c599 if (tod && !session->header.env.clock.enabled) { in perf_session__check_output_opt()
634 struct perf_env *env; in tod_scnprintf() local
644 env = &script->session->header.env; in tod_scnprintf()
645 if (!env->clock.enabled) { in tod_scnprintf()
650 clockid_ns = env->clock.clockid_ns; in tod_scnprintf()
651 tod_ns = env->clock.tod_ns; in tod_scnprintf()
2997 "Check \"PERF_EXEC_PATH\" env to set scripts dir.\n", in list_available_scripts()
3817 if (symbol__init(&session->header.env) < 0) in cmd_script()
3823 } else if (session->header.env in cmd_script()
[all...]
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Ddrivers.c566 static int parisc_uevent(struct device *dev, struct kobj_uevent_env *env) in parisc_uevent() argument
578 if (add_uevent_var(env, "PARISC_NAME=%s", padev->name)) in parisc_uevent()
582 if (add_uevent_var(env, "MODALIAS=%s", modalias)) in parisc_uevent()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Ddrivers.c566 static int parisc_uevent(const struct device *dev, struct kobj_uevent_env *env) in parisc_uevent() argument
578 if (add_uevent_var(env, "PARISC_NAME=%s", padev->name)) in parisc_uevent()
582 if (add_uevent_var(env, "MODALIAS=%s", modalias)) in parisc_uevent()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dcore.c1658 static int usb_udc_uevent(struct device *dev, struct kobj_uevent_env *env) in usb_udc_uevent() argument
1663 ret = add_uevent_var(env, "USB_UDC_NAME=%s", udc->gadget->name); in usb_udc_uevent()
1670 ret = add_uevent_var(env, "USB_UDC_DRIVER=%s", in usb_udc_uevent()
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dxenbus.c204 struct kobj_uevent_env *env) in netback_uevent()
211 if (add_uevent_var(env, "script=%s", be->hotplug_script)) in netback_uevent()
217 return add_uevent_var(env, "vif=%s", be->vif->dev->name); in netback_uevent()
203 netback_uevent(struct xenbus_device *xdev, struct kobj_uevent_env *env) netback_uevent() argument
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dxenbus.c204 struct kobj_uevent_env *env) in netback_uevent()
211 if (add_uevent_var(env, "script=%s", be->hotplug_script)) in netback_uevent()
217 return add_uevent_var(env, "vif=%s", be->vif->dev->name); in netback_uevent()
203 netback_uevent(const struct xenbus_device *xdev, struct kobj_uevent_env *env) netback_uevent() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c66 static int mipi_dsi_uevent(const struct device *dev, struct kobj_uevent_env *env) in mipi_dsi_uevent() argument
71 err = of_device_uevent_modalias(dev, env); in mipi_dsi_uevent()
75 add_uevent_var(env, "MODALIAS=%s%s", MIPI_DSI_MODULE_PREFIX, in mipi_dsi_uevent()
/third_party/curl/lib/
H A Dldap.c765 const char *env = getenv("CURL_TRACE"); in _ldap_trace() local
766 do_trace = (env && strtol(env, NULL, 10) > 0); in _ldap_trace()
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py1 #!/usr/bin/env python3
345 pre_cmd, env=my_environment, shell=True,
350 self.make_clean, env=my_environment, shell=True,
355 self.make_cmd, env=my_environment, shell=True,
/third_party/mesa3d/src/glx/
H A Dglxext.c930 const char *env = getenv("MESA_LOADER_DRIVER_OVERRIDE"); in __glXInitialize() local
931 zink = env && !strcmp(env, "zink"); in __glXInitialize()
/third_party/node/test/common/
H A Dwpt.js113 revision: process.env.WPT_REVISION || 'unknown',
427 if (process.env.WPT_REPORT != null) {
523 if (Boolean(process.versions.openssl) && !process.env.NODE_SKIP_CRYPTO) {
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c260 char *env; in parse_cmdline() local
262 if ((env = getenv("SINDEX_DATABASE")) != NULL) in parse_cmdline()
263 semind_dbfile = env; in parse_cmdline()
/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc401 std::string disassemble(const std::string& env, in disassemble() argument
407 if (!env.empty()) { in disassemble()
408 if (!spvParseTargetEnv(env.c_str(), &target_env)) in disassemble()
/third_party/python/Lib/test/
H A Dtest_support.py501 env = {key: value for key, value in os.environ.items()
507 env=env)
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dsuper.c1065 char *env[] = { in bch_cached_dev_run() local
1075 kfree(env[1]); in bch_cached_dev_run()
1076 kfree(env[2]); in bch_cached_dev_run()
1082 kfree(env[1]); in bch_cached_dev_run()
1083 kfree(env[2]); in bch_cached_dev_run()
1107 kobject_uevent_env(&disk_to_dev(d->disk)->kobj, KOBJ_CHANGE, env); in bch_cached_dev_run()
1108 kfree(env[1]); in bch_cached_dev_run()
1109 kfree(env[2]); in bch_cached_dev_run()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c18 #include "util/env.h"
681 if (tod && !session->header.env.clock.enabled) { in perf_session__check_output_opt()
716 struct perf_env *env; in tod_scnprintf() local
726 env = &script->session->header.env; in tod_scnprintf()
727 if (!env->clock.enabled) { in tod_scnprintf()
732 clockid_ns = env->clock.clockid_ns; in tod_scnprintf()
733 tod_ns = env->clock.tod_ns; in tod_scnprintf()
2149 const char *arch = perf_env__arch(machine->env); in process_event()
2204 struct cgroup *cgrp = cgroup__find(machine->env, in process_event()
[all...]

Completed in 40 milliseconds

1...<<171172173174175176177178179180>>...199