Searched refs:cells (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.10/top-100.1.2/
H A Dgeneric.c46 struct generic_cells *cells; local
51 cells = s->cells;
53 if(NULL == cells)
65 for(i = 0; i < cells->length && y < maxy; ++i, ++y) {
66 int len = cells->array[i].length;
75 cells->array[i].string, len)) {
83 cells->array[i].string,
92 struct generic_cells *cells; local
95 cells
181 struct generic_cells *cells; local
201 struct generic_cells *cells; local
235 struct generic_cells *cells; local
248 struct generic_cells *cells; local
273 free_generic_cells(struct generic_cells *cells) argument
292 struct generic_cells *cells = s->cells; local
376 struct generic_cells *cells; local
386 struct generic_cells *cells; local
[all...]
H A Dlogging.c42 struct generic_cells *cells; local
44 cells = s->cells;
46 if(NULL == cells)
49 data->total = cells->length;
77 struct generic_cells *cells; local
80 cells = s->cells;
82 if(NULL == cells)
85 max_width = cells
136 struct generic_cells *cells; local
[all...]
H A Dstatistic.h125 void *cells; /* This usually stores a struct generic_cell. */ member in struct:statistic
/macosx-10.10/Heimdal-398.1.2/lib/kafs/
H A Dcommon.c169 * Try to find the cells we should try to klog to in "file".
172 find_cells(const char *file, char ***cells, int *idx) argument
191 if(strcmp((*cells)[i], cell) == 0)
196 tmp = realloc(*cells, (ind + 1) * sizeof(**cells));
199 *cells = tmp;
200 (*cells)[ind] = strdup(cell);
201 if ((*cells)[ind] == NULL)
211 * Get tokens for all cells[]
214 afslog_cells(struct kafs_data *data, char **cells, in argument
232 char **cells = NULL; local
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_ins_wch.c51 int cells = wcwidth(CharOf(CHDEREF(wch))); local
54 if (cells <= 0)
55 cells = 1;
61 NCURSES_CH_T *temp2 = temp1 - cells;
68 for (cell = 1; cell < cells; ++cell) {
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTableRowElement.h48 PassRefPtr<HTMLCollection> cells();
H A DHTMLTableRowElement.idl24 readonly attribute HTMLCollection cells;
H A DHTMLTableRowElement.cpp123 RefPtr<HTMLCollection> children = cells();
146 RefPtr<HTMLCollection> children = cells();
157 PassRefPtr<HTMLCollection> HTMLTableRowElement::cells() function in class:WebCore::HTMLTableRowElement
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableSection.h87 Vector<RenderTableCell*, 1> cells; member in struct:WebCore::final::CellStruct
97 return hasCells() ? cells[cells.size() - 1] : 0;
102 return hasCells() ? cells[cells.size() - 1] : 0;
105 bool hasCells() const { return cells.size() > 0; }
311 // The IncludeAllIntersectingCells argument is used to determine which cells to include when
313 // will return both cells, and using DoNotIncludeAllIntersectingCells will return only the cell
337 // This HashSet holds the overflowing cells for faster painting.
338 // If we have more than gMaxAllowedOverflowingCellRatio * total cells, i
[all...]
H A DRenderTableSection.cpp60 // We ignore height settings on rowspan cells.
131 // Preventively invalidate our cells as we may be re-inserted into
255 c.cells.append(cell);
256 // If cells overlap then we take the slow path for painting.
257 if (c.cells.size() > 1)
295 // Our base size is the biggest logical height from our cells' styles (excluding row spanning cells).
303 for (unsigned i = 0; i < current.cells.size(); i++) {
304 cell = current.cells[i];
317 while (nextRowCell.cells
662 Vector<RenderTableCell*, 1>& cells = cellAt(r, c).cells; local
1313 Vector<RenderTableCell*> cells; local
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/afsutil/
H A Dafslog.c49 static getarg_strings cells; variable
61 { "cell", 'c', arg_strings, &cells, "cells to get tokens for", "cell" },
149 /* add to list of cells to get tokens for, and also remove
275 for(i = 0; i < cells.num_strings; i++){
276 afslog_cell(cells.strings[i], 1);
279 free_getarg_strings (&cells);
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityTable.h67 // all the cells in the table
68 void cells(AccessibilityChildrenVector&);
H A DAccessibilityTable.cpp156 // cells have borders, or use attributes like headers, abbr, scope or axis
177 // check enough of the cells to find if the table matches our criteria
180 // 2) at least half of cells have borders (or)
181 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
229 // If the empty-cells style is set, we'll call it a data table.
239 // cells have a bottom border, for example.
256 // If we've found 10 "good" cells, we don't need to keep searching.
279 // if there is less than two valid cells, it's not a data table
283 // half of the cells had borders, it's a data table
500 void AccessibilityTable::cells(AccessibilityObjec argument
[all...]
/macosx-10.10/ncurses-44/ncurses/form/
H A Dfld_def.c321 int cells = Buffer_Length(New_Field); local
325 FIELD_CELL *buffer = &(New_Field->buf[(cells + 1) * i]);
327 for (j = 0; j < cells; ++j)
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp109 gIODTSizeCellKey = OSSymbol::withCStringNoCopy( "#size-cells" );
110 gIODTAddressCellKey = OSSymbol::withCStringNoCopy( "#address-cells" );
136 = OSSymbol::withCStringNoCopy("#interrupt-cells");
941 static void AddLengthToCells( UInt32 numCells, UInt32 *cells, UInt64 offset) argument
945 cells[0] += (UInt32)offset;
948 UInt64 sum = cells[numCells - 1] + offset;
949 cells[numCells - 1] = (UInt32)sum;
951 cells[numCells - 2] += (UInt32)(sum >> 32);
956 static IOPhysicalAddress CellsValue( UInt32 numCells, UInt32 *cells) argument
959 return IOPhysical32( 0, cells[
1125 UInt32 sizeCells, addressCells, cells; local
[all...]
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceTable.cpp69 // which cells are all direct children of the table, arranged row-first.
71 axTable->cells(allCells);
84 toAccessibilityTable(accTable)->cells(allCells);
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/unix/
H A Dtktable.spec23 multi-line cells, embedded windows, variable width columns/height rows
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt20 * multi-line cells
30 * support for disabled (read-only) tables or cells (via tags)
H A DTODO.txt62 Windows: When using bitmaps in cells, they occasionally don't redraw
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py57 index = self.statusList.cells().count()
143 numRows = self.itemList.cells().count()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py57 index = self.statusList.cells().count()
143 numRows = self.itemList.cells().count()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DToDoDocument.py57 index = self.statusList.cells().count()
143 numRows = self.itemList.cells().count()
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tk/
H A Dwinfo.rb39 def TkWinfo.cells(win) singleton method in class:TkWinfo
40 number(tk_call_without_enc('winfo', 'cells', win))
43 TkWinfo.cells self
/macosx-10.10/vim-55/src/
H A Dgui_x11.c158 static void draw_curl __ARGS((int row, int col, int cells));
2502 draw_curl(row, col, cells)
2505 int cells;
2512 for (i = FILL_X(col); i < FILL_X(col + cells); ++i)
2529 int cells = len; local
2550 cells = 0;
2572 cells += utf_char2cells(c);
2578 cells = 0;
2581 cells += ptr2cells(p);
2599 clip.width = gui.char_width * cells
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tktable/
H A Dtktable.rb885 def tag_cell(tag, *cells)
886 tk_send('tag', 'cell', tagid(tag), *(cells.collect{|idx| tagid(idx)}))
889 def tag_reset(*cells)
890 tk_send('tag', 'cell', '', *(cells.collect{|idx| tagid(idx)}))

Completed in 2416 milliseconds

123