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

  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 128 String timeoutStr = attributes.getValue("timeout");
129 if (timeoutStr != null) {
130 timeout = Integer.parseInt(timeoutStr);
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 650 AString timeoutStr;
652 mSessionID.c_str(), "timeout", &timeoutStr)) {
655 strtoul(timeoutStr.c_str(), &end, 10);
657 if (end == timeoutStr.c_str() || *end != '\0') {
659 timeoutStr.c_str());
    [all...]

Completed in 332 milliseconds