Searched refs:how (Results 26 - 50 of 279) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtsamples.tex53 a good starting point for learning how to use wxWidgets.
58 The {\tt animate} sample shows how you can use \helpref{wxAnimationCtrl}{wxanimationctrl}
65 The {\tt artprov} sample shows how you can customize the look of standard
67 It also shows how you can use wxArtProvider to
74 shows how to configure the control (see the different options in the calendar
75 menu) and also how to process the notifications from it.
134 The database sample is a small test program showing how to use the ODBC
141 This sample shows how to use \helpref{wxDebugReport}{wxdebugreport} class to
156 This sample shows how to use the common dialogs available from wxWidgets. These
209 Take a look at DnDShapeDataObject class to see how yo
[all...]
H A Dtconfig.tex6 for. All the details about how to use them may be found in the description of
48 details (including how to read/write these entries) may be found in
H A Dcountstr.tex7 instead it counts how many bytes would get written if this were a normal stream. This
H A Dtgrid.tex10 code. This example shows how you might create a grid in a frame or
H A Dactivexcontainer.tex42 This is an example of how to use the Adobe Acrobat Reader ActiveX control to read PDF files
45 how to create a backend for \helpref{wxMediaCtrl}{wxmediactrl}.
H A Dfilesysh.tex16 Please have a look at \helpref{overview}{fs} if you don't know how locations
147 for details of how to use it.}
H A Didleevt.tex73 Static function returning a value specifying how wxWidgets
107 Static function for specifying how wxWidgets will send idle events: to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dprocess.c71 struct halt_info *how = (struct halt_info *)generic_ptr; local
99 if (how->mode == LINUX_REBOOT_CMD_RESTART) {
100 if (!how->restart_cmd) {
141 alpha_mv.kill_arch(how->mode);
143 if (! alpha_using_srm && how->mode != LINUX_REBOOT_CMD_RESTART) {
267 * Use the passed "regs" pointer to determine how much space we need
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dwrite.c770 static int flush_task_priority(int how) argument
772 switch (how & (FLUSH_HIGHPRI|FLUSH_LOWPRI)) {
788 int how)
791 int priority = flush_task_priority(how);
825 if (how & FLUSH_STABLE) {
852 if (how & FLUSH_SYNC) {
879 static int nfs_flush_multi(struct inode *inode, struct list_head *head, unsigned int npages, size_t count, int how) argument
919 wsize, offset, how);
946 static int nfs_flush_one(struct inode *inode, struct list_head *head, unsigned int npages, size_t count, int how) argument
967 return nfs_write_rpcsetup(req, data, &nfs_write_full_ops, count, 0, how);
784 nfs_write_rpcsetup(struct nfs_page *req, struct nfs_write_data *data, const struct rpc_call_ops *call_ops, unsigned int count, unsigned int offset, int how) argument
1235 nfs_commit_rpcsetup(struct list_head *head, struct nfs_write_data *data, int how) argument
1293 nfs_commit_list(struct inode *inode, struct list_head *head, int how) argument
1383 nfs_commit_inode(struct inode *inode, int how) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dbluetooth.h148 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) argument
152 if ((skb = alloc_skb(len + BT_SKB_RESERVE, how))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/autofs4/
H A Dexpire.c262 int how)
266 int do_now = how & AUTOFS_EXP_IMMEDIATE;
301 int how)
307 int do_now = how & AUTOFS_EXP_IMMEDIATE;
308 int exp_leaves = how & AUTOFS_EXP_LEAVES;
259 autofs4_expire_direct(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int how) argument
298 autofs4_expire_indirect(struct super_block *sb, struct vfsmount *mnt, struct autofs_sb_info *sbi, int how) argument
H A Dautofs_i.h198 struct autofs_sb_info *sbi, int how);
201 struct autofs_sb_info *sbi, int how);
H A Ddev-ioctl.c468 int how; local
470 how = param->expire.how;
473 return autofs4_do_expire_multi(sbi->sb, mnt, sbi, how);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dgzguts.h155 /* values for gz_state how */
177 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon4143
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h201 symlist_add(symlist_t *symlist, symbol_t *symbol, int how);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dauto_dev-ioctl.h69 __u32 how; member in struct:args_expire
H A Dnfs_page.h83 int how);
H A Dnet.h229 extern int sock_wake_async(struct socket *sk, int how, int band);
276 enum sock_shutdown_cmd how);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dgzguts.h139 /* values for gz_state how */
161 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon2764
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk28 # override LINKAGE on OS X until we figure out how to get 'cc -static' to work
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dtlb-flush.S61 # find out how many lines there are
102 # find out how many lines there are
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dfilefnwce.cpp103 int wxAccess(const wxChar *name, int WXUNUSED(how))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h656 #define SCR_LOAD_R(reg, how, n) \
657 (0xe1000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
659 #define SCR_STORE_R(reg, how, n) \
660 (0xe0000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_s3c24xx_fiq.S35 @ each entry starts with a word entry of how long it is
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dpvc.c20 static int pvc_shutdown(struct socket *sock, int how) argument

Completed in 164 milliseconds

1234567891011>>