OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:return_message
(Results
1 - 3
of
3
) sorted by null
/test/vts/agents/hal/
SocketClientToDriver.cpp
104
(char*)malloc(strlen(response_message.
return_message
().c_str()) + 1);
109
strcpy(result, response_message.
return_message
().c_str());
136
(char*)malloc(strlen(response_message.
return_message
().c_str()) + 1);
141
strcpy(result, response_message.
return_message
().c_str());
156
(char*)malloc(strlen(response_message.
return_message
().c_str()) + 1);
161
strcpy(result, response_message.
return_message
().c_str());
175
(char*)malloc(strlen(response_message.
return_message
().c_str()) + 1);
180
strcpy(result, response_message.
return_message
().c_str());
/external/autotest/scheduler/
drones.py
102
return_message
= self._execute_calls_impl(calls)
103
for warning in
return_message
['warnings']:
107
return
return_message
['results']
/external/autotest/site_utils/
run_suite.py
[
all
...]
Completed in 1000 milliseconds