/external/chromium-trace/catapult/devil/devil/android/perf/ |
D | surface_stats_collector.py | 47 (refresh_period, timestamps) = self._GetDataFromThread() 52 return (refresh_period, timestamps) 56 timestamps = [] 63 if refresh_period is None or timestamps is None: 76 timestamps += [timestamp for timestamp in new_timestamps 78 if len(timestamps): 79 last_timestamp = timestamps[-1] 83 self._data_queue.put((refresh_period, timestamps)) 84 timestamps = [] 163 timestamps = [] [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | counter.py | 30 return self._counter.timestamps[self._sample_index] 34 self._counter.timestamps[self._sample_index] = start 65 self.timestamps = [] 75 if not event_type_predicate(CounterSample) or not self.timestamps: 81 for i in xrange(len(self.timestamps)): 92 return len(self.timestamps)
|
D | counter_unittest.py | 31 self.counter.timestamps = [111, 222] 37 self.counter.timestamps = [111, 222] 43 self.counter.timestamps = [111, 222] 55 self.counter.timestamps = [111, 222]
|
D | trace_event_importer_unittest.py | 516 self.assertEqual([0, 0.01, 0.02], ctr.timestamps) 550 self.assertEqual([0, 0.01], ctr.timestamps) 558 self.assertEqual([0.01, 0.015, 0.018], ctr.timestamps) 566 self.assertEqual([0.02], ctr.timestamps) 573 ctr.timestamps = [0, 1, 2, 3, 4, 5, 6, 7] 614 self.assertEqual(sorted([0, 0.01, 0.02]), sorted(ctr.timestamps))
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | smoothness.py | 99 timestamps = [] 101 if len(timestamps) == 0: 102 timestamps.extend(timestamp_range) 105 timestamps.append(timestamps[-1] + 107 return timestamps 116 timestamps = self._JoinTimestampRanges(stats.frame_timestamps) 117 frame_count = len(timestamps) 118 milliseconds = timestamps[-1] - timestamps[0] 122 self._GetNormalizedDeltas(timestamps, stats.refresh_period,
|
/external/autotest/site_utils/rpm_control_system/ |
D | utils.py | 88 self.timestamps = {} 107 self.timestamps.pop(removed_key) 109 self.timestamps[key] = time.time() 115 key in self.timestamps and 116 time.time() - self.timestamps[key] > self.expiration_secs): 118 self.timestamps.pop(key)
|
D | utils_unittest.py | 143 self.assertEqual(len(cache.timestamps), 1) 145 self.assertTrue('host2' in cache.timestamps)
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
D | statistics.py | 128 def TimestampsDiscrepancy(timestamps, absolute=True, argument 160 if not timestamps: 163 if isinstance(timestamps[0], list): 164 range_discrepancies = [TimestampsDiscrepancy(r) for r in timestamps] 167 samples, sample_scale = NormalizeSamples(timestamps) 200 timestamps = reduce(lambda x, y: x + [x[-1] + y], durations, [0]) 201 return TimestampsDiscrepancy(timestamps, absolute, location_count)
|
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/ |
D | hardware_TPMTakeOwnership.py | 78 timestamps = dict() 117 timestamps[i] = self.tpm_obj.takeTpmOwnership() 127 for k, v in timestamps.iteritems(): 133 self.perf_dict['num_total_iterations'] = len(timestamps)
|
/external/autotest/client/cros/video/ |
D | video_screenshot_collector.py | 55 def collect_multiple_screenshots(self, timestamps): argument 68 return [self.collect_screenshot(t) for t in timestamps]
|
/external/autotest/site_utils/ |
D | devserver_history.py | 161 timestamps = [c.time_recorded for c in calls_for_devserver] 163 (devserver, len(timestamps), min(timestamps), 164 max(timestamps)))
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | fake_frame_generator.py | 22 timestamps=(x for x in iter(int, 1))): argument 33 self._timestamps = timestamps
|
D | video_file_frame_generator_unittest.py | 30 timestamps = [0, 33.367, 66.733] 40 self.assertAlmostEqual(fg.CurrentTimestamp, timestamps[i], 3)
|
/external/autotest/client/site_tests/platform_TraceClockMonotonic/ |
D | control | 13 Ensure the the kernel properly supports monotonic timestamps for 18 or the timestamps aren't in the proper order
|
/external/iputils/doc/ |
D | clockdiff.sgml | 65 Some nodes (Cisco) use non-standard timestamps, which is allowed 66 by RFC, but makes timestamps mostly useless. 69 Some nodes generate messed timestamps (Solaris>2.4), when 72 randomly making timestamps mostly useless. Good news is that you can
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | VideoCapturerAndroidTestFixtures.java | 111 private List<Long> timestamps = new ArrayList<Long>(); field in VideoCapturerAndroidTestFixtures.FakeCapturerObserver 129 timestamps.add(timeStamp); in onByteBufferFrameCaptured() 142 timestamps.add(timeStamp); in onTextureFrameCaptured() 184 ArrayList<Long> list = new ArrayList<Long>(timestamps); in getCopyAndResetListOftimeStamps() 185 timestamps.clear(); in getCopyAndResetListOftimeStamps()
|
/external/strace/ |
D | strace-log-merge | 12 option which prints timestamps (otherwise sorting won't do any good).
|
/external/llvm/test/tools/dsymutil/ |
D | archive-timestamp.test | 3 # This is the archive member part of basic-archive.macho.x86_64 debug map with corrupted timestamps.
|
/external/valgrind/helgrind/ |
D | README_YARD.txt | 11 the idea of shadowing each memory location with two vector timestamps,
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | plotJitterEstimate.m | 3 [timestamps, framedata, slopes, randJitters, framestats, timetable, filtjitter, rtt, rttStatsVec] =…
|
/external/llvm/utils/release/ |
D | test-release.sh | 349 $ConfigureFlags --disable-timestamps $ExtraConfigureFlags \ 353 $ConfigureFlags --disable-timestamps $ExtraConfigureFlags \
|
/external/mockftpserver/tags/2.0-rc1/src/site/apt/ |
D | index.apt | 22 also be interrogated to verify command invocation data such as command parameters and timestamps.
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | index.apt | 23 also be interrogated to verify command invocation data such as command parameters and timestamps.
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | index.apt | 23 also be interrogated to verify command invocation data such as command parameters and timestamps.
|
/external/mockftpserver/tags/2.4/src/site/apt/ |
D | index.apt | 23 also be interrogated to verify command invocation data such as command parameters and timestamps.
|