/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | httparchive.py | 250 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 …]
|
D | httpclient.py | 134 delays = [] 137 delays.append(0) 148 delays.append(TIMER() - start) 160 return chunks, delays 339 delays = { 350 delays)
|
D | httpproxy.py | 142 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/ |
D | policy.proto | 99 // 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/ |
D | plotJitterEstimate.m | 27 delays = framedata(:,2); variable 30 plot(dL, delays, '.');
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipfw_win32/ |
D | README.web-page-replay | 9 Used by Web Page Replay to simulate network delays and bandwidth throttling on Windows XP.
|
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/ |
D | control | 7 PURPOSE = "Measure delays of TPM_TakeOwnership operation"
|
/external/autotest/client/site_tests/kernel_Delay/ |
D | control | 7 This test is to make sure that udelay() delays at least as long as
|
/external/autotest/server/site_tests/network_WiFi_FastReconnectInDarkResume/ |
D | control | 19 since the delays involved in waking a DUT from suspend using autotest framework
|
/external/libchrome/base/trace_event/ |
D | trace_config.cc | 620 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()
|
D | trace_config.h | 218 void WriteCategoryFilterString(const StringList& delays,
|
D | trace_log.cc | 476 const TraceConfig::StringList& delays = in UpdateSyntheticDelaysFromTraceConfig() local 479 for (ci = delays.begin(); ci != delays.end(); ++ci) { in UpdateSyntheticDelaysFromTraceConfig()
|
/external/iproute2/tc/ |
D | README.last | 23 Besides that, it will misbehave, when delays exceed 2 seconds
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
D | plot_neteq_delay.m | 26 % 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/ |
D | control.DisconnectBeforeSuspendSameAP | 31 since the delays involved in waking a DUT from suspend using autotest framework
|
D | control.DisconnectAfterSuspendSameAP | 34 since the delays involved in waking a DUT from suspend using autotest framework
|
D | control.DisconnectAfterSuspendDiffAP | 34 since the delays involved in waking a DUT from suspend using autotest framework
|
D | control.DisconnectBeforeSuspendDiffAP | 31 since the delays involved in waking a DUT from suspend using autotest framework
|
D | control.Stress | 31 since the delays involved in waking a DUT from suspend using autotest framework
|
/external/google-breakpad/src/client/mac/Framework/ |
D | OnDemandServer.mm | 160 // and holding on to this port delays launching until the current process
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 121 controlled by the ``-fdelayed-template-parsing`` flag. While Clang delays
|
/external/libmicrohttpd/doc/chapters/ |
D | responseheaders.inc | 167 @code{/picture.png} should provide just the same but without any artificial delays.
|
D | largerpost.inc | 10 synchronize the global states at the cost of possible delays for other connections if the processing
|
/external/valgrind/ |
D | README_DEVELOPERS | 127 control. This delays startup for a few seconds.
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 498 ignored. IOs will be replayed without inter-bunch delays.
|