/external/rust/crates/gdbstub/src/stub/core_impl/ |
D | extended_mode.rs | 28 ops.attach(cmd.pid).handle_error()?; in handle_extended_mode() 38 .handle_error()?; in handle_extended_mode() 48 ops.cfg_aslr(cmd.value).handle_error()?; in handle_extended_mode() 54 ops.set_env(cmd.key, cmd.value).handle_error()?; in handle_extended_mode() 59 ops.remove_env(cmd.key).handle_error()?; in handle_extended_mode() 64 ops.reset_env().handle_error()?; in handle_extended_mode() 70 ops.cfg_working_dir(cmd.dir).handle_error()?; in handle_extended_mode() 78 ops.cfg_startup_with_shell(cmd.value).handle_error()?; in handle_extended_mode()
|
D | catch_syscalls.rs | 25 QCatchSyscalls::Disable => ops.disable_catch_syscalls().handle_error()?, in handle_catch_syscalls() 37 .handle_error()?; in handle_catch_syscalls() 42 QCatchSyscalls::EnableAll => ops.enable_catch_syscalls(None).handle_error()?, in handle_catch_syscalls()
|
D | base.rs | 183 Some(pid) => ops.query_if_attached(pid).handle_error()?.was_attached(), in handle_base() 199 .handle_error()?; in handle_base() 223 .handle_error()?; in handle_base() 247 .handle_error()?; in handle_base() 266 .handle_error()?; in handle_base() 283 let should_terminate = ops.kill(pid).handle_error()?; in handle_base()
|
D | single_register_access.rs | 34 let len = ops.read_register(id, reg_id, buf).handle_error()?; in inner() 61 Some((reg_id, _)) => ops.write_register(id, reg_id, p.val).handle_error()?, in inner()
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 84 def handle_error(self, message, path=None): member in graphics_Idle 105 return self.handle_error('LVDS downclock quirk not applied. ') 119 return self.handle_error( 135 return self.handle_error('Short blanking not added. ') 163 return self.handle_error('Error: did not see the GPU in RC6.', 206 return self.handle_error('Did not see the min i915 clock. ', 244 return self.handle_error('Unknown exynos SoC.') 259 return self.handle_error('Unknown rockchip SoC.') 275 return self.handle_error('Unknown mediatek SoC.') 288 return self.handle_error('Governor is wrong.') [all …]
|
/external/linux-kselftest/tools/testing/selftests/sched/ |
D | cs_prctl_test.c | 89 #define handle_error(msg) __handle_error(__FILE__, __LINE__, msg) macro 142 handle_error("child stack allocate"); in create_threads() 146 handle_error("clone thread"); in create_threads() 178 handle_error("pipe() failed"); in create_processes() 268 handle_error("process group"); in main() 278 handle_error("core_sched create failed -- PGID"); in main() 292 handle_error("core_sched create failed -- TGID"); in main() 302 handle_error("core_sched share to itself failed -- PID"); in main() 313 handle_error("core_sched share from thread failed -- PID"); in main() 321 handle_error("core_sched share to self failed -- PGID"); in main()
|
/external/libese/apps/boot/ |
D | ese_boot_tool.cpp | 57 #define handle_error(ese, result) ; macro 59 void handle_error(struct EseInterface *ese, EseAppResult result) { 308 handle_error(session->ese, res); in handle_lock_state() 317 handle_error(session->ese, res); in handle_lock_state() 370 handle_error(session->ese, res); in handle_lock_state() 399 handle_error(session->ese, res); in handle_rollback() 409 handle_error(session->ese, res); in handle_rollback() 452 handle_error(ese, res); in main() 462 handle_error(&ese, res); in main()
|
/external/e2fsprogs/resize/ |
D | test_extent.c | 71 handle_error: in do_test() 88 goto handle_error; in do_test() 99 goto handle_error; in do_test() 104 goto handle_error; in do_test()
|
/external/python/pyee/tests/ |
D | test_async.py | 79 def handle_error(exc): function 103 def handle_error(exc): function 128 def handle_error(exc): function 185 def handle_error(e): function
|
D | test_trio.py | 75 async def handle_error(exc): function 101 async def handle_error(exc): function
|
D | test_executor.py | 54 def handle_error(e): function
|
/external/mesa3d/src/glx/ |
D | dri_glx.c | 336 goto handle_error; in CallCreateNewScreen() 345 goto handle_error; in CallCreateNewScreen() 350 goto handle_error; in CallCreateNewScreen() 368 goto handle_error; in CallCreateNewScreen() 379 goto handle_error; in CallCreateNewScreen() 395 goto handle_error; in CallCreateNewScreen() 406 goto handle_error; in CallCreateNewScreen() 415 goto handle_error; in CallCreateNewScreen() 430 goto handle_error; in CallCreateNewScreen() 438 goto handle_error; in CallCreateNewScreen() [all …]
|
D | dri3_glx.c | 882 goto handle_error; in dri3_create_screen() 887 goto handle_error; in dri3_create_screen() 899 goto handle_error; in dri3_create_screen() 904 goto handle_error; in dri3_create_screen() 915 goto handle_error; in dri3_create_screen() 922 goto handle_error; in dri3_create_screen() 927 goto handle_error; in dri3_create_screen() 932 goto handle_error; in dri3_create_screen() 937 goto handle_error; in dri3_create_screen() 945 goto handle_error; in dri3_create_screen() [all …]
|
D | driwindows_glx.c | 523 goto handle_error; in driwindowsCreateScreen() 528 goto handle_error; in driwindowsCreateScreen() 537 goto handle_error; in driwindowsCreateScreen() 557 handle_error: in driwindowsCreateScreen()
|
/external/python/cpython2/Python/ |
D | _warnings.c | 483 goto handle_error; in setup_context() 493 goto handle_error; in setup_context() 504 goto handle_error; in setup_context() 516 goto handle_error; in setup_context() 534 goto handle_error; in setup_context() 539 goto handle_error; in setup_context() 546 goto handle_error; in setup_context() 557 handle_error: in setup_context()
|
/external/python/cpython3/Lib/ |
D | asyncore.py | 94 obj.handle_error() 102 obj.handle_error() 110 obj.handle_error() 124 obj.handle_error() 130 obj.handle_error() 463 def handle_error(self): member in dispatcher
|
D | socketserver.py | 318 self.handle_error(request, client_address) 370 def handle_error(self, request, client_address): member in BaseServer 619 self.handle_error(request, client_address) 685 self.handle_error(request, client_address)
|
D | asynchat.py | 129 self.handle_error() 261 self.handle_error()
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 87 obj.handle_error() 95 obj.handle_error() 103 obj.handle_error() 117 obj.handle_error() 123 obj.handle_error() 485 def handle_error(self): member in dispatcher
|
D | SocketServer.py | 292 self.handle_error(request, client_address) 341 def handle_error(self, request, client_address): member in BaseServer 576 self.handle_error(request, client_address) 599 self.handle_error(request, client_address)
|
D | asynchat.py | 119 self.handle_error() 244 self.handle_error()
|
/external/webrtc/modules/audio_processing/ |
D | echo_control_mobile_impl.cc | 279 int handle_error = WebRtcAecm_set_config(canceller->state(), config); in Configure() local 280 if (handle_error != AudioProcessing::kNoError) { in Configure() 281 error = handle_error; in Configure()
|
/external/rust/crates/xml-rs/src/reader/ |
D | lexer.rs | 199 _ => $_self.handle_error($chunk, $c) 204 _ => $_self.handle_error($end_chunk, $c) 399 fn handle_error(&mut self, chunk: &'static str, c: char) -> Result { in handle_error() method 435 _ => self.handle_error("<", c) in tag_opened() 445 _ => self.handle_error("<!", c) in comment_or_cdata_or_doctype_started() 453 _ => self.handle_error("<!-", c) in comment_started() 519 _ if self.inside_comment => self.handle_error("--", c), in comment_closing()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_process.c | 79 static void handle_error(ares_channel channel, int whichserver, 270 handle_error(channel, i, now); in write_tcp_data() 286 handle_error(channel, i, now); in write_tcp_data() 408 handle_error(channel, i, now); in read_tcp_data() 422 handle_error(channel, i, now); in read_tcp_data() 438 handle_error(channel, i, now); in read_tcp_data() 523 handle_error(channel, i, now); in read_udp_packets() 681 handle_error(channel, i, now); in process_broken_connections() 711 static void handle_error(ares_channel channel, int whichserver, in handle_error() function
|
/external/ot-br-posix/src/openwrt/ |
D | handle_error.js | 14 function handle_error(sError) function
|