Searched refs:smart (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscpdarry.tex3 This is a simple scoped smart pointer array implementation that is similar to
4 the \urlref{Boost}{http://www.boost.org} smart pointers but rewritten to
9 Below is an example of using a wxWidgets scoped smart pointer and
15 // declare a smart pointer to a MyClass called wxMyClassPtr
17 // declare a smart pointer to an array of chars
42 \wxheading{Declaring new smart pointer types}
49 A smart pointer holds a pointer to an object (which must be complete
51 deleted when the smart pointer goes out of scope. The first argument
53 smart pointer class being created. Below we will use wxScopedArray to
71 Creates the smart pointe
[all...]
H A Dscpdptr.tex3 This is a simple scoped smart pointer implementation that is similar to
4 the \urlref{Boost}{http://www.boost.org/} smart pointers but rewritten to
7 A smart pointer holds a pointer to an object. The memory used by the object is
8 deleted when the smart pointer goes out of scope. This class is different from
15 Below is an example of using a wxWidgets scoped smart pointer and
21 // declare a smart pointer to a MyClass called wxMyClassPtr
23 // declare a smart pointer to an array of chars
48 \wxheading{Declaring new smart pointer types}
50 To declare the smart pointer class \texttt{CLASSNAME} containing pointes to a
66 of the new smart pointe
[all...]
H A Ddataobj.tex16 'smart' piece of data unlike 'dumb' data containers such as memory
17 buffers or files. Being 'smart' here means that the data object itself should
39 Not surprisingly, being 'smart' comes at a price of added complexity. This is
H A Dtclipbrd.tex22 clipboard. wxDataObject is a "smart" piece of data because it knows which
H A Dtlw.tex267 Sets action or menu activated by pressing left hardware button on the smart phones.
324 Sets action or menu activated by pressing right hardware button on the smart phones.
H A Darchive.tex522 If you have smart pointers with normal copy semantics (i.e. not auto\_ptr
524 which uses them instead. For example, with a smart pointer class for
549 Or if you have them, a pair containing a smart pointer can be used
H A Dmdi.tex496 (Solutions to: {\tt julian.smart@btopenworld.com}).
H A Dwindow.tex2727 A {\it smart} SetSize that will fill in default size components with the
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dit821x.c12 * modes. In pass through mode then it is an IDE controller. In its smart
24 * o If you write LBA48 sized I/O's (ie > 256 sector) in smart mode
31 * - In smart mode the clocking set up is done by the controller generally
36 * Vendor areas of the identify block in smart mode are used for the
42 * just another IDE controller. If the smart mode is running then
52 * matters in smart mode. ATAPI DMA is not currently supported.
54 * It seems the smart mode is a win for RAID1/RAID10 but otherwise not.
75 unsigned int smart:1, /* Are we in smart raid mode */ member in struct:it821x_dev
426 if (!itdev->smart) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dfilescanner_itunes.c637 int smart; local
642 smart = 0;
649 /* If only we could recover the smart playlists ... */
652 smart = 1;
659 if ((kind > 0) || smart || party || master)
661 DPRINTF(E_INFO, L_SCAN, "Ignoring playlist '%s' (k %" PRIu64 " s%d p%d m%d)\n", name, kind, smart, party, master);
H A Ddmap_fields_hash.c420 {"com.apple.itunes.smart-playlist", "aeSP", &dfm_dmap_aeSP, DMAP_TYPE_UBYTE},
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_it821x.c23 * modes. In pass through mode then it is an IDE controller. In its smart
35 * o If you write LBA48 sized I/O's (ie > 256 sector) in smart mode
42 * - In smart mode the clocking set up is done by the controller generally
47 * Vendor areas of the identify block in smart mode are used for the
53 * just another IDE controller. If the smart mode is running then
63 * matters in smart mode. ATAPI DMA is not currently supported.
65 * It seems the smart mode is a win for RAID1/RAID10 but otherwise not.
88 unsigned int smart:1, /* Are we in smart raid mode */ member in struct:it821x_dev
521 /* No HPA in 'smart' mod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/config/
H A DMakefile.am111 shorewall smart-status smf software spam squid sshd \
H A DMakefile766 shorewall smart-status smf software spam squid sshd \
H A DMakefile.in766 shorewall smart-status smf software spam squid sshd \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt61pci.c870 u8 smart; local
875 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527));
878 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, smart);
H A Drt73usb.c764 u8 smart; local
769 smart = !(rt2x00_rf(rt2x00dev, RF5225) || rt2x00_rf(rt2x00dev, RF2527));
772 rt2x00_set_field8(&r3, BBP_R3_SMART_MODE, smart);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex75 http://web.ukonline.co.uk/julian.smart/tex2rtf

Completed in 312 milliseconds