Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 25 of 133) sorted by relevance

123456

/external/libmojo/third_party/catapult/devil/devil/android/perf/
Dsurface_stats_collector.py47 (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/
Dsurface_stats_collector.py47 (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 = []
166 timestamps = []
[all …]
/external/autotest/site_utils/rpm_control_system/
Dutils.py88 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)
Dutils_unittest.py143 self.assertEqual(len(cache.timestamps), 1)
145 self.assertTrue('host2' in cache.timestamps)
/external/deqp/modules/egl/
DteglGetFrameTimestampsTests.cpp80 … EGLuint64KHR frameId, eglw::EGLint numTimestamps, const eglw::EGLint *timestamps, EGLnsecsANDROID…
529 TimestampInfoMap timestamps; in executeForConfig() local
530 timestamps[EGL_REQUESTED_PRESENT_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
531 timestamps[EGL_RENDERING_COMPLETE_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
532 timestamps[EGL_COMPOSITION_LATCH_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
533 timestamps[EGL_FIRST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
534 timestamps[EGL_LAST_COMPOSITION_START_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
535 timestamps[EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
536 timestamps[EGL_DISPLAY_PRESENT_TIME_ANDROID] = TimestampInfo(false, false, 0); in executeForConfig()
537 timestamps[EGL_DEQUEUE_READY_TIME_ANDROID] = TimestampInfo(true, false, 0); in executeForConfig()
[all …]
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
Dhardware_TPMTakeOwnership.py78 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/
Dlogger.py44 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/
Dvideo_screenshot_collector.py55 def collect_multiple_screenshots(self, timestamps): argument
68 return [self.collect_screenshot(t) for t in timestamps]
/external/autotest/client/site_tests/platform_TraceClockMonotonic/
Dcontrol13 Ensure the the kernel properly supports monotonic timestamps for
18 or the timestamps aren't in the proper order
/external/walt/android/WALT/app/src/main/jni/
DREADME.md22 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/iputils/doc/
Dclockdiff.sgml65 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/skia/infra/bots/
Dswarm_recipe_bundled_unix.isolate4 '../../../recipe_bundle/recipes', 'run', '--timestamps',
Dswarm_recipe_bundled_win.isolate4 '../../../recipe_bundle/recipes.bat', 'run', '--timestamps',
Dswarm_recipe.isolate7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
Dbundle_recipes.isolate7 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
/external/ltp/testcases/kernel/fs/ext4-new-features/
D.gitignore2 /ext4-nsec-timestamps/ext4_file_time
DREADME14 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
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java111 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/runtest/
Dfs_ext41 ext4-nsec-timestamps ext4_nsec_timestamps_test.sh
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc158 bool CheckConstantFramerate(const std::vector<int64_t>& timestamps, in CheckConstantFramerate() argument
167 for (size_t i = 1; i < timestamps.size(); i++) { in CheckConstantFramerate()
169 (timestamps[i] - timestamps[i-1]) / 1000000.f; in CheckConstantFramerate()
/external/strace/
Dstrace-log-merge12 option which prints timestamps (otherwise sorting won't do any good).
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_dec.h125 OMX_TICKS timestamps[2]; \
/external/llvm/test/tools/dsymutil/
Darchive-timestamp.test3 # This is the archive member part of basic-archive.macho.x86_64 debug map with corrupted timestamps.
/external/valgrind/helgrind/
DREADME_YARD.txt11 the idea of shadowing each memory location with two vector timestamps,
/external/webrtc/webrtc/modules/video_coding/test/
DplotJitterEstimate.m3 [timestamps, framedata, slopes, randJitters, framestats, timetable, filtjitter, rtt, rttStatsVec] =…

123456