Home
last modified time | relevance | path

Searched defs:tested (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/dports/net/libcmis/libcmis-0.5.2/qa/libcmis-c/
H A Dtest-object-type.cxx119 libcmis_ObjectTypePtr tested = getTested( false, false ); in getIdTest() local
130 libcmis_ObjectTypePtr tested = getTested( false, false ); in getLocalNameTest() local
141 libcmis_ObjectTypePtr tested = getTested( false, false ); in getLocalNamespaceTest() local
152 libcmis_ObjectTypePtr tested = getTested( false, false ); in getQueryNameTest() local
163 libcmis_ObjectTypePtr tested = getTested( false, false ); in getDisplayNameTest() local
174 libcmis_ObjectTypePtr tested = getTested( false, false ); in getDescriptionTest() local
185 libcmis_ObjectTypePtr tested = getTested( false, false ); in getParentTypeTest() local
201 libcmis_ObjectTypePtr tested = getTested( true, false ); in getParentTypeRootTest() local
214 libcmis_ObjectTypePtr tested = getTested( false, true ); in getParentTypeErrorTest() local
243 libcmis_ObjectTypePtr tested = getTested( false, true ); in getBaseTypeErrorTest() local
[all …]
H A Dtest-object.cxx131 libcmis_ObjectPtr tested = getTested( false ); in getIdTest() local
140 libcmis_ObjectPtr tested = getTested( false ); in getNameTest() local
149 libcmis_ObjectPtr tested = getTested( false ); in getPathsTest() local
161 libcmis_ObjectPtr tested = getTested( false ); in getBaseTypeTest() local
170 libcmis_ObjectPtr tested = getTested( false ); in getTypeTest() local
179 libcmis_ObjectPtr tested = getTested( false ); in getCreatedByTest() local
188 libcmis_ObjectPtr tested = getTested( false ); in getCreationDateTest() local
196 libcmis_ObjectPtr tested = getTested( false ); in getLastModifiedByTest() local
205 libcmis_ObjectPtr tested = getTested( false ); in getLastModificationDateTest() local
213 libcmis_ObjectPtr tested = getTested( false ); in getChangeTokenTest() local
[all …]
H A Dtest-property-type.cxx91 libcmis_PropertyTypePtr tested = getTested( id, "string" ); in getIdTest() local
101 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in getLocalNameTest() local
111 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in getLocalNamespaceTest() local
121 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in getDisplayNameTest() local
131 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in getQueryNameTest() local
192 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in isMultiValuedTest() local
201 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in isUpdatableTest() local
210 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in isInheritedTest() local
219 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in isRequiredTest() local
228 libcmis_PropertyTypePtr tested = getTested( "id", "string" ); in isQueryableTest() local
[all …]
H A Dtest-repository.cxx87 libcmis_RepositoryPtr tested = getTested( ); in getIdTest() local
98 libcmis_RepositoryPtr tested = getTested( ); in getNameTest() local
109 libcmis_RepositoryPtr tested = getTested( ); in getDescriptionTest() local
120 libcmis_RepositoryPtr tested = getTested( ); in getVendorNameTest() local
131 libcmis_RepositoryPtr tested = getTested( ); in getProductNameTest() local
142 libcmis_RepositoryPtr tested = getTested( ); in getProductVersionTest() local
153 libcmis_RepositoryPtr tested = getTested( ); in getRootIdTest() local
164 libcmis_RepositoryPtr tested = getTested( ); in getCmisVersionSupportedTest() local
175 libcmis_RepositoryPtr tested = getTested( ); in getThinClientUriTest() local
186 libcmis_RepositoryPtr tested = getTested( ); in getPrincipalAnonymousTest() local
[all …]
H A Dtest-document.cxx146 libcmis_ObjectPtr tested = new libcmis_object( ); in objectCastTest() local
172 libcmis_ObjectPtr tested = new libcmis_object( ); in objectCastFailureTest() local
190 libcmis_DocumentPtr tested = getTested( true, false ); in objectFunctionsTest() local
199 libcmis_DocumentPtr tested = getTested( true, false ); in getParentsTest() local
233 libcmis_DocumentPtr tested = getTested( true, true ); in getParentsErrorTest() local
251 libcmis_DocumentPtr tested = getTested( true, false ); in getContentStreamTest() local
274 libcmis_DocumentPtr tested = getTested( true, true ); in getContentStreamErrorTest() local
295 libcmis_DocumentPtr tested = getTested( true, false ); in getContentStreamBadAllocTest() local
347 libcmis_DocumentPtr tested = getTested( true, true ); in setContentStreamErrorTest() local
420 libcmis_DocumentPtr tested = getTested( true, true ); in checkOutErrorTest() local
[all …]
H A Dtest-folder.cxx109 libcmis_ObjectPtr tested = new libcmis_object( ); in objectCastTest() local
135 libcmis_ObjectPtr tested = new libcmis_object( ); in objectCastFailureTest() local
153 libcmis_FolderPtr tested = getTested( false, false ); in objectFunctionsTest() local
162 libcmis_FolderPtr tested = getTested( false, false ); in getParentTest() local
174 libcmis_FolderPtr tested = getTested( true, false ); in getParentRootTest() local
185 libcmis_FolderPtr tested = getTested( false, true ); in getParentErrorTest() local
197 libcmis_FolderPtr tested = getTested( false, false ); in getChildrenTest() local
209 libcmis_FolderPtr tested = getTested( false, true ); in getChildrenErrorTest() local
265 libcmis_FolderPtr tested = getTested( false, true ); in createFolderErrorTest() local
302 libcmis_FolderPtr tested = getTested( true, false ); in createDocumentTest() local
[all …]
H A Dtest-property.cxx83 libcmis_PropertyPtr tested = libcmis_property_create( type, values, size ); in getDateTimesTest() local
110 libcmis_PropertyPtr tested = libcmis_property_create( type, values, size ); in getBoolsTest() local
140 libcmis_PropertyPtr tested = libcmis_property_create( type, values, size ); in getStringsTest() local
165 libcmis_PropertyPtr tested = libcmis_property_create( type, values, size ); in getLongsTest() local
195 libcmis_PropertyPtr tested = libcmis_property_create( type, values, size ); in getDoublesTest() local
224 libcmis_PropertyPtr tested = libcmis_property_create( type, values, size ); in setValuesTest() local
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Drpc_retry_policy_test.cc44 void CheckLimitedTime(bigtable::RPCRetryPolicy& tested) { in CheckLimitedTime()
58 bigtable::LimitedTimeRetryPolicy tested(kLimitedTimeTestPeriod); in TEST() local
64 bigtable::LimitedTimeRetryPolicy tested(kLimitedTimeTestPeriod); in TEST() local
73 auto tested = original.clone(); in TEST() local
79 bigtable::LimitedTimeRetryPolicy tested(10_ms); in TEST() local
85 bigtable::LimitedErrorCountRetryPolicy tested(3); in TEST() local
96 auto tested = original.clone(); in TEST() local
106 bigtable::LimitedErrorCountRetryPolicy tested(3); in TEST() local
H A Dtable_admin_test.cc198 bigtable::TableAdmin tested(client_, "the-instance"); in TEST_F() local
206 bigtable::TableAdmin tested(client_, kInstanceId); in TEST_F() local
222 bigtable::TableAdmin tested(client_, "the-instance"); in TEST_F() local
257 bigtable::TableAdmin tested(client_, "the-instance"); in TEST_F() local
270 bigtable::TableAdmin tested( in TEST_F() local
366 bigtable::TableAdmin tested( in TEST_F() local
422 bigtable::TableAdmin tested( in TEST_F() local
466 bigtable::TableAdmin tested(client_, kInstanceId); in TEST_F() local
530 bigtable::TableAdmin tested( in TEST_F() local
585 bigtable::TableAdmin tested( in TEST_F() local
[all …]
H A Dinstance_admin_test.cc199 bigtable::InstanceAdmin tested(client_); in TEST_F() local
251 bigtable::InstanceAdmin tested(client_); in TEST_F() local
267 bigtable::InstanceAdmin tested(client_); in TEST_F() local
303 bigtable::InstanceAdmin tested(client_); in TEST_F() local
315 bigtable::InstanceAdmin tested(client_); in TEST_F() local
329 bigtable::InstanceAdmin tested(client_); in TEST_F() local
339 bigtable::InstanceAdmin tested(client_); in TEST_F() local
351 bigtable::InstanceAdmin tested(client_); in TEST_F() local
368 bigtable::InstanceAdmin tested(client_); in TEST_F() local
406 bigtable::InstanceAdmin tested(client_); in TEST_F() local
[all …]
H A Dpolling_policy_test.cc44 void CheckLimitedTime(PollingPolicy& tested) { in CheckLimitedTime()
58 GenericPollingPolicy<> tested(retry, backoff); in TEST() local
67 auto tested = original.clone(); in TEST() local
75 GenericPollingPolicy<> tested(retry, backoff); in TEST() local
86 GenericPollingPolicy<> tested(retry, backoff); in TEST() local
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Drpc_retry_policy_test.cc48 void CheckLimitedTime(RPCRetryPolicy& tested) { in CheckLimitedTime()
60 LimitedTimeRetryPolicy tested(kLimitedTimeTestPeriod); in TEST() local
66 LimitedTimeRetryPolicy tested(kLimitedTimeTestPeriod); in TEST() local
75 auto tested = original.clone(); in TEST() local
81 LimitedTimeRetryPolicy tested(10_ms); in TEST() local
87 LimitedErrorCountRetryPolicy tested(3); in TEST() local
98 auto tested = original.clone(); in TEST() local
108 LimitedErrorCountRetryPolicy tested(3); in TEST() local
H A Dtable_admin_test.cc201 TableAdmin tested(client_, "the-instance"); in TEST_F() local
209 TableAdmin tested(client_, kInstanceId); in TEST_F() local
225 TableAdmin tested(client_, "the-instance"); in TEST_F() local
260 TableAdmin tested(client_, "the-instance"); in TEST_F() local
291 TableAdmin tested(client_, "the-instance"); in TEST_F() local
330 TableAdmin tested(client_, "the-instance"); in TEST_F() local
387 TableAdmin tested(client_, "the-instance"); in TEST_F() local
408 TableAdmin tested(client_, "the-instance"); in TEST_F() local
436 TableAdmin tested(client_, "the-instance"); in TEST_F() local
453 TableAdmin tested(client_, "the-instance"); in TEST_F() local
[all …]
H A Dinstance_admin_test.cc206 InstanceAdmin tested(client_); in TEST_F() local
258 InstanceAdmin tested(client_); in TEST_F() local
274 InstanceAdmin tested(client_); in TEST_F() local
310 InstanceAdmin tested(client_); in TEST_F() local
340 InstanceAdmin tested(client_); in TEST_F() local
354 InstanceAdmin tested(client_); in TEST_F() local
364 InstanceAdmin tested(client_); in TEST_F() local
376 InstanceAdmin tested(client_); in TEST_F() local
393 InstanceAdmin tested(client_); in TEST_F() local
431 InstanceAdmin tested(client_); in TEST_F() local
[all …]
H A Dpolling_policy_test.cc44 void CheckLimitedTime(PollingPolicy& tested) { in CheckLimitedTime()
58 GenericPollingPolicy<> tested(retry, backoff); in TEST() local
67 auto tested = original.clone(); in TEST() local
75 GenericPollingPolicy<> tested(retry, backoff); in TEST() local
86 GenericPollingPolicy<> tested(retry, backoff); in TEST() local
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/internal/
H A Dretry_policy_test.cc53 void CheckLimitedTime(RetryPolicy& tested) { in CheckLimitedTime()
62 LimitedTimeRetryPolicyForTest tested(kLimitedTimeTestPeriod); in TEST() local
75 LimitedTimeRetryPolicyForTest tested(std::chrono::milliseconds(10)); in TEST() local
81 LimitedErrorCountRetryPolicyForTest tested(3); in TEST() local
92 auto tested = original.clone(); in TEST() local
102 LimitedErrorCountRetryPolicyForTest tested(3); in TEST() local
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/internal/
H A Dretry_policy_test.cc53 void CheckLimitedTime(RetryPolicy& tested) { in CheckLimitedTime()
62 LimitedTimeRetryPolicyForTest tested(kLimitedTimeTestPeriod); in TEST() local
75 LimitedTimeRetryPolicyForTest tested(std::chrono::milliseconds(10)); in TEST() local
81 LimitedErrorCountRetryPolicyForTest tested(3); in TEST() local
92 auto tested = original.clone(); in TEST() local
102 LimitedErrorCountRetryPolicyForTest tested(3); in TEST() local
/dports/devel/gitlist/gitlist/vendor/phpunit/php-code-coverage/src/CodeCoverage/Report/XML/
H A DTotals.php101 public function setNumClasses($count, $tested)
111 public function setNumTraits($count, $tested)
121 public function setNumMethods($count, $tested)
131 public function setNumFunctions($count, $tested)
/dports/devel/pear-PHP_CodeCoverage/php-code-coverage-5.2.2/src/Report/Xml/
H A DTotals.php102 public function setNumClasses($count, $tested)
112 public function setNumTraits($count, $tested)
122 public function setNumMethods($count, $tested)
132 public function setNumFunctions($count, $tested)
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/hdl/vhdl2/
H A DVHDLSimulatorTest.java45 int tested = new FileScanner(this::checkVHDLExport).noOutput().scan(examples); in testInSimulator() local
56 int tested = new FileScanner(this::checkVHDLExport).noOutput().scan(examples); in testInSimulator2() local
66 int tested = new FileScanner(this::checkVHDLExport).noOutput().scan(examples); in testInSimulatorInOut() local
77 int tested = new FileScanner(this::checkVHDLExport).noOutput().scan(examples); in testDistributedInSimulator() local
121 int tested = new FileScanner(f -> { in testGHDLInSimulator() local
/dports/science/cdk/cdk-cdk-2.3/base/test-core/src/test/java/org/openscience/cdk/atomtype/
H A DCDKAtomTypeMatcherTestFileReposTest.java57 int tested = 0; in testPDBfiles() local
72 int tested = 0; in testMOL2files() local
87 int tested = 0; in testASNfiles() local
132 int tested = 0; in testMDLMolfiles() local
218 int tested; field in CDKAtomTypeMatcherTestFileReposTest.TestResults
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/hdl/verilog2/
H A DVerilogSimulatorTest.java53 int tested = new FileScanner(this::checkVerilogExport).noOutput().scan(examples); in testInSimulator() local
64 int tested = new FileScanner(this::checkVerilogExport).noOutput().scan(examples); in testInSimulator2() local
74 int tested = new FileScanner(f -> { in testInSimulatorInOut() local
89 int tested = new FileScanner(this::checkVerilogExport).noOutput().scan(examples); in testDistributedInSimulator() local
127 int tested = new FileScanner(f -> { in testIVERILOGInSimulator() local
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dcheck-libstdc++.py21 tested = False variable
35 tested = True variable
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dcheck-libstdc++.py19 tested = False variable
33 tested = True variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/harfbuzz/src/
H A Dcheck-libstdc++.py21 tested = False variable
35 tested = True variable

12345678910>>...24