Searched refs:id (Results 251 - 275 of 8404) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtimer.h21 wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtimer.h21 wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtimer.h26 wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id) { Init(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtabctrl.h36 inline wxTabCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, argument
39 Create(parent, id, pos, size, style, name);
95 bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
123 wxTabEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
128 #define EVT_TAB_SEL_CHANGED(id, fn) { wxEVT_COMMAND_TAB_SEL_CHANGED, \
129 id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTabEventFunction) & fn, NULL },
130 #define EVT_TAB_SEL_CHANGING(id, fn) { wxEVT_COMMAND_TAB_SEL_CHANGING, \
131 id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTabEventFunction) & fn, NULL },
H A Dtimer.h26 wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id) { Init(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dminifram.h26 wxWindowID id,
34 Create(parent, id, title, pos, size, style, name);
25 wxMiniFrame(wxWindow *parent, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE|wxTINY_CAPTION_HORIZ, const wxString& name = wxFrameNameStr) argument
H A Dtimer.h21 wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtimer.h21 wxTimer(wxEvtHandler *owner, int id = wxID_ANY) : wxTimerBase(owner, id)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dminifram.h26 wxWindowID id,
33 Create(parent, id, title, pos, size, style | wxFRAME_TOOL_WINDOW | wxFRAME_FLOAT_ON_PARENT, name);
25 wxMiniFrame(wxWindow *parent, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_FRAME_STYLE, const wxString& name = wxFrameNameStr) argument
H A Dtabctrl.h36 inline wxTabCtrl(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, argument
39 Create(parent, id, pos, size, style, name);
95 bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize,
126 wxTabEvent(wxEventType commandType = wxEVT_NULL, int id = 0);
131 #define EVT_TAB_SEL_CHANGED(id, fn) { wxEVT_COMMAND_TAB_SEL_CHANGED, \
132 id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTabEventFunction) & fn, NULL },
133 #define EVT_TAB_SEL_CHANGING(id, fn) { wxEVT_COMMAND_TAB_SEL_CHANGING, \
134 id, -1, (wxObjectEventFunction) (wxEventFunction) (wxTabEventFunction) & fn, NULL },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtimer.h21 wxTimer(wxEvtHandler *owner, int id = -1) : wxTimerBase(owner, id)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_dbug.c38 debug_unregister(ctcm_dbf[x].id);
39 ctcm_dbf[x].id = NULL;
48 ctcm_dbf[x].id = debug_register(ctcm_dbf[x].name,
52 if (ctcm_dbf[x].id == NULL) {
58 debug_register_view(ctcm_dbf[x].id, &debug_hex_ascii_view);
60 debug_set_level(ctcm_dbf[x].id, ctcm_dbf[x].level);
71 if (level > (ctcm_dbf[dbf_nix].id)->level)
77 debug_text_event(ctcm_dbf[dbf_nix].id, level, dbf_txt_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DNullClassCatalog.java26 private long id = Long.MAX_VALUE; field in class:NullClassCatalog
35 return BigInteger.valueOf(id--).toByteArray();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DAboutWindowController.h37 - (IBAction) showLicense: (id) sender;
38 - (IBAction) hideLicense: (id) sender;
H A DStatusBarController.h40 - (id) initWithLib: (tr_session *) lib;
43 - (void) setStatusLabel: (id) sender;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dprocessor.c28 struct cpuid *id = &per_cpu(cpu_id, smp_processor_id()); local
30 get_cpu_id(id);
42 struct cpuid *id = &per_cpu(cpu_id, smp_processor_id()); local
45 S390_lowcore.cpu_nr, S390_lowcore.cpu_addr, id->ident);
76 struct cpuid *id = &per_cpu(cpu_id, n); local
81 n, id->version, id->ident, id->machine);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Dvirtuoso.c33 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; variable
38 module_param_array(id, charp, NULL, 0444);
39 MODULE_PARM_DESC(id, "ID string");
59 const struct pci_device_id *id)
61 if (get_xonar_pcm179x_model(chip, id) >= 0)
63 if (get_xonar_cs43xx_model(chip, id) >= 0)
65 if (get_xonar_wm87x6_model(chip, id) >= 0)
82 err = oxygen_pci_probe(pci, index[dev], id[dev], THIS_MODULE,
58 get_xonar_model(struct oxygen *chip, const struct pci_device_id *id) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dcore.h26 int id; member in struct:mfd_cell
49 extern int mfd_add_devices(struct device *parent, int id,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/devices/
H A Dplatform-flexcan.c11 struct platform_device *__init imx_add_flexcan(int id, argument
28 return imx_add_platform_device("flexcan", id, res, ARRAY_SIZE(res),
H A Dplatform-imx-i2c.c11 struct platform_device *__init imx_add_imx_i2c(int id, argument
27 return imx_add_platform_device("imx-i2c", id, res, ARRAY_SIZE(res),
H A Dplatform-spi_imx.c12 struct platform_device *__init imx_add_spi_imx(int id, argument
28 return imx_add_platform_device("spi_imx", id, res, ARRAY_SIZE(res),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Dcard.c22 while (*drv_id->id) {
23 if (compare_pnp_id(card->id, drv_id->id)) {
31 !*drv_id->devs[i].id)
35 if (compare_pnp_id(dev->id,
36 drv_id->devs[i].id)) {
71 const struct pnp_card_device_id *id; local
77 id = match_card(drv, card);
78 if (!id)
88 if (drv->probe(clink, id) >
105 pnp_add_card_id(struct pnp_card *card, char *id) argument
136 struct pnp_id *id; local
155 pnp_alloc_card(struct pnp_protocol *protocol, int id, char *pnpid) argument
325 pnp_request_card_device(struct pnp_card_link *clink, const char *id, struct pnp_dev *from) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dchoice.cpp40 wxChoice::wxChoice(wxWindow *parent, wxWindowID id, argument
48 Create(parent, id, pos, size, choices, style, validator, name);
51 bool wxChoice::Create(wxWindow *parent, wxWindowID id, argument
61 return Create(parent, id, pos, size, chs.GetCount(), chs.GetStrings(),
65 bool wxChoice::Create(wxWindow *parent, wxWindowID id, argument
76 return wxComboBox::Create(parent, id, value,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpacpi/
H A Dcore.c62 static int __init ispnpidacpi(char *id) argument
64 TEST_ALPHA(id[0]);
65 TEST_ALPHA(id[1]);
66 TEST_ALPHA(id[2]);
67 TEST_HEX(id[3]);
68 TEST_HEX(id[4]);
69 TEST_HEX(id[5]);
70 TEST_HEX(id[6]);
71 if (id[7] != '\0')
185 struct acpi_hardware_id *id; local
201 struct acpi_hardware_id *id; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtwl4030-codec.c55 static int twl4030_codec_set_resource(enum twl4030_codec_res id, int enable) argument
61 codec->resource[id].reg);
64 val |= codec->resource[id].mask;
66 val &= ~codec->resource[id].mask;
69 val, codec->resource[id].reg);
74 static inline int twl4030_codec_get_resource(enum twl4030_codec_res id) argument
80 codec->resource[id].reg);
89 int twl4030_codec_enable_resource(enum twl4030_codec_res id) argument
94 if (id >= TWL4030_CODEC_RES_MAX) {
96 "Invalid resource ID (%u)\n", id);
118 twl4030_codec_disable_resource(unsigned id) argument
[all...]

Completed in 199 milliseconds

<<11121314151617181920>>