Home
last modified time | relevance | path

Searched refs:m_Context (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/audio/mous/mous-2.0.1/apps/ncurses/
H A DSession.cc38 m_Context(data), in Session()
41 lock_guard<mutex> locker(m_Context->mtx); in Session()
49 lock_guard<mutex> locker(m_Context->mtx); in ~Session()
50 m_Context->sigPlayNextItem.Disconnect(this); in ~Session()
51 m_Context = nullptr; in ~Session()
120 lock_guard<mutex> locker(m_Context->mtx); in NotifySupportedSuffixes()
188 m_Context->PausePlayer(); in PlayerPause()
205 m_Context->player.SeekTime(pos); in PlayerSeek()
254 m_Context->NextPlayMode(); in PlayerPlayMode()
374 m_Context->selectedPlaylist = iList; in PlaylistSwitch()
[all …]
H A DServer.cc15 m_Context(make_unique<ServerContext>()) in Server()
29 if (!m_Context->Init()) in Exec()
32 m_Context->Restore(); in Exec()
90 m_Context->Dump(); in Exec()
91 m_Context->Cleanup(); in Exec()
111 Session* session = new Session(m_Context.get()); in OpenSession()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_img_patch_param/
H A DTexturePainter.cpp37 m_Context.unbindTexture2D( 0 ); in init()
336 m_Context.unbindProgram(); in pushPullInit()
337 m_Context.unbindTexture2D( 0 ); in pushPullInit()
369 m_Context.unbindProgram(); in push()
370 m_Context.unbindTexture2D( 0 ); in push()
385 m_Context.unbindTexture2D( 0 ); in pull()
405 m_Context.unbindProgram(); in pull()
406 m_Context.unbindTexture2D( 0 ); in pull()
407 m_Context.unbindTexture2D( 1 ); in pull()
423 m_Context.unbindTexture2D( 0 ); in apply()
[all …]
H A DVisibilityCheck.cpp211 m_Context.unbindReadDrawFramebuffer(); in release()
303 m_Context.unbindTexture2D( 0 ); in setupShadowTexture()
379 m_Context.unbindReadDrawFramebuffer(); in updateShadowTexture()
472 m_Context.unbindTexture2D( 0 ); in initMeshTextures()
489 m_Context.unbindTexture2D( 0 ); in initMeshTextures()
531 m_Context.unbindReadDrawFramebuffer(); in setMesh()
577 m_Context.unbindProgram(); in checkVisibility()
578 m_Context.unbindTexture2D( 0 ); in checkVisibility()
579 m_Context.unbindTexture2D( 1 ); in checkVisibility()
580 m_Context.unbindTexture2D( 2 ); in checkVisibility()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/discrepancy/
H A Ddiscrepancy_stream.cpp60 if (m_Context->Skip()) { in ReadObject()
65 m_Context->PopNode(); in ReadObject()
85 CDiscrepancyContext* m_Context; member in CReadHook_Bioseq_set
95 if (m_Context->Skip()) { in ReadObject()
100 m_Context->PopNode(); in ReadObject()
117 CDiscrepancyContext* m_Context; member in CReadHook_Bioseq
154 CDiscrepancyContext* m_Context; member in CReadHook_Bioseq_set_class
570 m_Context->m_CurrentNode->m_Obj.Reset(m_Context->m_AF_Bioseq_set); in CopyObject()
582 m_Context->PopNode(); in CopyObject()
599 m_Context->m_CurrentNode->m_Obj.Reset(m_Context->m_AF_Bioseq); in CopyObject()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/netstorage/
H A Dnetstorage.cpp114 : m_Context(new SContext(config, default_flags)) in SDirectNetStorageImpl()
129 CRef<SContext> m_Context; member
135 if (!flags) flags = m_Context->default_flags; in Create()
137 return SNetStorageObjectImpl::Create<CObj>(m_Context, m_Context->Create(flags), flags); in Create()
160 if (!flags) flags = m_Context->default_flags; in Create()
180 : m_Context(new SContext(service_name, kEmptyStr, in SDirectNetStorageImpl()
264 CRef<SContext> m_Context; member
272 if (!flags) flags = m_Context->default_flags; in Open()
274 … return SNetStorageObjectImpl::Create<CObj>(m_Context, m_Context->Create(key, flags), flags, true); in Open()
283 : m_Context(new SContext(service_name, app_domain, in SDirectNetStorageByKeyImpl()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/pubseq_gateway/cassandra/test/unit/
H A Dfullscan_runner.cpp120 : m_Context(context) in CSimpleRowConsumer()
126 if (m_Context) { in Tick()
129 ++m_Context->tick_called; in Tick()
130 if (m_Context->consequtive_rows > m_Context->max_consequtive_rows) { in Tick()
131 m_Context->max_consequtive_rows = m_Context->consequtive_rows; in Tick()
137 return m_Context ? m_Context->tick_result : true; in Tick()
142 if (m_Context) { in ReadRow()
147 ++m_Context->read_called; in ReadRow()
152 return m_Context ? m_Context->read_result : true; in ReadRow()
157 if (m_Context) { in Finalize()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/grid/remote_app/
H A Dasync_task.hpp87 : m_Context(context), in SThread()
96 m_Context.ExecutorImplStop(); in Stop()
106 m_Context.ExecutorImpl(); in Main()
110 CContext& m_Context; member
133 return m_Context.SchedulerImpl(task); in operator ()()
137 CScheduler(CContext& context) : m_Context(context) {} in CScheduler()
139 CContext& m_Context; member in CAsyncTaskProcessor::CScheduler
150 CContext m_Context; member in CAsyncTaskProcessor
218 : m_Context(sleep, max_attempts), in CAsyncTaskProcessor()
219 m_Scheduler(m_Context), in CAsyncTaskProcessor()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/cgi/
H A Dfcgi_run.cpp606 _ASSERT(m_Context.get()); in x_RunFastCGI()
607 m_Context->CheckStatus(); in x_RunFastCGI()
614 auto_context.Reset(m_Context); in x_RunFastCGI()
635 m_Context->PutMsg in x_RunFastCGI()
641 ConfigureDiagnostics(*m_Context); in x_RunFastCGI()
650 VerifyCgiContext(*m_Context); in x_RunFastCGI()
686 … CCgiContext::ProcessCORSRequest(m_Context->GetRequest(), m_Context->GetResponse()) || in x_RunFastCGI()
736 m_Context->GetResponse().Flush(); in x_RunFastCGI()
744 m_Context->GetResponse().SetOutput(0); in x_RunFastCGI()
745 m_Context->GetRequest().SetInputStream(0); in x_RunFastCGI()
[all …]
H A Dcgiapp.cpp519 _ASSERT(m_Context.get()); in Run()
521 ConfigureDiagnostics(*m_Context); in Run()
527 VerifyCgiContext(*m_Context); in Run()
531 m_Context->CheckStatus(); in Run()
564 … CCgiContext::ProcessCORSRequest(m_Context->GetRequest(), m_Context->GetResponse()) || in Run()
636 if ( m_Context.get() ) { in Run()
665 CNcbiOstream* os = m_Context.get() ? m_Context->GetResponse().GetOutput() : NULL; in Run()
689 if (m_Context.get()) { in Run()
796 if ( !m_Context.get() ) { in x_GetContext()
800 return *m_Context; in x_GetContext()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/cgi/
H A Dfcgi_run.cpp606 _ASSERT(m_Context.get()); in x_RunFastCGI()
607 m_Context->CheckStatus(); in x_RunFastCGI()
614 auto_context.Reset(m_Context); in x_RunFastCGI()
635 m_Context->PutMsg in x_RunFastCGI()
641 ConfigureDiagnostics(*m_Context); in x_RunFastCGI()
650 VerifyCgiContext(*m_Context); in x_RunFastCGI()
686 … CCgiContext::ProcessCORSRequest(m_Context->GetRequest(), m_Context->GetResponse()) || in x_RunFastCGI()
736 m_Context->GetResponse().Flush(); in x_RunFastCGI()
744 m_Context->GetResponse().SetOutput(0); in x_RunFastCGI()
745 m_Context->GetRequest().SetInputStream(0); in x_RunFastCGI()
[all …]
H A Dcgiapp.cpp519 _ASSERT(m_Context.get()); in Run()
521 ConfigureDiagnostics(*m_Context); in Run()
527 VerifyCgiContext(*m_Context); in Run()
531 m_Context->CheckStatus(); in Run()
564 … CCgiContext::ProcessCORSRequest(m_Context->GetRequest(), m_Context->GetResponse()) || in Run()
636 if ( m_Context.get() ) { in Run()
665 CNcbiOstream* os = m_Context.get() ? m_Context->GetResponse().GetOutput() : NULL; in Run()
689 if (m_Context.get()) { in Run()
796 if ( !m_Context.get() ) { in x_GetContext()
800 return *m_Context; in x_GetContext()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dnetstorage_rpc.cpp555 SContext& m_Context; member
577 SContext& m_Context; member
613 …return m_NetStorageRPC->Exchange(m_OwnService, m_Context.m_OriginalRequest, &m_Context.m_Connectio… in Exchange()
618 m_Context.m_OriginalRequest = m_Builder(request_type, m_Context.locator); in MkRequest()
624 SContext m_Context; member
632 m_Context.m_Connection = conn; in StartWriting()
643 m_IState(fsm, m_Context), in SNetStorageObjectRPC()
644 m_OState(fsm, m_Context) in SNetStorageObjectRPC()
1278 m_Context.ReadMessage(); in Close()
1313 m_Context.m_Connection->Close(); in Abort()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dnetstorage_rpc.cpp555 SContext& m_Context; member
577 SContext& m_Context; member
613 …return m_NetStorageRPC->Exchange(m_OwnService, m_Context.m_OriginalRequest, &m_Context.m_Connectio… in Exchange()
618 m_Context.m_OriginalRequest = m_Builder(request_type, m_Context.locator); in MkRequest()
624 SContext m_Context; member
632 m_Context.m_Connection = conn; in StartWriting()
643 m_IState(fsm, m_Context), in SNetStorageObjectRPC()
644 m_OState(fsm, m_Context) in SNetStorageObjectRPC()
1278 m_Context.ReadMessage(); in Close()
1313 m_Context.m_Connection->Close(); in Abort()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/XML/src/
H A DitkDOMNodeXMLReader.cxx72 this->m_Context = nullptr; in Update()
128 if ( this->m_Context ) in StartElement()
132 this->m_Context->AddChildAtEnd( node ); in StartElement()
156 this->m_Context = node; in StartElement()
165 if ( this->m_Context->GetName() != name ) in EndElement()
170 this->m_Context = this->m_Context->GetParent(); in EndElement()
187 this->m_Context->AddTextChildAtEnd( s ); in CharacterDataHandler()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/project_tree_builder/
H A Dmsvc_prj_files_collector.cpp61 : m_Context(&project_context), in CMsvcPrjFilesCollector()
177 m_Context->GetMsvcProjectMakefile().GetAdditionalSourceFiles //TODO in CollectSources()
198 m_Context->GetMsvcProjectMakefile().GetExcludedSourceFiles //TODO in CollectSources()
256 m_Context->ProjectDir(), source_file_abs_path); in CollectSources()
266 CDirEntry::CreateRelativePath(m_Context->ProjectDir(), in CollectSources()
290 s_CollectRelPathes(m_Context->ProjectDir(), m_Context->IncludeDirsAbs(), in CollectHeaders()
303 s_CollectRelPathes(m_Context->ProjectDir(), m_Context->InlineDirsAbs(), in CollectInlines()
319 m_Context->GetMsvcProjectMakefile().GetResourceFiles in CollectResources()
332 CDirEntry::CreateRelativePath(m_Context->ProjectDir(), in CollectResources()
349 CDirEntry::CreateRelativePath(m_Context->ProjectDir(), in CollectResources()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/project_tree_builder/
H A Dmsvc_prj_files_collector.cpp61 : m_Context(&project_context), in CMsvcPrjFilesCollector()
177 m_Context->GetMsvcProjectMakefile().GetAdditionalSourceFiles //TODO in CollectSources()
198 m_Context->GetMsvcProjectMakefile().GetExcludedSourceFiles //TODO in CollectSources()
256 m_Context->ProjectDir(), source_file_abs_path); in CollectSources()
266 CDirEntry::CreateRelativePath(m_Context->ProjectDir(), in CollectSources()
290 s_CollectRelPathes(m_Context->ProjectDir(), m_Context->IncludeDirsAbs(), in CollectHeaders()
303 s_CollectRelPathes(m_Context->ProjectDir(), m_Context->InlineDirsAbs(), in CollectInlines()
319 m_Context->GetMsvcProjectMakefile().GetResourceFiles in CollectResources()
332 CDirEntry::CreateRelativePath(m_Context->ProjectDir(), in CollectResources()
349 CDirEntry::CreateRelativePath(m_Context->ProjectDir(), in CollectResources()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/
H A Dwxscodegenerator.cpp3 wxsCodeGenerator::wxsCodeGenerator(): m_Context(0) in wxsCodeGenerator()
9 m_Context = 0; in ~wxsCodeGenerator()
14 wxsCoderContext* Store = m_Context; in BuildCode()
15 m_Context = Context; in BuildCode()
27 m_Context = Store; in BuildCode()
H A Dwxscodegenerator.h55 inline wxsCoderContext* GetCoderContext() { return m_Context; } in GetCoderContext()
58 …inline wxsCodingLang GetLanguage() { return m_Context ? m_Context->m_Language : wxsUnknownLanguage… in GetLanguage()
61 inline long GetCoderFlags() { return m_Context ? m_Context->m_Flags : 0; } in GetCoderFlags()
101 wxsCoderContext* m_Context;
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DFlexHash.cpp42 sha1_starts( &this->m_Context ); in Reset()
47 … sha1_update( &this->m_Context, reinterpret_cast< const unsigned char* >( input ), input_octets ); in Update()
53 sha1_finish( &this->m_Context, output ); in Finish()
63 sha1_starts( &this->m_Context ); in Finish()
64 …sha1_update( &this->m_Context, reinterpret_cast< const unsigned char* >( &this->m_Output[0] ), ava… in Finish()
65 sha1_finish( &this->m_Context, output ); in Finish()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/X11/
H A DVideoSyncGLX.cpp48 m_Context = NULL; in Setup()
64 m_Context = NULL; in Setup()
126 m_Context = glXCreateContext(m_Dpy, m_vInfo, NULL, True); in Setup()
127 if (!m_Context) in Setup()
133 ReturnV = glXMakeCurrent(m_Dpy, m_Window, m_Context); in Setup()
222 ReturnV = glXMakeCurrent(m_Dpy, m_Window, m_Context); in Run()
254 if (m_Context) in Cleanup()
257 glXDestroyContext(m_Dpy, m_Context); in Cleanup()
258 m_Context = NULL; in Cleanup()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/config/
H A Dactivationcontext.cpp44 : m_Context(std::move(context)) in ActivationScope()
46 if (!m_Context) in ActivationScope()
47 m_Context = new ActivationContext(); in ActivationScope()
49 ActivationContext::PushContext(m_Context); in ActivationScope()
59 return m_Context; in GetContext()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/format/items/
H A Ditem_base.hpp84 CBioseqContext* m_Context; member in CFlatItem
115 return m_Context; in GetContext()
122 return m_Context; in GetContext()
151 m_Context(ctx), in CFlatItem()
171 m_Context = 0; in x_SetSkip()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objtools/format/items/
H A Ditem_base.hpp84 CBioseqContext* m_Context; member in CFlatItem
115 return m_Context; in GetContext()
122 return m_Context; in GetContext()
151 m_Context(ctx), in CFlatItem()
171 m_Context = 0; in x_SetSkip()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/blastfmt/
H A Dblast_hitmatrix.cpp205 CImageIO::WriteImage(m_Context->GetBuffer(), out, m_Format); in Display()
216 CImageIO::WriteImage(m_Context->GetBuffer(), m_File, m_Format); in WriteToFile()
220 m_ImageKey = nc_client.PutData(m_Context->GetBuffer().GetData(), m_Width*m_Height*3); in WriteToFile()
238 m_Context.Reset(new CGlOsContext(m_Width, m_Height)); in x_RenderImage()
239 m_Context->MakeCurrent(); in x_RenderImage()
244 m_Context->SetBuffer().SetDepth(3); in x_RenderImage()
245 CImageUtil::FlipY(m_Context->SetBuffer()); in x_RenderImage()
263 m_Context.Reset(new CGlOsContext(m_Width, m_Height)); in x_InitGraphics()
264 m_Context->MakeCurrent(); in x_InitGraphics()

1234567