OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tlim
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
ChangeLog
30
* Raise exception if --flagfile can't be read (
tlim
)
/external/chromium-trace/catapult/third_party/python_gflags/
ChangeLog
30
* Raise exception if --flagfile can't be read (
tlim
)
/external/ppp/pppd/
auth.c
1070
int
tlim
;
local
1081
tlim
= (*idle_time_hook)(NULL);
1083
tlim
= idle_time_limit;
1084
if (
tlim
> 0)
1085
TIMEOUT(check_idle, NULL,
tlim
);
1184
int
tlim
;
local
1189
tlim
= idle_time_hook(&idle);
1192
tlim
= idle_time_limit - itime;
1194
if (
tlim
<= 0) {
1201
TIMEOUT(check_idle, NULL,
tlim
);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java
551
int
tlim
= this.length();
local
556
if ((toffset < 0) || (toffset >
tlim
- pc))
[
all
...]
XStringForFSB.java
613
int
tlim
= m_start + m_length;
local
Completed in 1123 milliseconds