/third_party/node/test/parallel/ |
H A D | test-repl-preview.js | 13 process.env.TERM = '';
|
/third_party/node/test/sequential/ |
H A D | test-dgram-bind-shared-ports.js | 75 const isSecondWorker = process.env.WORKER2_NAME === WORKER2_NAME;
|
/third_party/node/test/common/ |
H A D | child_process.js | 18 .execFileSync(`${process.env.SystemRoot}\\System32\\wbem\\WMIC.exe`, [
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
H A D | option.js | 110 * undefined, or the source of the current value is 'default' or 'config' or 'env'. 116 env(name) {
|
/third_party/node/benchmark/fixtures/ |
H A D | coverage-many-branches.js | 74 for (let i = 0; i < parseInt(process.env.N); i++) {
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | browser.js | 1 /* 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 D | node-gyp.js | 1 #!/usr/bin/env node 7 const envPaths = require('env-paths')
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.h | 59 OptimizedCompilationInfo* info, wasm::CompilationEnv* env,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/ |
H A D | lib.rs | 71 let mut predicate_script_path = PathBuf::from(env!("CARGO_MANIFEST_DIR")); in run_predicate_script()
|
/third_party/rust/crates/bindgen/bindgen-integration/ |
H A D | build.rs | 9 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 D | build.js | 1 #!/usr/bin/env node
|
/third_party/protobuf/conformance/ |
H A D | conformance_nodejs.js | 1 #!/usr/bin/env node
|
/third_party/vk-gl-cts/external/amber/src/kokoro/scripts/windows/ |
H A D | build.bat | 31 :: set up msvc build env
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
H A D | GPUCommandEncoder.h | 69 Napi::Env env,
|
/third_party/skia/tools/skqp/ |
H A D | make_apk_list.py | 1 #! /usr/bin/env python 100 commits = check_output(git_cmd, env=env_copy)
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_pathfix.py | 38 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 D | shell.rs | 133 if let Some(env_shell) = std::env::var_os("SHELL") { in from_env()
|
/third_party/rust/crates/libc/ci/ios/ |
H A D | deploy_and_run_on_ios_simulator.rs | 9 use std::env; 152 let args: Vec<String> = env::args().collect(); in main()
|
/third_party/skia/infra/bots/recipe_modules/run/ |
H A D | api.py | 73 with self.m.env(self.m.vars.default_env):
|
/third_party/selinux/libsepol/tests/ |
H A D | Makefile | 1 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 D | native_engine.cpp | 121 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 D | pixelmap_native_ndk_test.cpp | 266 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 D | tlssocket_exec.cpp | 672 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 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()
|