OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_ts
(Results
1 - 7
of
7
) sorted by null
/external/autotest/client/cros/
power_suspend.py
40
_ts
: Returns a timestamp from /var/run/power_manager/last_resume_timings
187
def
_ts
(self, name, retries=11):
member in class:Suspender
411
start_resume = self.
_ts
('start_resume_time')
412
kernel_down = (self.
_ts
('end_suspend_time') -
413
self.
_ts
('start_suspend_time'))
414
kernel_up = self.
_ts
('end_resume_time') - start_resume
420
cpu_up = self.
_ts
('cpu_ready_time', 0) - start_resume
/prebuilts/gdb/darwin-x86/include/python2.7/
pystate.h
13
struct
_ts
; /* Forward */
19
struct
_ts
*tstate_head;
56
typedef struct
_ts
{
struct
59
struct
_ts
*next;
/prebuilts/gdb/linux-x86/include/python2.7/
pystate.h
13
struct
_ts
; /* Forward */
19
struct
_ts
*tstate_head;
56
typedef struct
_ts
{
struct
59
struct
_ts
*next;
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h
13
struct
_ts
; /* Forward */
19
struct
_ts
*tstate_head;
56
typedef struct
_ts
{
struct
59
struct
_ts
*next;
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h
13
struct
_ts
; /* Forward */
19
struct
_ts
*tstate_head;
56
typedef struct
_ts
{
struct
59
struct
_ts
*next;
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DigestAuthenticator.java
70
final long
_ts
;
field in class:DigestAuthenticator.Nonce
76
_ts
=ts;
289
while (nonce!=null && nonce.
_ts
<expired)
/external/caliper/lib/
jersey-core-1.11.jar
Completed in 6415 milliseconds