Home
last modified time | relevance | path

Searched defs:trace (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmakeunicodedata.py68 def maketables(trace=0): argument
98 def makeunicodedata(unicode, trace): argument
351 def makeunicodetype(unicode, trace): argument
564 def makeunicodename(unicode, trace): argument
1022 def dump(self, file, trace): argument
1037 def dump(self, file, trace=0): argument
1073 def splitbins(t, trace=0): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_settrace.py239 def trace(self, frame, event, arg): member in Tracer
391 def trace(self, frame, event, arg): member in RaisingTraceFuncTestCase
471 def trace(self, frame, event, arg): member in JumpTracer
Dregrtest.py230 findleaks=False, use_resources=None, trace=False, coverdir='coverage', argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dprofile.py268 trace = open(trace_name, "r") variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcapsule.c199 char *trace; in PyCapsule_Import() local
Dframeobject.c354 PyObject* trace = f->f_trace; in frame_gettrace() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcapsule.c199 char *trace; in PyCapsule_Import() local
Dframeobject.c352 PyObject* trace = f->f_trace; in frame_gettrace() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtrace.py451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0, argument
Dinspect.py1054 def trace(context=1): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dinspect.py1057 def trace(context=1): function