OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_total
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
counter.py
68
self.
max_total
= 0
100
self.
max_total
= 0
104
max_total
= None
110
if
max_total
is None or total >
max_total
:
111
max_total
= total
112
self.
max_total
=
max_total
trace_event_importer_unittest.py
519
self.assertEqual(10, ctr.
max_total
)
583
self.assertEqual(8, ctr.
max_total
)
618
self.assertEqual(14, ctr.
max_total
)
[
all
...]
/external/libpng/contrib/libtests/
pngvalid.c
739
png_alloc_size_t
max_total
;
member in struct:store_pool
832
pool->max_max = pool->max_limit = pool->
max_total
= 0;
[
all
...]
Completed in 87 milliseconds