Searched refs:accepted (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dstats-dialog.h27 void accepted( );
H A Drelocate.cc110 connect( buttons, SIGNAL(accepted()), this, SLOT(onSetLocation()));
H A Dsession-dialog.cc115 connect( buttons, SIGNAL(accepted()), this, SLOT(onAccepted()));
H A Dapp.cc234 connect( box, SIGNAL(accepted()), dialog, SLOT(deleteLater()) );
235 connect( box, SIGNAL(accepted()), this, SLOT(consentGiven()) );
H A Doptions.cc175 connect( b, SIGNAL(accepted()), this, SLOT(onAccepted()) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DKnownFileList.h55 uint16 accepted; member in class:CKnownFileList
H A DKnownFile.h77 uint16 GetAccepts() const {return accepted;}
90 uint16 accepted; member in class:CFileStatistic
H A DKnownFileList.cpp57 accepted = 0;
H A DSharedFilesWnd.cpp110 uint32 lAccepted = theApp->knownfiles->accepted;
H A DKnownFile.cpp67 accepted(0),
84 accepted++;
86 theApp->knownfiles->accepted++;
H A Damule-remote-gui.cpp1039 tag->GetAccepts(&file->statistic.accepted);
1062 accepted += file->statistic.transferred;
1089 accepted = 0;
1155 accepted = 0;
H A Damule-remote-gui.h524 uint16 accepted; member in class:CKnownFilesRem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dprintdlg.cpp86 Boolean accepted; local
92 &accepted );
94 if ((err == noErr) && !accepted)
162 Boolean accepted; local
167 &accepted );
169 if ((err == noErr) && !accepted)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsocksrv.tex54 Destructor (it doesn't close the accepted connections).
68 accepted, it will wait for the next incoming connection to
76 that there is an incoming connection waiting to be accepted.
125 to be accepted.
H A Dchoice.tex144 returns the accepted selection value, i.e. the selection in the control once
H A Dti18n.tex12 yet, your translations would be gratefully accepted for inclusion into future
H A Dtipc.tex95 derived connection class if the connection is accepted.
201 request for a connection is accepted, and the client then
H A Ddatectrl.tex174 the earliest date (inclusive) accepted by the control. If \arg{dt2} is valid,
H A Dstatusbr.tex157 \pythonnote{Only the first parameter is accepted. Use SetStatusWidths
H A Dconfig.tex744 arbitrary paths are accepted by this function.
756 arbitrary paths are accepted by this function.
H A Dcmdlpars.tex99 The possible values of {\tt type} which specifies the type of the value accepted
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzdeflate.cpp351 unsigned int accepted = UnsignedMin(maxBlockSize-(m_stringStart+m_lookahead), length); local
352 assert(accepted > 0);
353 memcpy(m_byteBuffer + m_stringStart + m_lookahead, str, accepted);
354 m_lookahead += accepted;
355 return accepted;
492 size_t accepted = 0; local
493 while (accepted < length)
495 unsigned int newAccepted = FillWindow(str+accepted, length-accepted);
498 ProcessUncompressedData(str+accepted, newAccepte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dprintmac.cpp303 Boolean accepted; local
312 &accepted);
313 if ((err == noErr) && !accepted)
339 Boolean accepted; local
346 &accepted);
347 if ((err == noErr) && !accepted)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/xstc/
H A Dxstc.py155 def __init__(self, isSchema, groupName, name, accepted, file, val, descr):
164 self.accepted = accepted
343 def __init__(self, groupName, name, accepted, file, val, descr):
344 XSTCTestCase.__init__(self, 1, groupName, name, accepted, file, val, descr)
379 def __init__(self, groupName, name, accepted, file, val, descr):
380 XSTCTestCase.__init__(self, 0, groupName, name, accepted, file, val, descr)
512 if not test.accepted:
530 out.write(" not accepted : %d\n" % counters[self.CNT_NOTACCEPTED])
545 out.write(" %d not accepted"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/xstc/
H A Dxstc.py155 def __init__(self, isSchema, groupName, name, accepted, file, val, descr):
164 self.accepted = accepted
343 def __init__(self, groupName, name, accepted, file, val, descr):
344 XSTCTestCase.__init__(self, 1, groupName, name, accepted, file, val, descr)
379 def __init__(self, groupName, name, accepted, file, val, descr):
380 XSTCTestCase.__init__(self, 0, groupName, name, accepted, file, val, descr)
512 if not test.accepted:
530 out.write(" not accepted : %d\n" % counters[self.CNT_NOTACCEPTED])
545 out.write(" %d not accepted"
[all...]

Completed in 391 milliseconds

12