Searched refs:derived (Results 26 - 50 of 136) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dddeservr.tex46 either the standard wxDDEConnection type, or of a user-derived type. If the
H A Ddebugrptup.tex46 This function may be overridden in a derived class to show the output from
H A Dsbsizer.tex3 wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static
H A Dtcpservr.tex45 either the standard wxTCPConnection type, or of a user-derived type. If the
H A Dtimer.tex13 \helpref{wxEvtHandler}{wxevthandler} derived object by using the non-default
17 \item Or you may use a derived class and the {\tt EVT\_TIMER}
18 macro to connect it to an event handler defined in the derived class.
20 own owner object, since it is derived from wxEvtHandler.
H A Dtaskbar.tex85 The events can be handled by a class derived from wxTaskBarIcon.
104 a class derived from wxTaskBarIcon.
H A Dtclipbrd.tex20 be precise, classes derived from it) represent the data which is being carried
61 create a \helpref{wxDataObject}{wxdataobject} derived class which supports the
H A Dtexcept.tex42 in your wxApp-derived class to perform any clean up tasks. Note, however, that
53 single class (or only in the classes derived from it), you may centralize your
H A Dbmpdatob.tex10 \pythonnote{If you wish to create a derived wxBitmapDataObject class in
H A Dhttaghnd.tex28 it can't be accessed by user but can be accessed from derived classes.
H A Dnotifevt.tex6 It (or an object of a derived class) is sent when the controls state is being
H A Dodcbox.tex176 The derived class may implement this function to actually draw the item
205 The derived class may implement this method to return the height of the
216 The derived class may implement this method to return the width of the
H A Dtipc.tex82 overriding virtual functions in your class derived from
95 derived connection class if the connection is accepted.
108 create and return an instance of the derived connection class.
116 a connection object of the derived class if the connection is
195 the derived wxClient. In the following, command line arguments
H A Dipcclint.tex53 member to return your own derived connection object.
H A Dipcservr.tex60 user-derived type.
H A Drecguard.tex72 Note that it is not virtual and so this class is not meant to be derived from
H A Dsashevt.tex46 entry in a derived class, a plug-in event handler or an ancestor class.
H A Dtguide.tex13 A \helpref{wxPanel}{wxpanel} is used to place controls (classes derived from \helpref{wxControl}{wxcontrol})
H A Dtprint.tex32 A document's printing ability is represented in an application by a derived
104 and Mac. During printing, an object of this class will be passed to your derived
129 be passed to your derived wxPrintout object to draw upon. The size of the
160 care of asking your wxPrintout derived object for the pages requested by the
H A Dtxtdatob.tex18 \pythonnote{If you wish to create a derived wxTextDataObject class in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dvalidat3.cpp617 SecByteBlock derived(derivedKey.size());
618 pbkdf.DeriveKey(derived, derived.size(), tuple.purpose, (byte *)password.data(), password.size(), (byte *)salt.data(), salt.size(), tuple.iterations);
619 bool fail = memcmp(derived, derivedKey.data(), derived.size()) != 0;
627 enc.Put(derived, derived.size());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ia32/
H A Dnasm.h16 ; contributors may be used to endorse or promote products derived from
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c255 struct n2_ahash_alg derived; member in struct:n2_hmac_alg
265 return container_of(ahash_alg, struct n2_hmac_alg, derived.alg);
611 ds = n2alg->derived.digest_size;
626 memcpy(&rctx->u, n2alg->derived.hash_init,
627 n2alg->derived.hw_op_hashsz);
629 return n2_do_async_digest(req, n2alg->derived.hmac_type,
630 n2alg->derived.hw_op_hashsz, ds,
1360 list_for_each_entry_safe(hmac, hmac_tmp, &hmac_algs, derived.entry) {
1361 crypto_unregister_ahash(&hmac->derived.alg);
1362 list_del(&hmac->derived
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A DHelpGen.cpp1105 // derived from section
1106 wxString derived = "\\wxheading{Derived from}\n\n"; local
1110 derived << "No base class";
1119 derived << "\\\\\n";
1126 derived << "\\helpref{" << baseclass << "}";
1127 derived << "{" << baseclass.MakeLower() << "}";
1130 totalText << derived << "\n\n"; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkerr.pl335 " * endorse or promote products derived from this software without\n",
339 " * 5. Products derived from this software may not be called \"OpenSSL\"\n",
509 * endorse or promote products derived from this software without
513 * 5. Products derived from this software may not be called "OpenSSL"

Completed in 269 milliseconds

123456