OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
651
AString
timeoutStr
;
653
mSessionID.c_str(), "timeout", &
timeoutStr
)) {
656
strtoul(
timeoutStr
.c_str(), &end, 10);
658
if (end ==
timeoutStr
.c_str() || *end != '\0') {
660
timeoutStr
.c_str());
[
all
...]
Completed in 591 milliseconds