Searched refs:tt (Results 276 - 300 of 425) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plug.c1219 snd_config_t *tt = NULL; local
1246 tt = n;
1255 if (tt != NULL)
1288 if (tt) {
1289 err = snd_pcm_route_determine_ttable(tt, &csize, &ssize);
1299 err = snd_pcm_route_load_ttable(tt, ttable, csize, ssize, &cused, &sused, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfiledlg.tex29 {\bf NB:} Previous versions of wxWidgets used {\tt wxFD\_CHANGE\_DIR} by default
125 function should only be used with the dialogs which have {\tt wxFD\_MULTIPLE} style,
158 function should only be used with the dialogs which have {\tt wxFD\_MULTIPLE} style,
H A Drichtextstylelistbox.tex6 See {\tt samples/richtext} for an example of how to use it.
70 See {\tt samples/richtext} for an example of how to use it.
202 It is demonstrated in the wxRichTextCtrl sample in {\tt samples/richtext}.
H A Dstatusbr.tex106 \perlnote{In wxPerl this function returns a {\tt Wx::Rect} if the field
107 index is valid, {\tt undef} otherwise.}
160 \perlnote{In wxPerl this function accepts only the {\tt n} parameter.
H A Danimation.tex71 If {\tt -1} is returned the frame is to be displayed forever.
H A Dfs_mem.tex86 The \arg{type} argument is one of {\tt wxBITMAP\_TYPE\_XXX} constants.
H A Dhelpinst.tex44 \item wxWinceHelpController, for controlling a simple {\tt .htm} help controller for Windows CE applications.
50 must add this line to your application initialization: {\tt wxFileSystem::AddHandler(new wxArchiveFSHandler);}
118 {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
163 {\it wxHtmlHelpController:} {\it sectionNo} is an identifier as specified in the {\tt .hhc} file. See \helpref{Help files format}{helpformat}.
H A Dhtmlcell.tex38 the same depth level you can call {\tt CloseContainer(); OpenContainer();}.)
H A Dlistctrl.tex216 {\tt wxEVT\_COMMAND\_LIST\_DELETE\_ITEM} event because deleting many items
232 {\tt wxEVT\_COMMAND\_LIST\_DELETE\_ITEM} event for the item being deleted.
334 Returns the edit control being currently used to edit a label. Returns {\tt NULL}
588 giving details in {\it flags}. Returns index of the item or {\tt wxNOT\_FOUND}
620 and returns a 2-element list {\tt ( item, flags )}.}
699 {\tt wxLC\_VIRTUAL} style. It should return the attribute for the
700 for the specified {\tt item} or {\tt NULL} to use the default appearance
706 The base class version always returns {\tt NULL}.
720 {\tt wxL
[all...]
H A Dmask.tex44 form called {\tt wxMaskColour}.}
H A Dnoteevt.tex62 {\tt EVT\_NOTEBOOK\_PAGE\_CHANGING} handler and not the page which is going to
H A Doutptstr.tex40 Closes the stream, returning {\tt false} if an error occurs. The
H A Dvalidatr.tex22 derive the class from {\tt wxPyValidator} in order to get Python-aware
H A Dtsamples.tex58 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
278 Eight HTML samples (you can find them in directory {\tt samples/html})
335 More information about this sample can be found in the {\tt readme.txt} file in
470 The {\tt sound} sample shows how to use \helpref{wxSound}{wxsound} for simple
492 the raw form using the {\tt EVT\_KEY\_UP} and {\tt EVT\_KEY\_DOWN} macros and the
493 higher level from using the {\tt EVT\_CHAR} macro. All characters will be logged
538 \item Using {\tt EVT\_UPDATE\_UI} handler for automatically enabling/disabling
551 If you toggle another toolbar in the sample (using {\tt Ctr
[all...]
H A Danimatctrl.tex93 \docparam{style}{The window style, see {\tt wxAC\_*} flags.}
164 If you set as inactive bitmap {\tt wxNullBitmap} (which is the default), then the
H A Darray.tex135 i.e. there is only one {\tt DEFINE} macro and no need for separate
136 {\tt DECLARE} one. For the arrays of the primitive types, the macros
137 {\tt WX\_DEFINE\_ARRAY\_CHAR/SHORT/INT/SIZE\_T/LONG/DOUBLE} should be used
139 type, e.g. shorts, in an array of larger one, e.g. {\tt ARRAY\_INT}, does
178 {\tt \_PTR} versions of the macros above. For example, to define an array of
179 pointers to {\tt double} you should use:
558 depending on the value of {\it searchFromEnd} parameter. {\tt wxNOT\_FOUND} is
661 done. Otherwise, {\tt count - GetCount()} elements are added and initialized to
H A Dbitmapcombobox.tex167 Not valid for {\tt wxCB\_SORT} style, use Append instead.
175 Not valid for {\tt wxCB\_SORT} style, use Append instead.
H A Ddatabase.tex177 version defined in the {\tt sql.h} header file.
189 version defined in the {\tt sql.h} header file.
H A Dfilepicker.tex120 \docparam{style}{The window style, see {\tt wxFLP\_*} flags.}
143 the {\tt wxFLP\_FILE\_MUST\_EXIST} style was given.
H A Dodcbox.tex193 \twocolitem{{\tt wxODCB\_PAINTING\_CONTROL}}{Combo control is being
196 \twocolitem{{\tt wxODCB\_PAINTING\_SELECTED}}{An item with selection
H A Dtbitmap.tex50 should be the same as the resource name under Windows with {\tt \_xpm}
67 are more short and clear than versions with {\tt \#ifdef}s. Even better,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_asm.c444 tt=(t+t)&BN_MASK; \
445 if (tt < t) c2++; \
446 t1=(BN_ULONG)Lw(tt); \
447 t2=(BN_ULONG)Hw(tt); \
707 BN_ULLONG t,tt; local
788 BN_ULLONG t,tt; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Derror.c599 struct tuntap *tt)
626 extended_msg = tap_win_getinfo (tt, &gc);
596 x_check_status(int status, const char *description, struct link_socket *sock, struct tuntap *tt) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dhcd.h315 struct usb_tt *tt, gfp_t mem_flags);
436 unsigned tt; member in struct:usb_tt_clear
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex3 \newcommand{\commandref}[2]{\helpref{{\tt $\backslash$#1}}{#2}}%
4 \newcommand{\commandrefn}[2]{\helprefn{{\tt $\backslash$#1}}{#2}\index{#1}}%
5 \newcommand{\commandpageref}[2]{\latexignore{\helprefn{{\tt $\backslash$#1}}{#2}}\latexonly{{\tt $\backslash$#1} {\it page \pageref{#2}}}\index{#1}}%
7 \newcommand{\inioption}[1]{{\bf {\tt #1}}\index{#1}}%
384 Returns the current background mode: {\tt wxSOLID} or {\tt wxTRANSPARENT}.
651 should not pass {\tt wxNullFont} to this method.

Completed in 128 milliseconds

<<11121314151617