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/
fake_desktop_capturer.cc
16
// with a rectangle of size kBoxWidth x kBoxHeight. The rectangle moves
kSpeed
22
static const int
kSpeed
= 20;
25
COMPILE_ASSERT((kBoxWidth %
kSpeed
== 0) && (kWidth %
kSpeed
== 0) &&
26
(kBoxHeight %
kSpeed
== 0) && (kHeight %
kSpeed
== 0),
38
box_speed_x_(
kSpeed
),
39
box_speed_y_(
kSpeed
),
/art/compiler/driver/
compiler_options.h
29
kSpeed
, // Maximize runtime performance.
37
static const CompilerFilter kDefaultCompilerFilter =
kSpeed
;
/external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc
64
const char
kSpeed
[] = "speed";
138
location->GetDouble(
kSpeed
, &position.speed) &&
549
location.SetDouble(
kSpeed
, position.speed);
Completed in 4042 milliseconds