Home
last modified time | relevance | path

Searched refs:env (Results 4676 - 4700 of 5289) sorted by relevance

1...<<181182183184185186187188189190>>...212

/third_party/node/test/parallel/
H A Dtest-repl-preview.js13 process.env.TERM = '';
/third_party/node/test/sequential/
H A Dtest-dgram-bind-shared-ports.js75 const isSecondWorker = process.env.WORKER2_NAME === WORKER2_NAME;
/third_party/node/test/common/
H A Dchild_process.js18 .execFileSync(`${process.env.SystemRoot}\\System32\\wbem\\WMIC.exe`, [
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Doption.js110 * undefined, or the source of the current value is 'default' or 'config' or 'env'.
116 env(name) {
/third_party/node/benchmark/fixtures/
H A Dcoverage-many-branches.js74 for (let i = 0; i < parseInt(process.env.N); i++) {
/third_party/node/deps/npm/node_modules/debug/src/
H A Dbrowser.js1 /* eslint-env browser */
226 if (!r && typeof process !== 'undefined' && 'env' in process) {
227 r = process.env.DEBUG;
/third_party/node/deps/npm/node_modules/node-gyp/bin/
H A Dnode-gyp.js1 #!/usr/bin/env node
7 const envPaths = require('env-paths')
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.h59 OptimizedCompilationInfo* info, wasm::CompilationEnv* env,
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dlib.rs71 let mut predicate_script_path = PathBuf::from(env!("CARGO_MANIFEST_DIR")); in run_predicate_script()
/third_party/rust/crates/bindgen/bindgen-integration/
H A Dbuild.rs9 use std::env;
161 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()); in setup_macro_test()
164 .strip_prefix(std::env::current_dir().unwrap().parent().unwrap()) in setup_macro_test()
211 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()); in setup_wrap_static_fns_test()
/third_party/rust/crates/cxx/book/
H A Dbuild.js1 #!/usr/bin/env node
/third_party/protobuf/conformance/
H A Dconformance_nodejs.js1 #!/usr/bin/env node
/third_party/vk-gl-cts/external/amber/src/kokoro/scripts/windows/
H A Dbuild.bat31 :: set up msvc build env
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUCommandEncoder.h69 Napi::Env env,
/third_party/skia/tools/skqp/
H A Dmake_apk_list.py1 #! /usr/bin/env python
100 commits = check_output(git_cmd, env=env_copy)
/third_party/python/Lib/test/test_tools/
H A Dtest_pathfix.py38 env={**os.environ, 'PYTHONIOENCODING': encoding},
66 '#! /usr/bin/env python',
75 '#! /usr/bin/env python',
80 '#! /usr/bin/env python -R',
87 '#! /usr/bin/env python -R',
92 '#! /usr/bin/env python',
99 '#! /usr/bin/env python',
104 '#! /usr/bin/env python -S',
109 '#! /usr/bin/env python -V',
114 '#! /usr/bin/env pytho
[all...]
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dshell.rs133 if let Some(env_shell) = std::env::var_os("SHELL") { in from_env()
/third_party/rust/crates/libc/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs9 use std::env;
152 let args: Vec<String> = env::args().collect(); in main()
/third_party/skia/infra/bots/recipe_modules/run/
H A Dapi.py73 with self.m.env(self.m.vars.default_env):
/third_party/selinux/libsepol/tests/
H A DMakefile1 ENV ?= env
64 # mkdir is run in a clean environment created by env -i to avoid failing under ASan with:
/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp121 static void ThreadSafeCallback(napi_env env, napi_value jsCallback, void* context, void* data) in ThreadSafeCallback() argument
138 napi_env env = reinterpret_cast<napi_env>(this); in CreateDefaultFunction() local
140 napi_create_string_utf8(env, "call_default_threadsafe_function", NAPI_AUTO_LENGTH, &resourceName); in CreateDefaultFunction()
141 napi_create_threadsafe_function(env, nullptr, nullptr, resourceName, 0, 1, in CreateDefaultFunction()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixelmap_native_ndk_test.cpp266 napi_env env = nullptr; in HWTEST_F() local
269 Image_ErrorCode ret = OH_PixelmapNative_ConvertPixelmapNativeToNapi(env, pixelMap, &res); in HWTEST_F()
282 napi_env env = nullptr; in HWTEST_F() local
285 Image_ErrorCode ret = OH_PixelmapNative_ConvertPixelmapNativeFromNapi(env, source, &pixelMap); in HWTEST_F()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_exec.cpp672 auto env = context->GetEnv(); in GetLocalAddressCallback() local
677 NapiUtils::SetStringPropertyUtf8(env, obj, KEY_ADDRESS, shared->GetLocalAddress().GetAddress()); in GetLocalAddressCallback()
678 NapiUtils::SetUint32Property(env, obj, KEY_FAMILY, shared->GetLocalAddress().GetJsValueFamily()); in GetLocalAddressCallback()
679 NapiUtils::SetUint32Property(env, obj, KEY_PORT, shared->GetLocalAddress().GetPort()); in GetLocalAddressCallback()
/kernel/linux/linux-5.10/drivers/base/
H A Dplatform.c1104 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 Ddvbdev.c1081 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()

Completed in 17 milliseconds

1...<<181182183184185186187188189190>>...212