Home
last modified time | relevance | path

Searched refs:allHandles (Results 1 – 6 of 6) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionConsoleProcessTable.cpp150 std::vector<std::string> allHandles; in getAllHandles() local
153 allHandles.push_back(it->second->handle()); in getAllHandles()
155 return allHandles; in getAllHandles()
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/RequestBuilder/
H A DRequestBuilder.cs507 WaitHandle[] allHandles = new WaitHandle[handles.Length + 1]; in WaitWithBuilderThreadStart()
508allHandles[0] = threadingData.GetStartRequestBuilderMainThreadEventForSubmission(submissionId); in WaitWithBuilderThreadStart()
509 Array.Copy(handles, 0, allHandles, 1, handles.Length); in WaitWithBuilderThreadStart()
515 int signaledIndex = WaitHandle.WaitAny(allHandles, Timeout.Infinite); in WaitWithBuilderThreadStart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/source/
H A Dpropshlp.cxx576 std::vector< sal_Int32 > allHandles( additionalEvents + i_count ); in impl_fireAll() local
577 std::copy( m_pReserved->m_handles.begin(), m_pReserved->m_handles.end(), allHandles.begin() ); in impl_fireAll()
578 std::copy( i_handles, i_handles + i_count, allHandles.begin() + additionalEvents ); in impl_fireAll()
593 …fire( allHandles.data(), allNewValues.data(), allOldValues.data(), additionalEvents + i_count, fal… in impl_fireAll()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/source/
H A Dpropshlp.cxx575 std::vector< sal_Int32 > allHandles( additionalEvents + i_count ); in impl_fireAll() local
576 std::copy( m_pReserved->m_handles.begin(), m_pReserved->m_handles.end(), allHandles.begin() ); in impl_fireAll()
577 std::copy( i_handles, i_handles + i_count, allHandles.begin() + additionalEvents ); in impl_fireAll()
592 …fire( allHandles.data(), allNewValues.data(), allOldValues.data(), additionalEvents + i_count, fal… in impl_fireAll()
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DTypes.hs1452 let curIdx = case elemIndex (tweValue curEntry) allHandles of
1457 nextIdx = if curIdx == length allHandles - 1
1460 newHandle = allHandles !! nextIdx
1461 allHandles = tweValue <$> twtEntries (twTemplate w) function
1478 let curIdx = case elemIndex (tweValue curEntry) allHandles of
1484 then length allHandles - 1
1486 newHandle = allHandles !! nextIdx
1487 allHandles = tweValue <$> twtEntries (twTemplate w) function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/scripts/
H A Dgen_framework.py663 …rc, versions, allFunctions, allCompositeTypes, allEnums, allBitfields, allHandles, allDefinitions): argument
684 handlesByName = {handle.name: handle for handle in allHandles}