Home
last modified time | relevance | path

Searched refs:isAvailable (Results 1 – 25 of 2852) sorted by relevance

12345678910>>...115

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/common/
H A DGuiInterface.java81 if (isAvailable()) in loadGui()
90 if (isAvailable()) in showTtxPageMatrix()
99 if (isAvailable()) in initTtxPageMatrix()
108 if (isAvailable()) in updateTtxPageMatrix()
117 if (isAvailable()) in showPreSettings()
126 if (isAvailable()) in resetBitrateMonitor()
135 if (isAvailable()) in updateBitrateMonitor()
144 if (isAvailable()) in updateTtxHeader()
153 if (isAvailable()) in updateVpsLabel()
162 if (isAvailable()) in showAVOffset()
[all …]
/dports/multimedia/QtAV/QtAV-1.13.0/src/output/video/
H A DVideoOutput.cpp132 if (!isAvailable()) in id()
139 if (!isAvailable()) in onSetPreferredPixelFormat()
149 if (!isAvailable()) in preferredPixelFormat()
156 if (!isAvailable()) in isSupported()
163 if (!isAvailable()) in qwindow()
170 if (!isAvailable()) in widget()
177 if (!isAvailable()) in graphicsItem()
184 if (!isAvailable()) in opengl()
203 if (!isAvailable()) in receiveFrame()
215 if (!isAvailable()) in drawBackground()
[all …]
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/unit/
H A Dtest_locks.py58 self.assertTrue(lock.isAvailable(req, access))
84 self.assertTrue(lock.isAvailable(req, access))
105 self.assertFalse(lock.isAvailable(req, access))
110 self.assertTrue(lock.isAvailable(req, access))
133 self.assertFalse(lock.isAvailable(req, access))
139 self.assertFalse(lock.isAvailable(req, access))
145 self.assertTrue(lock.isAvailable(req, access))
182 self.assertTrue(lock.isAvailable(req1, access))
189 self.assertTrue(lock.isAvailable(req1, access))
219 self.assertTrue(lock.isAvailable(req1, access))
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/generic/
H A DRuntimeEnabledFeatures.cpp72 return isFileSystemEnabled && AsyncFileSystem::isAvailable(); in fileSystemEnabled()
89 return MediaPlayer::isAvailable(); in audioEnabled()
94 return MediaPlayer::isAvailable(); in htmlMediaElementEnabled()
99 return MediaPlayer::isAvailable(); in htmlAudioElementEnabled()
104 return MediaPlayer::isAvailable(); in htmlVideoElementEnabled()
109 return MediaPlayer::isAvailable(); in mediaErrorEnabled()
114 return MediaPlayer::isAvailable(); in timeRangesEnabled()
122 return SharedWorkerRepository::isAvailable(); in sharedWorkerEnabled()
129 return WebSocket::isAvailable(); in webSocketEnabled()
136 return AbstractDatabase::isAvailable(); in openDatabaseEnabled()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc379 bool isAvailable = false; in SpeakerVolumeIsAvailable() local
383 *available = isAvailable; in SpeakerVolumeIsAvailable()
445 bool isAvailable = false; in SpeakerMuteIsAvailable() local
449 *available = isAvailable; in SpeakerMuteIsAvailable()
475 bool isAvailable = false; in MicrophoneMuteIsAvailable() local
479 *available = isAvailable; in MicrophoneMuteIsAvailable()
505 bool isAvailable = false; in MicrophoneVolumeIsAvailable() local
509 *available = isAvailable; in MicrophoneVolumeIsAvailable()
871 return isAvailable; in BuiltInAECIsAvailable()
887 return isAvailable; in BuiltInAGCIsAvailable()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_device/
H A Daudio_device_impl.cc380 bool isAvailable = false; in SpeakerVolumeIsAvailable() local
384 *available = isAvailable; in SpeakerVolumeIsAvailable()
446 bool isAvailable = false; in SpeakerMuteIsAvailable() local
450 *available = isAvailable; in SpeakerMuteIsAvailable()
476 bool isAvailable = false; in MicrophoneMuteIsAvailable() local
480 *available = isAvailable; in MicrophoneMuteIsAvailable()
506 bool isAvailable = false; in MicrophoneVolumeIsAvailable() local
510 *available = isAvailable; in MicrophoneVolumeIsAvailable()
872 return isAvailable; in BuiltInAECIsAvailable()
888 return isAvailable; in BuiltInAGCIsAvailable()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_device/
H A Daudio_device_impl.cc379 bool isAvailable = false; in SpeakerVolumeIsAvailable() local
383 *available = isAvailable; in SpeakerVolumeIsAvailable()
445 bool isAvailable = false; in SpeakerMuteIsAvailable() local
449 *available = isAvailable; in SpeakerMuteIsAvailable()
475 bool isAvailable = false; in MicrophoneMuteIsAvailable() local
479 *available = isAvailable; in MicrophoneMuteIsAvailable()
505 bool isAvailable = false; in MicrophoneVolumeIsAvailable() local
509 *available = isAvailable; in MicrophoneVolumeIsAvailable()
871 return isAvailable; in BuiltInAECIsAvailable()
887 return isAvailable; in BuiltInAGCIsAvailable()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_device/
H A Daudio_device_impl.cc379 bool isAvailable = false; in SpeakerVolumeIsAvailable() local
383 *available = isAvailable; in SpeakerVolumeIsAvailable()
445 bool isAvailable = false; in SpeakerMuteIsAvailable() local
449 *available = isAvailable; in SpeakerMuteIsAvailable()
475 bool isAvailable = false; in MicrophoneMuteIsAvailable() local
479 *available = isAvailable; in MicrophoneMuteIsAvailable()
505 bool isAvailable = false; in MicrophoneVolumeIsAvailable() local
509 *available = isAvailable; in MicrophoneVolumeIsAvailable()
871 return isAvailable; in BuiltInAECIsAvailable()
887 return isAvailable; in BuiltInAGCIsAvailable()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_device/
H A Daudio_device_impl.cc330 bool isAvailable = false; in SpeakerVolumeIsAvailable() local
334 *available = isAvailable; in SpeakerVolumeIsAvailable()
396 bool isAvailable = false; in SpeakerMuteIsAvailable() local
400 *available = isAvailable; in SpeakerMuteIsAvailable()
426 bool isAvailable = false; in MicrophoneMuteIsAvailable() local
430 *available = isAvailable; in MicrophoneMuteIsAvailable()
456 bool isAvailable = false; in MicrophoneVolumeIsAvailable() local
460 *available = isAvailable; in MicrophoneVolumeIsAvailable()
831 return isAvailable; in BuiltInAECIsAvailable()
847 return isAvailable; in BuiltInAGCIsAvailable()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_device/
H A Daudio_device_impl.cc330 bool isAvailable = false; in SpeakerVolumeIsAvailable() local
334 *available = isAvailable; in SpeakerVolumeIsAvailable()
396 bool isAvailable = false; in SpeakerMuteIsAvailable() local
400 *available = isAvailable; in SpeakerMuteIsAvailable()
426 bool isAvailable = false; in MicrophoneMuteIsAvailable() local
430 *available = isAvailable; in MicrophoneMuteIsAvailable()
456 bool isAvailable = false; in MicrophoneVolumeIsAvailable() local
460 *available = isAvailable; in MicrophoneVolumeIsAvailable()
831 return isAvailable; in BuiltInAECIsAvailable()
847 return isAvailable; in BuiltInAGCIsAvailable()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_device/
H A Daudio_device_impl.cc330 bool isAvailable = false; in SpeakerVolumeIsAvailable() local
334 *available = isAvailable; in SpeakerVolumeIsAvailable()
396 bool isAvailable = false; in SpeakerMuteIsAvailable() local
400 *available = isAvailable; in SpeakerMuteIsAvailable()
426 bool isAvailable = false; in MicrophoneMuteIsAvailable() local
430 *available = isAvailable; in MicrophoneMuteIsAvailable()
456 bool isAvailable = false; in MicrophoneVolumeIsAvailable() local
460 *available = isAvailable; in MicrophoneVolumeIsAvailable()
831 return isAvailable; in BuiltInAECIsAvailable()
847 return isAvailable; in BuiltInAGCIsAvailable()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/PropertyTemplates/
H A DImageEditorTemplate.template50 enabled: backendValue.isAvailable
70 enabled: backendValue.isAvailable
122 enabled: backendValues.%2_asynchronous.isAvailable
140 enabled: backendValues.%2_autoTransform.isAvailable
153 blockedByTemplate: !backendValues.%2_cache.isAvailable
158 enabled: backendValues.%2_cache.isAvailable
171 blockedByTemplate: !backendValues.%2_mipmap.isAvailable
176 enabled: backendValues.%2_mipmap.isAvailable
189 blockedByTemplate: !backendValues.%2_mirror.isAvailable
194 enabled: backendValues.%2_mirror.isAvailable
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A DGraphicTest.cxx273 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
277 CPPUNIT_ASSERT_EQUAL(true, aGraphic.isAvailable()); in testUnloadedGraphic()
278 CPPUNIT_ASSERT_EQUAL(true, aGraphic2.isAvailable()); in testUnloadedGraphic()
282 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
285 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
290 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
293 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
295 CPPUNIT_ASSERT_EQUAL(true, aGraphic.isAvailable()); in testUnloadedGraphic()
302 CPPUNIT_ASSERT_EQUAL(true, aGraphic.isAvailable()); in testUnloadedGraphic()
1324 CPPUNIT_ASSERT(!graphic->isAvailable()); in testAvailableThreaded()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/
H A DListViewSpecifics.qml75 enabled: backendValue.isAvailable
95 enabled: backendValue.isAvailable
133 enabled: backendValue.isAvailable
151 enabled: backendValue.isAvailable
180 enabled: backendValue.isAvailable
200 enabled: backendValue.isAvailable
220 enabled: backendValue.isAvailable
240 enabled: backendValue.isAvailable
260 enabled: backendValue.isAvailable
280 enabled: backendValue.isAvailable
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/native/src/audio/
H A Daudio_device_module_ios.mm123 bool isAvailable = false;
127 *available = isAvailable;
189 bool isAvailable = false;
193 *available = isAvailable;
219 bool isAvailable = false;
223 *available = isAvailable;
249 bool isAvailable = false;
253 *available = isAvailable;
602 return isAvailable;
618 return isAvailable;
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/native/src/audio/
H A Daudio_device_module_ios.mm124 bool isAvailable = false;
128 *available = isAvailable;
190 bool isAvailable = false;
194 *available = isAvailable;
220 bool isAvailable = false;
224 *available = isAvailable;
250 bool isAvailable = false;
254 *available = isAvailable;
603 return isAvailable;
619 return isAvailable;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/native/src/audio/
H A Daudio_device_module_ios.mm123 bool isAvailable = false;
127 *available = isAvailable;
189 bool isAvailable = false;
193 *available = isAvailable;
219 bool isAvailable = false;
223 *available = isAvailable;
249 bool isAvailable = false;
253 *available = isAvailable;
602 return isAvailable;
618 return isAvailable;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A DGraphicTest.cxx94 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
95 CPPUNIT_ASSERT_EQUAL(false, aGraphic2.isAvailable()); in testUnloadedGraphic()
98 CPPUNIT_ASSERT_EQUAL(true, aGraphic.isAvailable()); in testUnloadedGraphic()
99 CPPUNIT_ASSERT_EQUAL(true, aGraphic2.isAvailable()); in testUnloadedGraphic()
103 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
106 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
111 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
114 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphic()
116 CPPUNIT_ASSERT_EQUAL(true, aGraphic.isAvailable()); in testUnloadedGraphic()
192 CPPUNIT_ASSERT_EQUAL(false, aGraphic.isAvailable()); in testUnloadedGraphicAlpha()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/
H A DTextExtrasSection.qml48 blockedByTemplate: !backendValues.wrapMode.isAvailable
61 enabled: backendValue.isAvailable
70 blockedByTemplate: !backendValues.elide.isAvailable
83 enabled: backendValue.isAvailable
92 blockedByTemplate: !backendValues.textFormat.isAvailable
105 enabled: backendValue.isAvailable
114 blockedByTemplate: !backendValues.renderType.isAvailable
125 enabled: backendValue.isAvailable
148 enabled: backendValue.isAvailable
172 enabled: backendValue.isAvailable
[all …]
H A DImageSection.qml76 enabled: backendValue.isAvailable
96 enabled: backendValue.isAvailable
157 enabled: backendValue.isAvailable
175 enabled: backendValue.isAvailable
184 blockedByTemplate: !backendValues.cache.isAvailable
193 enabled: backendValue.isAvailable
202 blockedByTemplate: !backendValues.mipmap.isAvailable
211 enabled: backendValue.isAvailable
220 blockedByTemplate: !backendValues.mirror.isAvailable
229 enabled: backendValue.isAvailable
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/crypto/
H A DLtHash.cpp58 bool MathOperation<MathEngine::SIMPLE>::isAvailable() { in isAvailable() function in folly::crypto::detail::MathOperation::SIMPLE
64 bool MathOperation<MathEngine::SSE2>::isAvailable() { in isAvailable() function in folly::crypto::detail::MathOperation::SSE2
72 bool MathOperation<MathEngine::AVX2>::isAvailable() { in isAvailable() function in folly::crypto::detail::MathOperation::AVX2
80 bool MathOperation<MathEngine::AUTO>::isAvailable() { in isAvailable() function in folly::crypto::detail::MathOperation::AUTO
102 if (MathOperation<MathEngine::AVX2>::isAvailable()) { in add()
105 } else if (MathOperation<MathEngine::SSE2>::isAvailable()) { in add()
128 if (MathOperation<MathEngine::AVX2>::isAvailable()) { in sub()
131 } else if (MathOperation<MathEngine::SSE2>::isAvailable()) { in sub()
150 if (MathOperation<MathEngine::AVX2>::isAvailable()) { in clearPaddingBits()
153 } else if (MathOperation<MathEngine::SSE2>::isAvailable()) { in clearPaddingBits()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_device/
H A Daudio_device_impl.cc596 bool isAvailable(0); in SpeakerVolumeIsAvailable() local
758 bool isAvailable(0); in SpeakerMuteIsAvailable() local
806 bool isAvailable(0); in MicrophoneMuteIsAvailable() local
854 bool isAvailable(0); in MicrophoneBoostIsAvailable() local
902 bool isAvailable(0); in MicrophoneVolumeIsAvailable() local
951 bool isAvailable(0); in StereoRecordingIsAvailable() local
1065 bool isAvailable(0); in StereoPlayoutIsAvailable() local
1151 bool isAvailable(0); in PlayoutIsAvailable() local
1821 return isAvailable; in BuiltInAECIsAvailable()
1837 return isAvailable; in BuiltInAGCIsAvailable()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/unittests/tweaks/
H A DSwapIfBranchesTests.cpp31 EXPECT_THAT("if(2 + [[2]] + 2) { return; } else {return;}", isAvailable()); in TEST_F()
34 Not(isAvailable())); in TEST_F()
36 EXPECT_THAT("if(2 + 2 + 2) { return[[; } else {return;]]}", isAvailable()); in TEST_F()
39 Not(isAvailable())); in TEST_F()
41 EXPECT_THAT("^if (1) return; else { return; }", Not(isAvailable())); in TEST_F()
43 EXPECT_THAT("[[if(1){}else{}if(2){}else{}]]", Not(isAvailable())); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/tweaks/
H A DSwapIfBranchesTests.cpp31 EXPECT_THAT("if(2 + [[2]] + 2) { return; } else {return;}", isAvailable()); in TEST_F()
34 Not(isAvailable())); in TEST_F()
36 EXPECT_THAT("if(2 + 2 + 2) { return[[; } else {return;]]}", isAvailable()); in TEST_F()
39 Not(isAvailable())); in TEST_F()
41 EXPECT_THAT("^if (1) return; else { return; }", Not(isAvailable())); in TEST_F()
43 EXPECT_THAT("[[if(1){}else{}if(2){}else{}]]", Not(isAvailable())); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/unittests/tweaks/
H A DSwapIfBranchesTests.cpp31 EXPECT_THAT("if(2 + [[2]] + 2) { return; } else {return;}", isAvailable()); in TEST_F()
34 Not(isAvailable())); in TEST_F()
36 EXPECT_THAT("if(2 + 2 + 2) { return[[; } else {return;]]}", isAvailable()); in TEST_F()
39 Not(isAvailable())); in TEST_F()
41 EXPECT_THAT("^if (1) return; else { return; }", Not(isAvailable())); in TEST_F()
43 EXPECT_THAT("[[if(1){}else{}if(2){}else{}]]", Not(isAvailable())); in TEST_F()

12345678910>>...115