/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | capsule.c | 199 char *trace; in PyCapsule_Import() local 209 trace = name_dup; in PyCapsule_Import() 210 while (trace) { in PyCapsule_Import() 211 char *dot = strchr(trace, '.'); in PyCapsule_Import() 218 object = PyImport_ImportModuleNoBlock(trace); in PyCapsule_Import() 220 object = PyImport_ImportModule(trace); in PyCapsule_Import() 222 … PyErr_Format(PyExc_ImportError, "PyCapsule_Import could not import module \"%s\"", trace); in PyCapsule_Import() 226 PyObject *object2 = PyObject_GetAttrString(object, trace); in PyCapsule_Import() 234 trace = dot; in PyCapsule_Import()
|
D | lnotab_notes.txt | 74 However, we don't *always* want to call the line trace function when the above 109 We fix this by only calling the line trace function for a forward jump if the 112 co_lnotab. For backward jumps, however, we always call the line trace function, 116 Why do we set f_lineno when tracing, and only just before calling the trace
|
D | frameobject.c | 352 PyObject* trace = f->f_trace; in frame_gettrace() local 354 if (trace == NULL) in frame_gettrace() 355 trace = Py_None; in frame_gettrace() 357 Py_INCREF(trace); in frame_gettrace() 359 return trace; in frame_gettrace()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | capsule.c | 199 char *trace; in PyCapsule_Import() local 209 trace = name_dup; in PyCapsule_Import() 210 while (trace) { in PyCapsule_Import() 211 char *dot = strchr(trace, '.'); in PyCapsule_Import() 218 object = PyImport_ImportModuleNoBlock(trace); in PyCapsule_Import() 220 object = PyImport_ImportModule(trace); in PyCapsule_Import() 222 … PyErr_Format(PyExc_ImportError, "PyCapsule_Import could not import module \"%s\"", trace); in PyCapsule_Import() 226 PyObject *object2 = PyObject_GetAttrString(object, trace); in PyCapsule_Import() 234 trace = dot; in PyCapsule_Import()
|
D | lnotab_notes.txt | 74 However, we don't *always* want to call the line trace function when the above 109 We fix this by only calling the line trace function for a forward jump if the 112 co_lnotab. For backward jumps, however, we always call the line trace function, 116 Why do we set f_lineno when tracing, and only just before calling the trace
|
D | frameobject.c | 354 PyObject* trace = f->f_trace; in frame_gettrace() local 356 if (trace == NULL) in frame_gettrace() 357 trace = Py_None; in frame_gettrace() 359 Py_INCREF(trace); in frame_gettrace() 361 return trace; in frame_gettrace()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | makeunicodedata.py | 68 def maketables(trace=0): argument 91 makeunicodename(unicode, trace) 92 makeunicodedata(unicode, trace) 93 makeunicodetype(unicode, trace) 98 def makeunicodedata(unicode, trace): argument 284 index1, index2, shift = splitbins(index, trace) 288 Array("index1", index1).dump(fp, trace) 289 Array("index2", index2).dump(fp, trace) 292 index1, index2, shift = splitbins(decomp_index, trace) 295 Array("decomp_data", decomp_data).dump(fp, trace) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_trace.py | 7 import trace 8 from trace import CoverageResults, Trace 105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0) 219 self.tracer = Trace(count=0, trace=0, countfuncs=1) 258 self.tracer = Trace(count=0, trace=0, countcallers=1) 265 ((os.path.splitext(trace.__file__)[0] + '.py', 'trace', 'Trace.runfunc'), 292 tracer = trace.Trace(trace=0, count=1) 306 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix, libpath], [all …]
|
D | test_cmd.py | 203 trace = test_support.import_module('trace') 204 tracer=trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,], 205 trace=0, count=1)
|
D | test_sys_settrace.py | 239 def trace(self, frame, event, arg): member in Tracer 241 return self.trace 245 return self.trace 269 sys.settrace(tracer.trace) 280 func(tracer.trace) 391 def trace(self, frame, event, arg): member in RaisingTraceFuncTestCase 397 return self.trace 414 sys.settrace(self.trace) 471 def trace(self, frame, event, arg): member in JumpTracer 482 return self.trace [all …]
|
D | test_doctest.py | 2602 trace = test_support.import_module('trace') 2603 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,], 2604 trace=0, count=1)
|
D | inspect_fodder.py | 46 self.tr = inspect.trace()
|
D | regrtest.py | 230 findleaks=False, use_resources=None, trace=False, coverdir='coverage', argument 305 trace = True 365 if use_mp and trace: 444 if trace: 445 import trace 446 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix], 447 trace=False, count=True) 557 if trace: 653 if trace:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | trace.py | 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument 478 self.trace = trace 489 elif trace and count: 492 elif trace: 614 if self.trace: 687 trace = 0 723 trace = 1 776 if listfuncs and (count or trace): 779 if not (count or trace or report or listfuncs or countcallers): 801 t = Trace(count, trace, countfuncs=listfuncs,
|
/device/linaro/hikey/hifi/xaf/ |
D | release.txt | 15 + Added float-print (%f) support in DSP trace logs.
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-core.h | 133 xf_trace_data_t trace; member
|
/device/google/sunfish-sepolicy/private/ |
D | google_camera_app.te | 14 # Write app-specific trace data to the Perfetto traced damon. This requires
|
/device/google/coral-sepolicy/private/ |
D | google_camera_app.te | 14 # Write app-specific trace data to the Perfetto traced damon. This requires
|
/device/google/redbull-sepolicy/private/ |
D | google_camera_app.te | 14 # Write app-specific trace data to the Perfetto traced damon. This requires
|
/device/linaro/hikey/hifi/xaf/host-apf/ |
D | Android.mk | 20 proxy/xf-trace.c \
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | hal_dumpstate_impl.te | 11 # Allow to read pixel-trace trace file
|
/device/google/redbull-sepolicy/vendor/google/ |
D | hal_dumpstate_impl.te | 56 # Allow to read pixel-trace trace file
|
/device/google/sunfish-sepolicy/vendor/google/ |
D | hal_dumpstate_impl.te | 91 # Allow to read pixel-trace trace file
|
/device/generic/goldfish-opengl/ |
D | BUILD.gn | 148 "//zircon/system/ulib/trace:trace-with-static-engine",
|
/device/google/coral-sepolicy/vendor/google/ |
D | hal_dumpstate_impl.te | 76 # Allow to read pixel-trace trace file
|