Home
last modified time | relevance | path

Searched refs:_failed (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/base/
H A Dopenssl_help.h66 , _failed(other._failed) { in BigNum()
70 , _failed(std::exchange(other._failed, false)) { in BigNum()
74 _failed = true;
77 _failed = false;
80 _failed = false;
88 std::swap(_failed, other._failed);
126 _failed = true; in setAdd()
134 _failed = true; in setSub()
145 _failed = true;
157 _failed = true;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/system/
H A Dtsetstr.pp54 _failed : boolean;
56 _failed := false;
64 _failed := true;
68 _failed := true;
71 _failed := true;
76 _failed := true;
89 if _failed then
97 _failed : boolean;
99 _failed := false;
124 if _failed then
[all …]
H A Dtsetstr2.pp59 _failed : boolean;
61 _failed := false;
69 _failed := true;
73 _failed := true;
76 _failed := true;
81 _failed := true;
94 if _failed then
102 _failed : boolean;
104 _failed := false;
129 if _failed then
[all …]
/dports/archivers/makeself/makeself-2.4.5/test/bashunit/
H A Dbashunit.bash21 if test $* ; then _passed ; else _failed "$*" true ; fi
30 if [ $? -eq 0 ] ; then _passed ; else _failed "$1" "$2" ; fi
39 if [ $? -ne 0 ] ; then _passed ; else _failed "$1" "$2" ; fi
48 if [ $? -eq 0 ] ; then _passed ; else _failed "$1" "$2" ; fi
58 if [ $code -eq $2 ] ; then _passed ; else _failed "$code" "$2" ; fi
68 if [ $code -ne $2 ] ; then _passed ; else _failed "$code" "$2" ; fi
76 if [ $1 -gt $2 ] ; then _passed ; else _failed "$1" "$2" ; fi
84 if [ $1 -ge $2 ] ; then _passed ; else _failed "$1" "$2" ; fi
92 if [ $1 -lt $2 ] ; then _passed ; else _failed "$1" "$2" ; fi
100 if [ $1 -le $2 ] ; then _passed ; else _failed "$1" "$2" ; fi
[all …]
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/libshared/test/
H A Dtest.cpp41 , _failed (0) in UnitTest()
51 , _failed (0) in UnitTest()
99 _failed = 0; in plan()
129 ++_failed; in ok()
156 ++_failed; in notok()
182 ++_failed; in is()
212 ++_failed; in is()
243 ++_failed; in is()
273 ++_failed; in is()
303 ++_failed; in is()
[all …]
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/libshared/test/
H A Dtest.cpp41 , _failed (0) in UnitTest()
51 , _failed (0) in UnitTest()
99 _failed = 0; in plan()
129 ++_failed; in ok()
156 ++_failed; in notok()
182 ++_failed; in is()
212 ++_failed; in is()
243 ++_failed; in is()
273 ++_failed; in is()
303 ++_failed; in is()
[all …]
/dports/deskutils/timewarrior/timewarrior-1.4.3/test/
H A Dtest.cpp41 , _failed (0) in UnitTest()
51 , _failed (0) in UnitTest()
99 _failed = 0; in plan()
129 ++_failed; in ok()
156 ++_failed; in notok()
182 ++_failed; in is()
212 ++_failed; in is()
242 ++_failed; in is()
272 ++_failed; in is()
302 ++_failed; in is()
[all …]
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/test/
H A Dtest.cpp41 , _failed (0) in UnitTest()
51 , _failed (0) in UnitTest()
99 _failed = 0; in plan()
131 ++_failed; in ok()
161 ++_failed; in notok()
190 ++_failed; in is()
223 ++_failed; in is()
256 ++_failed; in is()
289 ++_failed; in is()
322 ++_failed; in is()
[all …]
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/cache_sync/
H A Dunpack_template.h77 if(construct_cb(func)(user) < 0) { goto _failed; } \ in unpack_execute()
80 if(construct_cb(func)(user, arg) < 0) { goto _failed; } \ in unpack_execute()
98 if(top >= MSGPACK_EMBED_STACK_SIZE) { goto _failed; } /* FIXME */ \ in unpack_execute()
99 if(construct_cb(func)(user, count_) < 0) { goto _failed; } \ in unpack_execute()
101 if (construct_cb(func##_end)(user) < 0) { goto _failed; } \ in unpack_execute()
183 goto _failed; in unpack_execute()
193 goto _failed; in unpack_execute()
282 goto _failed; in unpack_execute()
305 if (construct_cb(_map_end)(user) < 0) { goto _failed; } in unpack_execute()
314 goto _failed; in unpack_execute()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dremoteresult.h42 : _failed(false) in IRemoteResult()
47 _failed = true; in setFault()
54 _failed = false; in clearFault()
60 { return _failed; } in failed()
65 if (_failed) in checkFault()
70 bool _failed;
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A DRemoteXMLRequest.hxx34 SGPropertyNode_ptr _failed; member in RemoteXMLRequest
55 _failed = p; in setFailedProp()
63 if (_failed) { in onFail()
64 _failed->setBoolValue(true); in onFail()
87 if (_failed && failed) _failed->setBoolValue(true); in onDone()
/dports/japanese/kiten/kiten-21.12.3/app/
H A Ddictionaryupdatemanager.cpp42 , _failed( QStringList() ) in DictionaryUpdateManager()
134 _failed.append( dict.toUpper() ); in checkInfoFile()
239 _failed.append( url.contains( EDICT ) ? EDICT : KANJIDIC ); in installDictionary()
257 _failed.append( url.contains( EDICT ) ? EDICT : KANJIDIC ); in installDictionary()
278 _failed.append( fileName.toUpper() ); in installDictionary()
305 if( ! _succeeded.isEmpty() && _failed.isEmpty() ) in showUpdateResults()
309 else if( _succeeded.isEmpty() && _failed.isEmpty() ) in showUpdateResults()
313 else if( ! _succeeded.isEmpty() && ! _failed.isEmpty() ) in showUpdateResults()
319 else if( _succeeded.isEmpty() && ! _failed.isEmpty() ) in showUpdateResults()
322 , _failed.join( "\n" ) ) ); in showUpdateResults()
[all …]
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/msgpack/
H A Dunpack_template.h105 if(construct_cb(func)(user, &obj) < 0) { goto _failed; } \ in unpack_execute()
108 if(construct_cb(func)(user, arg, &obj) < 0) { goto _failed; } \ in unpack_execute()
126 if(top >= MSGPACK_EMBED_STACK_SIZE) { goto _failed; } /* FIXME */ \ in unpack_execute()
129 if (construct_cb(func##_end)(user, &obj) < 0) { goto _failed; } \ in unpack_execute()
232 goto _failed; in unpack_execute()
242 goto _failed; in unpack_execute()
331 goto _failed; in unpack_execute()
343 if (construct_cb(_array_end)(user, &obj) < 0) { goto _failed; } in unpack_execute()
357 if (construct_cb(_map_end)(user, &obj) < 0) { goto _failed; } in unpack_execute()
366 goto _failed; in unpack_execute()
[all …]
/dports/net/py-s3cmd/s3cmd-2.2.0/S3/
H A DExitCodes.py32 self._failed = 0
41 self._failed += 1
45 if not self._failed and not self._notfound:
47 elif self._failed:
50 if self._failed:
/dports/devel/amqp-cpp/AMQP-CPP-4.1.4/include/amqpcpp/
H A Ddeferred.h66 bool _failed; variable
163 _failed = true; in reportError()
199 Deferred(bool failed = false) : _failed(failed) {} in _failed() function
222 return !_failed;
261 if (_failed) callback("Frame could not be sent"); in onError()
288 if (_failed) callback(); in onFinalize()
/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/src/msgpack/
H A Dunpack_template.h120 if(msgpack_unpack_callback(func)(user, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
123 if(msgpack_unpack_callback(func)(user, arg, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
127 (const char*)base, (const char*)pos, len, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
141 if(top >= MSGPACK_EMBED_STACK_SIZE) { goto _failed; } /* FIXME */ \ in msgpack_unpack_func()
142 if(msgpack_unpack_callback(func)(user, count_, &stack[top].obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
235 goto _failed; in msgpack_unpack_func()
245 goto _failed; in msgpack_unpack_func()
326 goto _failed; in msgpack_unpack_func()
335 if(msgpack_unpack_callback(_array_item)(user, &c->obj, obj) < 0) { goto _failed; } in msgpack_unpack_func()
359 goto _failed; in msgpack_unpack_func()
[all …]
/dports/devel/p5-Data-MessagePack/Data-MessagePack-0.48/include/msgpack/
H A Dunpack_template.h120 if(msgpack_unpack_callback(func)(user, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
123 if(msgpack_unpack_callback(func)(user, arg, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
127 (const char*)base, (const char*)pos, len, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
141 if(top >= MSGPACK_EMBED_STACK_SIZE) { goto _failed; } /* FIXME */ \ in msgpack_unpack_func()
142 if(msgpack_unpack_callback(func)(user, count_, &stack[top].obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
235 goto _failed; in msgpack_unpack_func()
245 goto _failed; in msgpack_unpack_func()
330 goto _failed; in msgpack_unpack_func()
339 if(msgpack_unpack_callback(_array_item)(user, &c->obj, obj) < 0) { goto _failed; } in msgpack_unpack_func()
363 goto _failed; in msgpack_unpack_func()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/src/bin/
H A Dresponder.cpp77 if (_failed) in onInput()
105 _failed = false; in onInput()
152 _failed = true; in advance()
169 _failed = true; in advance()
179 _failed = true; in advance()
217 _failed = true; in advance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/infra/bots/recipe_modules/run/
H A Dapi.py23 self._failed = []
27 if self._failed:
29 ', '.join([f.name for f in self._failed]))
33 return self._failed[:]
77 self._failed.append(e)
91 del self._failed[-attempt:]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/msgpack/
H A Dunpack_template.h105 if(construct_cb(func)(user, &obj) < 0) { goto _failed; } \ in unpack_execute()
108 if(construct_cb(func)(user, arg, &obj) < 0) { goto _failed; } \ in unpack_execute()
112 (const char*)base, (const char*)pos, len, &obj) < 0) { goto _failed; } \ in unpack_execute()
127 if(construct_cb(func)(user, count_, &stack[top].obj) < 0) { goto _failed; } \ in unpack_execute()
129 if (construct_cb(func##_end)(user, &obj) < 0) { goto _failed; } \ in unpack_execute()
306 goto _failed; in unpack_execute()
315 if(construct_cb(_array_item)(user, c->count, &c->obj, obj) < 0) { goto _failed; } in unpack_execute()
318 if (construct_cb(_array_end)(user, &obj) < 0) { goto _failed; } in unpack_execute()
332 if (construct_cb(_map_end)(user, &obj) < 0) { goto _failed; } in unpack_execute()
341 goto _failed; in unpack_execute()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/deps/rpclib/include/rpc/msgpack/
H A Dunpack_template.h120 if(msgpack_unpack_callback(func)(user, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
123 if(msgpack_unpack_callback(func)(user, arg, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
127 (const char*)base, (const char*)pos, len, &obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
141 if(top >= MSGPACK_EMBED_STACK_SIZE) { goto _failed; } /* FIXME */ \ in msgpack_unpack_func()
142 if(msgpack_unpack_callback(func)(user, count_, &stack[top].obj) < 0) { goto _failed; } \ in msgpack_unpack_func()
242 goto _failed; in msgpack_unpack_func()
252 goto _failed; in msgpack_unpack_func()
395 goto _failed; in msgpack_unpack_func()
404 if(msgpack_unpack_callback(_array_item)(user, &c->obj, obj) < 0) { goto _failed; } in msgpack_unpack_func()
428 goto _failed; in msgpack_unpack_func()
[all …]
/dports/devel/py-srsly/srsly-2.4.2/srsly/msgpack/
H A Dunpack_template.h105 if(construct_cb(func)(user, &obj) < 0) { goto _failed; } \ in unpack_execute()
108 if(construct_cb(func)(user, arg, &obj) < 0) { goto _failed; } \ in unpack_execute()
112 (const char*)base, (const char*)pos, len, &obj) < 0) { goto _failed; } \ in unpack_execute()
127 if(construct_cb(func)(user, count_, &stack[top].obj) < 0) { goto _failed; } \ in unpack_execute()
129 if (construct_cb(func##_end)(user, &obj) < 0) { goto _failed; } \ in unpack_execute()
312 goto _failed; in unpack_execute()
321 if(construct_cb(_array_item)(user, c->count, &c->obj, obj) < 0) { goto _failed; } in unpack_execute()
324 if (construct_cb(_array_end)(user, &obj) < 0) { goto _failed; } in unpack_execute()
338 if (construct_cb(_map_end)(user, &obj) < 0) { goto _failed; } in unpack_execute()
347 goto _failed; in unpack_execute()
[all …]
/dports/devel/py-msgpack/msgpack-1.0.3/msgpack/
H A Dunpack_template.h105 if(construct_cb(func)(user, &obj) < 0) { goto _failed; } \ in unpack_execute()
108 if(construct_cb(func)(user, arg, &obj) < 0) { goto _failed; } \ in unpack_execute()
112 (const char*)base, (const char*)pos, len, &obj) < 0) { goto _failed; } \ in unpack_execute()
127 if(construct_cb(func)(user, count_, &stack[top].obj) < 0) { goto _failed; } \ in unpack_execute()
129 if (construct_cb(func##_end)(user, &obj) < 0) { goto _failed; } \ in unpack_execute()
306 goto _failed; in unpack_execute()
315 if(construct_cb(_array_item)(user, c->count, &c->obj, obj) < 0) { goto _failed; } in unpack_execute()
318 if (construct_cb(_array_end)(user, &obj) < 0) { goto _failed; } in unpack_execute()
332 if (construct_cb(_map_end)(user, &obj) < 0) { goto _failed; } in unpack_execute()
341 goto _failed; in unpack_execute()
[all …]
/dports/dns/knot3/knot-3.1.5/tests/tap/
H A Dbasic.c78 static unsigned long _failed = 0; variable
107 else if (_failed > 0) in finish()
108 printf("# Looks like you failed %lu test%s of %lu\n", _failed, in finish()
109 (_failed > 1 ? "s" : ""), _planned); in finish()
192 _failed++; in ok()
212 _failed++; in okv()
249 _failed++; in ok_block()
297 _failed++; in is_int()
326 _failed++; in is_string()
354 _failed++; in is_hex()
/dports/dns/knot3-lib/knot-3.1.5/tests/tap/
H A Dbasic.c78 static unsigned long _failed = 0; variable
107 else if (_failed > 0) in finish()
108 printf("# Looks like you failed %lu test%s of %lu\n", _failed, in finish()
109 (_failed > 1 ? "s" : ""), _planned); in finish()
192 _failed++; in ok()
212 _failed++; in okv()
249 _failed++; in ok_block()
297 _failed++; in is_int()
326 _failed++; in is_string()
354 _failed++; in is_hex()

12345678910>>...31