OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cells
(Results
26 - 50
of
410
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
HorizontalGravity.java
25
* Exercise table layout with
cells
using a horizontal gravity.
VerticalGravity.java
25
* Exercise table layout with
cells
using a vertical gravity.
Weight.java
25
* Exercise table layout with
cells
having a weight.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sonet.h
17
__HANDLE_ITEM(tx_cells); /*
cells
sent */ \
18
__HANDLE_ITEM(rx_cells); /*
cells
received */
atm.h
41
#define ATM_AAL0 13 /* "raw" ATM
cells
*/
135
int max_pcr; /* maximum PCR in
cells
per second */
136
int pcr; /* desired PCR in
cells
per second */
137
int min_pcr; /* minimum PCR in
cells
per second */
150
unsigned int nrm :3; /* Max # of
Cells
for each forward RM cell (3-bit) */
151
unsigned int trm :3; /* Time between forward RM
cells
(3-bit) */
/external/iproute2/tc/
tc_core.c
70
* The align to ATM
cells
is used for determining the (ATM) SAR
81
int linksize,
cells
;
local
82
cells
= size / ATM_CELL_PAYLOAD;
84
cells
++;
86
linksize =
cells
* ATM_CELL_SIZE; /* Use full cell size to add ATM tax */
/external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableRowElement15.js
79
if the specified index is greater than the number of
cells
.
81
Retrieve the fourth TR element which has six
cells
. Try
83
a INDEX_SIZE_ERR DOMException since there are only six
cells
.
HTMLTableRowElement17.js
79
if the specified index is greater than the number of
cells
.
81
Retrieve the fourth TR element which has six
cells
. Try
83
a INDEX_SIZE_ERR DOMException since there are only six
cells
.
HTMLTableRowElement18.js
79
if the specified index is equal to the number of
cells
.
81
Retrieve the fourth TR element which has six
cells
. Try
83
a INDEX_SIZE_ERR DOMException since there are only six
cells
.
HTMLTableCellElement09.js
78
The bgColor attribute specifies the
cells
background color for
79
table header
cells
(TH).
HTMLTableCellElement10.js
78
The bgColor attribute specifies the
cells
background color for table
79
data
cells
(TD).
HTMLTableCellElement11.js
78
The char attribute specifies the alignment character for
cells
in a column
79
of table header
cells
(TH).
HTMLTableCellElement12.js
78
The char attribute specifies the alignment character for
cells
in a column
79
of table data
cells
(TD).
/external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableRowElement15.js
79
if the specified index is greater than the number of
cells
.
81
Retrieve the fourth TR element which has six
cells
. Try
83
a INDEX_SIZE_ERR DOMException since there are only six
cells
.
HTMLTableRowElement17.js
79
if the specified index is greater than the number of
cells
.
81
Retrieve the fourth TR element which has six
cells
. Try
83
a INDEX_SIZE_ERR DOMException since there are only six
cells
.
HTMLTableRowElement18.js
79
if the specified index is equal to the number of
cells
.
81
Retrieve the fourth TR element which has six
cells
. Try
83
a INDEX_SIZE_ERR DOMException since there are only six
cells
.
HTMLTableCellElement09.js
78
The bgColor attribute specifies the
cells
background color for
79
table header
cells
(TH).
HTMLTableCellElement10.js
78
The bgColor attribute specifies the
cells
background color for table
79
data
cells
(TD).
HTMLTableCellElement11.js
78
The char attribute specifies the alignment character for
cells
in a column
79
of table header
cells
(TH).
HTMLTableCellElement12.js
78
The char attribute specifies the alignment character for
cells
in a column
79
of table data
cells
(TD).
/external/iproute2/include/linux/
atm.h
43
#define ATM_AAL0 13 /* "raw" ATM
cells
*/
137
int max_pcr; /* maximum PCR in
cells
per second */
138
int pcr; /* desired PCR in
cells
per second */
139
int min_pcr; /* minimum PCR in
cells
per second */
152
unsigned int nrm :3; /* Max # of
Cells
for each forward RM cell (3-bit) */
153
unsigned int trm :3; /* Time between forward RM
cells
(3-bit) */
/external/kernel-headers/original/linux/
atm.h
46
#define ATM_AAL0 13 /* "raw" ATM
cells
*/
140
int max_pcr; /* maximum PCR in
cells
per second */
141
int pcr; /* desired PCR in
cells
per second */
142
int min_pcr; /* minimum PCR in
cells
per second */
155
unsigned int nrm :3; /* Max # of
Cells
for each forward RM cell (3-bit) */
156
unsigned int trm :3; /* Time between forward RM
cells
(3-bit) */
/packages/apps/Launcher2/res/values/
attrs.xml
42
<!-- The number of horizontal
cells
in the CellLayout -->
44
<!-- The number of vertical
cells
in the CellLayout -->
51
<!-- The number of horizontal
cells
in the CellLayout -->
53
<!-- The number of vertical
cells
in the CellLayout -->
128
<!-- Max number of
cells
of applications horizontally -->
130
<!-- Max number of
cells
of applications vertically -->
/external/valgrind/main/memcheck/tests/
leak-pool.c
101
struct cell **
cells
= static_roots ? cells_static : cells_local;
local
114
cells
[i] = allocate_from_pool(p, sizeof(struct cell));
/external/webkit/Source/WebCore/accessibility/
AccessibilityTable.h
74
// all the
cells
in the table
75
void
cells
(AccessibilityChildrenVector&);
Completed in 114 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>