Searched refs:model (Results 101 - 125 of 634) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
26 import com.sleepycat.persist.model.Entity;
27 import com.sleepycat.persist.model.PrimaryKey;
28 import com.sleepycat.persist.model.SecondaryKey;
H A DNegativeTest.java13 import static com.sleepycat.persist.model.Relationship.ONE_TO_ONE;
20 import com.sleepycat.persist.model.Entity;
21 import com.sleepycat.persist.model.KeyField;
22 import com.sleepycat.persist.model.Persistent;
23 import com.sleepycat.persist.model.PrimaryKey;
24 import com.sleepycat.persist.model.SecondaryKey;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtime_32.c148 const char *model = of_get_property(dp, "model", NULL); local
150 if (!model)
154 if (!strcmp(model, "mk48t02")) {
159 } else if (!strcmp(model, "mk48t08")) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3x/
H A Dconfig.c27 extern void sun3_get_model(char *model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/ppc/
H A Dpowermac.c69 switch (chip->model) {
88 name_ext = chip->model == PMAC_TUMBLER ? "Tumbler" : "Snapper";
98 name_ext = chip->model == PMAC_SCREAMER ? "Screamer" : "AWACS";
113 snd_printk(KERN_ERR "unsupported hardware %d\n", chip->model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rtime.c35 void *model)
77 void *model)
32 jffs2_rtime_compress(unsigned char *data_in, unsigned char *cpage_out, uint32_t *sourcelen, uint32_t *dstlen, void *model) argument
74 jffs2_rtime_decompress(unsigned char *data_in, unsigned char *cpage_out, uint32_t srclen, uint32_t destlen, void *model) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityCursor.java17 import com.sleepycat.persist.model.Relationship;
18 import com.sleepycat.persist.model.SecondaryKey;
H A DSecondaryIndex.java27 import com.sleepycat.persist.model.DeleteAction;
28 import com.sleepycat.persist.model.Relationship;
29 import com.sleepycat.persist.model.SecondaryKey;
538 * model. For example, if you think of a Department as containing employees
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DMapProxy.java15 import com.sleepycat.persist.model.Persistent;
16 import com.sleepycat.persist.model.PersistentProxy;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dpci.c214 const char *model, *machine; local
223 machine = of_get_property(root, "model", NULL);
267 model = of_get_property(dev, "model", NULL);
268 if (model == NULL)
269 model = "<none>";
270 if (strncmp(model, "IBM, Python", 11) == 0) {
273 || strncmp(model, "Motorola, Grackle", 17) == 0) {
284 } else if (!strncmp(model, "IBM,CPC710", 10)) {
300 printk("No methods for %s (model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Didprom.c78 void sun3_get_model(unsigned char* model) argument
84 strcpy(model, Sun_Machines[i].name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dvt1720_mobo.c93 .model = "k8x800",
129 .model = "sn25p",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddataview.h112 wxDataViewListModel * WXUNUSED(model), unsigned int WXUNUSED(col), unsigned int WXUNUSED(row) )
116 wxDataViewListModel* WXUNUSED(model), unsigned int WXUNUSED(col), unsigned int WXUNUSED(row) )
119 wxDataViewListModel* WXUNUSED(model), unsigned int WXUNUSED(col), unsigned int WXUNUSED(row) )
122 wxDataViewListModel* WXUNUSED(model), unsigned int WXUNUSED(col), unsigned int WXUNUSED(row) )
175 wxDataViewListModel *model, unsigned int col, unsigned int row );
259 virtual bool AssociateModel( wxDataViewListModel *model );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsr_vendor.c69 const char *model = cd->device->model;
82 if (!strncmp(model, "CD-ROM DRIVE:25", 15) ||
83 !strncmp(model, "CD-ROM DRIVE:36", 15) ||
84 !strncmp(model, "CD-ROM DRIVE:83", 15) ||
85 !strncmp(model, "CD-ROM DRIVE:84 ", 16)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Doxygen_mixer.c34 info->count = chip->model.dac_channels;
35 info->value.integer.min = chip->model.dac_volume_min;
36 info->value.integer.max = chip->model.dac_volume_max;
47 for (i = 0; i < chip->model.dac_channels; ++i)
62 for (i = 0; i < chip->model.dac_channels; ++i)
68 chip->model.update_dac_volume(chip);
94 chip->model.update_dac_mute(chip);
110 unsigned int count = chip->model.update_center_lfe_mix ? 5 : 3;
184 if (chip->model.update_center_lfe_mix)
185 chip->model
[all...]
H A Dxonar_pcm179x.c216 if ((chip->model.function_flags & OXYGEN_FUNCTION_2WIRE_SPI_MASK) ==
337 data->pcm179x.dacs = chip->model.private_data ? 4 : 1;
367 data->dacs = chip->model.private_data ? 4 : 1;
1068 chip->model = model_xonar_d2;
1069 chip->model.shortname = "Xonar D2";
1072 chip->model = model_xonar_d2;
1073 chip->model.shortname = "Xonar D2X";
1074 chip->model.init = xonar_d2x_init;
1077 chip->model = model_xonar_hdav;
1081 chip->model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_sdio.c54 int model; member in struct:if_sdio_model
62 .model = IF_SDIO_MODEL_8385,
68 .model = IF_SDIO_MODEL_8686,
74 .model = IF_SDIO_MODEL_8688,
96 int model; member in struct:if_sdio_card
163 switch (card->model) {
265 if (card->model == IF_SDIO_MODEL_8385) {
901 unsigned int model; local
909 "802.11 SDIO ID: %x", &model) == 1)
912 "ID: %x", &model)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dassertdlg_gtk.c415 GtkTreeModel *model; local
420 model = gtk_tree_view_get_model (GTK_TREE_VIEW(dlg->treeview));
424 if (!gtk_tree_model_get_iter_first (model, &iter))
430 gtk_tree_model_get (model, &iter,
451 } while (gtk_tree_model_iter_next (model, &iter));
493 GtkTreeModel *model; local
499 model = gtk_tree_view_get_model (GTK_TREE_VIEW(dlg->treeview));
502 count = gtk_tree_model_iter_n_children (model, NULL);
509 gtk_list_store_append (GTK_LIST_STORE(model), &iter);
510 gtk_list_store_set (GTK_LIST_STORE(model),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/device_handler/
H A Dscsi_dh.c31 char model[17]; member in struct:scsi_dh_devinfo_list
64 !strncmp(sdev->model, tmp->model, strlen(tmp->model))) {
82 !strncmp(sdev->model, scsi_dh->devlist[i].model,
83 strlen(scsi_dh->devlist[i].model))) {
129 strncpy(tmp->model, sdev->model, 16);
131 tmp->model[1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/scsi_id/
H A Dscsi_id.c252 * if vendor and model are set find the first OPTIONS line in the config
255 * vendor and model can end in '\n'.
257 static int get_file_options(const char *vendor, const char *model, argument
269 dbg("vendor='%s'; model='%s'\n", vendor, model);
348 " vendor '%s'; model '%s'; options '%s'\n",
351 * Only allow: [vendor=foo[,model=bar]]options=stuff
365 (!model_in || (strncmp(model, model_in,
368 * Matched vendor and optionally model.
374 dbg("matched vendor/model\
595 const char *vendor, *model, *type; local
631 char vendor[8], model[16], type[4], rev[4]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewctrl.tex24 All data transfer from the control to the model and the user
97 \func{bool}{AppendBitmapColumn}{\param{const wxString\& }{label}, \param{unsigned int }{model\_column}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_INERT}, \param{int }{width = -1}}
99 \func{bool}{AppendBitmapColumn}{\param{const wxBitmap\& }{label}, \param{unsigned int }{model\_column}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_INERT}, \param{int }{width = -1}}
105 \func{bool}{AppendDateColumn}{\param{const wxString\& }{label}, \param{unsigned int }{model\_column}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_ACTIVATABLE}, \param{int }{width = -1}}
107 \func{bool}{AppendDateColumn}{\param{const wxBitmap\& }{label}, \param{unsigned int }{model\_column}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_ACTIVATABLE}, \param{int }{width = -1}}
113 \func{bool}{AppendProgressColumn}{\param{const wxString\& }{label}, \param{unsigned int }{model\_column}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_INERT}, \param{int }{width = 80}}
115 \func{bool}{AppendProgressColumn}{\param{const wxBitmap\& }{label}, \param{unsigned int }{model\_column}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_INERT}, \param{int }{width = 80}}
121 \func{bool}{AppendTextColumn}{\param{const wxString\& }{label}, \param{unsigned int }{model\_column}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_INERT}, \param{int }{width = -1}}
123 \func{bool}{AppendTextColumn}{\param{const wxBitmap\& }{label}, \param{unsigned int }{model\_column}, \param{wxDataViewCellMode }{mode = wxDATAVIEW\_CELL\_INERT}, \param{int }{width = -1}}
129 \func{bool}{AppendToggleColumn}{\param{const wxString\& }{label}, \param{unsigned int }{model\_colum
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/sc/
H A Dinit.c54 int model; local
70 model = -1;
165 * board model
169 model = identify_board(ram[b], io[b]);
176 * a signature and id the board model
182 model = identify_board(i, io[b]);
184 if (model >= 0) {
186 boardname[model]);
197 * See if we found free RAM and the board model
199 if(!ram[b] || model <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp56.c82 VP56Model *model = s->modelp; local
88 memcpy(model->mb_types_stats[ctx],
90 sizeof(model->mb_types_stats[ctx]));
102 model->mb_types_stats[ctx][type][i] += (delta ^ -sign) + sign;
114 p[type] = 100 * model->mb_types_stats[ctx][type][1];
120 model->mb_type[ctx][type][0] = 255 - (255 * model->mb_types_stats[ctx][type][0]) / (1 + model->mb_types_stats[ctx][type][0] + model->mb_types_stats[ctx][type][1]);
134 model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp56.c82 VP56Model *model = s->modelp; local
88 memcpy(model->mb_types_stats[ctx],
90 sizeof(model->mb_types_stats[ctx]));
102 model->mb_types_stats[ctx][type][i] += (delta ^ -sign) + sign;
114 p[type] = 100 * model->mb_types_stats[ctx][type][1];
120 model->mb_type[ctx][type][0] = 255 - (255 * model->mb_types_stats[ctx][type][0]) / (1 + model->mb_types_stats[ctx][type][0] + model->mb_types_stats[ctx][type][1]);
134 model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatavcmn.cpp218 wxDataViewSortedListModelNotifier( wxDataViewSortedListModel *model )
219 { m_model = model; }
253 (unsigned int row1, unsigned int row2, unsigned int col, wxDataViewListModel* model )
256 model->GetValue( value1, col, row1 );
257 model->GetValue( value2, col, row2 );
291 (unsigned int row1, unsigned int row2, unsigned int col, wxDataViewListModel* model )
293 return wxDataViewListModelSortedDefaultCompare( row2, row1, col, model );
352 static void Dump( wxDataViewListModel *model, unsigned int col )
354 unsigned int n = model->GetNumberOfRows();
359 model
[all...]

Completed in 123 milliseconds

1234567891011>>