/external/libmojo/third_party/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/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 = [] 165 timestamps = [] [all …]
|
/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/deqp/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 80 … EGLuint64KHR frameId, eglw::EGLint numTimestamps, const eglw::EGLint *timestamps, EGLnsecsANDROID… 525 TimestampInfoMap timestamps; in executeForConfig() local 526 timestamps[EGL_REQUESTED_PRESENT_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 527 timestamps[EGL_RENDERING_COMPLETE_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 528 timestamps[EGL_COMPOSITION_LATCH_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 529 timestamps[EGL_FIRST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 530 timestamps[EGL_LAST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 531 timestamps[EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() 532 timestamps[EGL_DISPLAY_PRESENT_TIME_ANDROID] = TimestampInfo(false, false, 0); in executeForConfig() 533 timestamps[EGL_DEQUEUE_READY_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig() [all …]
|
/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/toolchain-utils/cros_utils/ |
D | logger.py | 44 timestamps = [] 53 timestamps.append(os.stat(cmd_file).st_mtime) 59 suffix = str(timestamps.index(min(timestamps))) 216 timestamps = [] 225 timestamps.append(os.stat(cmd_file).st_mtime) 231 suffix = str(timestamps.index(min(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/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/walt/android/WALT/app/src/main/jni/ |
D | README.md | 22 message (denote it as `t_local`) and have the remote reply with his timestamps 36 only after that get the remote timestamps for all of them. This helps deal with 43 then the timestamps according to his clock of when they were sent. We record the 44 local timestamps when we receive them.
|
/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/ltp/testcases/kernel/fs/ext4-new-features/ |
D | README | 14 field on disk, journal checksumming, nanosec timestamps, online defrag, persist 89 ext4-nsec-timestamps 91 Directory containing the shell script which is used to test nanosec timestamps
|
D | .gitignore | 2 /ext4-nsec-timestamps/ext4_file_time
|
/external/skia/infra/bots/ |
D | swarm_recipe_bundled_unix.isolate | 4 '../../../recipe_bundle/recipes', 'run', '--timestamps',
|
D | swarm_recipe_bundled_win.isolate | 4 '../../../recipe_bundle/recipes.bat', 'run', '--timestamps',
|
D | swarm_recipe.isolate | 7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
|
D | bundle_recipes.isolate | 7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
|
/external/skqp/infra/bots/ |
D | swarm_recipe_bundled_unix.isolate | 4 '../../../recipe_bundle/recipes', 'run', '--timestamps',
|
D | swarm_recipe_bundled_win.isolate | 4 '../../../recipe_bundle/recipes.bat', 'run', '--timestamps',
|
D | swarm_recipe.isolate | 7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
|
D | bundle_recipes.isolate | 7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
|
/external/ltp/runtest/ |
D | fs_ext4 | 1 ext4-nsec-timestamps ext4_nsec_timestamps_test.sh
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 184 bool CheckConstantFramerate(const std::vector<int64_t>& timestamps, in CheckConstantFramerate() argument 193 for (size_t i = 1; i < timestamps.size(); i++) { in CheckConstantFramerate() 195 (timestamps[i] - timestamps[i-1]) / 1000000.f; in CheckConstantFramerate()
|
/external/strace/ |
D | strace-log-merge | 39 option which prints timestamps (otherwise sorting won't do any good).
|