Home
last modified time | relevance | path

Searched refs:s_app (Results 1 – 25 of 82) sorted by relevance

1234

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/ampache/
H A Dampache.cc51 static SmartPtr<ampache_browser::ApplicationQt> s_app; variable
55 if (s_app) // ignore callbacks after cleanup() in vfsAsyncCb()
98 s_app.capture(new ampache_browser::ApplicationQt); in get_qt_widget()
100 s_app->setNetworkRequestFunction([](const std::string& url, NetworkCb& networkCb) { in get_qt_widget()
104 auto& browser = s_app->getAmpacheBrowser(); in get_qt_widget()
118 initSettings(s_app->getSettings()); in get_qt_widget()
120 s_app->run(); in get_qt_widget()
121 auto widget = s_app->getMainWidget(); in get_qt_widget()
124 s_app.clear(); in get_qt_widget()
/dports/x11/fbdesk/fbdesk-1.4.1/src/FbTk/
H A DApp.cc37 App *App::s_app = 0; member in FbTk::App
40 if (s_app == 0) in instance()
42 return s_app; in instance()
46 if (s_app != 0) in App()
48 s_app = this; in App()
70 s_app = 0; in ~App()
/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/
H A DOpenGLExampleBrowser.cpp96 static CommonGraphicsApp* s_app = 0; variable
372 s_app->setUpAxis(upAxis); in OpenGLExampleBrowserVisualizerFlagCallback()
816 s_app->m_2dCanvasInterface = 0; in ~OpenGLExampleBrowser()
829 s_app = 0; in ~OpenGLExampleBrowser()
918 s_app = simpleApp; in init()
921 m_internalData->m_app = s_app; in init()
937 s_window = s_app->m_window; in init()
1188 dg.upAxis = s_app->getUpAxis(); in update()
1204 s_app->drawText(bla, 10, 10); in update()
1248 s_app->drawGrid(dg); in update()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/ExampleBrowser/
H A DOpenGLExampleBrowser.cpp96 static CommonGraphicsApp* s_app = 0; variable
372 s_app->setUpAxis(upAxis); in OpenGLExampleBrowserVisualizerFlagCallback()
816 s_app->m_2dCanvasInterface = 0; in ~OpenGLExampleBrowser()
829 s_app = 0; in ~OpenGLExampleBrowser()
918 s_app = simpleApp; in init()
921 m_internalData->m_app = s_app; in init()
937 s_window = s_app->m_window; in init()
1188 dg.upAxis = s_app->getUpAxis(); in update()
1204 s_app->drawText(bla, 10, 10); in update()
1248 s_app->drawGrid(dg); in update()
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DApp.cc36 App *App::s_app = 0; member in FbTk::App
39 if (s_app == 0) in instance()
41 return s_app; in instance()
45 if (s_app != 0) in App()
47 s_app = this; in App()
72 s_app = 0; in ~App()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_triton/
H A Dosgearth_triton.cpp230 App s_app; variable
244 if (s_app.tritonLayer) in onValueChanged()
245 s_app.removeTriton(); in onValueChanged()
247 s_app.addTriton(); in onValueChanged()
258 grid->setControl(1, r, new HSliderControl(0, 3, 0, new Set<double>(s_app.settings.chop))); in createUI()
264 grid->setControl(1, r, new HSliderControl(0, 1.0, 1.0, new Set<float>(s_app.settings.alpha))); in createUI()
322 s_app.map = MapNode::get( node )->getMap(); in main()
324 s_app.addTriton(); in main()
325 s_app.addBuoyancyTest(model); in main()
332 vp.focalPoint() = s_app.anchor; in main()
[all …]
/dports/editors/hnb/hnb-1.9.18/src/libcli/
H A Dcli_tokenize.c50 s_app, enumerator
108 a(s_quo, s_app, NULL, '\'','\'', a_eat, 0); in init_state_table()
153 a(s_app, s_quo, NULL, '\'','\'', a_eat, 0); in init_state_table()
154 a(s_app, s_aescape, NULL, '\\','\\', a_eat, 0); in init_state_table()
155 a(s_app, s_quo, NULL, '\0','\0', a_nil, 0); in init_state_table()
156 a(s_app, s_app, NULL, 0,255, a_eat+a_store, 0); in init_state_table()
159 a(s_aescape, s_app, NULL, 'n','n', a_eat+a_store, '\n'); in init_state_table()
160 a(s_aescape, s_app, NULL, 'r','r', a_eat+a_store, '\r'); in init_state_table()
161 a(s_aescape, s_app, NULL, 't','t', a_eat+a_store, '\t'); in init_state_table()
162 a(s_aescape, s_app, NULL, 0,255, a_eat+a_store, 0); in init_state_table()
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DAppInterface.cpp28 IApp* IApp::s_app = nullptr; member in IApp
31 if (s_app) in IApp()
34 s_app = this; in IApp()
38 { s_app = nullptr; } in ~IApp()
41 { return s_app; } in GetApp()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/base/
H A Dapplication.cpp145 if (Application::s_app == 0) { in Instance()
146 Application::s_app = new Application(); in Instance()
148 return s_app; in Instance()
163 if (Application::s_app != 0) { in ApplicationDestroy()
164 delete Application::s_app; in ApplicationDestroy()
165 Application::s_app = 0; in ApplicationDestroy()
480 Application* Application::s_app = 0; member in Cantera::Application
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
H A Dappsrc-stream2.c72 App s_app; variable
157 App *app = &s_app; in main()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
H A Dappsrc-stream2.c72 App s_app; variable
157 App *app = &s_app; in main()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/examples/app/
H A Dappsrc_ex.c46 App s_app; variable
51 App *app = &s_app; in main()
H A Dappsrc-stream2.c72 App s_app; variable
157 App *app = &s_app; in main()
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dioxml.c50 double s_hh,s_mm,s_ss,s_app; in f_det_time() local
86 s_app=strtod(p_temp1,NULL); in f_det_time()
90 s_app*=60; in f_det_time()
92 s_app*=60; in f_det_time()
94 s_limit.s_time=(long)s_app; in f_det_time()
99 s_limit.s_frame=(long)s_app; in f_det_time()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/icles/
H A Dplaybin-text.c41 static App s_app; variable
124 App *app = &s_app; in main()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/icles/
H A Dplaybin-text.c41 static App s_app; variable
124 App *app = &s_app; in main()

1234