OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kSpeed
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
screen_capturer_fake.cc
14
// with a rectangle of size kBoxWidth x kBoxHeight. The rectangle moves
kSpeed
20
static const int
kSpeed
= 20;
23
COMPILE_ASSERT((kBoxWidth %
kSpeed
== 0) && (kWidth %
kSpeed
== 0) &&
24
(kBoxHeight %
kSpeed
== 0) && (kHeight %
kSpeed
== 0),
33
box_speed_x_(
kSpeed
),
34
box_speed_y_(
kSpeed
) {
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc
66
const char
kSpeed
[] = "speed";
189
location->GetDouble(
kSpeed
, &position.speed) &&
592
location.SetDouble(
kSpeed
, position.speed);
/art/runtime/
runtime.h
70
kSpeed
, // Maximize runtime performance.
78
static const CompilerFilter kDefaultCompilerFilter =
kSpeed
;
Completed in 107 milliseconds