HomeSort by relevance Sort by last modified time
    Searched refs:CMD_STOP_FRAMEWORK (Results 1 - 5 of 5) sorted by null

  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 81 #define CMD_STOP_FRAMEWORK "stop 2>&1"
408 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
410 testPrintE("Command too long for: %s\n", CMD_STOP_FRAMEWORK);
  /frameworks/base/opengl/tests/hwc/
hwcColorEquiv.cpp 116 #define CMD_STOP_FRAMEWORK "stop 2>&1"
283 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
285 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
hwcRects.cpp 138 #define CMD_STOP_FRAMEWORK "stop 2>&1"
240 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
242 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
hwcStress.cpp 163 #define CMD_STOP_FRAMEWORK "stop 2>&1"
377 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
379 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
hwcCommit.cpp 158 #define CMD_STOP_FRAMEWORK "stop 2>&1"
417 rv = snprintf(cmd, sizeof(cmd), "%s", CMD_STOP_FRAMEWORK);
419 testPrintE("Command too long for: %s", CMD_STOP_FRAMEWORK);
    [all...]

Completed in 619 milliseconds