Home
last modified time | relevance | path

Searched refs:env (Results 4576 - 4600 of 4981) sorted by relevance

1...<<181182183184185186187188189190>>...200

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.h52 struct perf_env *env; member
H A Ddso.h204 struct perf_env *env; member
H A Dsymbol.h157 int symbol__init(struct perf_env *env);
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddso.h209 struct perf_env *env; member
H A Dmachine.h54 struct perf_env *env; member
H A Dsymbol.h153 int symbol__init(struct perf_env *env);
H A Dmachine.c10 #include "env.h"
127 machine->env = NULL; in machine__init()
813 cgrp = cgroup__findnew(machine->env, event->cgroup.id, event->cgroup.path); in machine__process_cgroup_event()
2926 struct perf_env *env = evsel__env(evsel); in thread__resolve_callchain_sample() local
2930 !env ? 0 : env->max_branches); in thread__resolve_callchain_sample()
3297 return machine && !strcmp(perf_env__raw_arch(machine->env), arch); in machine__is()
3302 return machine && !strcmp(perf_env__arch(machine->env), arch); in machine__normalized_is()
3307 return machine ? perf_env__nr_cpus_avail(machine->env) : 0; in machine__nr_cpus_avail()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c68 (env.verbosity < VERBOSE_VERY) ? " 2>/dev/null" : "verbose"); in configure_stack()
/third_party/googletest/googletest/test/
H A Dgoogletest-failfast-unittest.py1 #!/usr/bin/env python
81 """Sets the env variable to 'value'; unsets it when 'value' is None."""
107 txt_out = gtest_test_utils.Subprocess([COMMAND] + args, env=environ).output
114 """Tests the env variable or the command line flag for fail_fast."""
132 """Tests the behavior of specifying fail_fast via Googletest env var."""
164 """Tests precedence of flag over env var."""
175 """Tests that the Googletest native env var over Bazel testbridge."""
H A Dgoogletest-shuffle-test.py1 #!/usr/bin/env python
82 return gtest_test_utils.Subprocess([COMMAND] + args, env=environ_copy).output
/third_party/node/lib/internal/modules/esm/
H A Dloader.js307 if (process.env.WATCH_REPORT_DEPENDENCIES && process.send) {
/third_party/node/lib/
H A Dreadline.js117 if (process.env.TERM === 'dumb') {
/third_party/node/src/crypto/
H A Dcrypto_tls.h137 TLSWrap(Environment* env,
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dhelp.js292 // but show true/false for boolean option as may be for hand-rolled env or config processing.
304 extraInfo.push(`env: ${option.envVar}`);
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c122 GL_API void GL_APIENTRY glGetTexEnvxv (GLenum env, GLenum pname, GLfixed *params);
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Daudit-report.js390 const { NODE_ENV: node_env } = process.env
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dpolyfills.js6 var platform = process.env.GRACEFUL_FS_PLATFORM || process.platform
/third_party/node/deps/uvwasi/include/
H A Duvwasi.h47 char** env; member
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py1 #! /usr/bin/env python3
23 Prepare your env:
119 env=GN_ENV, shell=(True if sys.platform == 'win32' else False))
/third_party/skia/tools/skqp/
H A Dcreate_apk.py1 #! /usr/bin/env python
170 env=env_copy, cwd='platform_tools/android')
/third_party/skia/infra/bots/recipes/
H A Dperf_skottiewasm_lottieweb.py17 'env',
147 with api.context(cwd=perf_app_dir, env={'DISPLAY': ':0'}):
/third_party/python/Lib/test/
H A Dtest_builtin.py2021 self.env = self.resources.enter_context(EnvironmentVarGuard())
2022 del self.env['PYTHONBREAKPOINT']
2063 self.env['PYTHONBREAKPOINT'] = 'int'
2070 self.env['PYTHONBREAKPOINT'] = 'sys.exit'
2077 self.env['PYTHONBREAKPOINT'] = '0'
2084 self.env['PYTHONBREAKPOINT'] = ''
2098 self.env['PYTHONBREAKPOINT'] = envar
2109 self.env['PYTHONBREAKPOINT'] = 'sys.exit'
/third_party/rust/crates/nix/src/
H A Dunistd.rs828 /// of `::std::ffi::CString`s for `args` and `env` (for `execve`). Each element
830 /// `env` list should be a string in the form "key=value".
832 pub fn execve<SA: AsRef<CStr>, SE: AsRef<CStr>>(path: &CStr, args: &[SA], env: &[SE]) -> Result<Infallible> { in execve()
834 let env_p = to_exec_array(env); in execve()
873 pub fn execvpe<SA: AsRef<CStr>, SE: AsRef<CStr>>(filename: &CStr, args: &[SA], env: &[SE]) -> Result<Infallible> { in execvpe()
875 let env_p = to_exec_array(env); in execvpe()
899 pub fn fexecve<SA: AsRef<CStr> ,SE: AsRef<CStr>>(fd: RawFd, args: &[SA], env: &[SE]) -> Result<Infallible> { in fexecve()
901 let env_p = to_exec_array(env); in fexecve()
923 env: &[SE], flags: super::fcntl::AtFlags) -> Result<Infallible> { in execveat()
925 let env_p = to_exec_array(env); in execveat()
[all...]
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dap_bus.c564 * @env: Pointer to kobj_uevent_env
569 static int ap_uevent(struct device *dev, struct kobj_uevent_env *env) in ap_uevent() argument
578 retval = add_uevent_var(env, "DEV_TYPE=%04X", ap_dev->device_type); in ap_uevent()
583 retval = add_uevent_var(env, "MODALIAS=ap:t%02X", ap_dev->device_type); in ap_uevent()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddriver.c905 static int usb_uevent(struct device *dev, struct kobj_uevent_env *env) in usb_uevent() argument
930 if (add_uevent_var(env, "PRODUCT=%x/%x/%x", in usb_uevent()
937 if (add_uevent_var(env, "TYPE=%d/%d/%d", in usb_uevent()

Completed in 45 milliseconds

1...<<181182183184185186187188189190>>...200