Searched refs:timings (Results 1 – 25 of 26) sorted by relevance
12
/external/autotest/site_utils/ |
D | run_suite.py | 1113 self.timings = None 1264 self.timings = Timings(self._suite_job_id) 1266 self.timings.RecordTiming(v) 1371 logging.info(self.timings) 1430 timings = self.timings 1431 if timings is not None: 1434 'download_start' : str(timings.download_start_time), 1435 'payload_download_end' : str(timings.payload_end_time), 1436 'suite_start' : str(timings.suite_start_time), 1437 'artifact_download_end' : str(timings.artifact_end_time), [all …]
|
/external/e2fsprogs/tests/f_badinode/ |
D | expect.1 | 10 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/autotest/client/site_tests/network_3GDisableGobiWhileConnecting/ |
D | control | 50 # Similarly, we can't be sure what the relative timings of the
|
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/bin/ |
D | wsdump.py | 170 if args.timings:
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 1654 timings = {} 1660 timings[constants.DOWNLOAD_STARTED_TIME] = formatted_now() 1669 timings[constants.PAYLOAD_FINISHED_TIME] = formatted_now() 1670 return (ds, timings)
|
/external/llvm/lib/Target/Sparc/ |
D | Sparc.td | 141 // LEON3 + support to CASA + LEON 4 instruction timings
|
/external/eigen/doc/ |
D | DenseDecompositionBenchmark.dox | 10 …\b float numbers. For double, you can get a good estimate by multiplying the timings by a factor 2.
|
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/ |
D | ChangeLog | 42 - Prints timings in console (#217)
|
/external/llvm/lib/Target/ARM/ |
D | ARMSchedule.td | 16 // The instruction cycle timings table might contain an entry for an operation
|
D | ARMScheduleA9.td | 190 // FIXME: The timings are some rough approximations
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCSchedule440.td | 15 // timings here are constructed to match the FP2 unit shipped with the
|
/external/expat/doc/ |
D | xmlwf.sgml | 284 Turns on timings. This tells Expat to parse the entire file,
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 1413 struct v4l2_dv_timings timings; member
|
/external/iproute2/doc/ |
D | ss.sgml | 510 timings with time:
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 201 into the kernel, where you \emph{may} receive more responsive timings.}
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 425 HelpText<"Just run preprocessor, no output (for timings)">;
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 3983 struct vki_v4l2_dv_timings timings; member
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMScheduleA9.td | 186 // FIXME: The timings are some rough approximations
|
/external/netperf/ |
D | Release_Notes | 203 the timings measured by histograms. Based on patches from Google.
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 8202 PRE_FIELD_WRITE("ioctl(VKI_V4L2_ENUM_DV_TIMINGS).timings", data->timings); in PRE() 10153 POST_FIELD_WRITE(data->timings); in POST()
|
/external/testng/ |
D | CHANGES.txt | 956 Added: Reports now show relative timings (start at 0)
|
/external/fio/ |
D | HOWTO | 1392 given device, but different timings.
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/llvm/docs/ |
D | LangRef.rst | 9586 timings.
|
/external/libxml2/ |
D | ChangeLog | 7489 * xmllint.c: fixed xmllint --stream --timing to get timings back
|
12