/external/chromium_org/ui/views/examples/ |
table_example.cc | 114 const char* const cells[5][4] = { local 121 return ASCIIToUTF16(cells[row % 5][column_id]);
|
/frameworks/base/core/java/android/widget/ |
TableLayout.java | 37 * their rows, columns, or cells. Each row has zero or more cells; each cell can 39 * as the row with the most cells. A table can leave cells empty. Cells can span 63 * <p> Cells must be added to a row in increasing column order, both in code and 481 * the largest cell is applied to all the other cells.</p> 492 // but never shrinks. Unused extra cells in the array are just ignored
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_stat.c | 62 " ncell INTEGER, /* Cells on page (0 for overflow) */" \ 65 " mx_payload INTEGER /* Largest payload size of all cells */" \ 103 int nCell; /* Number of cells on page */ 105 StatCell *aCell; /* Array of parsed cells */ 306 int i; /* Used to iterate through cells */
|
/external/opencv/cvaux/src/ |
cvdpstereo.cpp | 105 #define CELL(d,x) cells[(d)+(x)*dispH] 109 _CvDPCell* cells = (_CvDPCell*)cvAlloc(sizeof(_CvDPCell)*imgW*MAX(dispH,(imgH+1)/2)); local 111 int* reliabilities = (int*)cells; 196 _CvDPCell* _cell = cells + x*dispH; 471 cvFree( &cells );
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
options.html | 202 var cells = document.getElementsByTagName(TDTAG); 204 // Display the hidden metrics (both headers and data cells). 211 for (i = 0; i < cells.length; i++) { 212 if (cells[i].style.display == NONE_DISPLAY) { 213 cells[i].style.display = CELL_DISPLAY; 221 var cells = document.getElementsByTagName(TDTAG); 230 for (i = 0; i < cells.length; i++) { 231 if (cells[i].style.display == CELL_DISPLAY) { 232 cells[i].style.display = NONE_DISPLAY; 249 var cells = document.getElementsByTagName(TDTAG) [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.mm | 478 // cells should use the same font and each should layout in one 668 // Cells pack with no spacing. 692 for (NSCell* cell in [self cells]) { 797 NSArray* cells = [self cells]; 798 const NSUInteger count = [cells count]; 800 if ([[cells objectAtIndex:i] isHighlighted]) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
AutoTableLayout.cpp | 120 // This spanning cell originates in this column. Insert the cell into spanning cells list. 256 effWidth is the same as width for cells without colspans. If we have colspans, they get modified. 437 // treat span ranges consisting of empty cells only as if they had content 448 /* gets all cells that originate in a column and have a cellspan > 1 619 // variable columns with empty cells only don't get any width 632 // Need to reduce cells with the following prioritization: 636 // This is basically the reverse of how we grew the cells. [all...] |
/external/chromium_org/ui/views/controls/table/ |
table_view.h | 42 // The cells in the first column of a table can contain: 195 // Used during painting to determine the range of cells that need to be 250 // Returns the cells that need to be painted for the specified region.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridDataFactory.java | 151 * Sets the GridData span. The span controls how many cells are filled by the control. 166 * Sets the GridData span. The span controls how many cells are filled by the control. 178 * Sets the GridData span. The span controls how many cells are filled by the control.
|
/build/tools/ |
check_builds.sh | 29 # in which tree, and how big they are. In that chart, cells for files
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
DynamicListView.java | 49 * hover cell to determine when two cells should be swapped. If two cells should 308 * data set change, a layout is invoked to place the cells in the right place. 511 * scrolling takes place, the listview continuously checks if new cells became visible
|
/external/ceres-solver/internal/ceres/ |
block_structure.h | 76 vector<Cell> cells; member in struct:ceres::internal::CompressedList
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_cell.mm | 61 // cells. Sets the background color to red if |foundMatches| is YES.
|
/external/chromium/chrome/browser/ui/cocoa/ |
gradient_button_cell.h | 17 // Base class for button cells for toolbar and bookmark bar.
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
task_manager.css | 80 /* Cells in table. */
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_cell.mm | 58 // cells. Sets the background color to red if |foundMatches| is YES.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
gradient_button_cell.h | 16 // Base class for button cells for toolbar and bookmark bar.
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
location_bar_decoration.h | 21 // Decorations are more like Cocoa cells, except implemented in C++ to
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
touch_omnibox_popup_contents_view.cc | 86 // most dominant of the two surrounding cells, in precedence order,
|
/external/chromium_org/content/browser/resources/media/ |
peer_connection_update_table.js | 95 var details = row.cells[1].childNodes[0];
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AccessibilityARIAGrid.cpp | 73 // otherwise add its children (the cells) as the grid's children.
|
/external/kernel-headers/original/linux/ |
atmdev.h | 21 max cell rate: 353207.547 cells/sec */ 28 max cell rate: 1412830.188 cells/sec */ 30 /* DS3: 12 cells in a 125 usec time slot */ 125 #define __ATM_LM_ATM 2 /* loop back ATM cells ---' | | */
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewCellLayoutChildren.java | 26 * which span multiple cells into a grid-like layout. Also supports dimming
|
/packages/apps/Launcher3/res/layout-land/ |
launcher.xml | 33 <!-- The workspace contains 5 screens of cells -->
|
/packages/apps/Launcher3/res/layout-sw720dp/ |
launcher.xml | 33 <!-- The workspace contains 5 screens of cells -->
|