Searched refs:id (Results 426 - 450 of 8404) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dstatlmac.cpp47 wxWindowID id,
55 if ( !wxStaticLineBase::Create(parent, id, pos, size,
46 Create( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/gizmos/
H A Ddynamicsash.h100 #define EVT_DYNAMIC_SASH_SPLIT(id, func) \
101 wx__DECLARE_EVT1(wxEVT_DYNAMIC_SASH_SPLIT, id, \
104 #define EVT_DYNAMIC_SASH_UNIFY(id, func) \
105 wx__DECLARE_EVT1(wxEVT_DYNAMIC_SASH_UNIFY, id, \
164 #define wx__DECLARE_TREEEVT(evt, id, fn) \
165 wx__DECLARE_EVT1(wxEVT_COMMAND_TREE_ ## evt, id, wxTreeEventHandler(fn))
177 wxDynamicSashWindow(wxWindow *parent, wxWindowID id,
183 virtual bool Create(wxWindow *parent, wxWindowID id,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dstatline.h26 wxWindowID id = wxID_ANY,
32 wxWindowID id = wxID_ANY,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dstatline.h26 wxWindowID id = wxID_ANY,
32 wxWindowID id = wxID_ANY,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dminifram.h26 wxWindowID id,
34 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 = wxCAPTION | wxRESIZE_BORDER | wxTINY_CAPTION_HORIZ, const wxString& name = wxFrameNameStr) argument
H A Dstatusbr.h21 wxStatusBarMac(wxWindow *parent, wxWindowID id = wxID_ANY,
27 bool Create(wxWindow *parent, wxWindowID id = wxID_ANY,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dminifram.h26 wxWindowID id,
34 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|wxTINY_CAPTION_HORIZ, const wxString& name = wxFrameNameStr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dchoice.h27 wxWindowID id,
35 Create(parent, id, pos, size, n, choices, style, validator, name);
38 wxWindowID id,
46 Create(parent, id, pos, size, choices, style, validator, name);
50 wxWindowID id,
58 wxWindowID id,
80 virtual bool MSWCommand(WXUINT param, WXWORD id);
106 bool CreateAndInit(wxWindow *parent, wxWindowID id,
26 wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, int n = 0, const wxString choices[] = NULL, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) argument
37 wxChoice(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, const wxArrayString& choices, long style = 0, const wxValidator& validator = wxDefaultValidator, const wxString& name = wxChoiceNameStr) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dclk.h29 * @id: clock comsumer ID
33 * uses @dev and @id to determine the clock consumer, and thereby
34 * the clock producer. (IOW, @id may be identical strings, but
41 struct clk *clk_get(struct device *dev, const char *id);
149 * @id: platform specific clock name
155 int clk_add_alias(const char *alias, const char *alias_dev_name, char *id,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Daudmgr.h199 typedef void (*audpp_event_func)(void *private, unsigned id, uint16_t *msg);
201 int audpp_enable(int id, audpp_event_func func, void *private);
202 void audpp_disable(int id, void *private);
208 int audpp_pause(unsigned id, int pause);
209 int audpp_set_volume_and_pan(unsigned id, unsigned volume, int pan);
210 void audpp_avsync(int id, unsigned rate);
211 unsigned audpp_avsync_sample_count(int id);
212 unsigned audpp_avsync_byte_count(int id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DPayloadDataEntity.java23 public void setID(int id) { oID = id; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Drunxmlconf.c193 xmlconfTestInvalid(const char *id, const char *filename, int options) { argument
201 id, filename);
207 id, filename);
212 id, filename);
223 xmlconfTestValid(const char *id, const char *filename, int options) { argument
231 id, filename);
237 id, filename);
244 id, filename);
255 xmlconfTestNotNSWF(const char *id, const char *filename, int options) { argument
266 id, filenam
283 xmlconfTestNotWF(const char *id, const char *filename, int options) argument
305 xmlChar *id = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_lookup.c30 cnid_t id_devino, id_didname,id = 0; local
98 id = id_didname;
105 if (cnid_cdb_delete(cdb, id) < 0) {
115 id = id_devino;
120 if (cnid_cdb_delete(cdb, id) < 0) {
132 cnid_cdb_update(cdb, id, st, did, name, len);
135 LOG(log_debug9, logtype_default, "cnid_lookup: Looked up did %u, name %s, as %u (needed update)", ntohl(did), name, ntohl(id));
137 return id;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_trs.c71 static int obj_trust(int id, X509 *x, int flags);
72 static int (*default_trust) (int id, X509 *x, int flags) = obj_trust;
116 int X509_check_trust(X509 *x, int id, int flags) argument
120 if (id == -1)
123 if (id == 0) {
130 idx = X509_TRUST_get_by_id(id);
132 return default_trust(id, x, flags);
153 int X509_TRUST_get_by_id(int id) argument
157 if ((id >= X509_TRUST_MIN) && (id <
178 X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), char *name, int arg1, void *arg2) argument
295 obj_trust(int id, X509 *x, int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DTrackerNode.h39 - (id) initWithTrackerStat: (tr_tracker_stat *) stat torrent: (Torrent *) torrent;
41 - (BOOL) isEqual: (id) object;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/io/
H A Dblkif.h58 uint64_t id; /* private guest value, echoed in resp */ member in struct:blkif_request
69 uint64_t id; /* copied from request */ member in struct:blkif_response
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dfilter_flags_decoder.c25 return_if_error(lzma_vli_decode(&filter->id, NULL,
28 if (filter->id >= LZMA_FILTER_RESERVED_START)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Drunxmlconf.c193 xmlconfTestInvalid(const char *id, const char *filename, int options) { argument
201 id, filename);
207 id, filename);
212 id, filename);
223 xmlconfTestValid(const char *id, const char *filename, int options) { argument
231 id, filename);
237 id, filename);
244 id, filename);
255 xmlconfTestNotNSWF(const char *id, const char *filename, int options) { argument
266 id, filenam
283 xmlconfTestNotWF(const char *id, const char *filename, int options) argument
305 xmlChar *id = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dexif.c31 static const char *exif_get_tag_name(uint16_t id) argument
36 if (tag_list[i].id == id)
72 unsigned id, count; local
79 ff_tread_tag(gbytes, le, &id, &type, &count, &cur_pos);
88 ret = ff_tis_ifd(id);
92 const char *name = exif_get_tag_name(id);
100 snprintf(use_name, 7, "0x%04X", id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mach-a3/
H A Dvcs_hook.h8 int hook_call(unsigned id, unsigned pcnt, ...);
9 int hook_call_str(unsigned id, unsigned size, const char *str);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dschedule.h46 long id; /* for debug */ member in struct:sched
65 long id; member in struct:scheddump
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dfilter_flags_decoder.c25 return_if_error(lzma_vli_decode(&filter->id, NULL,
28 if (filter->id >= LZMA_FILTER_RESERVED_START)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dhcontrol.c232 static int get_compare_weight(const snd_ctl_elem_id_t *id) argument
295 const char *name = (char *)id->name, *name1;
320 static int _snd_hctl_find_elem(snd_hctl_t *hctl, const snd_ctl_elem_id_t *id, int *dir) argument
326 assert(hctl && id);
328 el.id = *id;
329 el.compare_weight = get_compare_weight(id);
350 elem->compare_weight = get_compare_weight(&elem->id);
365 idx = _snd_hctl_find_elem(hctl, &elem->id, &dir);
465 return c1->id
551 snd_hctl_find_elem(snd_hctl_t *hctl, const snd_ctl_elem_id_t *id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dinit.c103 snd_iprintf(buffer, "%s\n", entry->card->id);
115 if ((entry = snd_info_create_card_entry(card, "id", card->proc_root)) == NULL) {
164 strlcpy(card->id, xid, sizeof(card->id));
491 char *id; local
494 id = card->shortname;
495 spos = src = id;
496 while (*id != '\0') {
497 if (*id == ' ')
498 spos = id
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dals100.c56 static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */ variable
68 module_param_array(id, charp, NULL, 0444);
69 MODULE_PARM_DESC(id, "ID string for Avance Logic based soundcard.");
84 { .id = "RWB1688",
88 { .id = "ALS0007",
92 { .id = "ALS0001",
96 { .id = "ALS0110",
100 { .id = "ALS0120",
104 { .id = "ALS0200",
108 { .id
120 snd_card_als100_pnp(int dev, struct snd_card_als100 *acard, struct pnp_card_link *card, const struct pnp_card_device_id *id) argument
292 snd_als100_pnp_detect(struct pnp_card_link *card, const struct pnp_card_device_id *id) argument
[all...]

Completed in 190 milliseconds

<<11121314151617181920>>