/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
worker.py | 88 self._worker_connection.post_message('exception', 90 self._worker_connection.post_message('done') 104 self._worker_connection.post_message('finished_list', list_name, num_tests, elapsed_time) 115 self._worker_connection.post_message('started_test', test_input, test_timeout_sec) 120 self._worker_connection.post_message('finished_test', result, elapsed_time)
|
manager_worker_broker_unittest.py | 82 self._broker_connection.post_message('test', 2, 'hi, everybody') 102 self._broker_connection.post_message('done') 104 self._broker_connection.post_message('exception', (type(e), str(e), None)) 176 self._broker.post_message('test', 1, 'hello, world') 183 self._broker.post_message('test', 1, 'hello, world') 184 self._broker.post_message('stop') 203 self._broker.post_message('stop') 214 self._broker.post_message('unknown')
|
message_broker2.py | 77 where MESSAGE_NAME matches the string passed to post_message(), and 95 message to any topic using post_message(), and can process messages on one 115 def post_message(self, client, topic_name, message_name, *message_args): member in class:Broker 194 def post_message(self, message_name, *message_args): member in class:BrokerConnection 195 self._broker.post_message(self._client, self._post_topic,
|
test_runner2.py | 152 manager_connection.post_message('test_list', test_list[0], test_list[1]) 159 manager_connection.post_message('stop')
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
omx_video_base.cpp | 131 void post_message(omx_video *omx, unsigned char id) function 133 DEBUG_PRINT_LOW("omx_venc: post_message %d\n", id); [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
omx_vdec.cpp | 217 void post_message(omx_vdec *omx, unsigned char id) function 220 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out); 222 DEBUG_PRINT_LOW("post_message to pipe done %d\n",ret_value); [all...] |
omx_vdec_copper.cpp | 240 void post_message(omx_vdec *omx, unsigned char id) function 243 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out); 245 DEBUG_PRINT_LOW("post_message to pipe done %d\n",ret_value); [all...] |