Home
last modified time | relevance | path

Searched refs:timings (Results 1 – 24 of 24) sorted by relevance

/external/autotest/site_utils/
Drun_suite.py1040 self.timings = None
1171 self.timings = Timings(self._suite_job_id)
1173 self.timings.RecordTiming(v)
1270 logging.info(self.timings)
1323 'download_start' : str(self.timings.download_start_time),
1324 'payload_download_end' : str(self.timings.payload_end_time),
1325 'suite_start' : str(self.timings.suite_start_time),
1326 'artifact_download_end' : str(self.timings.artifact_end_time),
1327 'tests_start' : str(self.timings.tests_start_time),
1328 'tests_end' : str(self.timings.tests_end_time),
[all …]
/external/e2fsprogs/tests/f_badinode/
Dexpect.110 i_file_acl for inode 13 (/timings) is 39, should be zero.
13 i_blocks_hi for inode 13 (/timings) is 1024, should be zero.
/external/v8/build/android/pylib/results/flakiness_dashboard/
Djson_results_generator_unittest.py151 for timings in test[JRG.TIMES]:
152 if timings[1] == test_timings[test_name]:
153 timing_count = timings[0]
/external/autotest/frontend/afe/
Dsite_rpc_interface.py106 timings = {}
111 timings[constants.DOWNLOAD_STARTED_TIME] = formatted_now()
120 timings[constants.PAYLOAD_FINISHED_TIME] = formatted_now()
121 return (ds, timings)
/external/skia/tools/kilobench/
Dkilobench.cpp404 const SkTArray<double>& timings() const { SkASSERT(fDone); return fTimings; } in timings() function
549 for (int i = 0; i < timingThread.timings().count(); i++) { in time_sample()
550 min = SkTMin(min, timingThread.timings()[i]); in time_sample()
/external/autotest/client/site_tests/network_3GDisableGobiWhileConnecting/
Dcontrol50 # Similarly, we can't be sure what the relative timings of the
/external/llvm/lib/Target/ARM/
DARMSchedule.td16 // The instruction cycle timings table might contain an entry for an operation
DARMScheduleA9.td190 // FIXME: The timings are some rough approximations
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
Dusage.rst60 These are some average timings from my desktop machine (Linux 2.6,
/external/llvm/lib/Target/PowerPC/
DPPCSchedule440.td15 // timings here are constructed to match the FP2 unit shipped with the
/external/expat/doc/
Dxmlwf.sgml284 Turns on timings. This tells Expat to parse the entire file,
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h1330 struct v4l2_dv_timings timings; member
/external/iproute2/doc/
Dss.sgml510 timings with time:
/external/blktrace/btreplay/doc/
Dbtreplay.tex201 into the kernel, where you \emph{may} receive more responsive timings.}
/external/dbus/doc/
Ddcop-howto.txt541 OK now for some timings. Just creating a KApplication and then exiting
/external/v8/test/mozilla/
Dmozilla.status269 # Tests depend on GC timings. Inherently flaky.
/external/clang/include/clang/Driver/
DCC1Options.td405 HelpText<"Just run preprocessor, no output (for timings)">;
/external/valgrind/include/vki/
Dvki-linux.h3983 struct vki_v4l2_dv_timings timings; member
/external/netperf/
DRelease_Notes203 the timings measured by histograms. Based on patches from Google.
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c8202 PRE_FIELD_WRITE("ioctl(VKI_V4L2_ENUM_DV_TIMINGS).timings", data->timings); in PRE()
10153 POST_FIELD_WRITE(data->timings); in POST()
/external/testng/
DCHANGES.txt956 Added: Reports now show relative timings (start at 0)
/external/fio/
DHOWTO1392 given device, but different timings.
/external/llvm/docs/
DLangRef.rst9365 timings.
/external/libxml2/
DChangeLog7489 * xmllint.c: fixed xmllint --stream --timing to get timings back