Searched refs:sample (Results 626 - 650 of 692) sorted by relevance

<<2122232425262728

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddragimag.tex17 during the drag (for example, highlight an item as in the dragimag sample), first call Hide,
H A Dhtparser.tex15 see InetGet sample for example).
H A Drichtextstylelistbox.tex202 It is demonstrated in the wxRichTextCtrl sample in {\tt samples/richtext}.
H A Dstatusbr.tex38 \helpref{wxFrame}{wxframe}, \helpref{Status bar sample}{samplestatbar}
H A Dtreebook.tex49 \helpref{wxNotebook}{wxnotebook}, \helpref{wxTreebookEvent}{wxtreebookevent}, \helpref{wxImageList}{wximagelist}, \helpref{notebook sample}{samplenotebook}
H A Dttab.tex18 The following screenshot shows the appearance of the sample tabbed dialog application.
H A Dauimanager.tex71 understand layers is by running the wxAUI sample.
H A Dhtmllbox.tex16 and you will need to derive your own class from it (see htlbox sample for the
H A Dkeyevent.tex40 running the \helpref{text}{sampletext} wxWidgets sample and pressing some keys
H A Dnotebook.tex78 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebookEvent}{wxnotebookevent}, \helpref{wxImageList}{wximagelist}, \helpref{notebook sample}{samplenotebook}\rtfsp
H A Drenderer.tex36 \helpref{Render sample}{samplerender}.
H A Dtipc.tex150 See the sample programs {\it server}\/ and {\it client}\/ in the IPC
H A Dwizard.tex76 \helpref{wxWizardEvent}{wxwizardevent}, \helpref{wxWizardPage}{wxwizardpage}, \helpref{wxWizard sample}{samplewizard}
H A Dporting.tex93 MDI sample is. In wxWidgets 2.0, MDI functionality is separated into distinct classes.
348 sample may be helpful too.
H A Dsizer.tex267 is commonly done in the constructor of the window itself, see sample in the description
570 (see the sample in the description of \helpref{wxBoxSizer}{wxboxsizer}) if the
H A Dtevent.tex82 \helpref{event sample}{sampleevent} for an example of doing it.
456 See also the \helpref{event sample}{sampleevent} for an example of code
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_synth.c111 if (vp->zone->sample)
112 vp->block = vp->zone->sample->block;
803 * 0xE000 is no pitch offset at 44100Hz sample.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/
H A Dmakefile.gcc446 $(OBJS)\test_gui_sample_rc.o: ./../samples/sample.rc
H A Dmakefile.wat503 $(OBJS)\test_gui_sample.res : .AUTODEPEND .\..\samples\sample.rc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dioc3-eth.c227 static inline u32 mcr_pack(u32 pulse, u32 sample) argument
229 return (pulse << 10) | (sample << 2);
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DWLAN_Common.mk296 # Dump a representative sample of derived variables in debug mode.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_ebur128.c98 double *sample_peaks; ///< sample peaks per channel
121 int sample_count; ///< sample count used for refresh frequency, reset at refresh
164 { "sample", "enable peak-sample mode", 0, AV_OPT_TYPE_CONST, {.i64 = PEAK_MODE_SAMPLES_PEAKS}, INT_MIN, INT_MAX, A|F, "mode" },
353 * allocation and the lookup in it (since sample buffers differ in size, it
354 * can be more complex to integrate in the one-sample loop of
792 SET_META_PEAK(sample, SAMPLES);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxfenc.c841 // write sample rate
1924 uint32_t sample; local
1926 sample = AV_RL24(samples)<< 4;
1929 sample = AV_RL16(samples)<<12;
1932 avio_wl32(pb, sample | i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp3 // Purpose: wxComboCtrl sample
49 #include "../sample.xpm"
715 SetIcon(wxICON(sample));
1203 _T("This is the wxWidgets wxComboCtrl and wxOwnerDrawnComboBox sample\n")
1208 _T("About wxComboCtrl sample"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.cpp3 // Purpose: a sample demonstrating notebook usage
30 #include "../sample.xpm"
206 : wxFrame(NULL, wxID_ANY, wxString(wxT("wxWidgets book controls sample")))
221 #error "Don't use Notebook sample without any book enabled in wxWidgets build!"
228 SetIcon(wxICON(sample));
230 // menu of the sample
928 wxT("Notebook sample"),

Completed in 137 milliseconds

<<2122232425262728