Home
last modified time | relevance | path

Searched refs:delays (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dhttparchive.py250 response.status, response.reason, response.delays['headers'])
256 len(chunk_lengths), chunk_lengths, response.delays['data'])
727 delays=None): argument
754 self.delays = delays
760 if not self.delays:
761 self.delays = {
767 num_delays = len(self.delays['data'])
771 num_delays, expected_num_delays, self.delays['data'])
883 return json.dumps(self.delays, indent=2)
895 delays = self.get_delays_as_text()
[all …]
Dhttpclient.py134 delays = []
137 delays.append(0)
148 delays.append(TIMER() - start)
160 return chunks, delays
339 delays = {
350 delays)
Dhttpproxy.py142 logging.debug('Using delays (ms): %s', response.delays)
143 time.sleep(response.delays['headers'] / 1000.0)
144 delays = response.delays['data']
146 delays = [0] * len(response.response_data)
156 for chunk, delay in zip(response.response_data, delays):
/external/cros/system_api/dbus/power_manager/
Dpolicy.proto99 // dimming, off, and lock delays will still be in effect. Once the audio
119 // presentation mode. Other delays' distances from |screen_dim_ms| are
120 // preserved after scaling. A value of 1.0 (or less) leaves delays
128 // Other delays' distances from |screen_dim_ms| are preserved after
129 // scaling. The delays will return to their original values at the end
131 // |screen_dim_ms| delay leaves delays unchanged.
/external/webrtc/webrtc/modules/video_coding/test/
DplotJitterEstimate.m27 delays = framedata(:,2); variable
30 plot(dL, delays, '.');
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipfw_win32/
DREADME.web-page-replay9 Used by Web Page Replay to simulate network delays and bandwidth throttling on Windows XP.
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
Dcontrol7 PURPOSE = "Measure delays of TPM_TakeOwnership operation"
/external/autotest/client/site_tests/kernel_Delay/
Dcontrol7 This test is to make sure that udelay() delays at least as long as
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/
Dcontrol19 since the delays involved in waking a DUT from suspend using autotest framework
/external/libchrome/base/trace_event/
Dtrace_config.cc620 void TraceConfig::WriteCategoryFilterString(const StringList& delays, in WriteCategoryFilterString() argument
624 for (StringList::const_iterator ci = delays.begin(); in WriteCategoryFilterString()
625 ci != delays.end(); ++ci) { in WriteCategoryFilterString()
Dtrace_config.h218 void WriteCategoryFilterString(const StringList& delays,
Dtrace_log.cc476 const TraceConfig::StringList& delays = in UpdateSyntheticDelaysFromTraceConfig() local
479 for (ci = delays.begin(); ci != delays.end(); ++ci) { in UpdateSyntheticDelaysFromTraceConfig()
/external/iproute2/tc/
DREADME.last23 Besides that, it will misbehave, when delays exceed 2 seconds
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
Dplot_neteq_delay.m26 % skip a number of seconds in the beginning when calculating delays
135 % calculate delays and other parameters
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/
Dcontrol.DisconnectBeforeSuspendSameAP31 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectAfterSuspendSameAP34 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectAfterSuspendDiffAP34 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.DisconnectBeforeSuspendDiffAP31 since the delays involved in waking a DUT from suspend using autotest framework
Dcontrol.Stress31 since the delays involved in waking a DUT from suspend using autotest framework
/external/google-breakpad/src/client/mac/Framework/
DOnDemandServer.mm160 // and holding on to this port delays launching until the current process
/external/clang/docs/
DMSVCCompatibility.rst121 controlled by the ``-fdelayed-template-parsing`` flag. While Clang delays
/external/libmicrohttpd/doc/chapters/
Dresponseheaders.inc167 @code{/picture.png} should provide just the same but without any artificial delays.
Dlargerpost.inc10 synchronize the global states at the cost of possible delays for other connections if the processing
/external/valgrind/
DREADME_DEVELOPERS127 control. This delays startup for a few seconds.
/external/blktrace/btreplay/doc/
Dbtreplay.tex498 ignored. IOs will be replayed without inter-bunch delays.

123