Home
last modified time | relevance | path

Searched refs:recursiveCall (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_HTML_Listener.h220 void _closeSection(bool recursiveCall = false);
225 void _openTable(PT_AttrPropIndex api, bool recursiveCall = false);
226 void _closeTable(bool recursiveCall = false);
228 void _openRow(PT_AttrPropIndex api, bool recursiveCall = false);
229 void _closeRow(bool recursiveCall = false);
231 void _openCell(PT_AttrPropIndex api, bool recursiveCall = false);
232 void _closeCell(bool recursiveCall = false);
234 void _openList(PT_AttrPropIndex api, bool recursiveCall = false);
235 void _closeList(bool recursiveCall = false);
238 void _openListItem(bool recursiveCall = false);
[all …]
H A Die_exp_HTML_Listener.cpp1155 if (!recursiveCall) in _openSection()
1225 if (!recursiveCall) in _closeSection()
1394 if (!recursiveCall) in _openTable()
1781 if (!recursiveCall) in _closeTable()
1798 if (!recursiveCall) in _openRow()
1814 if (!recursiveCall) in _closeRow()
1833 if (!recursiveCall) in _openCell()
2168 if (!recursiveCall) in _closeCell()
2209 if (!recursiveCall) in _openList()
2276 if (!recursiveCall) in _closeList()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/exp/xp/
H A DODe_AbiDocListener.h86 void _openSection(PT_AttrPropIndex api, bool recursiveCall = false);
87 void _closeSection(bool recursiveCall = false);
92 void _openTable(PT_AttrPropIndex api, bool recursiveCall = false);
93 void _closeTable(bool recursiveCall = false);
95 void _openCell(PT_AttrPropIndex api, bool recursiveCall = false);
96 void _closeCell(bool recursiveCall = false);
H A DODe_AbiDocListener.cpp662 if (!recursiveCall) { in _openSection()
694 void ODe_AbiDocListener::_closeSection(bool recursiveCall) { in _closeSection() argument
696 if (!recursiveCall) { in _closeSection()
945 void ODe_AbiDocListener::_openTable(PT_AttrPropIndex api, bool recursiveCall) { in _openTable() argument
950 if (!recursiveCall) { in _openTable()
980 void ODe_AbiDocListener::_closeTable(bool recursiveCall) { in _closeTable() argument
982 if (!recursiveCall) { in _closeTable()
1009 void ODe_AbiDocListener::_openCell(PT_AttrPropIndex api, bool recursiveCall) { in _openCell() argument
1013 if (!recursiveCall) { in _openCell()
1052 void ODe_AbiDocListener::_closeCell(bool recursiveCall) { in _closeCell() argument
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DObject.c131 recursiveCall++; in Object_destroy()
135 recursiveCall--; in Object_destroy()
154 recursiveCall++; in Object_destroy()
174 recursiveCall--; in Object_destroy()
180 while (( recursiveCall == 0) && ( postDestroys. count > 0)) { in Object_destroy()
182 recursiveCall++; in Object_destroy()
184 recursiveCall--; in Object_destroy()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dguts.h12 #define dPUB_ARGS int rc = recursiveCall
13 #define PUB_CHECK rc = recursiveCall
25 extern int recursiveCall;
/dports/textproc/go-yq/yq-4.7.0/vendor/gopkg.in/op/go-logging.v1/
H A Dformat.go359 recursiveCall := false
363 recursiveCall = true
367 if recursiveCall {
368 recursiveCall = false
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/shenwei356/go-logging/
H A Dformat.go370 recursiveCall := false
374 recursiveCall = true
378 if recursiveCall {
379 recursiveCall = false
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-logging/
H A Dformat.go367 recursiveCall := false
371 recursiveCall = true
375 if recursiveCall {
376 recursiveCall = false
/dports/sysutils/rush/rush-0.4.2-9-ga800565/vendor/github.com/shenwei356/go-logging/
H A Dformat.go370 recursiveCall := false
374 recursiveCall = true
378 if recursiveCall {
379 recursiveCall = false
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/ReservedStack/
H A DReservedStackTest.java199 recursiveCall(); in run()
217 void recursiveCall() { in recursiveCall() method in ReservedStackTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DReservedStackAccessTest.java167 recursiveCall(); in run()
174 void recursiveCall() { in recursiveCall() method in ReservedStackAccessTest.RunWithSOEContext
214 recursiveCall(); in recursiveCall()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DReservedStackAccessTest.java169 recursiveCall(); in run()
176 void recursiveCall() { in recursiveCall() method in ReservedStackAccessTest.RunWithSOEContext
216 recursiveCall(); in recursiveCall()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/ReservedStack/
H A DReservedStackTest.java199 recursiveCall(); in run()
217 void recursiveCall() { in recursiveCall() method in ReservedStackTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DReservedStackAccessTest.java167 recursiveCall(); in run()
174 void recursiveCall() { in recursiveCall() method in ReservedStackAccessTest.RunWithSOEContext
214 recursiveCall(); in recursiveCall()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/ReservedStack/
H A DReservedStackTest.java199 recursiveCall(); in run()
217 void recursiveCall() { in recursiveCall() method in ReservedStackTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/ReservedStack/
H A DReservedStackTest.java199 recursiveCall(); in run()
217 void recursiveCall() { in recursiveCall() method in ReservedStackTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DReservedStackAccessTest.java176 recursiveCall(); in run()
183 void recursiveCall() { in recursiveCall() method in ReservedStackAccessTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/ReservedStack/
H A DReservedStackTest.java203 recursiveCall(); in run()
221 void recursiveCall() { in recursiveCall() method in ReservedStackTest.RunWithSOEContext
227 recursiveCall(); in recursiveCall()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/ReservedStack/
H A DReservedStackTest.java199 recursiveCall(); in run()
217 void recursiveCall() { in recursiveCall() method in ReservedStackTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DReservedStackAccessTest.java167 recursiveCall(); in run()
174 void recursiveCall() { in recursiveCall() method in ReservedStackAccessTest.RunWithSOEContext
214 recursiveCall(); in recursiveCall()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/ReservedStack/
H A DReservedStackTest.java199 recursiveCall(); in run()
217 void recursiveCall() { in recursiveCall() method in ReservedStackTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DReservedStackAccessTest.java176 recursiveCall(); in run()
183 void recursiveCall() { in recursiveCall() method in ReservedStackAccessTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DReservedStackAccessTest.java170 recursiveCall(); in run()
177 void recursiveCall() { in recursiveCall() method in ReservedStackAccessTest.RunWithSOEContext
217 recursiveCall(); in recursiveCall()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/ReservedStack/
H A DReservedStackTest.java199 recursiveCall(); in run()
217 void recursiveCall() { in recursiveCall() method in ReservedStackTest.RunWithSOEContext
223 recursiveCall(); in recursiveCall()

12