/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | registry.py | 256 request_id = restorer.in_restoration() 258 return restorer.get_saved_proxied_obj(self, request_id) 265 if not restorer.in_restoration(): 272 if not restorer.in_restoration(): 393 restorer.save_registry_state(environ) 399 restorer.save_registry_state(environ) 424 restorer.save_registry_state(environ) 430 restorer.save_registry_state(environ) 574 restorer = StackedObjectRestorer() variable
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-x86-linux.c | 421 void *restorer) in build_sigframe() argument 446 frame->retaddr = (Addr)restorer; in build_sigframe() 479 void *restorer) in build_rt_sigframe() argument 503 frame->retaddr = (Addr)restorer; in build_rt_sigframe() 545 void *restorer ) in VG_() 552 flags, mask, restorer); in VG_() 555 flags, mask, restorer); in VG_()
|
D | sigframe-arm-linux.c | 129 void *restorer){ in build_sigframe() argument 171 void *restorer ) in VG_() 209 handler, flags, mask, restorer); in VG_() 215 handler, flags, mask, restorer); in VG_() 224 tst->arch.vex.guest_R14 = (Addr)restorer; in VG_()
|
D | sigframe-arm64-linux.c | 122 void *restorer) in build_sigframe() argument 162 void *restorer ) in VG_() 196 handler, flags, mask, restorer); in VG_() 206 tst->arch.vex.guest_X30 = (Addr)restorer; in VG_()
|
D | sigframe-s390x-linux.c | 288 void *restorer) in build_sigframe() argument 314 SET_SIGNAL_GPR(tst, 14, restorer); in build_sigframe() 347 void *restorer) in build_rt_sigframe() argument 372 SET_SIGNAL_GPR(tst, 14, restorer); in build_rt_sigframe() 413 void *restorer ) in VG_() 420 flags, mask, restorer); in VG_() 423 flags, mask, restorer); in VG_()
|
D | sigframe-amd64-linux.c | 402 void *restorer) in build_rt_sigframe() argument 422 frame->retaddr = (Addr)restorer; in build_rt_sigframe() 461 void *restorer ) in VG_() 468 handler, flags, mask, restorer); in VG_()
|
D | sigframe-mips32-linux.c | 131 void *restorer ) in VG_() 208 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_() 243 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
|
D | sigframe-mips64-linux.c | 126 void *restorer ) in VG_() 188 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
|
D | sigframe-solaris.c | 61 void *restorer) in VG_()
|
D | sigframe-tilegx-linux.c | 146 void *restorer ) in VG_() 220 tst->arch.vex.guest_r55 = (Addr) restorer; in VG_()
|
D | sigframe-x86-darwin.c | 143 void *restorer ) in VG_()
|
D | sigframe-amd64-darwin.c | 155 void *restorer ) in VG_()
|
D | sigframe-ppc64-linux.c | 144 void *restorer ) in VG_()
|
D | sigframe-ppc32-linux.c | 634 void *restorer ) in VG_()
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
D | test_registry.py | 194 request_id = restorer.get_request_id(extra_environ) 213 restorer.restoration_begin(request_id) 241 restorer.restoration_end() 310 restorer.restoration_begin(1) 312 restorer.restoration_end() 314 restorer.restoration_end()
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/ |
D | middleware.py | 264 registry.restorer.restoration_begin(debug_info.counter) 266 registry.restorer.restoration_end() 283 registry.restorer.restoration_begin(debug_info.counter) 285 registry.restorer.restoration_end() 325 registry.restorer.save_registry_state(environ)
|
/external/valgrind/coregrind/ |
D | pub_core_sigframe.h | 59 void *restorer );
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_objects.cpp | 118 CFX_AutoRestorer<int> restorer(&s_nCurRefDepth); in GetInteger() local
|
D | fpdf_parser_parser.cpp | 2069 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObject() local 2224 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObjectByStrict() local 4391 CFX_AutoRestorer<int> restorer(&s_CurrentDataAvailRecursionDepth); in HaveResourceAncestor() local
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 275 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in RenderSingleObject() local
|