Home
last modified time | relevance | path

Searched defs:log_callback (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dandroid.py876 def _setup_md5sum_and_push_data_if_needed(self, log_callback): argument
886 def _setup_test(self, log_callback): argument
943 def _push_file_if_needed(self, host_file, device_file, log_callback): argument
950 def _push_executable(self, log_callback): argument
971 def _push_fonts(self, log_callback): argument
980 def _push_test_resources(self, log_callback): argument
/external/libvpx/libvpx/third_party/nestegg/test/
Dtest.c43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) in log_callback() function
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/test/
Dtest.c43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...) in log_callback() function
/external/lldb/source/Core/
DDebugger.cpp526 Debugger::CreateInstance (lldb::LogOutputCallback log_callback, void *baton) in CreateInstance()
622 Debugger::Debugger (lldb::LogOutputCallback log_callback, void *baton) : in Debugger()
2618 Debugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) in SetLoggingCallback()
/external/lldb/source/API/
DSBDebugger.cpp1256 SBDebugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) in SetLoggingCallback()