/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
D | perf_puppeteer_canvas.go | 246 …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/ |
D | perf_puppeteer_render_skps.go | 323 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/ |
D | perf_puppeteer_skottie_frames.go | 334 …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/ |
D | test_ipaddress.py | 1849 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.py | 262 def summarize(items, *, groupby='kind', includeempty=True, minimize=None): function 630 summary = summarize(
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/ |
D | README.txt | 61 To summarize, if you have problems/ideas with the following list,
|
/third_party/openGLES/extensions/IBM/ |
D | README.txt | 61 To summarize, if you have problems/ideas with the following list,
|
/third_party/mindspore/patches/ |
D | 0012-add-mindir-ops.patch | 41 +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/ |
D | main.py | 270 rt.summarize()
|
D | refactor.py | 609 def summarize(self): member in RefactoringTool
|
/third_party/python/Lib/ |
D | doctest.py | 1508 def summarize(self, verbose=None): member in DocTestRunner 1969 runner.summarize() 2092 runner.summarize()
|
/third_party/node/doc/api/ |
D | single-executable-applications.md | 72 To summarize, here is the required command for each platform:
|
/third_party/libexif/ |
D | configure.ac | 47 dnl To summarize. Any interface *change* increment CURRENT. If that interface
|
/third_party/python/Doc/library/ |
D | shelve.rst | 175 To summarize the interface (``key`` is a string, ``data`` is an arbitrary
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | PresentSemaphores.md | 131 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/ |
D | LOWERING.rst | 237 To summarize, for every source ``Variable`` that is not equal to the
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_metrics.md | 133 For that reason, the metrics objects are designed to absorb and summarize a
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | template.txt | 424 * Specification, then summarize differences when implemented with 676 * summarize its basic purpose, if not necessarily its
|
/third_party/openGLES/docs/ |
D | template.txt | 424 * Specification, then summarize differences when implemented with 676 * summarize its basic purpose, if not necessarily its
|
/third_party/mesa3d/docs/ |
D | relnotes.rst | 4 The release notes summarize what's new or changed in each Mesa release.
|
/third_party/python/Mac/ |
D | README.rst | 144 and which is the standard for macOS 10.7. To summarize, the
|
/third_party/python/Tools/clinic/ |
D | clinic.py | 1458 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/ |
D | APPLE_vertex_array_range.txt | 148 To summarize the vertex array range extension provides relaxed
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_vertex_array_range.txt | 148 To summarize the vertex array range extension provides relaxed
|
/third_party/python/Doc/howto/ |
D | pyporting.rst | 286 To summarize:
|