OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throttled
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/cc/scheduler/
frame_rate_controller.cc
118
bool
throttled
=
local
120
TRACE_COUNTER_ID1("cc", "ThrottledCompositor", task_runner_,
throttled
);
128
client_->FrameRateControllerTick(
throttled
, args);
131
if (!is_time_source_throttling_ && !
throttled
)
frame_rate_controller.h
27
//
Throttled
is true when we have a maximum number of frames pending.
28
virtual void FrameRateControllerTick(bool
throttled
,
frame_rate_controller_unittest.cc
23
bool
throttled
, const BeginFrameArgs& args) OVERRIDE {
24
frame_count_ +=
throttled
? 0 : 1;
/external/chromium_org/cc/output/
output_surface.h
164
virtual void FrameRateControllerTick(bool
throttled
,
output_surface.cc
130
void OutputSurface::FrameRateControllerTick(bool
throttled
,
133
if (
throttled
)
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js
36
// The type parameter should be "open", "closed", or "
throttled
".
83
throttled
: {color: [255,255,0,255], defaultText: "!"}
88
(/
throttled
/i).exec(status) ? "
throttled
" : "closed";
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java
114
protected void setThrottled(boolean
throttled
) {
115
mThrottled =
throttled
;
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java
114
protected void setThrottled(boolean
throttled
) {
115
mThrottled =
throttled
;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java
114
protected void setThrottled(boolean
throttled
) {
115
mThrottled =
throttled
;
/external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py
493
logging.warning('Thermally
throttled
, waiting (%d)...',
499
logging.error('Device is thermally
throttled
before running '
507
logging.error('Device has been thermally
throttled
during '
/external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_backend_delegate.cc
615
bool
throttled
= now < next_release_time_for_open_filesystem_stat_;
616
if (!
throttled
) {
625
if (!
throttled
) { \
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py
529
def log_safely(msg,
throttled
=True):
530
if
throttled
:
540
log_safely("preparing device",
throttled
=False)
543
log_safely("device prepared",
throttled
=False)
[
all
...]
Completed in 159 milliseconds