Home
last modified time | relevance | path

Searched refs:createSource (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/net-im/jitsi-videobridge/jitsi-videobridge-dbddd16/src/test/java/org/jitsi/videobridge/xmpp/
H A DMediaStreamTrackFactoryTest.java48 private SourcePacketExtension createSource(Long ssrc) in createSource() method in MediaStreamTrackFactoryTest
104 SourcePacketExtension rtx = createSource(rtxSsrc); in createMediaStreamTracks1()
141 SourcePacketExtension rtx1 = createSource(rtxSsrc1); in createMediaStreamTracks2()
142 SourcePacketExtension rtx2 = createSource(rtxSsrc2); in createMediaStreamTracks2()
143 SourcePacketExtension rtx3 = createSource(rtxSsrc3); in createMediaStreamTracks2()
198 SourcePacketExtension rtx1 = createSource(rtxSsrc1); in createMediaStreamTracks3()
199 SourcePacketExtension rtx2 = createSource(rtxSsrc2); in createMediaStreamTracks3()
200 SourcePacketExtension rtx3 = createSource(rtxSsrc3); in createMediaStreamTracks3()
253 SourcePacketExtension rtx1 = createSource(rtxSsrc1); in createMediaStreamTracks4()
254 SourcePacketExtension rtx2 = createSource(rtxSsrc2); in createMediaStreamTracks4()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/spider/parser/
H A DSpiderHtmlParserUnitTest.java143 Source source = createSource(messageHtmlResponse); in shouldFindUrlsInAElements()
170 Source source = createSource(messageHtmlResponse); in shouldFindUrlsInAnchorPingElements()
218 Source source = createSource(messageHtmlResponse); in shouldFindUrlsInAreaPingElements()
266 Source source = createSource(messageHtmlResponse); in shouldUseMessageUriIfNoBaseElement()
284 Source source = createSource(messageHtmlResponse); in shouldUseAbsolutePathBaseElement()
306 Source source = createSource(messageHtmlResponse); in shouldUseRelativePathBaseElement()
328 Source source = createSource(messageHtmlResponse); in shouldIgnoreBaseAndUseMessageUriIfBaseElementDoesNotHaveHref()
346 Source source = createSource(messageHtmlResponse); in shouldIgnoreBaseAndUseMessageUriIfBaseElementHaveEmptyHref()
363 Source source = createSource(messageHtmlResponse); in shouldFindUrlsInAreaElements()
389 Source source = createSource(messageHtmlResponse); in shouldFindUrlsInFrameElements()
[all …]
H A DSpiderHtmlFormParserUnitTest.java266 Source source = createSource(msg); in shouldParseSinglePostForm()
289 Source source = createSource(msg); in shouldParseMultiplePostForms()
313 Source source = createSource(msg); in shouldParsePostFormWithMultipleSubmitFields()
356 Source source = createSource(msg); in shouldParsePostAndGetForms()
553 Source source = createSource(msg); in shouldParsePostFormWithoutSubmitField()
695 Source source = createSource(msg); in shouldUseBaseHtmlUrlWhenParsingGetForm()
719 Source source = createSource(msg); in shouldUseAbsolutePathBaseHtmlUrlWhenParsingGetFormWithRelativeAction()
744 Source source = createSource(msg); in shouldIgnoreAbsolutePathBaseHtmlUrlWhenParsingGetFormWithAbsoluteAction()
768 Source source = createSource(msg); in shouldUseRelativePathBaseHtmlUrlWhenParsingGetFormWithRelativeAction()
793 Source source = createSource(msg); in shouldIgnoreRelativePathBaseHtmlUrlWhenParsingGetFormWithAbsoluteAction()
[all …]
H A DSpiderTextParserUnitTest.java127 Source source = createSource(createMessageWith(EMPTY_BODY)); in shouldFailToParseAnUndefinedMessage()
139 Source source = createSource(message); in shouldNeverConsiderCompletelyParsed()
159 Source source = createSource(message); in shouldNotFindUrlsIfThereIsNone()
187 Source source = createSource(messageHtmlResponse); in shouldFindUrlsInCommentsWithoutElements()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/test/java/org/zaproxy/zap/extension/anticsrf/
H A DExtensionAntiCSRFUnitTest.java110 Source source = createSource(form(), form()); in shouldNotGetTokensWithFormsButNoInputFields()
121 createSource( in shouldNotGetTokensFromInputFieldsWithNoValue()
134 Source source = createSource(form(input, input), form(input)); in shouldNotGetTokensFromInputFieldsWithNoIdNorName()
145 Source source = createSource(form(input, input), form(input)); in shouldNotGetTokensFromInputFieldsIfIdIsNotAKnownToken()
167 createSource( in shouldGetTokensFromInputFieldsIfIdIsAKnownToken()
185 createSource( in shouldGetTokensFromInputFieldsIfNameIsAKnownToken()
203 createSource( in shouldGetTokensFromInputFieldsIfIdAndNameIsAKnownToken()
232 createSource( in shouldGetTokensFromInputFieldsIfIdAndNameIsAKnownTokenWithDifferentCase()
261 createSource( in shouldGetTokensFromInputFieldsIfIdAndNameIncludesAKnownTokenAndPartialMatchingEnabled()
284 createSource( in shouldNotGetTokensFromInputFieldsIfIdAndNameIncludesAKnownTokenButPartialMatchingNotEnabled()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Ddocumentsourcetests.cpp87 void createSource(boost::optional<BSONObj> hint = boost::none) { in createSource() function in mongo::__anon151f1c140111::DocumentSourceCursorTest
130 createSource(); in TEST_F()
142 createSource(); in TEST_F()
157 createSource(); in TEST_F()
172 createSource(); in TEST_F()
218 createSource(); in TEST_F()
251 createSource(BSON("$natural" << 1)); in TEST_F()
258 createSource(BSON("a" << 1)); in TEST_F()
267 createSource(BSON("a" << -1)); in TEST_F()
276 createSource(BSON("a" << 1 << "b" << -1)); in TEST_F()
[all …]
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Ddata_source.cpp140 std::unique_ptr<Wrapland::Client::DataSource> source(m_device_manager->createSource()); in test_offer()
199 std::unique_ptr<Wrapland::Client::DataSource> source(m_device_manager->createSource()); in test_target_accepts()
223 std::unique_ptr<Wrapland::Client::DataSource> source(m_device_manager->createSource()); in test_request_send()
259 std::unique_ptr<Wrapland::Client::DataSource> source(m_device_manager->createSource());
280 std::unique_ptr<Wrapland::Client::DataSource> source(m_device_manager->createSource()); in test_cancel()
300 std::unique_ptr<Wrapland::Client::DataSource> source(m_device_manager->createSource()); in test_server_get()
310 std::unique_ptr<Wrapland::Client::DataSource> source(m_device_manager->createSource()); in test_destroy()
H A Dprimary_selection.cpp220 m_deviceManager->createSource()); in testSetSelection()
325 m_deviceManager->createSource()); in testSendSelectionOnSeat()
390 m_deviceManager->createSource()); in testReplaceSource()
406 m_deviceManager->createSource()); in testReplaceSource()
433 m_deviceManager->createSource()); in testReplaceSource()
441 m_deviceManager->createSource()); in testReplaceSource()
457 m_deviceManager->createSource()); in testOffer()
510 m_deviceManager->createSource()); in testRequestSend()
547 m_deviceManager->createSource()); in testCancel()
568 m_deviceManager->createSource()); in testServerGet()
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/Testing/Python/
H A DTestEnsemble.py9 def createSource(self): member in TestEnsemble
30 r = self.createSource()
40 r = self.createSource()
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/Testing/Python/
H A DTestEnsemble.py9 def createSource(self): member in TestEnsemble
30 r = self.createSource()
40 r = self.createSource()
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/Testing/Python/
H A DTestEnsemble.py9 def createSource(self): member in TestEnsemble
30 r = self.createSource()
40 r = self.createSource()
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/language/lexer/
H A Dlexer_test.go15 func createSource(body string) *source.Source { func
78 _, err := Lex(createSource(test.Body))(0)
174 _, err := Lex(createSource(body))(0)
439 _, err := Lex(createSource(test.Body))(0)
610 _, err := Lex(createSource(test.Body))(0)
769 token, err := Lex(createSource(test.Body))(0)
848 _, err := Lex(createSource(test.Body))(0)
979 token, err := Lex(createSource(test.Body))(0)
1033 _, err := Lex(createSource(test.Body))(0)
1045 lexer := Lex(createSource(q))
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/language/lexer/
H A Dlexer_test.go15 func createSource(body string) *source.Source { func
78 _, err := Lex(createSource(test.Body))(0)
174 _, err := Lex(createSource(body))(0)
439 _, err := Lex(createSource(test.Body))(0)
601 _, err := Lex(createSource(test.Body))(0)
760 token, err := Lex(createSource(test.Body))(0)
839 _, err := Lex(createSource(test.Body))(0)
970 token, err := Lex(createSource(test.Body))(0)
1024 _, err := Lex(createSource(test.Body))(0)
1036 lexer := Lex(createSource(q))
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqgeosatelliteinfosource.cpp203 QGeoSatelliteInfoSource *QGeoSatelliteInfoSource::createSource(const QString &sourceName, QObject *… in createSource() function in QGeoSatelliteInfoSource
205 return createSource(sourceName, QVariantMap(), parent); in createSource()
250 QGeoSatelliteInfoSource *QGeoSatelliteInfoSource::createSource(const QString &sourceName, const QVa… in createSource() function in QGeoSatelliteInfoSource
H A Dqgeosatelliteinfosource.h69 static QGeoSatelliteInfoSource *createSource(const QString &sourceName, QObject *parent);
71 …static QGeoSatelliteInfoSource *createSource(const QString &sourceName, const QVariantMap &paramet…
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/
H A DTextSocketStreamSuite.scala61 source = provider.createSource(sqlContext, "", None, "", parameters)
100 source = provider.createSource(sqlContext, "", None, "", parameters)
155 source = provider.createSource(sqlContext, "", None, "", parameters)
165 source = provider.createSource(sqlContext, "", None, "", parameters)
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/particle/
H A DParticleManager.h53 ParticleSource* createSource();
135 ParticleSourceWrapper createSource(ParticleEffectHandle index);
H A DParticleManager.cpp147 ParticleSource* ParticleManager::createSource() { in createSource() function in particle::ParticleManager
248 ParticleSourceWrapper ParticleManager::createSource(ParticleEffectHandle index) in createSource() function in particle::ParticleManager
268 ParticleSource* source = createSource(); in createSource()
278 ParticleSource* source = createSource(); in createSource()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/jar/
H A DJarSourceProvider.java60 return createSource(jarFile); in findSource()
63 private ClassSource createSource(Path jarFile) { in createSource() method in JarSourceProvider
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/jar/
H A DJarSourceProvider.java62 return createSource(jarFile); in findSource()
65 private ClassSource createSource(Path jarFile) { in createSource() method in JarSourceProvider
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/jar/
H A DJarSourceProvider.java60 return createSource(jarFile); in findSource()
63 private ClassSource createSource(Path jarFile) { in createSource() method in JarSourceProvider
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/jar/
H A DJarSourceProvider.java62 return createSource(jarFile); in findSource()
65 private ClassSource createSource(Path jarFile) { in createSource() method in JarSourceProvider
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/jar/
H A DJarSourceProvider.java62 return createSource(jarFile); in findSource()
65 private ClassSource createSource(Path jarFile) { in createSource() method in JarSourceProvider
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/jar/
H A DJarSourceProvider.java62 return createSource(jarFile); in findSource()
65 private ClassSource createSource(Path jarFile) { in createSource() method in JarSourceProvider
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/collect/jar/
H A DJarSourceProvider.java62 return createSource(jarFile); in findSource()
65 private ClassSource createSource(Path jarFile) { in createSource() method in JarSourceProvider

12345678910>>...12