Home
last modified time | relevance | path

Searched defs:testee (Results 1 – 25 of 127) sorted by relevance

123456

/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Dsave_inspector.cpp24 struct testee : serializer { struct
25 std::string log;
27 size_t indent = 0;
33 void new_line() { in new_line()
46 bool end_object() override { in end_object()
88 bool end_field() override { in end_field()
105 bool end_tuple() override { in end_tuple()
164 bool value(byte) override { in value()
170 bool value(bool) override { in value()
176 bool value(int8_t) override { in value()
[all …]
H A Dload_inspector.cpp28 struct testee : deserializer { struct
29 std::string log;
36 size_t indent = 0;
38 void reset() { in reset()
44 void new_line() { in new_line()
61 bool end_object() override { in end_object()
105 bool end_field() override { in end_field()
120 bool end_tuple() override { in end_tuple()
150 bool end_sequence() override { in end_sequence()
173 bool value(bool& x) override { in value()
[all …]
H A Dcomposition.cpp54 auto testee = stage2 * stage1; in CAF_TEST_FIXTURE_SCOPE() local
64 auto testee = stage1 * stage2 * stage1; in CAF_TEST() local
75 auto testee = stage2 * stage1; in CAF_TEST() local
H A Dconstructor_attach.cpp15 class testee : public event_based_actor { class
17 testee(actor_config& cfg, actor buddy) : event_based_actor(cfg) { in testee() function in __anon1bad476e0111::testee
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/
H A DExprPatterns.h25 inline const ExprVarNode* isVariable(const ExprNode* testee) { in isVariable()
29 inline const ExprNumNode* isScalar(const ExprNode* testee) { in isScalar()
33 inline const ExprVecNode* isVector(const ExprNode* testee) { in isVector()
37 inline const ExprVecNode* isLitVec(const ExprNode* testee) { in isLitVec()
44 inline const ExprStrNode* isString(const ExprNode* testee) { in isString()
48 inline const ExprAssignNode* isAssign(const ExprNode* testee) { in isAssign()
52 inline const ExprFuncNode* isFunc(const ExprNode* testee) { in isFunc()
63 inline const ExprFuncNode* isStrFunc(const ExprNode* testee) { in isStrFunc()
73 inline bool hasCurveNumArgs(const ExprFuncNode* testee) { in hasCurveNumArgs()
78 inline const ExprFuncNode* isCurveFunc(const ExprNode* testee) { in isCurveFunc()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/detail/
H A Dprivate_thread_pool.cpp64 struct testee : resumable { struct
82 testee f; argument
/dports/biology/jalview/jalview/test/jalview/util/
H A DParseHtmlBodyAndLinksTest.java43 ParseHtmlBodyAndLinks testee = new ParseHtmlBodyAndLinks( in testParseHtml_noLinks() local
58 ParseHtmlBodyAndLinks testee = new ParseHtmlBodyAndLinks( in testParseHtml_withLinks() local
76 ParseHtmlBodyAndLinks testee = new ParseHtmlBodyAndLinks( in testParseHtml_withLinksWithParameters() local
91 ParseHtmlBodyAndLinks testee = new ParseHtmlBodyAndLinks( in testParseHtml_withLinksWithEncoding() local
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/outputview/tests/
H A Dtest_filteringstrategy.cpp102 NoFilterStrategy testee; in testNoFilterStrategy() local
168 CompilerFilterStrategy testee(projecturl); in testCompilerFilterStrategy() local
206 CompilerFilterStrategy testee(projecturl); in testCompilerFilterstrategyMultipleKeywords() local
242 ScriptErrorFilterStrategy testee; in testScriptErrorFilterStrategy() local
407 NativeAppErrorFilterStrategy testee; in testNativeAppErrorFilterStrategy() local
458 StaticAnalysisFilterStrategy testee; in testStaticAnalysisFilterStrategy() local
510 CompilerFilterStrategy testee(projecturl); in testCompilerFilterstrategyUrlFromAction() local
546 static CompilerFilterStrategy testee(QUrl::fromLocalFile(projecturl)); in benchMarkCompilerFilterAction() local
630 CompilerFilterStrategy testee(projecturl); in testExtractionOfLineAndColumn() local
/dports/biology/jalview/jalview/test/jalview/analysis/
H A DAnnotationSorterTest.java130 AnnotationSorter testee = new AnnotationSorter(al, false); in testSortBySequenceAndType_autocalcLast() local
157 AnnotationSorter testee = new AnnotationSorter(al, true); in testSortBySequenceAndType_autocalcFirst() local
193 AnnotationSorter testee = new AnnotationSorter(al, false); in testSortByTypeAndSequence_autocalcLast() local
220 AnnotationSorter testee = new AnnotationSorter(al, true); in testSortByTypeAndSequence_autocalcFirst() local
248 AnnotationSorter testee = new AnnotationSorter(al, true); in testNoSort_autocalcFirst() local
290 AnnotationSorter testee = new AnnotationSorter(alignment, false); in testTiming_presorted() local
334 AnnotationSorter testee = new AnnotationSorter(alignment, false); in testTiming_unsorted() local
387 AnnotationSorter testee = new AnnotationSorter(alignment, false); in testTiming_semiSorted() local
/dports/biology/jalview/jalview/test/jalview/schemes/
H A DAnnotationColourGradientTest.java66 AnnotationColourGradient testee = new AnnotationColourGradient(ann, in testShadeCalculation_noThreshold() local
86 AnnotationColourGradient testee = new AnnotationColourGradient(ann, in testShadeCalculation_aboveThreshold() local
147 AnnotationColourGradient testee = new AnnotationColourGradient(ann, in testShadeCalculation_belowThreshold() local
209 AnnotationColourGradient testee = new AnnotationColourGradient(ann, in testFindColour_aboveThreshold() local
253 AnnotationColourGradient testee = new AnnotationColourGradient(ann, in testFindColour_belowThreshold() local
288 AnnotationColourGradient testee = new AnnotationColourGradient(ann, in testFindColour_noThreshold() local
307 AnnotationColourGradient testee = new AnnotationColourGradient(ann, in testFindColour_originalColours() local
/dports/biology/jalview/jalview/test/jalview/io/gff/
H A DGff3HelperTest.java66 GffHelperBase testee = new Gff3Helper(); in testProcessCdnaMatch_forwardToForward() local
113 GffHelperBase testee = new Gff3Helper(); in testProcessCdnaMatch_forwardToReverse() local
160 GffHelperBase testee = new Gff3Helper(); in testProcessCdnaMatch_reverseToForward() local
189 GffHelperBase testee = new Gff3Helper(); in testProcessCdnaMatch_spliced() local
239 Gff3Helper testee = new Gff3Helper(); in testGetDescription() local
H A DExonerateHelperTest.java95 ExonerateHelper testee = new ExonerateHelper(); in testProcessGffSimilarity_protein2dna_forward_querygff() local
138 ExonerateHelper testee = new ExonerateHelper(); in testProcessGffSimilarity_protein2dna_reverse_querygff() local
181 ExonerateHelper testee = new ExonerateHelper(); in testProcessGffSimilarity_protein2dna_forward_targetgff() local
227 ExonerateHelper testee = new ExonerateHelper(); in testProcessGffSimilarity_protein2dna_reverse_targetgff() local
/dports/biology/jalview/jalview/test/jalview/ext/ensembl/
H A DEnsemblGeneTest.java75 EnsemblGene testee = new EnsemblGene(); in testGetGenomicRangesFromFeatures() local
107 EnsemblGene testee = new EnsemblGene(); in testGetGenomicRangesFromFeatures_ncRNA_gene_reverseStrand() local
175 EnsemblGene testee = new EnsemblGene(); in testGetTranscriptFeatures() local
196 EnsemblGene testee = new EnsemblGene(); in testRetainFeature() local
316 EnsemblGene testee = new EnsemblGene(); in testGetGeneIds() local
H A DEnsemblCdnaTest.java73 EnsemblCdna testee = new EnsemblCdna(); in testGetGenomicRangesFromFeatures_reverseStrand() local
128 EnsemblCdna testee = new EnsemblCdna(); in testGetGenomicRangesFromFeatures() local
180 EnsemblCdna testee = new EnsemblCdna(); in testGetGenomicRangesFromFeatures_mixedStrand() local
210 EnsemblCdna testee = new EnsemblCdna(); in testRetainFeature() local
H A DEnsemblGenomeTest.java71 EnsemblGenome testee = new EnsemblGenome(); in testGetGenomicRangesFromFeatures() local
134 EnsemblGenome testee = new EnsemblGenome(); in testRetainFeature() local
H A DEnsemblCdsTest.java72 EnsemblCds testee = new EnsemblCds(); in testGetGenomicRangesFromFeatures() local
128 EnsemblCds testee = new EnsemblCds(); in testRetainFeature() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/component/
H A Dtest_component_test_framework.cc126 ProcessWrapper &testee = launch_command( in TEST_F() local
195 ProcessWrapper &testee = launch_command( in TEST_F() local
217 ProcessWrapper &testee = launch_command( in TEST_F() local
239 ProcessWrapper &testee = in TEST_F() local
261 ProcessWrapper &testee = launch_command( in TEST_F() local
/dports/biology/jalview/jalview/test/jalview/gui/
H A DPairwiseAlignmentPanelTest.java38 PairwiseAlignPanel testee = new PairwiseAlignPanel(viewport); in testConstructor_withSelectionGroup() local
63 PairwiseAlignPanel testee = new PairwiseAlignPanel(viewport); in testConstructor_noSelectionGroup() local
H A DSeqPanelTest.java237 SeqPanel testee = alignFrame.alignPanel.getSeqPanel(); in testFindMousePosition_unwrapped() local
281 SeqPanel testee = alignFrame.alignPanel.getSeqPanel(); in testFindMousePosition_wrapped_annotations() local
455 SeqPanel testee = alignFrame.alignPanel.getSeqPanel(); in testFindMousePosition_wrapped_scaleAbove() local
655 SeqPanel testee = alignFrame.alignPanel.getSeqPanel(); in testFindMousePosition_wrapped_noAnnotations() local
727 SeqPanel testee = alignFrame.alignPanel.getSeqPanel(); in testFindColumn_unwrapped() local
801 SeqPanel testee = alignFrame.alignPanel.getSeqPanel(); in testFindColumn_wrapped() local
H A DSeqCanvasTest.java59 SeqCanvas testee = af.alignPanel.getSeqPanel().seqCanvas; in testCalculateWrappedGeometry_noAnnotations() local
236 SeqCanvas testee = af.alignPanel.getSeqPanel().seqCanvas; in testCalculateWrappedGeometry_withAnnotations() local
329 SeqCanvas testee = af.alignPanel.getSeqPanel().seqCanvas; in testCalculateWrappedGeometry_fromScrolled() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text.tests/src/org/eclipse/text/tests/
H A DTextUtilitiesTest.java162 LazilyMirroredDocument testee= new LazilyMirroredDocument(reference); in testMergeEvents1() local
180 LazilyMirroredDocument testee= new LazilyMirroredDocument(reference); in testMergeEvents() local
233 LazilyMirroredDocument2 testee= new LazilyMirroredDocument2(reference); in testMergeEvents2() local
276 private static void check(IDocument reference, IDocument testee) { in check()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-nsdmi4.C10 struct testee struct
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-nsdmi4.C10 struct testee struct
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-nsdmi4.C10 struct testee struct
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-nsdmi4.C10 struct testee struct

123456