Searched refs:trace_info (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | sync_restricted_traces_to_cipd.py | 41 for trace_info in traces['traces']: 42 trace, trace_version = trace_info.split(' ')
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_variables.py | 174 self.assertEqual(sorted(v.trace_info()), [ 187 info = sorted(v.trace_info()) 189 self.assertEqual(sorted(v.trace_info()), info) 192 self.assertEqual(sorted(v.trace_info()), info) 198 self.assertEqual(v.trace_info(), [(('write', 'unset'), tr2)])
|
/third_party/python/Include/cpython/ |
H A D | pystate.h | 180 PyTraceInfo trace_info; member
|
/third_party/python/Python/ |
H A D | ceval.c | 5642 maybe_dtrace_line(frame, &tstate->trace_info, instr_prev); 6833 initialize_trace_info(PyTraceInfo *trace_info, _PyInterpreterFrame *frame) argument 6836 if (trace_info->code != code) { 6837 trace_info->code = code; 6838 _PyCode_InitAddressRange(code, &trace_info->bounds); 7915 PyTraceInfo *trace_info, 7923 initialize_trace_info(trace_info, frame); 7924 int lastline = _PyCode_CheckLineNumber(instr_prev*sizeof(_Py_CODEUNIT), &trace_info->bounds); 7926 int line = _PyCode_CheckLineNumber(addr, &trace_info->bounds); 7930 (line != lastline && addr == trace_info 7914 maybe_dtrace_line(_PyInterpreterFrame *frame, PyTraceInfo *trace_info, int instr_prev) global() argument [all...] |
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 473 for m, ca in self.trace_info(): 483 def trace_info(self): member in Variable 520 for m, ca in self.trace_info(): 534 likely be removed in the future. Use trace_info() instead.
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 2280 var.trace_remove('write', var.trace_info()[0][1])
|
Completed in 22 milliseconds