OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumRows
(Results
1 - 2
of
2
) sorted by null
/external/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
235
const int
kNumRows
= 50;
236
double row_divisor_exact = max_value / static_cast<double>(
kNumRows
);
238
DCHECK_GE(row_divisor *
kNumRows
, max_value);
252
for (int rx = 0; rx <
kNumRows
; ++rx) {
253
int range_min = (
kNumRows
- rx) * row_divisor;
Completed in 149 milliseconds