Searched refs:cell (Results 26 - 50 of 163) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtcell.tex15 page, the so-called {\bf cell} - a word, picture, table, horizontal line and so on.
50 should not be crossed by words, images etc.). If this cell cannot be divided
65 Renders the cell.
69 \docparam{dc}{Device context to which the cell is to be drawn}
86 cell is certainly out of the screen (and thus invisible). This is not
92 \docparam{dc}{Device context to which the cell is to be drawn}
102 Returns pointer to itself if this cell matches condition (or if any of the cells
105 return pointer to the first cell that matches the condition)
107 It is recommended way how to obtain pointer to particular cell or
108 to cell o
[all...]
H A Dgridrend.tex3 This class may be used to format boolean data in a cell.
33 This class may be used to format floating point data in a cell.
94 This class may be used to format integer data in a cell.
122 This class is responsible for actually drawing the cell
124 format of one given cell or to wxGrid::SetDefaultRenderer() to change the
149 Draw the given cell on the provided DC inside the given rectangle
161 Get the preferred size of the cell for its contents.
169 This class may be used to format string data in a cell; it is the default
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-tmio.c188 struct mfd_cell *cell = dev->dev.platform_data; local
201 if (!cell)
237 if (cell->enable) {
238 ret = cell->enable(dev);
258 if (cell->disable)
259 cell->disable(dev);
277 struct mfd_cell *cell = dev->dev.platform_data; local
281 if (cell->disable)
282 cell->disable(dev);
296 struct mfd_cell *cell local
329 struct mfd_cell *cell = dev->dev.platform_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Ddavinci_voicecodec.c50 struct mfd_cell *cell = NULL; local
120 cell = &davinci_vc->cells[DAVINCI_VC_VCIF_CELL];
121 cell->name = "davinci_vcif";
122 cell->driver_data = davinci_vc;
125 cell = &davinci_vc->cells[DAVINCI_VC_CQ93VC_CELL];
126 cell->name = "cq93vc";
127 cell->driver_data = davinci_vc;
H A Dtwl4030-codec.c162 struct mfd_cell *cell = NULL; local
209 cell = &codec->cells[childs];
210 cell->name = "twl4030_codec_audio";
211 cell->platform_data = pdata->audio;
212 cell->data_size = sizeof(*pdata->audio);
216 cell = &codec->cells[childs];
217 cell->name = "twl4030_codec_vibra";
218 cell->platform_data = pdata->vibra;
219 cell->data_size = sizeof(*pdata->vibra);
H A Djanz-cmodio.c71 struct mfd_cell *cell; local
76 cell = &priv->cells[devno];
80 cell->name = name;
81 cell->resources = res;
82 cell->num_resources = 3;
85 cell->id = cmodio_id++;
89 cell->platform_data = pdata;
90 cell->data_size = sizeof(*pdata);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/w1/masters/
H A Dds1wm.c93 struct mfd_cell *cell; member in struct:ds1wm_data
219 struct ds1wm_driver_data *plat = ds1wm_data->cell->driver_data;
221 if (ds1wm_data->cell->enable)
222 ds1wm_data->cell->enable(ds1wm_data->pdev);
247 if (ds1wm_data->cell->disable)
248 ds1wm_data->cell->disable(ds1wm_data->pdev);
331 struct mfd_cell *cell; local
337 cell = pdev->dev.platform_data;
338 if (!cell)
357 plat = cell
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Ddvd2concat94 for my $cell (@{$track->{cell}}) {
95 my $off = $cell->{first_sector};
96 die "Your lsdvd version does not print cell sectors.\n$lsdvd_message"
98 my $size = $cell->{last_sector} + 1 - $cell->{first_sector};
121 my $dur = int(1000 * $cell->{length});
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_prioq.h43 /* enqueue cell to prioq */
44 int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell);
46 /* dequeue cell from prioq */
52 /* peek at cell at the head of the prioq */
H A Dseq_queue.c257 struct snd_seq_event_cell *cell; local
274 while ((cell = snd_seq_prioq_cell_peek(q->tickq)) != NULL) {
276 &cell->event.time.tick)) {
277 cell = snd_seq_prioq_cell_out(q->tickq);
278 if (cell)
279 snd_seq_dispatch_event(cell, atomic, hop);
288 while ((cell = snd_seq_prioq_cell_peek(q->timeq)) != NULL) {
290 &cell->event.time.time)) {
291 cell = snd_seq_prioq_cell_out(q->timeq);
292 if (cell)
313 snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) argument
[all...]
H A Dseq_fifo.h56 /* get a cell from fifo - fifo should be locked */
59 /* free dequeued cell - fifo should be locked */
60 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, struct snd_seq_event_cell *cell);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dvolume.c26 * "%[cell:]volume[.]" R/W volume
27 * "#[cell:]volume[.]" R/O or R/W volume (rwparent=0),
29 * "%[cell:]volume.readonly" R/O volume
30 * "#[cell:]volume.readonly" R/O volume
31 * "%[cell:]volume.backup" Backup volume
32 * "#[cell:]volume.backup" Backup volume
34 * The cell name is optional, and defaults to the current cell.
57 vlocation = afs_vlocation_lookup(params->cell, params->key,
85 down_write(&params->cell
[all...]
H A Dcache.c50 .name = "AFS.cell",
87 const struct afs_cell *cell = cookie_netfs_data; local
90 _enter("%p,%p,%u", cell, buffer, bufmax);
92 klen = strlen(cell->name);
96 memcpy(buffer, cell->name, klen);
106 const struct afs_cell *cell = cookie_netfs_data; local
109 _enter("%p,%p,%u", cell, buffer, bufmax);
111 dlen = cell->vl_naddrs * sizeof(cell->vl_addrs[0]);
113 dlen &= ~(sizeof(cell
[all...]
H A Dsecurity.c23 struct key *afs_request_key(struct afs_cell *cell) argument
27 _enter("{%x}", key_serial(cell->anonymous_key));
29 _debug("key %s", cell->anonymous_key->description);
30 key = request_key(&key_type_rxrpc, cell->anonymous_key->description,
39 _leave(" = {%x} [anon]", key_serial(cell->anonymous_key));
40 return key_get(cell->anonymous_key);
166 if (key == vnode->volume->cell->anonymous_key)
239 if (key == auth_vnode->volume->cell->anonymous_key) {
298 key = afs_request_key(vnode->volume->cell);
H A DMakefile10 cell.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp174 wxHtmlCell *cell = rootCell->FindCellByPos(pos.x, pos.y);
175 // this check is needed because FindCellByPos returns terminal cell and
178 if (!cell)
181 // adjust the coordinates to be relative to this cell:
182 wxPoint relpos = pos - cell->GetAbsPos(rootCell);
184 return OnCellClicked(cell, relpos.x, relpos.y, event);
190 wxHtmlCell *cell = rootCell ? rootCell->FindCellByPos(pos.x, pos.y) : NULL; local
192 if (cell != m_tmpLastCell)
195 if (cell)
197 // adjust the coordinates to be relative to this cell
234 OnCellClicked(wxHtmlCell *cell, wxCoord x, wxCoord y, const wxMouseEvent& event) argument
255 OnCellMouseHover(wxHtmlCell * cell, wxCoord x, wxCoord y) argument
1208 wxHtmlCell *cell = m_Cell->FindCellByPos(x, y); local
[all...]
H A Dm_tables.cpp108 void AddCell(wxHtmlContainerCell *cell, const wxHtmlTag& tag);
179 // then upper left cell of a table would be positioned above other cells
244 void wxHtmlTableCell::AddCell(wxHtmlContainerCell *cell, const wxHtmlTag& tag) argument
246 // Is this cell in new row?
267 m_CellInfo[r][c].cont = cell;
309 // current cell. The default value of this attribute is one ("1").
310 // The value zero ("0") means that the cell spans all rows from the
339 cell->SetBackgroundColour(bk);
342 cell->SetBorder(TABLE_BORDER_CLR_2, TABLE_BORDER_CLR_1);
365 cell
378 cellStruct& cell = m_CellInfo[r][c]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddataview.h108 virtual bool Render( wxRect cell, wxDC *dc, int state ) = 0;
111 virtual bool Activate( wxRect cell, argument
115 virtual bool LeftClick( wxPoint WXUNUSED(cursor), wxRect WXUNUSED(cell),
118 virtual bool RightClick( wxPoint WXUNUSED(cursor), wxRect WXUNUSED(cell),
121 virtual bool StartDrag( wxPoint cursor, wxRect cell, argument
149 virtual bool Render( wxRect cell, wxDC *dc, int state );
172 virtual bool Render( wxRect cell, wxDC *dc, int state );
174 virtual bool Activate( wxRect cell,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Droqvideo.h88 void ff_apply_vector_2x2(RoqContext *ri, int x, int y, roq_cell *cell);
89 void ff_apply_vector_4x4(RoqContext *ri, int x, int y, roq_cell *cell);
H A Delbg.c35 * In the ELBG jargon, a cell is the set of points that are closest to a
36 * codebook entry. Not to be confused with a RoQ Video cell. */
40 } cell; typedef in typeref:struct:cell_s
50 cell **cells;
82 static int eval_error_cell(elbg_data *elbg, int *centroid, cell *cells)
126 cell *cells)
134 cell *tempcell;
165 cell *tempcell;
190 * Add the points in the low utility cell to its closest cell
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Droqvideo.h89 void ff_apply_vector_2x2(RoqContext *ri, int x, int y, roq_cell *cell);
90 void ff_apply_vector_4x4(RoqContext *ri, int x, int y, roq_cell *cell);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddataview.cpp442 wxDataViewCustomRenderer *cell; member in struct:_GtkWxCellRenderer
454 GtkWxCellRenderer *cell );
460 GtkCellRenderer *cell,
468 GtkCellRenderer *cell,
476 GtkCellRenderer *cell,
516 gtk_wx_cell_renderer_init (GtkWxCellRenderer *cell) argument
518 cell->cell = NULL;
519 cell->last_click = 0;
560 wxDataViewCustomRenderer *cell local
606 wxDataViewCustomRenderer *cell = wxrenderer->cell; local
657 wxDataViewCustomRenderer *cell = wxrenderer->cell; local
895 wxDataViewTextRenderer *cell = (wxDataViewTextRenderer*) user_data; local
1029 wxDataViewToggleRenderer *cell = (wxDataViewToggleRenderer*) user_data; local
1256 Render( wxRect cell, wxDC *dc, int state ) argument
1341 Render( wxRect cell, wxDC *dc, int state ) argument
1359 Activate( wxRect cell, wxDataViewListModel *model, unsigned int col, unsigned int row ) argument
1418 wxDataViewRenderer *cell = (wxDataViewRenderer*) data; local
1435 wxDataViewColumn( const wxString &title, wxDataViewRenderer *cell, unsigned int model_column, int width, int flags ) argument
1471 wxDataViewColumn( const wxBitmap &bitmap, wxDataViewRenderer *cell, unsigned int model_column, int width, int flags ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dlistbox.cpp67 Cell cell, short dataOffset, short dataLength,
72 Cell cell, short dataOffset, short dataLength,
89 // Calculate the cell rect.
100 const wxString linetext = list->m_stringArray[cell.v] ;
147 // If the cell is hilited, do the hilite now. Paint the cell contents with the
165 // Hilite or unhilite the cell. Paint the cell contents with the
742 Cell cell = { 0 , 0 } ; local
743 cell
71 wxMacListDefinition( short message, Boolean isSelected, Rect *drawRect, Cell cell, short dataOffset, short dataLength, ListHandle listHandle ) argument
751 Cell cell = { 0 , 0 } ; local
766 Cell cell = { 0 , 0 } ; local
783 Cell cell = { 0 , 0 } ; local
795 Cell cell = { 0 , 0 } ; local
808 Cell cell = { 0 , 0 } ; local
824 Cell cell = { 0 , 0 } ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp323 bool wxDataViewTextRenderer::Render( wxRect cell, wxDC *dc, int WXUNUSED(state) ) argument
325 dc->DrawText( m_text, cell.x, cell.y );
361 bool wxDataViewBitmapRenderer::Render( wxRect cell, wxDC *dc, int WXUNUSED(state) ) argument
364 dc->DrawBitmap( m_bitmap, cell.x, cell.y );
366 dc->DrawIcon( m_icon, cell.x, cell.y );
406 bool wxDataViewToggleRenderer::Render( wxRect cell, wxDC *dc, int WXUNUSED(state) ) argument
411 rect.x = cell
473 Render( wxRect cell, wxDC *dc, int WXUNUSED(state) ) argument
565 Render( wxRect cell, wxDC *dc, int WXUNUSED(state) ) argument
608 wxDataViewColumn( const wxString &title, wxDataViewRenderer *cell, unsigned int model_column, int width, int flags ) argument
617 wxDataViewColumn( const wxBitmap &bitmap, wxDataViewRenderer *cell, unsigned int model_column, int width, int flags ) argument
1180 wxDataViewRenderer *cell = col->GetRenderer(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtmiofb.c253 struct mfd_cell *cell = dev->dev.platform_data; local
254 struct tmio_fb_data *data = cell->driver_data;
271 struct mfd_cell *cell = dev->dev.platform_data; local
274 const struct resource *nlcr = &cell->resources[0];
275 const struct resource *vram = &cell->resources[2];
315 struct mfd_cell *cell = dev->dev.platform_data; local
316 struct tmio_fb_data *data = cell->driver_data;
562 struct mfd_cell *cell = local
564 struct tmio_fb_data *data = cell->driver_data;
584 struct mfd_cell *cell local
686 struct mfd_cell *cell = dev->dev.platform_data; local
814 struct mfd_cell *cell = dev->dev.platform_data; local
944 struct mfd_cell *cell = dev->dev.platform_data; local
976 struct mfd_cell *cell = dev->dev.platform_data; local
[all...]

Completed in 404 milliseconds

1234567