Searched refs:cmd (Results 1 – 4 of 4) sorted by relevance
22 macro(execute_on_device cmd)23 execute_process(COMMAND ${adb_executable} shell ${cmd} RESULT_VARIABLE CMD_RESULT)25 message(FATAL_ERROR "Error while on device execution: ${cmd} error_code: ${CMD_RESULT}")
37 message(FATAL_ERROR "Error while test execution: ${cmd} error_code: ${CMD_RESULT}")
126 TBBMALLOC_EXPORT int __TBB_EXPORTED_FUNC scalable_allocation_command(int cmd, void *param);
3289 extern "C" int scalable_allocation_command(int cmd, void *param) in scalable_allocation_command() argument3295 switch(cmd) { in scalable_allocation_command()