HomeSort by relevance Sort by last modified time
    Searched full:cells (Results 176 - 200 of 410) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/webkit/Source/WebCore/rendering/
FixedTableLayout.cpp 36 not depend on the contents of the cells; it only depends on the
65 the entire first row has been received. Cells in subsequent rows do
200 // cols/cells with a fixed width.
RenderTableCol.cpp 75 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
AutoTableLayout.cpp 276 effWidth is the same as width for cells without colspans. If we have colspans, they get modified.
438 // treat span ranges consisting of empty cells only as if they had content
449 /* gets all cells that originate in a column and have a cellspan > 1
636 // variable columns with empty cells only don't get any width
649 // Need to reduce cells with the following prioritization:
654 // This is basically the reverse of how we grew the cells.
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 235 // Before we change the widget, we clear the occupied cells associated with it.
236 // The new set of occupied cells is marked below, once the layout params are updated.
283 // Update the cells occupied by this widget
  /build/tools/
check_builds.sh 29 # in which tree, and how big they are. In that chart, cells for files
  /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/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 ---' | | */
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableRowElement16.js 81 Retrieve the fourth TR element which has six cells. Try
HTMLTableRowElement19.js 81 Retrieve the fourth TR element which has six cells. Try
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableRowElement16.js 81 Retrieve the fourth TR element which has six cells. Try
HTMLTableRowElement19.js 81 Retrieve the fourth TR element which has six cells. Try
  /packages/apps/Launcher2/res/layout-land/
launcher.xml 25 <!-- The workspace contains 5 screens of cells -->
  /packages/apps/Launcher2/res/layout-port/
launcher.xml 42 <!-- The workspace contains 5 screens of cells -->
  /external/webkit/Source/WebCore/wml/
WMLTableElement.cpp 115 // Layout cells according to the 'align' attribute
194 // Spec: A single inter-word space must be inserted between two cells that are being aggregated.
  /external/freetype/src/smooth/
ftgrays.c 332 PCell cells; member in struct:TWorker_
390 /* Initialize the cells table. */
400 ras.cells = NULL;
483 cell = ras.cells + ras.num_cells++;
528 /* All cells that are on the left of the clipping region go to the */
584 /* Render a scanline as one or more cells. */
622 /* ok, we'll have to render a run of adjacent cells on the same */
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuPresenter.java 437 final int cells = ActionMenuView.measureChildForCells(v, local
439 cellsRemaining -= cells;
440 if (cells == 0) {
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 107 grid. <strong>When your widget is added, it will be stretched to occupy the minimum number of cells,
116 minimum dimensions, given the desired number of occupied grid cells:</p>
121 <th># of Cells<br><small style="font-weight:normal">(Columns or Rows)</small></th>
  /external/libpcap/
gencode.h 146 #define A_OAM 28 /* OAM cells : F4 only */
147 #define A_OAMF4 29 /* OAM F4 cells: Segment + End-to-end */
  /external/wpa_supplicant_6/wpa_supplicant/
config_ssid.h 224 * mixed_cell - Whether mixed cells are allowed
226 * This option can be used to configure whether so called mixed cells,
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 227 * mixed_cell - Whether mixed cells are allowed
229 * This option can be used to configure whether so called mixed cells,
  /cts/tools/tradefed-host/res/report/
cts_result.css 31 empty-cells:show;

Completed in 226 milliseconds

1 2 3 4 5 6 78 91011>>