Home
last modified time | relevance | path

Searched refs:QueryTest (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dports/x11/kf5-kactivities-stats/kactivities-stats-5.89.0/autotests/
H A DQueryTest.cpp21 QueryTest::QueryTest(QObject *parent) in QueryTest() function in QueryTest
26 void QueryTest::testDefaults() in testDefaults()
39 void QueryTest::testDebuggingOutput() in testDebuggingOutput()
49 void QueryTest::testDerivationFromDefault() in testDerivationFromDefault()
65 void QueryTest::testDerivationFromCustom() in testDerivationFromCustom()
99 void QueryTest::testNormalSyntaxTypeManipulation() in testNormalSyntaxTypeManipulation()
152 void QueryTest::testFancySyntaxBasic() in testFancySyntaxBasic()
185 void QueryTest::testFancySyntaxAgentDefinition() in testFancySyntaxAgentDefinition()
210 void QueryTest::testFancySyntaxTypeDefinition() in testFancySyntaxTypeDefinition()
313 void QueryTest::initTestCase() in initTestCase()
[all …]
H A DQueryTest.h16 class QueryTest : public Test
20 QueryTest(QObject *parent = nullptr);
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/tests/auto/
H A Dquerytest.cpp21 class QueryTest : public QGstTest class
37 void QueryTest::baseTest() in baseTest()
44 void QueryTest::positionTest() in positionTest()
55 void QueryTest::durationTest() in durationTest()
67 void QueryTest::latencyTest() in latencyTest()
79 void QueryTest::seekingTest() in seekingTest()
95 void QueryTest::segmentTest() in segmentTest()
111 void QueryTest::convertTest() in convertTest()
125 void QueryTest::formatsTest() in formatsTest()
172 void QueryTest::uriTest() in uriTest()
[all …]
/dports/sysutils/kf5-baloo/baloo-5.89.0/autotests/integration/
H A Dquerytest.cpp40 class QueryTest : public QObject class
156 void QueryTest::insertDocuments() in insertDocuments()
170 void QueryTest::insertTagDocuments() in insertTagDocuments()
189 void QueryTest::testTermEqual() in testTermEqual()
198 void QueryTest::testTermStartsWith() in testTermStartsWith()
207 void QueryTest::testTermAnd() in testTermAnd()
220 void QueryTest::testTermOr() in testTermOr()
259 void QueryTest::testTermPhrase() in testTermPhrase()
297 void QueryTest::testTagTermAnd() in testTagTermAnd()
330 void QueryTest::testTagTermPhrase() in testTagTermPhrase()
[all …]
/dports/devel/kf5-kpackage/kpackage-5.89.0/autotests/
H A Dquerytest.cpp19 void QueryTest::initTestCase() in initTestCase()
36 void QueryTest::cleanupTestCase() in cleanupTestCase()
41 void QueryTest::installAndQuery() in installAndQuery()
68 void QueryTest::queryCustomPlugin() in queryCustomPlugin()
99 QTEST_MAIN(QueryTest)
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/tests/
H A Dtest-query.cc37 TEST(QueryTest, CorrectCreatingQueryBuffering) in TEST() argument
45 TEST(QueryTest, CorrectCreatingQueryPosition) in TEST() argument
53 TEST(QueryTest, CorrectCreatingQueryConvert) in TEST() argument
61 TEST(QueryTest, CheckRefCountsDuringQueryCapsCreation) in TEST() argument
71 TEST(QueryTest, CheckStoringAllocationParams) in TEST() argument
89 TEST(QueryTest, ShouldCastToAnotherQueryTypeWithoutAdditionalReference) in TEST() argument
/dports/irc/znc/znc-1.8.2/test/
H A DQueryTest.cpp26 class QueryTest : public ::testing::Test { class
32 TEST_F(QueryTest, Name) { in TEST_F() argument
40 TEST_F(QueryTest, AddClearBuffer) { in TEST_F() argument
54 TEST_F(QueryTest, BufferSize) { in TEST_F() argument
71 TEST_F(QueryTest, SendBuffer) { in TEST_F() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dselector_query_test.cc27 struct QueryTest { struct
37 void RunTests(ContainerNode& scope, const QueryTest (&test_cases)[length]) { in RunTests()
141 static const struct QueryTest kTestCases[] = { in TEST()
255 static const struct QueryTest kTestCases[] = { in TEST()
308 static const struct QueryTest kTestCases[] = { in TEST()
344 static const struct QueryTest kTestCases[] = { in TEST()
373 static const struct QueryTest kTestCases[] = { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dselector_query_test.cc27 struct QueryTest { struct
37 void RunTests(ContainerNode& scope, const QueryTest (&test_cases)[length]) { in RunTests()
141 static const struct QueryTest kTestCases[] = { in TEST()
255 static const struct QueryTest kTestCases[] = { in TEST()
308 static const struct QueryTest kTestCases[] = { in TEST()
344 static const struct QueryTest kTestCases[] = { in TEST()
373 static const struct QueryTest kTestCases[] = { in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_query_unittest.cc19 class QueryTest : public testing::Test { class
28 TEST_F(QueryTest, MultipleQueries) { in TEST_F() argument
80 TEST_F(QueryTest, GetErrorBasic) { in TEST_F() argument
103 TEST_F(QueryTest, DISABLED_LatencyQueryBasic) { in TEST_F() argument
151 TEST_F(QueryTest, CommandsCompleted) { in TEST_F() argument
178 TEST_F(QueryTest, CommandsCompletedWithFinish) { in TEST_F() argument
/dports/net/kf5-kxmlrpcclient/kxmlrpcclient-5.89.0/autotests/
H A Dquerytest.cpp14 QTEST_MAIN(QueryTest)
27 void QueryTest::testValidity() in testValidity()
33 void QueryTest::testMarkupCall_data() in testMarkupCall_data()
130 void QueryTest::testMarkupCall() in testMarkupCall()
140 void QueryTest::testResponse_data() in testResponse_data()
204 void QueryTest::testResponse() in testResponse()
/dports/sysutils/libdnf/libdnf-0.64.0/tests/libdnf/sack/
H A DQueryTest.cpp6 CPPUNIT_TEST_SUITE_REGISTRATION(QueryTest);
10 void QueryTest::setUp() in setUp()
49 void QueryTest::tearDown() in tearDown()
57 void QueryTest::testQueryGetAdvisoryPkgs() in testQueryGetAdvisoryPkgs()
100 void QueryTest::testQueryFilterAdvisory() in testQueryFilterAdvisory()
H A DQueryTest.hpp11 class QueryTest : public CppUnit::TestCase class
13 CPPUNIT_TEST_SUITE(QueryTest);
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/firestore/internal/conformance/
H A Dtests.pb.go256 func (m *Test) GetQuery() *QueryTest {
744 type QueryTest struct { struct
754 func (m *QueryTest) Reset() { *m = QueryTest{} } argument
756 func (*QueryTest) ProtoMessage() {} argument
757 func (*QueryTest) Descriptor() ([]byte, []int) { argument
767 func (m *QueryTest) XXX_Merge(src proto.Message) { argument
770 func (m *QueryTest) XXX_Size() int { argument
773 func (m *QueryTest) XXX_DiscardUnknown() { argument
779 func (m *QueryTest) GetCollPath() string { argument
786 func (m *QueryTest) GetClauses() []*Clause { argument
[all …]

12345678910>>...14