/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
FixedWidth.java | 25 * Exercise table layout with cells having a fixed width and height.
|
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.
|
/external/chromium_org/chrome/browser/resources/local_discovery/ |
local_discovery.js | 33 if (row.cells[0].textContent == name) { 40 row.cells[j + 1].textContent = params[j];
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
subversion_file_system.py | 53 cells = row.getElementsByTagName('td') 64 if len(cells) == 2 and _InnerText(cells[0]) == 'Directory revision:': 65 links = cells[1].getElementsByTagName('a') 69 _InnerText(cells[1])) 78 # The version of each file is a list of rows with 5 cells: name, version, 81 if len(cells) != 5: 83 name_element, version_element, _, __, ___ = cells
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
grid.jd | 28 or cells. The table will have as many columns as the row with the most cells. A table can leave 29 cells empty, but cells cannot span columns, as they can in HTML.</p> 32 Each row has zero or more cells, each of which is defined by any kind of other View. So, the cells of a row may be 35 <p>The following sample layout has two rows and two cells in each. The accompanying screenshot shows the 163 but for the cells, you can use any kind of {@link android.view.View} element. In this example, a
|
/prebuilts/gcc/linux-x86/host/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) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sonet.h | 17 __HANDLE_ITEM(tx_cells); /* cells sent */ \ 18 __HANDLE_ITEM(rx_cells); /* cells received */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
sonet.h | 17 __HANDLE_ITEM(tx_cells); /* cells sent */ \ 18 __HANDLE_ITEM(rx_cells); /* cells received */
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_matrix.mm | 31 // Cells pack with no spacing. 51 NSArray* cells = [self cells]; 52 const NSUInteger count = [cells count]; 54 if ([[cells objectAtIndex:i] isHighlighted]) { 163 for (NSCell* cell in [self cells]) {
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AccessibilityTable.cpp | 128 // cells have borders, or use attributes like headers, abbr, scope or axis 151 // check enough of the cells to find if the table matches our criteria 154 // 2) at least half of cells have borders (or) 155 // 3) at least half of cells have different bg colors than the table, and there is cell spacing 204 // If the empty-cells style is set, we'll call it a data table. 214 // cells have a bottom border, for example. 231 // If we've found 10 "good" cells, we don't need to keep searching. 256 // if there is less than two valid cells, it's not a data table 260 // half of the cells had borders, it's a data table 431 void AccessibilityTable::cells(AccessibilityObject::AccessibilityChildrenVector& cells function in class:WebCore::AccessibilityTable [all...] |
/external/ceres-solver/internal/ceres/ |
schur_complement_solver.cc | 194 int e_block_id = bs->rows[r].cells.front().block_id; 204 if (row.cells.front().block_id != e_block_id) { 210 for (int c = 1; c < row.cells.size(); ++c) { 211 const Cell& cell = row.cells[c]; 229 CHECK_GE(row.cells.front().block_id, num_eliminate_blocks); 230 for (int i = 0; i < row.cells.size(); ++i) { 231 int r_block1_id = row.cells[i].block_id - num_eliminate_blocks; 232 for (int j = 0; j < row.cells.size(); ++j) { 233 int r_block2_id = row.cells[j].block_id - num_eliminate_blocks;
|
visibility.cc | 60 const vector<Cell>& cells = block_structure.rows[i].cells; local 61 int block_id = cells[0].block_id; 67 for (int j = 1; j < cells.size(); ++j) { 68 int camera_block_id = cells[j].block_id - num_eliminate_blocks;
|
block_random_access_sparse_matrix.h | 57 // <row_block_id, col_block_id> pairs to identify the non-zero cells 63 // modifying any cells when the matrix is being destroyed. 100 // The underlying matrix object which actually stores the cells.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/ |
gridsort.js | 88 var numCells = row.cells.length; 90 this.nodes[i] = row.cells[i].firstChild; 113 // now place all cells in their new position 119 var columnCount = table.rows[i].cells.length; 121 var cell = table.rows[i].cells[j];
|
/external/guava/guava-tests/test/com/google/common/collect/ |
RegularImmutableTableTest.java | 29 private static final ImmutableSet<Cell<Character, Integer, String>> CELLS = 42 new SparseImmutableTable<Character, Integer, String>(CELLS, ROW_SPACE, 46 new DenseImmutableTable<Character, Integer, String>(CELLS, ROW_SPACE, 58 assertEquals(CELLS, testInstance.cellSet()); 95 assertTrue(RegularImmutableTable.forCells(CELLS) instanceof
|
/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/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
info.js | 13 function renderCells(cells, data) { 14 for (var i = 0; i < cells.length; i++) { 15 var cell = cells[i];
|
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/ |
BrailleDisplayProperties.java | 46 * Returns the number of cells on the main display intended for display of 54 * Returns the number of status cells that are separated from the main 56 * status cells.
|
/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 | 49 <!-- The number of horizontal cells in the CellLayout --> 51 <!-- The number of vertical cells in the CellLayout --> 58 <!-- The number of horizontal cells in the CellLayout --> 60 <!-- The number of vertical cells in the CellLayout --> 117 <!-- Max number of cells of applications horizontally --> 119 <!-- Max number of cells of applications vertically -->
|
/packages/apps/Launcher3/res/values/ |
attrs.xml | 47 <!-- The number of horizontal cells in the CellLayout --> 49 <!-- The number of vertical cells in the CellLayout --> 56 <!-- The number of horizontal cells in the CellLayout --> 58 <!-- The number of vertical cells in the CellLayout --> 115 <!-- Max number of cells of applications horizontally --> 117 <!-- Max number of cells of applications vertically -->
|