Searched refs:CMD_STOP_FRAMEWORK (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/tests/hwc/ |
D | hwcColorEquiv.cpp | 115 #define CMD_STOP_FRAMEWORK "stop 2>&1" macro 282 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK); in main() 284 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK); in main()
|
D | hwcRects.cpp | 137 #define CMD_STOP_FRAMEWORK "stop 2>&1" macro 239 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK); in main() 241 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK); in main()
|
D | hwcStress.cpp | 162 #define CMD_STOP_FRAMEWORK "stop 2>&1" macro 376 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK); in main() 378 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK); in main()
|
D | hwcCommit.cpp | 157 #define CMD_STOP_FRAMEWORK "stop 2>&1" macro 416 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK); in main() 418 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK); in main()
|