Searched refs:pcall (Results 1 – 3 of 3) sorted by relevance
/external/clang/utils/TestUtils/ |
D | deep-stack.py | 3 def pcall(f, N): function 9 pcall(f, N - 1) 17 pcall(f, 10000)
|
/external/dbus/test/ |
D | test-service.c | 30 check_hello_from_self_reply (DBusPendingCall *pcall, in check_hello_from_self_reply() argument 54 reply = dbus_pending_call_steal_reply (pcall); in check_hello_from_self_reply() 121 dbus_pending_call_unref (pcall); in check_hello_from_self_reply() 131 DBusPendingCall *pcall; in handle_run_hello_from_self() local 168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1)) in handle_run_hello_from_self() 172 if (!dbus_pending_call_set_notify (pcall, check_hello_from_self_reply, (void *)message, NULL)) in handle_run_hello_from_self()
|
/external/v8/tools/gcmole/ |
D | gcmole.lua | 433 local status, errors = pcall(CheckCorrectnessForArch, arch)
|