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

123

/macosx-10.9.5/top-89.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.h124 void *cells; /* This usually stores a struct generic_cell. */ member in struct:statistic
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/WebCore-7537.78.1/html/
H A DHTMLTableRowElement.h47 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.9.5/ncurses-42/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.9.5/WebCore-7537.78.1/rendering/
H A DRenderTableSection.h87 Vector<RenderTableCell*, 1> cells; member in struct:WebCore::RenderTableSection::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; }
264 // This HashSet holds the overflowing cells for faster painting.
265 // If we have more than gMaxAllowedOverflowingCellRatio * total cells, it will be empty
272 // This map holds the collapsed border values for cells with collapsed borders.
273 // It is held at RenderTableSection level to spare memory consumption by table cells
[all...]
H A DRenderTableSection.cpp61 // We ignore height settings on rowspan cells.
121 // Preventively invalidate our cells as we may be re-inserted into
244 c.cells.append(cell);
245 // If cells overlap then we take the slow path for painting.
246 if (c.cells.size() > 1)
282 // Our base size is the biggest logical height from our cells' styles (excluding row spanning cells).
290 for (unsigned i = 0; i < current.cells.size(); i++) {
291 cell = current.cells[i];
304 while (nextRowCell.cells
647 Vector<RenderTableCell*, 1>& cells = cellAt(r, c).cells; local
1160 Vector<RenderTableCell*> cells; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityTable.h66 // all the cells in the table
67 void cells(AccessibilityChildrenVector&);
H A DAccessibilityTable.cpp133 // cells have borders, or use attributes like headers, abbr, scope or axis
156 // check enough of the cells to find if the table matches our criteria
159 // 2) at least half of cells have borders (or)
160 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
213 // If the empty-cells style is set, we'll call it a data table.
223 // cells have a bottom border, for example.
240 // If we've found 10 "good" cells, we don't need to keep searching.
265 // if there is less than two valid cells, it's not a data table
269 // half of the cells had borders, it's a data table
467 void AccessibilityTable::cells(AccessibilityObjec argument
[all...]
/macosx-10.9.5/ncurses-42/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.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp109 gIODTSizeCellKey = OSSymbol::withCStringNoCopy( "#size-cells" );
110 gIODTAddressCellKey = OSSymbol::withCStringNoCopy( "#address-cells" );
136 = OSSymbol::withCStringNoCopy("#interrupt-cells");
940 static void AddLengthToCells( UInt32 numCells, UInt32 *cells, UInt64 offset) argument
944 cells[0] += (UInt32)offset;
947 UInt64 sum = cells[numCells - 1] + offset;
948 cells[numCells - 1] = (UInt32)sum;
950 cells[numCells - 2] += (UInt32)(sum >> 32);
955 static IOPhysicalAddress CellsValue( UInt32 numCells, UInt32 *cells) argument
958 return IOPhysical32( 0, cells[
1124 UInt32 sizeCells, addressCells, cells; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/atk/
H A DWebKitAccessibleInterfaceTable.cpp68 // which cells are all direct children of the table, arranged row-first.
70 axTable->cells(allCells);
83 static_cast<AccessibilityTable*>(accTable)->cells(allCells);
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/unix/
H A Dtktable.spec23 multi-line cells, embedded windows, variable width columns/height rows
/macosx-10.9.5/tcl-102/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.9.5/pyobjc-42/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.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoDocument.py57 index = self.statusList.cells().count()
143 numRows = self.itemList.cells().count()
/macosx-10.9.5/ruby-104/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.9.5/vim-53/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.9.5/ruby-104/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)}))
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtsscl.vim38 syn keyword tssclKeyword cells rays error nodes levels objects cpu

Completed in 152 milliseconds

123