Home
last modified time | relevance | path

Searched full:tabulate (Results 1 – 25 of 44) sorted by relevance

12

/external/python/cpython2/Lib/test/
Dsortperf.py4 See tabulate() for output format.
66 def tabulate(r): function
67 """Tabulate sort speed for lists of various sizes.
145 One argument: tabulate a single row.
146 Two arguments: tabulate a range (inclusive).
166 tabulate(r)
/external/python/cpython3/Lib/test/
Dsortperf.py4 See tabulate() for output format.
66 def tabulate(r): function
67 r"""Tabulate sort speed for lists of various sizes.
145 One argument: tabulate a single row.
146 Two arguments: tabulate a range (inclusive).
166 tabulate(r)
/external/bazelbuild-rules_python/examples/bzlmod/
Dlib.py15 from tabulate import tabulate
19 return tabulate(table)
Dgazelle_python.yaml490 tabulate: tabulate
491 tabulate.version: tabulate
Drequirements.in8 tabulate~=0.9.0
DBUILD.bazel45 requirement("tabulate"),
/external/bazelbuild-rules_python/examples/bzlmod_build_file_generation/
Dlib.py15 from tabulate import tabulate
19 return tabulate(table)
Dgazelle_python.yaml491 tabulate: tabulate
492 tabulate.version: tabulate
Drequirements.in4 tabulate~=0.9.0
DBUILD.bazel82 deps = ["@pip//tabulate"],
/external/rust/crates/grpcio-sys/grpc/tools/profiling/qps/
Dqps_diff.py27 import tabulate
138 return tabulate.tabulate(rows, headers=headers, floatfmt='+.2f')
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsole_printer.py16 from tabulate import tabulate_impl
29 """Minimal re-implementation of the tabulate module."""
61 """Call either tabulate.tabulate(), or our internal alternateTabulate()."""
/external/grpc-grpc/tools/profiling/qps/
Dqps_diff.py27 import tabulate
153 return tabulate.tabulate(rows, headers=headers, floatfmt="+.2f")
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py30 import tabulate
281 tabulate.tabulate(rows, headers=headers, floatfmt="+.2f"),
/external/rust/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_diff.py30 import tabulate
252 return tabulate.tabulate(rows, headers=headers,
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Drequirements.linux_perf.txt5 tabulate==0.8.9
Dprepare_build_linux_perf_multilang_rc27 sudo pip install tabulate
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Drequirements.linux_perf.txt5 tabulate==0.8.9
Dprepare_build_linux_perf_multilang_rc27 sudo pip install tabulate
/external/python/setuptools/setuptools/_vendor/more_itertools/
Drecipes.py52 'tabulate',
76 def tabulate(function, start=0): function
86 >>> iterator = tabulate(square, -3)
/external/grpc-grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh81 sudo pip install tabulate
92 sudo pypy -m pip install tabulate
/external/rust/crates/grpcio-sys/grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh81 sudo pip install tabulate
92 sudo pypy -m pip install tabulate
/external/python/setuptools/pkg_resources/_vendor/more_itertools/
Drecipes.py54 'tabulate',
79 def tabulate(function, start=0): function
89 >>> iterator = tabulate(square, -3)
/external/python/cpython3/Tools/scripts/
Dpdeps.py143 # Tabulate results neatly
/external/python/cpython2/Tools/scripts/
Dpdeps.py144 # Tabulate results neatly

12