Home
last modified time | relevance | path

Searched refs:resBefore (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/fop/fop-2.6/fop/test/fotree/unittests/table/
H A Dcollapsed-conditional-borders_test-generator.py93 resBefore = {} variable in TableGenerator
109 self.resBefore = resolution
128 for beforeAfter in [self.resBefore, resolution]:
136 self.resBefore = {}
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/scheduler/
H A DTaskResultGetterSuite.scala242 val resBefore = resultGetter.taskResults.head constant
244 val resSizeBefore = resBefore.accumUpdates.find(_.name == Some(RESULT_SIZE)).map(_.value)
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A DGDLInterpreter.cpp1101 BaseGDL* resBefore = res; in l_decinc_array_expr() local
1102 res = resBefore->Index( aL); in l_decinc_array_expr()
1104 if( dec_inc == POSTDEC) resBefore->DecAt( aL); in l_decinc_array_expr()
1105 else if( dec_inc == POSTINC) resBefore->IncAt( aL); in l_decinc_array_expr()
1134 BaseGDL* resBefore = res; in l_decinc_array_expr() local
1135 res = resBefore->Dup(); in l_decinc_array_expr()
1137 if( dec_inc == POSTDEC) resBefore->Dec(); in l_decinc_array_expr()
1138 else if( dec_inc == POSTINC) resBefore->Inc(); in l_decinc_array_expr()
H A Dgdlc.i.g1575 BaseGDL* resBefore = res;
1576 res = resBefore->Index( aL);
1578 if( dec_inc == POSTDEC) resBefore->DecAt( aL);
1579 else if( dec_inc == POSTINC) resBefore->IncAt( aL);
1608 BaseGDL* resBefore = res;
1609 res = resBefore->Dup();
1611 if( dec_inc == POSTDEC) resBefore->Dec();
1612 else if( dec_inc == POSTINC) resBefore->Inc();
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcleanuppreview.cpp446 UndoCameraTestScale(const TDimension &resBefore, in UndoCameraTestScale() argument
449 : m_resBefore(resBefore) in UndoCameraTestScale()