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/trace-viewer/third_party/python_gflags/
ChangeLog
30
* Raise exception if --flagfile can't be read (
tlim
)
/external/chromium_org/third_party/python_gflags/
ChangeLog
30
* Raise exception if --flagfile can't be read (
tlim
)
/external/ppp/pppd/
auth.c
1037
int
tlim
;
local
1048
tlim
= (*idle_time_hook)(NULL);
1050
tlim
= idle_time_limit;
1051
if (
tlim
> 0)
1052
TIMEOUT(check_idle, NULL,
tlim
);
1153
int
tlim
;
local
1158
tlim
= idle_time_hook(&idle);
1161
tlim
= idle_time_limit - itime;
1163
if (
tlim
<= 0) {
1170
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 86 milliseconds