Home
last modified time | relevance | path

Searched refs:m_term (Results 1 – 25 of 138) sorted by relevance

123456

/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmo4_sym/
H A Dosmo4_view.cpp87 m_term = NULL; in COsmo4AppView()
128 if (m_term) { in Shutdown()
129 GF_Terminal *t = m_term; in Shutdown()
130 m_term = NULL; in Shutdown()
173 if (m_term) gf_term_process_step(m_term); in OnTick()
369 if (!m_term) { in ConstructL()
403 if (!m_term) { in Draw()
426 if (m_term) { in ShowHide()
432 if (m_term) gf_term_set_option(m_term, GF_OPT_VISIBLE, 0); in ShowHide()
447 if (m_term) { in SizeChanged()
[all …]
H A Dosmo4_ui.cpp261 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION_TYPE, 0); in HandleCommandL()
264 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION, GF_NAVIGATE_NONE); in HandleCommandL()
273 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION, GF_NAVIGATE_WALK); in HandleCommandL()
276 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION, GF_NAVIGATE_FLY); in HandleCommandL()
279 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION, GF_NAVIGATE_EXAMINE); in HandleCommandL()
282 …gf_term_set_option(iAppView->m_term, GF_OPT_HEADLIGHT, !gf_term_get_option(iAppView->m_term, GF_OP… in HandleCommandL()
285 gf_term_set_option(iAppView->m_term, GF_OPT_COLLISION, GF_COLLISION_NONE); in HandleCommandL()
288 gf_term_set_option(iAppView->m_term, GF_OPT_COLLISION, GF_COLLISION_NORMAL); in HandleCommandL()
294 …gf_term_set_option(iAppView->m_term, GF_OPT_GRAVITY, !gf_term_get_option(iAppView->m_term, GF_OPT_… in HandleCommandL()
316 gf_term_set_option(iAppView->m_term, GF_OPT_USE_OPENGL, !use_gl); in HandleCommandL()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmo4_sym/
H A Dosmo4_view.cpp87 m_term = NULL; in COsmo4AppView()
128 if (m_term) { in Shutdown()
129 GF_Terminal *t = m_term; in Shutdown()
130 m_term = NULL; in Shutdown()
173 if (m_term) gf_term_process_step(m_term); in OnTick()
369 if (!m_term) { in ConstructL()
403 if (!m_term) { in Draw()
426 if (m_term) { in ShowHide()
432 if (m_term) gf_term_set_option(m_term, GF_OPT_VISIBLE, 0); in ShowHide()
447 if (m_term) { in SizeChanged()
[all …]
H A Dosmo4_ui.cpp261 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION_TYPE, 0); in HandleCommandL()
264 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION, GF_NAVIGATE_NONE); in HandleCommandL()
273 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION, GF_NAVIGATE_WALK); in HandleCommandL()
276 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION, GF_NAVIGATE_FLY); in HandleCommandL()
279 gf_term_set_option(iAppView->m_term, GF_OPT_NAVIGATION, GF_NAVIGATE_EXAMINE); in HandleCommandL()
282 …gf_term_set_option(iAppView->m_term, GF_OPT_HEADLIGHT, !gf_term_get_option(iAppView->m_term, GF_OP… in HandleCommandL()
285 gf_term_set_option(iAppView->m_term, GF_OPT_COLLISION, GF_COLLISION_NONE); in HandleCommandL()
288 gf_term_set_option(iAppView->m_term, GF_OPT_COLLISION, GF_COLLISION_NORMAL); in HandleCommandL()
294 …gf_term_set_option(iAppView->m_term, GF_OPT_GRAVITY, !gf_term_get_option(iAppView->m_term, GF_OPT_… in HandleCommandL()
316 gf_term_set_option(iAppView->m_term, GF_OPT_USE_OPENGL, !use_gl); in HandleCommandL()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/GPAX/
H A DGPAXPlugin.cpp71 if (!m_term) return GF_FALSE; in EventProc()
309 if (m_term) return 0; in OnCreate()
357 if (!m_term) goto err_exit; in OnCreate()
384 if (m_term) { in UnloadTerm()
386 m_term = NULL; in UnloadTerm()
528 if (m_term) { in Play()
550 if(m_term) { in Pause()
562 if(m_term) gf_term_disconnect(m_term); //set it stop in Stop()
568 if (m_term) gf_term_switch_quality(m_term, switch_up ? GF_TRUE : GF_FALSE); in QualitySwitch()
574 if (m_term) { in SetURL()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/GPAX/
H A DGPAXPlugin.cpp71 if (!m_term) return GF_FALSE; in EventProc()
309 if (m_term) return 0; in OnCreate()
357 if (!m_term) goto err_exit; in OnCreate()
384 if (m_term) { in UnloadTerm()
386 m_term = NULL; in UnloadTerm()
528 if (m_term) { in Play()
550 if(m_term) { in Pause()
562 if(m_term) gf_term_disconnect(m_term); //set it stop in Stop()
568 if (m_term) gf_term_switch_quality(m_term, switch_up ? GF_TRUE : GF_FALSE); in QualitySwitch()
574 if (m_term) { in SetURL()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wx/
H A DwxOsmo4.cpp337 …gf_term_set_option(app->m_term, GF_OPT_FULLSCREEN, !gf_term_get_option(app->m_term, GF_OPT_FULLSCR… in GPAC_EventProc()
533 m_term = NULL; in LoadTerminal()
608 m_term = gf_term_new(&m_user); in LoadTerminal()
609 if (!m_term) { in LoadTerminal()
629 m_term = NULL; in wxOsmo4Frame()
871 gf_term_connect(m_term, sOpt); in wxOsmo4Frame()
1053 if (m_term) gf_term_set_size(m_term, s.x, s.y); in BEGIN_EVENT_TABLE()
1064 if (m_term) gf_term_del(m_term); in OnCloseApp()
1065 m_term = NULL; in OnCloseApp()
1180 gf_term_disconnect(m_term); in OnFileReload()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wx/
H A DwxOsmo4.cpp337 …gf_term_set_option(app->m_term, GF_OPT_FULLSCREEN, !gf_term_get_option(app->m_term, GF_OPT_FULLSCR… in GPAC_EventProc()
533 m_term = NULL; in LoadTerminal()
608 m_term = gf_term_new(&m_user); in LoadTerminal()
609 if (!m_term) { in LoadTerminal()
629 m_term = NULL; in wxOsmo4Frame()
871 gf_term_connect(m_term, sOpt); in wxOsmo4Frame()
1053 if (m_term) gf_term_set_size(m_term, s.x, s.y); in BEGIN_EVENT_TABLE()
1064 if (m_term) gf_term_del(m_term); in OnCloseApp()
1065 m_term = NULL; in OnCloseApp()
1180 gf_term_disconnect(m_term); in OnFileReload()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/jni/
H A Dwrapper.cpp245 m_term = NULL; in CNativeWrapper()
280 if (m_term) in Shutdown()
286 if (m_term) { in Shutdown()
301 m_term = NULL; in Shutdown()
841 if (m_term) in connect()
908 if (!m_term) in resize()
917 if (!m_term) in onMouseDown()
935 if (!m_term) in onMouseUp()
953 if (!m_term) in onMouseMove()
965 if (!m_term) in onKeyPress()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/osmo4_android_studio/app/src/main/jni/
H A Dwrapper.cpp245 m_term = NULL; in CNativeWrapper()
280 if (m_term) in Shutdown()
286 if (m_term) { in Shutdown()
301 m_term = NULL; in Shutdown()
841 if (m_term) in connect()
908 if (!m_term) in resize()
917 if (!m_term) in onMouseDown()
935 if (!m_term) in onMouseUp()
953 if (!m_term) in onMouseMove()
965 if (!m_term) in onKeyPress()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmo4_w32/
H A DMainFrm.cpp214 u32 ms = gf_term_get_time_in_ms(app->m_term); in RTInfoTimer()
426 gf_term_set_size(GetApp()->m_term, cx, cy); in OnSize()
511 now = gf_term_get_time_in_ms(app->m_term); in ProgressTimer()
831 gf_term_disconnect(gpac->m_term); in OnNavigate()
1069 gf_term_set_viewpoint(app->m_term, ID+1, NULL); in OnCommand()
1095 gf_term_select_object(app->m_term, odm); in OnCommand()
1149 gf_term_get_object_info(app->m_term, odm, &info); in OnInitMenuPopup()
1165 Double now = gf_term_get_time_in_ms(app->m_term); in OnInitMenuPopup()
1248 gf_term_set_option(app->m_term, GF_OPT_GRAVITY, val); in OnGravity()
1551 && app->m_term in OnUpdateFileCopy()
[all …]
H A DOsmo4.cpp217 if (gpac->m_term && !pFrame->m_bFullScreen) in Osmo4_EventProc()
261 gf_term_process_shortcut(gpac->m_term, evt); in Osmo4_EventProc()
280 gf_term_switch_quality(gpac->m_term, GF_TRUE); in Osmo4_EventProc()
284 gf_term_switch_quality(gpac->m_term, GF_FALSE); in Osmo4_EventProc()
369 m_term = NULL; in InitInstance()
513 m_term = gf_term_new(&m_user); in InitInstance()
514 if (! m_term) { in InitInstance()
572 if (m_term) gf_term_del(m_term); in ExitInstance()
845 gf_term_play_from_time(m_term, time, do_pause); in PlayFromTime()
852 gf_term_disconnect(m_term); in OnFileReload()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmo4_w32/
H A DMainFrm.cpp214 u32 ms = gf_term_get_time_in_ms(app->m_term); in RTInfoTimer()
426 gf_term_set_size(GetApp()->m_term, cx, cy); in OnSize()
511 now = gf_term_get_time_in_ms(app->m_term); in ProgressTimer()
831 gf_term_disconnect(gpac->m_term); in OnNavigate()
1069 gf_term_set_viewpoint(app->m_term, ID+1, NULL); in OnCommand()
1095 gf_term_select_object(app->m_term, odm); in OnCommand()
1149 gf_term_get_object_info(app->m_term, odm, &info); in OnInitMenuPopup()
1165 Double now = gf_term_get_time_in_ms(app->m_term); in OnInitMenuPopup()
1248 gf_term_set_option(app->m_term, GF_OPT_GRAVITY, val); in OnGravity()
1551 && app->m_term in OnUpdateFileCopy()
[all …]
H A DOsmo4.cpp217 if (gpac->m_term && !pFrame->m_bFullScreen) in Osmo4_EventProc()
261 gf_term_process_shortcut(gpac->m_term, evt); in Osmo4_EventProc()
280 gf_term_switch_quality(gpac->m_term, GF_TRUE); in Osmo4_EventProc()
284 gf_term_switch_quality(gpac->m_term, GF_FALSE); in Osmo4_EventProc()
369 m_term = NULL; in InitInstance()
513 m_term = gf_term_new(&m_user); in InitInstance()
514 if (! m_term) { in InitInstance()
572 if (m_term) gf_term_del(m_term); in ExitInstance()
845 gf_term_play_from_time(m_term, time, do_pause); in PlayFromTime()
852 gf_term_disconnect(m_term); in OnFileReload()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Host/posix/
H A DTerminalTest.cpp25 Terminal m_term; member in TerminalTest
34 m_term.SetFileDescriptor(m_fd); in SetUp()
39 EXPECT_EQ(m_term.IsATerminal(), true); in TEST_F()
54 ASSERT_EQ(m_term.SetEcho(true), true); in TEST_F()
58 ASSERT_EQ(m_term.SetEcho(false), true); in TEST_F()
66 ASSERT_EQ(m_term.SetCanonical(true), true); in TEST_F()
70 ASSERT_EQ(m_term.SetCanonical(false), true); in TEST_F()
81 TerminalState term_state{m_term}; in TEST_F()
105 term_state.Save(m_term, false); in TEST_F()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/widgets/
H A Dkonsolewidget.cpp124 TerminalInterface *m_term = qobject_cast<TerminalInterface*>(m_part); in setDirectory() local
125 if(!m_term || m_term->foregroundProcessId() >= 0) { // check if a foreground process is running in setDirectory()
131 if(m_term && !directory.isEmpty() && directory != m_currentDir) { in setDirectory()
132 m_term->sendInput(QChar(0x05)); // clear the shell command prompt by sending Ctrl+E and in setDirectory()
133 m_term->sendInput(QChar(0x15)); // Ctrl+U (#301653) in setDirectory()
134 m_term->sendInput("cd " + KShell::quoteArg(directory) + '\n'); in setDirectory()
135 m_term->sendInput("clear\n"); in setDirectory()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wce/
H A DMainFrm.cpp286 now = gf_term_get_time_in_ms(app->m_term); in UpdateTime()
290 if (gf_term_get_option(app->m_term, GF_OPT_IS_FINISHED)) { in UpdateTime()
292 gf_term_play_from_time(app->m_term, 0, 0); in UpdateTime()
309 gf_term_disconnect(app->m_term); in CloseURL()
353 gf_term_set_size(app->m_term, disp_w, disp_h); in OnSize()
367 gf_term_set_size(app->m_term, c_w, c_h); in OnSize()
401 gf_term_set_option(app->m_term, GF_OPT_REFRESH, 0); in OnViewFullscreen()
432 gf_term_connect(app->m_term, filename); in Open()
489 gf_term_connect(app->m_term, filename); in OnFilePause()
512 gf_term_disconnect(app->m_term); in OnFileStop()
[all …]
H A DOsmo4.cpp117 gf_term_play_from_time(app->m_term, res, 0); in BEGIN_MESSAGE_MAP()
124 gf_term_play_from_time(app->m_term, res, 0); in BEGIN_MESSAGE_MAP()
131 gf_term_set_option(app->m_term, GF_OPT_REFRESH, 0); in BEGIN_MESSAGE_MAP()
275 m_term = gf_term_new(&m_user); in InitInstance()
276 if (! m_term) { in InitInstance()
297 if (str) gf_term_connect(m_term, str); in InitInstance()
386 gf_term_del(m_term); in ExitInstance()
415 gf_term_set_option(m_term, GF_OPT_PLAY_STATE, GF_STATE_PAUSED); in Pause()
442 gf_term_set_option(m_term, GF_OPT_FREEZE_DISPLAY, 1); in ShowTaskBar()
453 gf_term_set_option(m_term, GF_OPT_FREEZE_DISPLAY, 0); in ShowTaskBar()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wce/
H A DMainFrm.cpp286 now = gf_term_get_time_in_ms(app->m_term); in UpdateTime()
290 if (gf_term_get_option(app->m_term, GF_OPT_IS_FINISHED)) { in UpdateTime()
292 gf_term_play_from_time(app->m_term, 0, 0); in UpdateTime()
309 gf_term_disconnect(app->m_term); in CloseURL()
353 gf_term_set_size(app->m_term, disp_w, disp_h); in OnSize()
367 gf_term_set_size(app->m_term, c_w, c_h); in OnSize()
401 gf_term_set_option(app->m_term, GF_OPT_REFRESH, 0); in OnViewFullscreen()
432 gf_term_connect(app->m_term, filename); in Open()
489 gf_term_connect(app->m_term, filename); in OnFilePause()
512 gf_term_disconnect(app->m_term); in OnFileStop()
[all …]
H A DOsmo4.cpp117 gf_term_play_from_time(app->m_term, res, 0); in BEGIN_MESSAGE_MAP()
124 gf_term_play_from_time(app->m_term, res, 0); in BEGIN_MESSAGE_MAP()
131 gf_term_set_option(app->m_term, GF_OPT_REFRESH, 0); in BEGIN_MESSAGE_MAP()
275 m_term = gf_term_new(&m_user); in InitInstance()
276 if (! m_term) { in InitInstance()
297 if (str) gf_term_connect(m_term, str); in InitInstance()
386 gf_term_del(m_term); in ExitInstance()
415 gf_term_set_option(m_term, GF_OPT_PLAY_STATE, GF_STATE_PAUSED); in Pause()
442 gf_term_set_option(m_term, GF_OPT_FREEZE_DISPLAY, 1); in ShowTaskBar()
453 gf_term_set_option(m_term, GF_OPT_FREEZE_DISPLAY, 0); in ShowTaskBar()
[all …]
/dports/sysutils/kf5-baloo/baloo-5.89.0/src/engine/
H A Denginequery.h35 return m_term; in term()
47 return !m_term.isEmpty(); in leaf()
51 return m_subQueries.isEmpty() && m_term.isEmpty(); in empty()
59 return m_term == q.m_term && m_op == q.m_op && m_subQueries == q.m_subQueries;
62 QByteArray m_term;
/dports/x11/qterminal/qterminal-1.0.0/src/
H A Dtermwidget.cpp215 m_term = new TermWidgetImpl(cfg, this); in TermWidget()
216 setFocusProxy(m_term); in TermWidget()
221 m_layout->addWidget(m_term); in TermWidget()
222 const auto objs = m_term->children(); in TermWidget()
226 connect(m_term, &QTermWidget::finished, this, &TermWidget::finished); in TermWidget()
227 connect(m_term, &QTermWidget::termGetFocus, this, &TermWidget::term_termGetFocus); in TermWidget()
228 connect(m_term, &QTermWidget::termLostFocus, this, &TermWidget::term_termLostFocus); in TermWidget()
229 …connect(m_term, &QTermWidget::titleChanged, this, [this] { emit termTitleChanged(m_term->title(), in TermWidget()
239 m_term->propertiesChanged(); in propertiesChanged()
/dports/sysutils/khelpcenter/khelpcenter-21.12.3/
H A Dglossary.h27 m_term( term ), in GlossaryEntryXRef()
32 QString term() const { return m_term; } in term()
36 QString m_term;
48 m_term( term ), in GlossaryEntry()
54 QString term() const { return m_term; } in term()
60 QString m_term; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/QtUtils/
H A DSignalDaemon.cpp23 m_term = new QSocketNotifier(s_sigterm_fd[1], QSocketNotifier::Read, this); in SignalDaemon()
24 connect(m_term, &QSocketNotifier::activated, this, &SignalDaemon::OnNotifierActivated); in SignalDaemon()
35 m_term->setEnabled(false); in OnNotifierActivated()
42 m_term->setEnabled(true); in OnNotifierActivated()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/source/model/
H A DPriceScheduleSpecification.cpp28 m_term(0), in PriceScheduleSpecification()
38 m_term(0), in PriceScheduleSpecification()
65m_term = StringUtils::ConvertToInt64(StringUtils::Trim(Aws::Utils::Xml::DecodeEscapedXmlText(termN… in operator =()
87 oStream << location << index << locationValue << ".Term=" << m_term << "&"; in OutputToStream()
104 oStream << location << ".Term=" << m_term << "&"; in OutputToStream()

123456