Home
last modified time | relevance | path

Searched defs:cumulative (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dtracemalloc.py477 def _group_by(self, key_type, cumulative): argument
528 def statistics(self, key_type, cumulative=False): argument
538 def compare_to(self, old_snapshot, key_type, cumulative=False): argument
/third_party/selinux/libselinux/utils/
Davcstat.c98 int fd, i, cumulative = 0; in main() local
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java150 double cumulative = 0; in dumpNGrams() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dpoisson_distribution_test.cc223 double cumulative = e_neg_mean; in InitCDF() local
/third_party/node/deps/v8/tools/
Dparse-processor.mjs397 metrics, start, end, delta, cumulative = true, useDuration = false) { argument