Home
last modified time | relevance | path

Searched refs:jumpFrom (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_sys_settrace.py579 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
582 self.jumpFrom = jumpFrom
599 frame.f_lineno == self.firstLine + self.jumpFrom):
647 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
649 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
660 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
662 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
673 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
680 self.run_test(func, jumpFrom, jumpTo, expected,
685 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_sys_settrace.py612 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
615 self.jumpFrom = jumpFrom
632 frame.f_lineno == self.firstLine + self.jumpFrom):
680 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
682 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
693 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
695 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
707 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
714 self.run_test(func, jumpFrom, jumpTo, expected,
719 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_sys_settrace.py612 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
615 self.jumpFrom = jumpFrom
632 frame.f_lineno == self.firstLine + self.jumpFrom):
680 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
682 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
693 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
695 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
707 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
714 self.run_test(func, jumpFrom, jumpTo, expected,
719 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_sys_settrace.py612 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
615 self.jumpFrom = jumpFrom
632 frame.f_lineno == self.firstLine + self.jumpFrom):
680 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
682 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
693 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
695 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
707 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
714 self.run_test(func, jumpFrom, jumpTo, expected,
719 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_sys_settrace.py612 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
615 self.jumpFrom = jumpFrom
632 frame.f_lineno == self.firstLine + self.jumpFrom):
680 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
682 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
693 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
695 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
707 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
714 self.run_test(func, jumpFrom, jumpTo, expected,
719 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_sys_settrace.py777 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
780 self.jumpFrom = jumpFrom
797 frame.f_lineno == self.firstLine + self.jumpFrom):
845 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
847 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
858 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
860 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
872 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
879 self.run_test(func, jumpFrom, jumpTo, expected,
884 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_sys_settrace.py612 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
615 self.jumpFrom = jumpFrom
632 frame.f_lineno == self.firstLine + self.jumpFrom):
680 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
682 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
693 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
695 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
707 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
714 self.run_test(func, jumpFrom, jumpTo, expected,
719 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_sys_settrace.py1268 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
1271 self.jumpFrom = jumpFrom
1288 frame.f_lineno == self.firstLine + self.jumpFrom):
1336 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
1338 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
1349 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
1351 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
1363 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
1370 self.run_test(func, jumpFrom, jumpTo, expected,
1375 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_sys_settrace.py1344 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
1347 self.jumpFrom = jumpFrom
1364 frame.f_lineno == self.firstLine + self.jumpFrom):
1412 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
1414 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
1425 def run_async_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
1427 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
1439 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
1446 self.run_test(func, jumpFrom, jumpTo, expected,
1451 def async_jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_sys_settrace.py485 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
488 self.jumpFrom = jumpFrom
505 frame.f_lineno == self.firstLine + self.jumpFrom):
553 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
555 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
566 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
573 self.run_test(func, jumpFrom, jumpTo, expected,
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_sys_settrace.py485 def __init__(self, function, jumpFrom, jumpTo, event='line', argument
488 self.jumpFrom = jumpFrom
505 frame.f_lineno == self.firstLine + self.jumpFrom):
553 def run_test(self, func, jumpFrom, jumpTo, expected, error=None, argument
555 tracer = JumpTracer(func, jumpFrom, jumpTo, event, decorated)
566 def jump_test(jumpFrom, jumpTo, expected, error=None, event='line'): argument
573 self.run_test(func, jumpFrom, jumpTo, expected,
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp847 FILE *jumpFrom = ((DocumentStyle == LATEX_ARTICLE) ? Contents : Chapters); in HTMLOnMacro() local
849 SetCurrentOutputs(jumpFrom, Sections); in HTMLOnMacro()
853 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s\">"), ConvertCase(SectionsName)); in HTMLOnMacro()
855 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s#%s\">"), ConvertCase(SectionsName), topicName); in HTMLOnMacro()
860 wxFprintf(jumpFrom, _T("\n<A HREF=\"%s\"><B>"), ConvertCase(SectionsName)); in HTMLOnMacro()
862 wxFprintf(jumpFrom, _T("\n<A HREF=\"%s#%s\"><B>"), ConvertCase(SectionsName), topicName); in HTMLOnMacro()
869 wxFprintf(jumpFrom, _T("</A>\n")); in HTMLOnMacro()
871 wxFprintf(jumpFrom, _T("</B></A><BR>\n")); in HTMLOnMacro()
H A Drtfutils.cpp1241 FILE *jumpFrom; in RTFOnMacro() local
1243 jumpFrom = Contents; in RTFOnMacro()
1245 jumpFrom = Chapters; in RTFOnMacro()
1269 SetCurrentOutputs(jumpFrom, Sections); in RTFOnMacro()
1276 wxFprintf(jumpFrom, _T("\n{\\uldb ")); in RTFOnMacro()
1335 wxFprintf(jumpFrom, _T("}{\\v %s}\\pard\\par\n"), topicName); in RTFOnMacro()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp847 FILE *jumpFrom = ((DocumentStyle == LATEX_ARTICLE) ? Contents : Chapters); in HTMLOnMacro() local
849 SetCurrentOutputs(jumpFrom, Sections); in HTMLOnMacro()
853 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s\">"), ConvertCase(SectionsName)); in HTMLOnMacro()
855 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s#%s\">"), ConvertCase(SectionsName), topicName); in HTMLOnMacro()
860 wxFprintf(jumpFrom, _T("\n<A HREF=\"%s\"><B>"), ConvertCase(SectionsName)); in HTMLOnMacro()
862 wxFprintf(jumpFrom, _T("\n<A HREF=\"%s#%s\"><B>"), ConvertCase(SectionsName), topicName); in HTMLOnMacro()
869 wxFprintf(jumpFrom, _T("</A>\n")); in HTMLOnMacro()
871 wxFprintf(jumpFrom, _T("</B></A><BR>\n")); in HTMLOnMacro()
H A Drtfutils.cpp1241 FILE *jumpFrom; in RTFOnMacro() local
1243 jumpFrom = Contents; in RTFOnMacro()
1245 jumpFrom = Chapters; in RTFOnMacro()
1269 SetCurrentOutputs(jumpFrom, Sections); in RTFOnMacro()
1276 wxFprintf(jumpFrom, _T("\n{\\uldb ")); in RTFOnMacro()
1335 wxFprintf(jumpFrom, _T("}{\\v %s}\\pard\\par\n"), topicName); in RTFOnMacro()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp847 FILE *jumpFrom = ((DocumentStyle == LATEX_ARTICLE) ? Contents : Chapters); in HTMLOnMacro() local
849 SetCurrentOutputs(jumpFrom, Sections); in HTMLOnMacro()
853 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s\">"), ConvertCase(SectionsName)); in HTMLOnMacro()
855 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s#%s\">"), ConvertCase(SectionsName), topicName); in HTMLOnMacro()
860 wxFprintf(jumpFrom, _T("\n<A HREF=\"%s\"><B>"), ConvertCase(SectionsName)); in HTMLOnMacro()
862 wxFprintf(jumpFrom, _T("\n<A HREF=\"%s#%s\"><B>"), ConvertCase(SectionsName), topicName); in HTMLOnMacro()
869 wxFprintf(jumpFrom, _T("</A>\n")); in HTMLOnMacro()
871 wxFprintf(jumpFrom, _T("</B></A><BR>\n")); in HTMLOnMacro()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dhtmlutil.cpp847 FILE *jumpFrom = ((DocumentStyle == LATEX_ARTICLE) ? Contents : Chapters); in HTMLOnMacro() local
849 SetCurrentOutputs(jumpFrom, Sections); in HTMLOnMacro()
853 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s\">"), ConvertCase(SectionsName)); in HTMLOnMacro()
855 wxFprintf(jumpFrom, _T("\n<LI><A HREF=\"%s#%s\">"), ConvertCase(SectionsName), topicName); in HTMLOnMacro()
860 wxFprintf(jumpFrom, _T("\n<A HREF=\"%s\"><B>"), ConvertCase(SectionsName)); in HTMLOnMacro()
862 wxFprintf(jumpFrom, _T("\n<A HREF=\"%s#%s\"><B>"), ConvertCase(SectionsName), topicName); in HTMLOnMacro()
869 wxFprintf(jumpFrom, _T("</A>\n")); in HTMLOnMacro()
871 wxFprintf(jumpFrom, _T("</B></A><BR>\n")); in HTMLOnMacro()
H A Drtfutils.cpp1241 FILE *jumpFrom; in RTFOnMacro() local
1243 jumpFrom = Contents; in RTFOnMacro()
1245 jumpFrom = Chapters; in RTFOnMacro()
1269 SetCurrentOutputs(jumpFrom, Sections); in RTFOnMacro()
1276 wxFprintf(jumpFrom, _T("\n{\\uldb ")); in RTFOnMacro()
1335 wxFprintf(jumpFrom, _T("}{\\v %s}\\pard\\par\n"), topicName); in RTFOnMacro()
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_powerpc.c1878 ppc_instruction_t *jumpFrom = (void *) sj_now->parent; in PPC_ComputeCode() local
1880 signed long int jumpLength = jumpTo - jumpFrom; in PPC_ComputeCode()
1885 *jumpFrom = IN( branchConditional, sj_now->bo, sj_now->bi, jumpLength * 4 ); in PPC_ComputeCode()
1893 *jumpFrom = IN( (sj_now->ext & branchExtLink ? iBL : iB), jumpLength * 4 ); in PPC_ComputeCode()
1898 if ( jumpFrom[ -1 ] != nop ) in PPC_ComputeCode()
1917 jumpFrom[ -1 ] = IN( iBC, bo, sj_now->bi, +2*4 ); in PPC_ComputeCode()
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dvm_powerpc.c1857 ppc_instruction_t *jumpFrom = (void *) sj_now->parent; in PPC_ComputeCode() local
1859 signed long int jumpLength = jumpTo - jumpFrom; in PPC_ComputeCode()
1864 *jumpFrom = IN( branchConditional, sj_now->bo, sj_now->bi, jumpLength * 4 ); in PPC_ComputeCode()
1872 *jumpFrom = IN( (sj_now->ext & branchExtLink ? iBL : iB), jumpLength * 4 ); in PPC_ComputeCode()
1877 if ( jumpFrom[ -1 ] != nop ) in PPC_ComputeCode()
1896 jumpFrom[ -1 ] = IN( iBC, bo, sj_now->bi, +2*4 ); in PPC_ComputeCode()
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_powerpc.c1878 ppc_instruction_t *jumpFrom = (void *) sj_now->parent; in PPC_ComputeCode() local
1880 signed long int jumpLength = jumpTo - jumpFrom; in PPC_ComputeCode()
1885 *jumpFrom = IN( branchConditional, sj_now->bo, sj_now->bi, jumpLength * 4 ); in PPC_ComputeCode()
1893 *jumpFrom = IN( (sj_now->ext & branchExtLink ? iBL : iB), jumpLength * 4 ); in PPC_ComputeCode()
1898 if ( jumpFrom[ -1 ] != nop ) in PPC_ComputeCode()
1917 jumpFrom[ -1 ] = IN( iBC, bo, sj_now->bi, +2*4 ); in PPC_ComputeCode()
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dvm_powerpc.c1857 ppc_instruction_t *jumpFrom = (void *) sj_now->parent; in PPC_ComputeCode() local
1859 signed long int jumpLength = jumpTo - jumpFrom; in PPC_ComputeCode()
1864 *jumpFrom = IN( branchConditional, sj_now->bo, sj_now->bi, jumpLength * 4 ); in PPC_ComputeCode()
1872 *jumpFrom = IN( (sj_now->ext & branchExtLink ? iBL : iB), jumpLength * 4 ); in PPC_ComputeCode()
1877 if ( jumpFrom[ -1 ] != nop ) in PPC_ComputeCode()
1896 jumpFrom[ -1 ] = IN( iBC, bo, sj_now->bi, +2*4 ); in PPC_ComputeCode()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_powerpc.c1878 ppc_instruction_t *jumpFrom = (void *) sj_now->parent; in PPC_ComputeCode() local
1880 signed long int jumpLength = jumpTo - jumpFrom; in PPC_ComputeCode()
1885 *jumpFrom = IN( branchConditional, sj_now->bo, sj_now->bi, jumpLength * 4 ); in PPC_ComputeCode()
1893 *jumpFrom = IN( (sj_now->ext & branchExtLink ? iBL : iB), jumpLength * 4 ); in PPC_ComputeCode()
1898 if ( jumpFrom[ -1 ] != nop ) in PPC_ComputeCode()
1917 jumpFrom[ -1 ] = IN( iBC, bo, sj_now->bi, +2*4 ); in PPC_ComputeCode()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_powerpc.c1878 ppc_instruction_t *jumpFrom = (void *) sj_now->parent; in PPC_ComputeCode() local
1880 signed long int jumpLength = jumpTo - jumpFrom; in PPC_ComputeCode()
1885 *jumpFrom = IN( branchConditional, sj_now->bo, sj_now->bi, jumpLength * 4 ); in PPC_ComputeCode()
1893 *jumpFrom = IN( (sj_now->ext & branchExtLink ? iBL : iB), jumpLength * 4 ); in PPC_ComputeCode()
1898 if ( jumpFrom[ -1 ] != nop ) in PPC_ComputeCode()
1917 jumpFrom[ -1 ] = IN( iBC, bo, sj_now->bi, +2*4 ); in PPC_ComputeCode()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_sys_settrace.py467 self.jumpFrom = function.jump[0]
474 if event == 'line' and frame.f_lineno == firstLine + self.jumpFrom:

12