Home
last modified time | relevance | path

Searched refs:took (Results 1 – 25 of 85) sorted by relevance

1234

/external/curl/docs/libcurl/
Dgetinfo-times12 NT = CURLINFO_NAMELOOKUP_TIME. The time it took from the start until the name
14 CT = CURLINFO_CONNECT_TIME. The time it took from the start until the connect
16 PT = CURLINFO_PRETRANSFER_TIME. The time it took from the start until the file
20 ST = CURLINFO_STARTTRANSFER_TIME. The time it took from the start until the
25 RT = CURLINFO_REDIRECT_TIME. The time it took for all redirection steps
27 transaction was started. So, this is zero if no redirection took place.
/external/chromium-trace/catapult/third_party/typ/typ/
Djson_results.py35 def __init__(self, name, actual, started, took, worker, argument
41 self.took = took
Drunner.py471 started=last, took=(now - last), worker=0,
540 timing_str = ' %.4fs' % result.took
657 took = int(result.took * 1000000)
660 event['dur'] = took
843 took = h.time() - start
844 return _result_from_test_result(test_result, test_name, start, took, out,
859 def _result_from_test_result(test_result, test_name, start, took, out, err, argument
897 return Result(test_name, actual, start, took, worker_num,
/external/autotest/client/site_tests/power_UiResume/
Dcontrol17 After resume calculate and report the time it took to suspend and resume .
/external/autotest/client/site_tests/power_Resume/
Dcontrol20 how many seconds it took to resume. As a precaution it will ensure your
Dcontrol.resume_constraint20 how many seconds it took to resume. As a precaution it will ensure your
/external/valgrind/docs/internals/
DSPEC-notes.txt16 It took a while, but I tracked this down to a 64bit/80bit
/external/autotest/client/site_tests/platform_BootPerf/
Dcontrol25 - how long it took just the firmware to boot.
/external/libjpeg-turbo/testimages/
Dnightshot_iso_100.txt15 1. The origin of the pictures must not be misrepresented; you must not claim that you took the orig…
/external/opencv3/doc/tutorials/core/mat-mask-operations/
Dmat_mask_operations.markdown128 while the second one took only 13 milliseconds the first took around 31 milliseconds. Quite some
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dcodegen.ml65 (* If 'f' took a different number of arguments, reject. *)
/external/netperf/
DREADME21 is not in letter - I never took the time to try to get it approved.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dcodegen.ml65 (* If 'f' took a different number of arguments, reject. *)
/external/skia/site/dev/sheriffing/
Dindex.md155 * (if you took the second option above you can just edit the existing line(s))
157 * If you took the first/dispreferred option above:
/external/v8/test/mjsunit/asm/sqlite3/
Dsqlite-change-heap.js1took "+(Date.now()-start)+" ms (has ArrayBuffer.transfer? "+!!ArrayBuffer.transfer+")");return tru…
/external/deqp/doc/testspecs/GL3/
Dfunctional.conditional_render.txt74 to pass if the clear took place. The resulting framebuffer is read out and
/external/opencv3/doc/py_tutorials/py_feature2d/py_feature_homography/
Dpy_feature_homography.markdown14 So what we did in last session? We used a queryImage, found some feature points in it, we took
/external/opencv3/doc/py_tutorials/py_core/py_image_arithmetics/
Dpy_image_arithmetics.markdown46 Here I took two images to blend them together. First image is given a weight of 0.7 and second image
/external/tcpdump/
DREADME.md148 the number of packets it took to send that many chunks
181 since the average packet size was 512 bytes). It took
/external/autotest/client/tests/kvm/
Dtests.cfg.sample112 # (on a core2 duo laptop with HD and 4GB RAM, F15 host took 3 hours to run)
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_mfqe_sse2.asm208 ; pmaddubsw would be ideal if it took two unsigned values. instead,
/external/libvpx/libvpx/vp8/common/x86/
Dmfqe_sse2.asm207 ; pmaddubsw would be ideal if it took two unsigned values. instead,
/external/llvm/test/CodeGen/X86/
Ddagcombine-shifts.ll184 ; Legalization took place. The add instruction is redundant and increases by
/external/opencv3/doc/py_tutorials/py_video/py_bg_subtraction/
Dpy_bg_subtraction.markdown74 gaussian distribution for each pixel. (Remember, in last case, we took a K gaussian distributions
/external/blktrace/
DREADME81 -t Track individual ios. Will tell you the time a request took to

1234