Searched refs:model (Results 126 - 150 of 634) sorted by relevance

1234567891011>>

/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 DPersistKeyCreator.java21 import com.sleepycat.persist.model.EntityMetadata;
22 import com.sleepycat.persist.model.Relationship;
23 import com.sleepycat.persist.model.SecondaryKeyMetadata;
H A DStore.java50 import com.sleepycat.persist.model.ClassMetadata;
51 import com.sleepycat.persist.model.DeleteAction;
52 import com.sleepycat.persist.model.EntityMetadata;
53 import com.sleepycat.persist.model.EntityModel;
54 import com.sleepycat.persist.model.FieldMetadata;
55 import com.sleepycat.persist.model.ModelInternal;
56 import com.sleepycat.persist.model.PrimaryKeyMetadata;
57 import com.sleepycat.persist.model.Relationship;
58 import com.sleepycat.persist.model.SecondaryKeyMetadata;
87 private EntityModel model; field in class:Store
[all...]
H A DPersistComparator.java15 import com.sleepycat.persist.model.FieldMetadata;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Ddetails.c1256 GtkTreeModel * model; local
1268 model = GTK_TREE_MODEL( store );
1269 if( gtk_tree_model_iter_nth_child( model, &iter, NULL, 0 ) ) do
1271 while( gtk_tree_model_iter_next( model, &iter ) );
1285 p = gtk_tree_model_get_path( model, &iter );
1287 gtk_tree_row_reference_new( model, p ) );
1305 gtk_tree_model_get_iter( model, &iter, p );
1312 model = GTK_TREE_MODEL( store );
1313 if( gtk_tree_model_iter_nth_child( model, &iter, NULL, 0 ) ) {
1317 gtk_tree_model_get( model,
1345 GtkTreeModel * model = GTK_TREE_MODEL( store ); local
1449 GtkTreeModel * model; local
1887 trackerVisibleFunc( GtkTreeModel * model, GtkTreeIter * iter, gpointer data ) argument
1914 GtkTreeModel * model; local
1939 GtkTreeModel * model = gtk_tree_row_reference_get_model( reference ); local
1961 GtkTreeModel * model; local
2332 GtkTreeModel * model; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dcpucheck.c134 cpu.model = (tfms >> 4) & 15;
136 cpu.model += ((tfms >> 16) & 0xf) << 4;
214 is_centaur() && cpu.model >= 6) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Defika.c202 char *model = of_get_flat_dt_prop(of_get_flat_dt_root(), local
203 "model", NULL);
205 if (model == NULL)
207 if (strcmp(model, "EFIKA5K2"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dxes_mpc85xx.c148 const char *model = "Unknown"; local
154 model = of_get_property(root, "model", NULL);
157 model + strlen("xes,"));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcelleb_setup.c71 const char *model = ""; local
75 model = of_get_property(root, "model", NULL);
77 seq_printf(m, "machine\t\t: %s %s\n", celleb_machine_type, model);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mvme147/
H A Dconfig.c39 static void mvme147_get_model(char *model);
72 static void mvme147_get_model(char *model) argument
74 sprintf(model, "Motorola MVME147");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/
H A DMakefile55 model-$(CONFIG_RAMKERNEL) := ram
56 model-$(CONFIG_ROMKERNEL) := rom
57 MODEL := $(model-y)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp102 wxDataViewListModel *model,
431 bool wxDataViewToggleRenderer::Activate( wxRect WXUNUSED(cell), wxDataViewListModel *model, unsigned int col, unsigned int row ) variable
435 model->SetValue( variant, col, row );
436 model->ValueChanged( col, row );
506 wxDataViewListModel *model, unsigned int col, unsigned int row ) :
509 m_model = model;
583 bool wxDataViewDateRenderer::Activate( wxRect WXUNUSED(cell), wxDataViewListModel *model, unsigned int col, unsigned int row ) variable
586 model->GetValue( variant, col, row );
591 GetOwner()->GetOwner()->GetParent(), &value, model, col, row );
792 wxDataViewListModel *model,
505 wxDataViewDateRendererPopupTransient( wxWindow* parent, wxDateTime *value, wxDataViewListModel *model, unsigned int col, unsigned int row ) argument
789 wxDataViewTextCtrlWrapper( wxDataViewMainWindow *owner, wxTextCtrl *text, wxDataViewListModel *model, unsigned int col, unsigned int row, wxRect rectLabel ) argument
1081 wxDataViewListModel *model = GetOwner()->GetModel(); local
1125 wxDataViewListModel *model = GetOwner()->GetModel(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dnss.c197 static SECStatus set_ciphers(struct SessionHandle *data, PRFileDesc * model, argument
210 SSL_CipherPrefSet(model, SSL_ImplementedCiphers[i], PR_FALSE);
253 if(SSL_CipherPrefSet(model, cipherlist[i].num, PR_TRUE) != SECSuccess) {
1302 PRFileDesc *model = NULL; local
1371 model = PR_NewTCPSocket();
1372 if(!model)
1374 model = SSL_ImportFD(NULL, model);
1376 if(SSL_OptionSet(model, SSL_SECURITY, PR_TRUE) != SECSuccess)
1378 if(SSL_OptionSet(model, SSL_HANDSHAKE_AS_SERVE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewcolumn.tex6 One wxDataViewColumn is bound to one column in the data model,
38 \func{}{wxDataViewColumn}{\param{const wxString\& }{title}, \param{wxDataViewRenderer* }{renderer}, \param{unsigned int }{model\_column}, \param{int }{width = 80}, \param{int }{flags = wxDATAVIEW\_COL\_RESIZABLE}}
41 \func{}{wxDataViewColumn}{\param{const wxBitmap\& }{bitmap}, \param{wxDataViewRenderer* }{renderer}, \param{unsigned int }{model\_column}, \param{int }{width = 80}, \param{int }{flags = wxDATAVIEW\_COL\_RESIZABLE}}
62 Returns the index of the column of the model, which this
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2cfg.h104 # error Deflate64(tm) requires compact or large memory model
107 # error Deflate64(tm) requires compact or large memory model
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Drelocate.cc29 #include "torrent-model.h"
64 RelocateDialog :: RelocateDialog( Session& session, TorrentModel& model, const QSet<int>& ids, QWidget * parent ): argument
67 myModel( model ),
H A Dwatchdir.cc22 #include "torrent-model.h"
29 WatchDir :: WatchDir( const TorrentModel& model ):
30 myModel( model ),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm13 ; Must be assembled with masm -ml. To be used only with C compact model
14 ; or large model. (For large model, assemble with -D__LARGE__).
85 %out Assembling for C, Huge memory model
99 %out Assembling for C, Large memory model
113 %out Assembling for C, Compact memory model
127 %out Assembling for C, Medium memory model
140 %out Assembling for C, Small memory model
290 _match_init proc far ; 'proc far' for large model
292 _match_init proc near ; 'proc near' for compact model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dsbp2.c337 u32 model; member in struct:__anon11214
342 .model = 0x001010,
349 .model = 0x000000,
354 .model = SBP2_ROM_VALUE_WILDCARD,
359 .model = SBP2_ROM_VALUE_WILDCARD,
364 .model = SBP2_ROM_VALUE_WILDCARD,
369 .model = SBP2_ROM_VALUE_WILDCARD,
374 .model = 0x000000,
380 .model = 0x000021,
385 .model
1024 sbp2_scan_unit_dir(struct sbp2_target *tgt, const u32 *directory, u32 *model, u32 *firmware_revision) argument
1087 sbp2_init_workarounds(struct sbp2_target *tgt, u32 model, u32 firmware_revision) argument
1131 u32 model, firmware_revision; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsb_mixer.c375 switch (devc->model) {
405 switch (devc->model)
411 if (devc->model == MDL_ESS && ess_set_recmask (devc, &devmask)) {
507 switch (devc->model)
544 if (devc->model == MDL_SB16) {
609 if (devc->model == MDL_ESS)
611 else if (devc->model != MDL_JAZZ && devc->model != MDL_SMW)
667 if (devc->model != MDL_ESS || !ess_mixer_reset (devc)) {
685 switch (devc->model)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Draw3270.c39 short model, rows, cols; member in struct:raw3270
555 int rc, model; local
564 model = raw3270_init_diag210.vrdccrmd;
565 switch (model) {
567 rp->model = model;
572 rp->model = model;
577 rp->model = model;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dvmk80xx.c199 enum vmk80xx_model model; member in struct:vmk80xx_board
464 if (dev->board.model == VMK8061_MODEL) {
511 if (dev->board.model == VMK8061_MODEL) {
579 switch (dev->board.model) {
598 if (dev->board.model == VMK8055_MODEL) {
628 switch (dev->board.model) {
705 if (dev->board.model == VMK8061_MODEL) {
715 if (dev->board.model == VMK8055_MODEL)
751 if (dev->board.model == VMK8055_MODEL) {
829 switch (dev->board.model) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dads7846.c80 u16 model; member in struct:ads7846
218 use_internal = (ts->model == 7846);
358 if (ts->model == 7846)
404 switch (ts->model) {
416 ts->model);
423 switch (ts->model) {
434 dev_dbg(&spi->dev, "ADS%d not recognized\n", ts->model);
563 if (ts->model == 7845) {
579 if (ts->model == 7843) {
581 } else if (ts->model
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExampleDPL.java11 import static com.sleepycat.persist.model.Relationship.MANY_TO_ONE;
30 import com.sleepycat.persist.model.Entity;
31 import com.sleepycat.persist.model.PrimaryKey;
32 import com.sleepycat.persist.model.SecondaryKey;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DEntityMetadata.java9 package com.sleepycat.persist.model;
H A DSecondaryKeyMetadata.java9 package com.sleepycat.persist.model;

Completed in 230 milliseconds

1234567891011>>