Searched refs:succeeded (Results 1 - 25 of 79) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DSecondaryConfig.java263 boolean succeeded = false;
276 succeeded = true;
279 if (!succeeded)
H A DSequenceConfig.java314 boolean succeeded = false;
317 succeeded = true;
320 if (!succeeded)
H A DDatabaseConfig.java1987 boolean succeeded = false;
1991 succeeded = true;
1994 if (!succeeded)
H A DEnvironmentConfig.java3784 boolean succeeded = false;
3788 succeeded = true;
3791 if (!succeeded)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dffserver-regression.sh33 echo Server regression test succeeded.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_elect.c125 int need_success, ret, succeeded, to_do; local
132 failure_recovery = succeeded = FALSE;
163 * election, we're only "done" when an election has actually succeeded.
228 succeeded = TRUE;
275 while (!succeeded && !__repmgr_is_ready(env)) {
296 * Ways we can get here: election succeeded, sleep duration
324 } else if ((done = (succeeded ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DUDPFirewallTester.h51 static void SetUDPFWCheckResult(bool succeeded, bool testCancelled, uint32_t fromIP, uint16_t incomingPort);
H A DUDPFirewallTester.cpp84 void CUDPFirewallTester::SetUDPFWCheckResult(bool succeeded, bool testCancelled, uint32_t fromIP, uint16_t incomingPort) argument
136 if (succeeded) { //one positive result is enough
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtempfilestrm.tex32 \helpref{IsOk}{wxstreambaseisok} to verify if the constructor succeeded.
44 file to the old name. Returns {\tt true} if both actions succeeded. If {\tt false} is
H A Ddgramsocket.tex64 Use \helpref{Error}{wxsocketbaseerror} to determine if the operation succeeded.
96 Use \helpref{Error}{wxsocketbaseerror} to determine if the operation succeeded.
H A Dbmphand.tex63 true if the call succeeded, false otherwise (the default).
100 true if the operation succeeded, false otherwise.
126 true if the operation succeeded, false otherwise.
H A Danimation.tex124 \true if the operation succeeded, \false otherwise.
149 \true if the operation succeeded, \false otherwise.
H A Dsound.tex30 succeeded.
H A Djoystick.tex270 true if the capture release succeeded.
291 true if the capture succeeded.
H A Dtempfile.tex63 \helpref{IsOpened}{wxtempfileisopened} to verify if the constructor succeeded.
122 file to the old name. Returns {\tt true} if both actions succeeded. If {\tt false} is
H A Dcombopopup.tex54 \true if the call succeeded, \false otherwise.
H A Dsocksrv.tex38 Before trying to accept new connections, test whether it succeeded with
H A Dbitmap.tex278 true if the call succeeded, false otherwise.
436 true if the operation succeeded, false otherwise.
503 true if the operation succeeded, false otherwise.
H A Dicon.tex272 true if the operation succeeded, false otherwise.
311 true if the operation succeeded, false otherwise.
H A Dimaglist.tex165 true if the function succeeded, false if it failed (for example, if the image
H A Dview.tex137 call to wxDocument::Close succeeded. For example, if your views
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Doxygen_io.c131 unsigned int count, succeeded; local
138 succeeded = 0;
144 ++succeeded >= 2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dpool.c477 bool succeeded; local
478 const in_addr_t addr = getaddr (GETADDR_HOST_ORDER, ip_buf, 0, &succeeded, NULL);
479 if (succeeded)
481 msg( M_INFO, "succeeded -> ifconfig_pool_set()");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_stmp.c72 bool succeeded = false; \
75 succeeded = true; \
80 succeeded; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-transport.c1036 dbus_bool_t succeeded; local
1046 succeeded = TRUE;
1048 succeeded = FALSE;
1059 if (succeeded)

Completed in 128 milliseconds

1234