Home
last modified time | relevance | path

Searched refs:supportedLayouts (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/
H A DHttpAlso.hs165 Nothing -> go Nothing True (supportedLayouts baseurl)
205 supportedLayouts :: URLString -> [[Key -> URLString]]
206 supportedLayouts baseurl = function
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/AudioDevice/src/alsa/src/
H A Daudiodevalsa.cpp72 QList<AkAudioCaps::ChannelLayout> *supportedLayouts,
298 QList<AkAudioCaps::ChannelLayout> *supportedLayouts, in fillDeviceInfo() argument
356 supportedLayouts->append(layout); in fillDeviceInfo()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/AudioDevice/src/wasapi/src/
H A Daudiodevwasapi.cpp114 QList<AkAudioCaps::ChannelLayout> *supportedLayouts,
656 QList<AkAudioCaps::ChannelLayout> *supportedLayouts, in fillDeviceInfo() argument
732 && !supportedLayouts->contains(layout)) in fillDeviceInfo()
733 supportedLayouts->append(layout); in fillDeviceInfo()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/AudioDevice/src/coreaudio/src/
H A Daudiodevcoreaudio.cpp974 decltype(this->d->m_supportedLayouts) supportedLayouts; in updateDevices() local
1081 supportedLayouts[devId] = layouts; in updateDevices()
1099 if (this->d->m_supportedLayouts != supportedLayouts) in updateDevices()
1100 this->d->m_supportedLayouts = supportedLayouts; in updateDevices()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search/new search/org/eclipse/search/ui/text/
H A DAbstractTextSearchViewPage.java285 protected AbstractTextSearchViewPage(int supportedLayouts) { in AbstractTextSearchViewPage() argument
286 fSupportedLayouts = supportedLayouts; in AbstractTextSearchViewPage()
294 if ((supportedLayouts & FLAG_LAYOUT_TREE) != 0) { in AbstractTextSearchViewPage()