HomeSort by relevance Sort by last modified time
    Searched refs:pcall (Results 1 - 3 of 3) sorted by null

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

Completed in 65 milliseconds