Home
last modified time | relevance | path

Searched refs:pcall (Results 1 – 3 of 3) sorted by relevance

/external/clang/utils/TestUtils/
Ddeep-stack.py3 def pcall(f, N): function
9 pcall(f, N - 1)
17 pcall(f, 10000)
/external/dbus/test/
Dtest-service.c30 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/
Dgcmole.lua433 local status, errors = pcall(CheckCorrectnessForArch, arch)