OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttler
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/bin/result_tools/
utils.py
299
for
throttler
, args in throttlers:
303
utils_lib.LOG('Applying
throttler
%s, args: %s' %
304
(
throttler
.__name__, args_without_summary))
305
throttler
.throttle(**args)
309
utils_lib.LOG('Failed to apply
throttler
%s. Exception: %s' %
310
(
throttler
, traceback.format_exc()))
/frameworks/base/cmds/incidentd/src/
IncidentService.h
24
#include "
Throttler
.h"
48
const sp<
Throttler
>&
throttler
);
80
sp<
Throttler
> mThrottler;
149
sp<
Throttler
> mThrottler;
IncidentService.cpp
128
const sp<
Throttler
>&
throttler
)
134
mThrottler(
throttler
),
198
// Tell the
throttler
how big it was, for the next throttling.
199
// TODO: This still isn't ideal. The
throttler
really should just track the
237
mThrottler = new
Throttler
(DEFAULT_BYTES_SIZE_LIMIT, DEFAULT_REFACTORY_PERIOD_MS);
470
if (!args[0].compare(String8("
throttler
"))) {
497
fprintf(out, "usage: adb shell cmd incident
throttler
\n");
498
fprintf(out, " Prints the current
throttler
state\n");
Completed in 499 milliseconds