Home
last modified time | relevance | path

Searched refs:print_message (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/cros/nfc/
Dconsole.py25 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/
DSkJpegDecoderMgr.cpp14 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/
Dsite_monitor_db.py172 print_message='Reverifying host %s'): argument
187 if print_message:
188 logging.error(print_message, host.hostname)
Dmonitor_db.py709 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/
Ddbus-print-message.h29 void print_message (DBusMessage *message, dbus_bool_t literal);
Ddbus-print-message.c358 print_message (DBusMessage *message, dbus_bool_t literal) in print_message() function
Ddbus-monitor.c93 print_message (message, FALSE); in monitor_filter_func()
Ddbus-send.c527 print_message (reply, print_reply_literal); in main()
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c1467 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/
Dcmockery.h270 print_message("Expected assertion %s occurred\n", expression); \
430 void print_message(const char* const format, ...);
/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator.c34 extern void print_message(const char *format, ...);
/external/dbus/
DChangeLog.pre-1-03129 * 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
DChangeLog.pre-1-21683 * tools/dbus-print-message.c (print_message):