Home
last modified time | relevance | path

Searched refs:summarize (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas.go246 …avgWithoutFlushMS, medianWithoutFlushMS, stddevWithoutFlushMS, _, _, _ := summarize(metrics.Withou…
247 avgWithFlushMS, medianWithFlushMS, stddevWithFlushMS, _, _, _ := summarize(metrics.WithFlushMS)
248 …avgFrame, medFrame, stdFrame, percentile90Frame, percentile95Frame, percentile99Frame := summarize
271 func summarize(input []float32) (float32, float32, float32, float32, float32, float32) { func
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps.go323 avgWithoutFlushMS, medianWithoutFlushMS, stddevWithoutFlushMS := summarize(data.WithoutFlushMS)
324 avgWithFlushMS, medianWithFlushMS, stddevWithFlushMS := summarize(data.WithFlushMS)
325 avgTotalFrameMS, medianTotalFrameMS, stddevTotalFrameMS := summarize(data.TotalFrameMS)
344 func summarize(input []float32) (float32, float32, float32) { func
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
Dperf_puppeteer_skottie_frames.go334 …avgWithoutFlushMS, medianWithoutFlushMS, stddevWithoutFlushMS, _, _, _ := summarize(metrics.Withou…
335 avgWithFlushMS, medianWithFlushMS, stddevWithFlushMS, _, _, _ := summarize(metrics.WithFlushMS)
336 avgFrame, medFrame, stdFrame, p90Frame, p95Frame, p99Frame := summarize(metrics.TotalFrameMS)
367 func summarize(input []float32) (float32, float32, float32, float32, float32, float32) { func
/third_party/python/Lib/test/
Dtest_ipaddress.py1849 summarize = ipaddress.summarize_address_range
1861 summarize(ip_invalid1, ip_invalid2))
1864 summarize(ip1, ipaddress.IPv6Address('::1')))
1866 summarize(ip1, ipaddress.IPv6Address('::1%scope')))
1868 self.assertEqual(list(summarize(ip1, ip2))[0],
1872 self.assertEqual(list(summarize(ip1, ip2)),
1879 list(summarize(ip1, ip2)))
1884 self.assertEqual(list(summarize(ip1, ip2))[0],
1888 self.assertEqual(list(summarize(ip1, ip2)),
1895 self.assertEqual(list(summarize(ip1, ip2))[0],
[all …]
/third_party/python/Tools/c-analyzer/cpython/
D_capi.py262 def summarize(items, *, groupby='kind', includeempty=True, minimize=None): function
630 summary = summarize(
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/
DREADME.txt61 To summarize, if you have problems/ideas with the following list,
/third_party/openGLES/extensions/IBM/
DREADME.txt61 To summarize, if you have problems/ideas with the following list,
/third_party/mindspore/patches/
D0012-add-mindir-ops.patch41 +PrimitivePtr MindIR_Assert_CreatePrimitive(int64_t summarize);
43 +void MindIR_Assert_SetSummarize(PrimitivePtr *primitive, int64_t summarize);
384 +PrimitivePtr MindIR_Assert_CreatePrimitive(int64_t summarize) {
386 + auto ops_offset = schema::CreateAssert(fbb, summarize);
399 + return value->summarize();
408 +void MindIR_Assert_SetSummarize(PrimitivePtr *primitive, int64_t summarize) {
414 + auto ops_offset = schema::CreateAssert(fbb, summarize);
/third_party/python/Lib/lib2to3/
Dmain.py270 rt.summarize()
Drefactor.py609 def summarize(self): member in RefactoringTool
/third_party/python/Lib/
Ddoctest.py1508 def summarize(self, verbose=None): member in DocTestRunner
1969 runner.summarize()
2092 runner.summarize()
/third_party/node/doc/api/
Dsingle-executable-applications.md72 To summarize, here is the required command for each platform:
/third_party/libexif/
Dconfigure.ac47 dnl To summarize. Any interface *change* increment CURRENT. If that interface
/third_party/python/Doc/library/
Dshelve.rst175 To summarize the interface (``key`` is a string, ``data`` is an arbitrary
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DPresentSemaphores.md131 To summarize, we use the completion of a submission using an image to prove when the semaphore used
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/
DLOWERING.rst237 To summarize, for every source ``Variable`` that is not equal to the
/third_party/libwebsockets/READMEs/
DREADME.lws_metrics.md133 For that reason, the metrics objects are designed to absorb and summarize a
/third_party/skia/third_party/externals/opengl-registry/docs/
Dtemplate.txt424 * Specification, then summarize differences when implemented with
676 * summarize its basic purpose, if not necessarily its
/third_party/openGLES/docs/
Dtemplate.txt424 * Specification, then summarize differences when implemented with
676 * summarize its basic purpose, if not necessarily its
/third_party/mesa3d/docs/
Drelnotes.rst4 The release notes summarize what's new or changed in each Mesa release.
/third_party/python/Mac/
DREADME.rst144 and which is the standard for macOS 10.7. To summarize, the
/third_party/python/Tools/clinic/
Dclinic.py1458 def summarize(s): function
1464 … "<Block ", dsl_name, " input=", summarize(self.input), " output=", summarize(self.output), ">"))
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_vertex_array_range.txt148 To summarize the vertex array range extension provides relaxed
/third_party/openGLES/extensions/APPLE/
DAPPLE_vertex_array_range.txt148 To summarize the vertex array range extension provides relaxed
/third_party/python/Doc/howto/
Dpyporting.rst286 To summarize:

123