OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kNumRows
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/bench/
TableBench.cpp
28
static const int
kNumRows
= 48;
44
for (int row = 0; row <
kNumRows
; ++row) {
/external/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc
239
const int
kNumRows
= 50;
240
double row_divisor_exact = max_value / static_cast<double>(
kNumRows
);
242
DCHECK_GE(row_divisor *
kNumRows
, max_value);
256
for (int rx = 0; rx <
kNumRows
; ++rx) {
257
int range_min = (
kNumRows
- rx) * row_divisor;
Completed in 155 milliseconds