/external/chromium-trace/trace-viewer/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() 544 void *restorer ) in VG_() 551 flags, mask, restorer); in VG_() 554 flags, mask, restorer); in VG_()
|
D | sigframe-arm-linux.c | 129 void *restorer){ in build_sigframe() argument 170 void *restorer ) in VG_() 208 handler, flags, mask, restorer); in VG_() 214 handler, flags, mask, restorer); in VG_() 223 tst->arch.vex.guest_R14 = (Addr)restorer; in VG_()
|
D | sigframe-arm64-linux.c | 122 void *restorer) in build_sigframe() argument 161 void *restorer ) in VG_() 195 handler, flags, mask, restorer); in VG_() 205 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() 412 void *restorer ) in VG_() 419 flags, mask, restorer); in VG_() 422 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() 460 void *restorer ) in VG_() 467 handler, flags, mask, restorer); in VG_()
|
D | sigframe-mips32-linux.c | 130 void *restorer ) in VG_() 207 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_() 242 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
|
D | sigframe-mips64-linux.c | 125 void *restorer ) in VG_() 187 tst->arch.vex.guest_r31 = (Addr) restorer; in VG_()
|
D | sigframe-amd64-darwin.c | 96 void *restorer ) in VG_()
|
D | sigframe-x86-darwin.c | 99 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-ppc64-linux.c | 143 void *restorer ) in VG_()
|
D | sigframe-ppc32-linux.c | 633 void *restorer ) in VG_()
|
/external/chromium-trace/trace-viewer/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/trace-viewer/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 | 53 void *restorer );
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_objects.cpp | 113 CFX_AutoRestorer<int> restorer(&s_nCurRefDepth); in GetInteger() local
|
D | fpdf_parser_parser.cpp | 2058 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObject() local 2244 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in GetObjectByStrict() local 4406 CFX_AutoRestorer<int> restorer(&s_CurrentDataAvailRecursionDepth); in HaveResourceAncestor() local
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 295 CFX_AutoRestorer<int> restorer(&s_CurrentRecursionDepth); in RenderSingleObject() local
|