Searched refs:print_message (Results 1 – 13 of 13) sorted by relevance
/external/autotest/client/cros/nfc/ |
D | console.py | 25 def print_message(message, newlines=2): function 54 print_message('neard may have crashed or disappeared. ' 59 print_message('Could not find object.') 61 print_message(str(e)) 63 print_message(str(e)) 178 print_message('Failed to create a proxy to the Manager interface.') 203 print_message('Added adapter: ' + adapter) 225 print_message('Removed adapter: ' + adapter) 234 print_message('Found ' + name + ': ' + 245 print_message('No adapters found.') [all …]
|
/external/skia/src/codec/ |
D | SkJpegDecoderMgr.cpp | 14 static void print_message(const j_common_ptr info, const char caller[]) { in print_message() function 24 print_message(info, "output_message"); in output_message() 28 print_message((j_common_ptr) &fDInfo, caller); in returnFalse() 33 print_message((j_common_ptr) &fDInfo, caller); in returnFailure()
|
/external/autotest/scheduler/ |
D | site_monitor_db.py | 172 print_message='Reverifying host %s'): argument 187 if print_message: 188 logging.error(print_message, host.hostname)
|
D | monitor_db.py | 709 print_message=message) 713 print_message='Reverifying host %s'): argument 722 if print_message: 723 logging.info(print_message, host.hostname) 733 print_message=message)
|
/external/dbus/tools/ |
D | dbus-print-message.h | 29 void print_message (DBusMessage *message, dbus_bool_t literal);
|
D | dbus-print-message.c | 358 print_message (DBusMessage *message, dbus_bool_t literal) in print_message() function
|
D | dbus-monitor.c | 93 print_message (message, FALSE); in monitor_filter_func()
|
D | dbus-send.c | 527 print_message (reply, print_reply_literal); in main()
|
/external/cmockery/cmockery_0_1_2/src/ |
D | cmockery.c | 1467 void print_message(const char* const format, ...) { in print_message() function 1513 print_message("%s: Starting test\n", function_name); in _run_test() 1530 print_message("%s: Test completed successfully.\n", function_name); in _run_test() 1535 print_message("%s: Test failed.\n", function_name); in _run_test() 1666 print_message("All %d tests passed\n", tests_executed); in _run_tests()
|
/external/cmockery/cmockery_0_1_2/src/google/ |
D | cmockery.h | 270 print_message("Expected assertion %s occurred\n", expression); \ 430 void print_message(const char* const format, ...);
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | calculator.c | 34 extern void print_message(const char *format, ...);
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 3129 * tools/dbus-print-message.c (print_message): Flush stdout 4087 * tools/dbus-monitor.c (filter_func): Update for print_message 4097 * tools/dbus-print-message.h (print_message): Add literal argument 4098 to print_message which is intended to allow printing arguments without 4102 (print_message): Allow printing string messages literally. 6414 * tools/dbus-print-message.c (print_message): improve printing of 9822 * tools/dbus-print-message.c (print_message): port 10275 * tools/dbus-print-message.c (print_message): Handle BOOLEAN. 10380 * tools/dbus-print-message.h (print_message): new util function
|
D | ChangeLog.pre-1-2 | 1683 * tools/dbus-print-message.c (print_message):
|