HomeSort by relevance Sort by last modified time
    Searched defs:total_duration (Results 1 - 7 of 7) 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:__anon200::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:__anon7829
nfa_dm_int.h 429 UINT8 total_duration[NCI_PARAM_LEN_TOTAL_DURATION]; member in struct:__anon7827
  /art/runtime/gc/
heap.cc 819 uint64_t total_duration = 0; local
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 2082 uint64_t total_duration = 0; local
    [all...]

Completed in 246 milliseconds