Home
last modified time | relevance | path

Searched refs:env (Results 4951 - 4975 of 5299) sorted by relevance

1...<<191192193194195196197198199200>>...212

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp1098 napi_env env = reinterpret_cast<napi_env>(nativeEngine); in ParseOnDrawFunc()
1099 ScopeRAII scope(env); in ParseOnDrawFunc()
1100 auto jsCanvas = OHOS::Rosen::Drawing::JsCanvas::CreateJsCanvas(env, &context.canvas); in ParseOnDrawFunc()
1102 napi_unwrap(env, jsCanvas, reinterpret_cast<void**>(&unwrapCanvas)); in ParseOnDrawFunc()
1115 napi_wrap(env, nativeValue, &context.canvas, [](napi_env, void*, void*) {}, nullptr, nullptr); in ParseOnDrawFunc()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp476 static void CompleteCallback(napi_env env, NapiCallback::Base *jsCb) in CompleteCallback() argument
483 napi_status ret = napi_send_event(env, [jsCb] () { in CompleteCallback()
495 napi_get_uv_event_loop(env, &loop); in CompleteCallback()
665 AVPlayerCallback::AVPlayerCallback(napi_env env, AVPlayerNotify *listener) in AVPlayerCallback() argument
666 : env_(env), listener_(listener) in AVPlayerCallback()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1850 bool JsInputMonitor::IsLocaledWithinRect(napi_env env, napi_value napiPointer, in IsLocaledWithinRect() argument
1854 CHKRF(napi_get_named_property(env, napiPointer, "screenX", &xProperty), GET_NAMED_PROPERTY); in IsLocaledWithinRect()
1857 CHKRF(napi_get_value_int32(env, xProperty, &xInt), GET_VALUE_INT32); in IsLocaledWithinRect()
1860 CHKRF(napi_get_named_property(env, napiPointer, "screenY", &yProperty), GET_NAMED_PROPERTY); in IsLocaledWithinRect()
1863 CHKRF(napi_get_value_int32(env, yProperty, &yInt), GET_VALUE_INT32); in IsLocaledWithinRect()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.c2339 static int vmlinux_path__init(struct perf_env *env) in vmlinux_path__init() argument
2359 if (env) { in vmlinux_path__init()
2360 kernel_version = env->os_release; in vmlinux_path__init()
2451 int symbol__init(struct perf_env *env) in symbol__init() argument
2466 if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0) in symbol__init()
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/
H A Dbuiltin-report.c444 callchain_param_setup(sample_type, perf_env__arch(&rep->session->header.env)); in report__setup_sample_type()
544 &rep->session->header.env, in evlist__tui_block_hists_browse()
673 &session->header.env, true, &rep->annotation_opts); in report__browse_hists()
1182 callchain_param_setup(sample_type, perf_env__arch((*pevlist)->env)); in process_attr()
1683 if (symbol__init(&session->header.env) < 0) in cmd_report()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c2510 static int vmlinux_path__init(struct perf_env *env) in vmlinux_path__init() argument
2530 if (env) { in vmlinux_path__init()
2531 kernel_version = env->os_release; in vmlinux_path__init()
2665 int symbol__init(struct perf_env *env) in symbol__init() argument
2676 if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0) in symbol__init()
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);
/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h107 bool IsLocaledWithinRect(napi_env env, napi_value napiPointer, uint32_t rectTotal, std::vector<Rect> hotRectArea);
/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h58 WMError NapiSetUIContent(const std::string& contentInfo, napi_env env, napi_value storage,
/kernel/linux/linux-5.10/arch/mips/boot/
H A DMakefile162 env PATH="$(objtree)/scripts/dtc:$(PATH)" \
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A DMakefile211 env PATH="$(objtree)/scripts/dtc:$(PATH)" \
/kernel/linux/linux-6.6/arch/mips/boot/
H A DMakefile162 env PATH="$(objtree)/scripts/dtc:$(PATH)" \
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c68 (env.verbosity < VERBOSE_VERY) ? " 2>/dev/null" : "verbose"); in configure_stack()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-mem.c253 ret = symbol__init(&session->header.env); in report_raw_events()
/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,

Completed in 29 milliseconds

1...<<191192193194195196197198199200>>...212