Lines Matching refs:throwException

163 ResetGlobals(bool throwException = true, bool flog = false) {  in ResetGlobals()  argument
166 ResetEhGlobals(throwException, flog); in ResetGlobals()
349 void run_one_input_node_test(bool throwException, bool flog) { in run_one_input_node_test() argument
371 ResetGlobals(throwException,flog); in run_one_input_node_test()
372 if(throwException) { in run_one_input_node_test()
385 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_input_node_test()
388 if(throwException) { in run_one_input_node_test()
482 run_one_functype_node_test(bool throwException, bool flog, const char * /*name*/) { in run_one_functype_node_test() argument
513 …< " iter=" << iter << ", threads=" << g_NumThreads << ", throw=" << (throwException ? "T" : "F") <… in run_one_functype_node_test()
515 ResetGlobals(throwException,flog); in run_one_functype_node_test()
516 if(throwException) { in run_one_functype_node_test()
530 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_functype_node_test()
536 if(throwException) { in run_one_functype_node_test()
794 void run_one_continue_node_test (bool throwException, bool flog) { in run_one_continue_node_test() argument
817 ResetGlobals(throwException,flog); in run_one_continue_node_test()
818 if(throwException) { in run_one_continue_node_test()
830 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_continue_node_test()
834 if(throwException) { in run_one_continue_node_test()
915 void run_one_buffer_node_test(bool throwException,bool flog) { in run_one_buffer_node_test() argument
932 ResetGlobals(throwException,flog); in run_one_buffer_node_test()
933 if(throwException) { in run_one_buffer_node_test()
945 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_buffer_node_test()
948 if(throwException) { in run_one_buffer_node_test()
998 bool throwException = (i & 0x1) != 0; in run_buffer_queue_and_overwrite_node_test() local
1007 >(throwException, doFlog); in run_buffer_queue_and_overwrite_node_test()
1015 >(throwException, doFlog); in run_buffer_queue_and_overwrite_node_test()
1023 >(throwException, doFlog); in run_buffer_queue_and_overwrite_node_test()
1049 void run_one_sequencer_node_test(bool throwException,bool flog) { in run_one_sequencer_node_test() argument
1066 ResetGlobals(throwException,flog); in run_one_sequencer_node_test()
1067 if(throwException) { in run_one_sequencer_node_test()
1079 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_sequencer_node_test()
1082 if(throwException) { in run_one_sequencer_node_test()
1131 bool throwException = (i & 0x1) != 0; in run_sequencer_node_test() local
1141 >(throwException, doFlog); in run_sequencer_node_test()
1169 void run_one_priority_queue_node_test(bool throwException,bool flog) { in run_one_priority_queue_node_test() argument
1189 ResetGlobals(throwException,flog); in run_one_priority_queue_node_test()
1190 if(throwException) { in run_one_priority_queue_node_test()
1202 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_priority_queue_node_test()
1205 if(throwException) { in run_one_priority_queue_node_test()
1255 bool throwException = (i & 0x1) != 0; in run_priority_queue_node_test() local
1264 >(throwException, doFlog); in run_priority_queue_node_test()
1309 static void execute_test(bool throwException,bool flog) { in execute_test()
1331 ResetGlobals(throwException,flog); in execute_test()
1332 if(throwException) { in execute_test()
1346 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in execute_test()
1350 if(throwException) { in execute_test()
1418 static void execute_test(bool throwException,bool flog) { in execute_test()
1441 ResetGlobals(throwException,flog); in execute_test()
1442 if(throwException) { in execute_test()
1456 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in execute_test()
1460 if(throwException) { in execute_test()
1517 bool throwException = (i & 0x1) != 0; in run_join_node_test() local
1528 SinkBodyType>::execute_test(throwException,doFlog); in run_join_node_test()
1556 void run_one_limiter_node_test(bool throwException,bool flog) { in run_one_limiter_node_test() argument
1573 ResetGlobals(throwException,flog); in run_one_limiter_node_test()
1574 if(throwException) { in run_one_limiter_node_test()
1586 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_limiter_node_test()
1589 if(throwException) { in run_one_limiter_node_test()
1641 bool throwException = (i & 0x1) != 0; in run_limiter_node_test() local
1650 >(throwException, doFlog); in run_limiter_node_test()
1676 void run_one_split_node_test(bool throwException, bool flog) { in run_one_split_node_test() argument
1699 ResetGlobals(throwException,flog); in run_one_split_node_test()
1700 if(throwException) { in run_one_split_node_test()
1712 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_split_node_test()
1716 if(throwException) { in run_one_split_node_test()
1756 bool throwException = (i & 0x1) != 0; in run_split_node_test() local
1767 (throwException,doFlog); in run_split_node_test()
1792 void run_one_indexer_node_test(bool throwException,bool flog) { in run_one_indexer_node_test() argument
1815 ResetGlobals(throwException,flog); in run_one_indexer_node_test()
1816 if(throwException) { in run_one_indexer_node_test()
1830 … !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !throwException; in run_one_indexer_node_test()
1834 if(throwException) { in run_one_indexer_node_test()
1890 bool throwException = (i & 0x1) != 0; in run_indexer_node_test() local
1900 SinkBodyType>(throwException,doFlog); in run_indexer_node_test()