OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_duration
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/socket/
transport_client_socket_pool.cc
139
base::TimeDelta
total_duration
= now - connect_timing_->dns_start;
local
141
total_duration
,
/external/chromium_org/tools/gn/
trace.cc
48
Coalesced() : name_ptr(NULL),
total_duration
(0.0), count(0) {}
51
double
total_duration
;
member in struct:__anon21113::Coalesced
60
return a.
total_duration
> b.
total_duration
;
83
c.
total_duration
+= items[i]->delta().InMillisecondsF();
96
sorted[i].
total_duration
, sorted[i].count);
/external/chromium_org/net/http/
http_network_transaction.cc
1165
base::TimeDelta
total_duration
= response_.response_time - start_time_;
local
[
all
...]
/external/libnfc-nci/src/nfa/int/
nfa_dta_int.h
74
UINT16
total_duration
; /* NFA_DTA_CFG_TOTAL_DURATION */
member in struct:__anon3683
nfa_dm_int.h
429
UINT8
total_duration
[NCI_PARAM_LEN_TOTAL_DURATION];
member in struct:__anon3681
/art/runtime/gc/
heap.cc
819
uint64_t
total_duration
= 0;
local
[
all
...]
Completed in 2493 milliseconds