Home
last modified time | relevance | path

Searched refs:hasFailed (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/application/
H A DAppStateChangeEvent.java26 Object source, boolean hasFailed) { in AppStateChangeEvent() argument
32 this.hasFailed = hasFailed; in AppStateChangeEvent()
47 public boolean hasFailed() { in hasFailed() method in AppStateChangeEvent
48 return hasFailed; in hasFailed()
52 …id=" + appid + ",fromstate=" + fromstate + ",tostate=" + tostate + ",hasFailed=" + hasFailed + "]"; in toString()
58 private final boolean hasFailed; field in AppStateChangeEvent
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/application/
H A DAppStateChangeEvent.java26 Object source, boolean hasFailed) { in AppStateChangeEvent() argument
32 this.hasFailed = hasFailed; in AppStateChangeEvent()
47 public boolean hasFailed() { in hasFailed() method in AppStateChangeEvent
48 return hasFailed; in hasFailed()
52 …id=" + appid + ",fromstate=" + fromstate + ",tostate=" + tostate + ",hasFailed=" + hasFailed + "]"; in toString()
58 private final boolean hasFailed; field in AppStateChangeEvent
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/finished/
H A DConfig.h29 Q_PROPERTY( bool failed READ hasFailed NOTIFY failureChanged )
65 bool hasFailed() const { return !m_failureMessage.isEmpty() || !m_failureDetails.isEmpty(); } in hasFailed() function
97 void doNotify( bool hasFailed, bool sendAnyway );
98 void doNotify( bool hasFailed ) { doNotify( hasFailed, notifyOnFinished() ); } in doNotify() argument
99 void doNotify() { doNotify( hasFailed() ); } in doNotify()
H A DConfig.cpp102 emit failureChanged( hasFailed() ); in onInstallationFailed()
103 if ( hasFailed() ) in onInstallationFailed()
125 Config::doNotify( bool hasFailed, bool sendAnyway ) in doNotify() argument
127 const char* const failName = hasFailed ? "failed" : "succeeded"; in doNotify()
143 if ( hasFailed ) in doNotify()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/beans/decoder/
H A DAbstractElementHandler.java60 private boolean hasFailed; field in AbstractElementHandler
130 if (!hasFailed) in end()
148 if (parent.hasFailed()) in end()
222 hasFailed = true; in notifyContextFailed()
236 public final boolean hasFailed() in hasFailed() method in AbstractElementHandler
238 return hasFailed; in hasFailed()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/beans/decoder/
H A DAbstractElementHandler.java60 private boolean hasFailed; field in AbstractElementHandler
130 if (!hasFailed) in end()
148 if (parent.hasFailed()) in end()
222 hasFailed = true; in notifyContextFailed()
236 public final boolean hasFailed() in hasFailed() method in AbstractElementHandler
238 return hasFailed; in hasFailed()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/beans/decoder/
H A DAbstractElementHandler.java60 private boolean hasFailed; field in AbstractElementHandler
130 if (!hasFailed) in end()
148 if (parent.hasFailed()) in end()
222 hasFailed = true; in notifyContextFailed()
236 public final boolean hasFailed() in hasFailed() method in AbstractElementHandler
238 return hasFailed; in hasFailed()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/beans/decoder/
H A DAbstractElementHandler.java60 private boolean hasFailed; field in AbstractElementHandler
130 if (!hasFailed) in end()
148 if (parent.hasFailed()) in end()
222 hasFailed = true; in notifyContextFailed()
236 public final boolean hasFailed() in hasFailed() method in AbstractElementHandler
238 return hasFailed; in hasFailed()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/beans/decoder/
H A DAbstractElementHandler.java60 private boolean hasFailed; field in AbstractElementHandler
130 if (!hasFailed) in end()
148 if (parent.hasFailed()) in end()
222 hasFailed = true; in notifyContextFailed()
236 public final boolean hasFailed() in hasFailed() method in AbstractElementHandler
238 return hasFailed; in hasFailed()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/beans/decoder/
H A DAbstractElementHandler.java60 private boolean hasFailed; field in AbstractElementHandler
130 if (!hasFailed) in end()
148 if (parent.hasFailed()) in end()
222 hasFailed = true; in notifyContextFailed()
236 public final boolean hasFailed() in hasFailed() method in AbstractElementHandler
238 return hasFailed; in hasFailed()
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/view/
H A Djson.php79 $hasFailed = false;
87 $hasFailed = true;
92 $hasFailed = true;
95 if ($hasFailed)
169 $hasFailed = false;
177 $hasFailed = true;
182 $hasFailed = true;
185 if ($hasFailed)
H A Dcsv.php128 $hasFailed = false;
136 $hasFailed = true;
141 $hasFailed = true;
144 if (!$hasFailed)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/chkpii/org/eclipse/jdt/ui/tests/chkpii/
H A DChkpiiTests.java275 boolean hasFailed= false; in checkLogFile()
297 hasFailed= true; in checkLogFile()
301 hasFailed= true; in checkLogFile()
305 hasFailed= true; in checkLogFile()
309 hasFailed= true; in checkLogFile()
314 hasFailed= true; in checkLogFile()
317 hasFailed= true; in checkLogFile()
320 return !hasFailed; in checkLogFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/harness/
H A DFussyProgressMonitor.java47 private boolean hasFailed; field in FussyProgressMonitor
73 if (hasFailed) { in assertTrue()
77 hasFailed = true; in assertTrue()
137 hasFailed = false; in prepare()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qml/
H A Dqdeclarativetester.cpp63 testscript(0), hasCompleted(false), hasFailed(false) in QDeclarativeTester()
81 if (!hasFailed && in ~QDeclarativeTester()
139 hasFailed = true; in executefailure()
147 hasFailed = true; in imagefailure()
151 exit(hasFailed?-1:0); in imagefailure()
160 if(hasFailed){ in testSkip()
165 hasFailed = 0; in testSkip()
172 if ((options & QDeclarativeViewer::TestErrorProperty) && !hasFailed) { in complete()
176 hasFailed = true; in complete()
183 QApplication::exit(hasFailed?-1:0); in complete()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/image_formats/
H A Djuce_JPEGLoader.cpp278 bool hasFailed = false; in decodeImage()
279 jpegDecompStruct.client_data = &hasFailed; in decodeImage()
292 if (! hasFailed) in decodeImage()
296 if (! hasFailed) in decodeImage()
308 if (jpeg_start_decompress (&jpegDecompStruct) && ! hasFailed) in decodeImage()
320 if (hasFailed) in decodeImage()
347 if (! hasFailed) in decodeImage()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/image_formats/
H A Djuce_JPEGLoader.cpp278 bool hasFailed = false; in decodeImage()
279 jpegDecompStruct.client_data = &hasFailed; in decodeImage()
292 if (! hasFailed) in decodeImage()
296 if (! hasFailed) in decodeImage()
308 if (jpeg_start_decompress (&jpegDecompStruct) && ! hasFailed) in decodeImage()
320 if (hasFailed) in decodeImage()
347 if (! hasFailed) in decodeImage()
/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/YAPB++/source/
H A Dsplit_state.hpp13 bool hasFailed() const in hasFailed() function in SplitState
17 { return o << (s.hasFailed() ? "fail" : "pass"); } in operator <<()
/dports/net/kdenetwork-filesharing/kdenetwork-filesharing-21.12.3/samba/filepropertiesplugin/
H A Dsambainstaller.h16 Q_PROPERTY(bool failed READ hasFailed NOTIFY failedChanged)
23 bool hasFailed() const;
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dasync.go92 func hasFailed(state string) bool { func
178 func (ps pollingState) hasFailed() bool { func
179 return hasFailed(ps.state)
274 if ps.hasFailed() {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dasync.go92 func hasFailed(state string) bool { func
178 func (ps pollingState) hasFailed() bool { func
179 return hasFailed(ps.state)
274 if ps.hasFailed() {
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dasync.go92 func hasFailed(state string) bool { func
178 func (ps pollingState) hasFailed() bool { func
179 return hasFailed(ps.state)
274 if ps.hasFailed() {
/dports/sysutils/kpmcore/kpmcore-21.12.3/src/core/
H A Dsmartattribute.cpp214 bool hasFailed = false; in getAssessment() local
221 hasFailed = true; in getAssessment()
226 hasFailed = true; in getAssessment()
231 else if (hasFailed) in getAssessment()
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/azure/vendor/github.com/Azure/go-autorest/autorest/azure/
H A Dasync.go93 func hasFailed(state string) bool { func
179 func (ps pollingState) hasFailed() bool { func
180 return hasFailed(ps.state)
275 if ps.hasFailed() {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Djsthread.cpp60 MONGO_ATTACH_JS_FUNCTION(hasFailed),
136 bool hasFailed() const { in hasFailed() function in mongo::mozjs::JSThreadConfig
272 void JSThreadInfo::Functions::hasFailed::call(JSContext* cx, JS::CallArgs args) { in call()
273 args.rval().setBoolean(getConfig(cx, args)->hasFailed()); in call()

12345678910>>...20