OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxRows
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp
12
const int
kMaxRows
= 16;
14
EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(
kMaxRows
, vars));
45
EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(
kMaxRows
, vars));
48
int num_vars =
kMaxRows
/ num_rows;
51
EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(
kMaxRows
, vars));
56
EXPECT_FALSE(packer.CheckVariablesWithinPackingLimits(
kMaxRows
, vars));
59
num_vars =
kMaxRows
/ num_rows *
65
EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(
kMaxRows
, vars));
69
EXPECT_FALSE(packer.CheckVariablesWithinPackingLimits(
kMaxRows
, vars));
83
EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(
kMaxRows
, vars))
[
all
...]
/bootable/recovery/
screen_ui.h
88
static const int
kMaxRows
= 96;
91
char text[
kMaxRows
][kMaxCols];
97
char menu[
kMaxRows
][kMaxCols];
screen_ui.cpp
389
if (text_rows >
kMaxRows
) text_rows =
kMaxRows
;
/external/chromium/net/url_request/
view_cache_helper.cc
28
const size_t
kMaxRows
= 16;
34
offset +=
kMaxRows
;
39
size_t row_max = std::min(
kMaxRows
, buf_len);
44
for (i = row_max; i <
kMaxRows
; ++i)
/external/chromium_org/net/url_request/
view_cache_helper.cc
78
const size_t
kMaxRows
= 16;
84
offset +=
kMaxRows
;
89
size_t row_max = std::min(
kMaxRows
, buf_len);
94
for (i = row_max; i <
kMaxRows
; ++i)
Completed in 561 milliseconds