Searched refs:thing (Results 1 - 25 of 74) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/layout/
H A Dexpt.cpp82 wxConstraintOp thing(wxCONSTRAINT_OP_EDGE);
83 thing.win = win;
84 thing.edge = wxLeft;
85 return thing;
90 wxConstraintOp thing(wxCONSTRAINT_OP_EDGE);
91 thing.win = win;
92 thing.edge = wxTop;
93 return thing;
98 wxConstraintOp thing(wxCONSTRAINT_OP_EDGE);
99 thing
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dcaca.c75 #define DEFINE_LIST_DITHER(thing, thing_str) \
76 static void list_dither_## thing(CACAContext *c) \
78 const char *const *thing = caca_get_dither_## thing ##_list(c->dither); \
82 for (i = 0; thing[i]; i += 2) \
83 av_log(c->ctx, AV_LOG_INFO, "%s : %s\n", thing[i], thing[i + 1]); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/memcheck/
H A Dmemcheck.cpp92 wxString *thing = new wxString; local
98 const char *data = (const char*) thing ;
114 // delete thing;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/internals/
H A Drefs.c72 void *thing; member in struct:__anon1730
99 gpointer ret = (thread->ref) (thread->thing);
101 g_assert (ret == thread->thing);
105 (thread->ref_void) (thread->thing);
128 gpointer ret = (thread->ref) (thread->thing);
130 g_assert (ret == thread->thing);
134 (thread->ref_void) (thread->thing);
137 (thread->unref) (thread->thing);
157 (thread->unref) (thread->thing);
488 public_api.thing
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Druntests.pl2603 my ($thing) = @_;
2607 $$thing =~ s/%FTP6PORT/$FTP6PORT/g;
2608 $$thing =~ s/%FTP2PORT/$FTP2PORT/g;
2609 $$thing =~ s/%FTPSPORT/$FTPSPORT/g;
2610 $$thing =~ s/%FTPPORT/$FTPPORT/g;
2612 $$thing =~ s/%GOPHER6PORT/$GOPHER6PORT/g;
2613 $$thing =~ s/%GOPHERPORT/$GOPHERPORT/g;
2615 $$thing =~ s/%HTTPTLS6PORT/$HTTPTLS6PORT/g;
2616 $$thing =~ s/%HTTPTLSPORT/$HTTPTLSPORT/g;
2617 $$thing
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Diconloc.tex23 from somewhere and the only reasonable thing to do with it later is to create
H A Dnbsizer.tex11 The only thing this sizer does is to determine the size of the biggest
H A Ddelgrend.tex52 The default constructor does the same thing as the other one except that it
H A Ddllload.tex29 documentation to refer to the same thing: a {\tt .dll} file under Windows or
H A Dtstream.tex40 wxOutputStream does the same thing but it is for write-only streams.
H A Dauipaneinfo.tex68 the same thing as calling Direction(wxAUI\_DOCK\_BOTTOM).
97 This is the same thing as calling Direction(wxAUI\_DOCK\_CENTRE).
344 same thing as calling Direction(wxAUI\_DOCK\_LEFT).
H A Dtdebug.tex107 wxString *thing = new wxString;
H A Dttreectl.tex61 only thing to remember is that the {\it cookie} passed to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakevms.com50 $! Build the thing plain or with mms/mmk
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/
H A Dmakevms.com50 $! Build the thing plain or with mms/mmk
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp89 void FindMax(int *max_thing, int thing);
448 void FindMax(int *max_thing, int thing) argument
450 if (thing > *max_thing)
451 *max_thing = thing;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DMore.pm523 of thing:
641 Handy for this sort of thing:
918 You then know the thing you had todo is done and can remove the
1090 my $thing = shift;
1092 return '' if !ref $thing;
1095 return $type if UNIVERSAL::isa($thing, $type);
H A DBuilder.pm443 foreach my $thing (@_) {
445 if( defined $$thing ) {
446 if( my $string_meth = overload::Method($$thing, '""') ) {
447 $$thing = $$thing->$string_meth();
1445 # totally reliable. 5.005_03 and 5.6.1 both do the wrong thing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/doc/
H A Dtexi2pod.pl291 my $thing = $1;
293 $_ = "\n=item $thing\n";
296 $_ = "\n=item $ic\<$thing\>\n";
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Ddepmod.pl254 one under the specified based directory and use the first thing that
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Df75375s.c494 #define show_fan(thing) \
495 static ssize_t show_##thing(struct device *dev, struct device_attribute *attr, \
500 return sprintf(buf, "%d\n", rpm_from_reg(data->thing[nr])); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/
H A Dsamba.spec41 support this natively, and add-on packages can enable the same thing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daes-armv4.pl437 itt eq @ Thumb2 thing, sanity check in ARM
443 itt eq @ Thumb2 thing, sanity check in ARM
454 itt ne @ Thumb2 thing, sanity check in ARM
611 itt eq @ Thumb2 thing, sanity check in ARM
683 itt eq @ Thumb2 thing, sanity check in ARM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daes-armv4.pl437 itt eq @ Thumb2 thing, sanity check in ARM
443 itt eq @ Thumb2 thing, sanity check in ARM
454 itt ne @ Thumb2 thing, sanity check in ARM
611 itt eq @ Thumb2 thing, sanity check in ARM
683 itt eq @ Thumb2 thing, sanity check in ARM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure2747 thing=$1
2750 sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" "$file"
2808 for thing; do
2809 comp=${thing%:*}
2810 prob=${thing#$comp}
2859 eval $(echo "${opt%%=*}" | sed 's/--/action=/;s/-/ thing=/')
2860 is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
2861 eval list=\$$(toupper $thing)_LIST
2862 name=$(echo "${optval}" | sed "s/,/_${thing}|/g")_${thing}
[all...]

Completed in 167 milliseconds

123