Home
last modified time | relevance | path

Searched refs:quit (Results 126 – 150 of 24402) sorted by relevance

12345678910>>...977

/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/tests/unit_tests/
H A Dlu.dia.ref16 if L<>[]|U<>[] then bugmes();quit;end
18 if L<>[]|U<>[]|E<>[] then bugmes();quit;end
22 if Err(L*U-E*A) >200*%eps then bugmes();quit;end
24 if Err(L*U-E*Ac) >200*%eps then bugmes();quit;end
31 if Err(L*U-A) >200*%eps then bugmes();quit;end
33 if Err(L*U-E*A) >200*%eps then bugmes();quit;end
36 if Err(L*U-Ac) >200*%eps then bugmes();quit;end
43 if Err(L*U-A) >200*%eps then bugmes();quit;end
48 if Err(L*U-Ac) >200*%eps then bugmes();quit;end
55 if Err(L*U-A) >200*%eps then bugmes();quit;end
[all …]
H A Dhess.dia.ref14 if hess([])<>[] then bugmes();quit;end
16 if U<>[]|H<>[] then bugmes();quit;end
26 if Err(H-H1)>200*%eps then bugmes();quit;end
27 if Err(U'*U-eye()) >200*%eps then bugmes();quit;end
28 if Err(U'*A*U-H1) >200*%eps then bugmes();quit;end
33 if Err(H-H1)>200*%eps then bugmes();quit;end
34 if Err(U'*U-eye()) >200*%eps then bugmes();quit;end
35 if Err(U'*A*U-H1) >200*%eps then bugmes();quit;end
40 if Err(H-H1)>200*%eps then bugmes();quit;end
41 if Err(U'*U-eye()) >1000*%eps then bugmes();quit;end
[all …]
H A Dspec.dia.ref59 if S<>[] then bugmes();quit;end
62 if al<>[] then bugmes();quit;end
63 if be<>[] then bugmes();quit;end
81 if Checktestmat1(3,5)>200*%eps then bugmes();quit;end
83 if Err(U*S/U-testmat1(3,5))>200*%eps then bugmes();quit;end
85 if Checktestmat2(3,5)>200*%eps then bugmes();quit;end
87 if Err(U*S/U-testmat2(3,5))>200*%eps then bugmes();quit;end
98 if Checktestmat1(3+2*%i,5)>200*%eps then bugmes();quit;end
102 if Checktestmat2(3+2*%i,5)>200*%eps then bugmes();quit;end
117 if Checktestmat1(3,50)>1000*%eps then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/tests/nonreg_tests/
H A Dbug_3567.dia.ref19 if or(v <> ref_v) then bugmes();quit;end
28 if or(ref_ind <> ind) then bugmes();quit;end
29 if or(ref_v <> v) then bugmes();quit;end
30 if or(ref_ind <> ind2) then bugmes();quit;end
44 if or(values_1 <> values_2) then bugmes();quit;end
62 if ierr <> 0 then bugmes();quit;end
64 if ierr <> 999 then bugmes();quit;end
66 if ierr <> 0 then bugmes();quit;end
68 if ierr <> 999 then bugmes();quit;end
70 if ierr <> 0 then bugmes();quit;end
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dglobal_gui.cpp36 quit("!IsGUIOn: invalid GUI number specified"); in IsGUIOn()
57 quit("!GUIOn: invalid GUI specified"); in InterfaceOn()
116 quit("!SetGUIPosition: invalid GUI number"); in SetGUIPosition()
123 quit("!SetGUIObjectSize: invalid GUI number"); in SetGUIObjectSize()
133 quit("!SetGUISize: invalid GUI number"); in SetGUISize()
140 quit("!SetGUIZOrder: invalid GUI number"); in SetGUIZOrder()
147 quit("!SetGUIClickable: invalid GUI number"); in SetGUIClickable()
162 quit("!CentreGUI: invalid GUI number"); in CentreGUI()
170 quit("!GetTextWidth: invalid font number."); in GetTextWidth()
178 quit("!GetTextHeight: invalid font number."); in GetTextHeight()
[all …]
/dports/databases/libiodbc/iODBC-3.52.15/iodbcinst/
H A DSQLRemoveDSNFromIni.c102 goto quit; in RemoveDSNFromIni()
111 goto quit; in RemoveDSNFromIni()
118 goto quit; in RemoveDSNFromIni()
125 goto quit; in RemoveDSNFromIni()
153 quit: in RemoveDSNFromIni()
173 goto quit; in SQLRemoveDSNFromIni()
178 goto quit; in SQLRemoveDSNFromIni()
193 goto quit; in SQLRemoveDSNFromIni()
195 quit: in SQLRemoveDSNFromIni()
233 goto quit; in SQLRemoveDSNFromIniW()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/tests/unit_tests/
H A Dfunction.dia.ref16 if foo(2)<>4 then bugmes();quit;end
32 if foo()<>2 then bugmes();quit;end
37 if foo()<>2 then bugmes();quit;end
138 if z<>3 then bugmes();quit;end
144 if z<>3 then bugmes();quit;end
149 if z<>3 then bugmes();quit;end
157 if z<>5 then bugmes();quit;end
165 if z<>5 then bugmes();quit;end
171 if z<>5 then bugmes();quit;end
177 if z<>5 then bugmes();quit;end
[all …]
H A Dgetversion.dia.ref10 if execstr("getversion();","errcatch") <> 0 then bugmes();quit;end
11 if execstr("[version,opts]=getversion()","errcatch") <> 0 then bugmes();quit;end
23 if type(A) <> 10 then bugmes();quit;end
26 if type(A) <> 10 then bugmes();quit;end
27 if type(B) <> 10 then bugmes();quit;end
30 if type(A) <> 1 then bugmes();quit;end
31 if or( size(A) <> [1 4]) then bugmes();quit;end
34 if type(A) <> 10 then bugmes();quit;end
40 if type(A) <> 1 then bugmes();quit;end
41 if type(B) <> 10 then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/atoms/tests/unit_tests/
H A DatomsVersionCompare.dia.ref9 if atomsVersionCompare("5.1" ,"5.1.0") <> 0 then bugmes();quit;end
10 if atomsVersionCompare("5.1.0" ,"5.1") <> 0 then bugmes();quit;end
11 if atomsVersionCompare("5.1.00000" ,"5.1.0.0") <> 0 then bugmes();quit;end
12 if atomsVersionCompare("5.1.0.0" ,"5.1.00000") <> 0 then bugmes();quit;end
13 if atomsVersionCompare("5.1.0","5.1.2") <> -1 then bugmes();quit;end
14 if atomsVersionCompare("5.1.2","5.1.0") <> 1 then bugmes();quit;end
15 if atomsVersionCompare("10.0","2.6.9") <> 1 then bugmes();quit;end
18 if or( atomsVersionCompare(A,"5.1")<>B ) then bugmes();quit;end
19 if atomsVersionCompare("1.4-1" ,"1.4") <> 1 then bugmes();quit;end
20 if atomsVersionCompare("1.4-1" ,"1.4-3") <> -1 then bugmes();quit;end
[all …]
/dports/mail/mblaze/mblaze-1.1/
H A Dmlesskey.example3 Q quit \1
4 :cq quit \1
8 } quit $
9 $ quit $
12 H quit H
13 N quit N
14 R quit R
15 k quit k
16 d quit d
17 \^ quit \^
/dports/net/sendsnpp/sendSNPP-v1.03/
H A DsendSNPP.pl203 quit($conf{'error'}, 1);
209 quit($conf{'error'}, 1);
277 quit("", 1);
327 $SIG{'QUIT'} = sub { quit("$$ - EXITING: Received SIG$_[0]", 1); };
328 $SIG{'INT'} = sub { quit("$$ - EXITING: Received SIG$_[0]", 1); };
329 $SIG{'KILL'} = sub { quit("$$ - EXITING: Received SIG$_[0]", 1); };
330 $SIG{'TERM'} = sub { quit("$$ - EXITING: Received SIG$_[0]", 1); };
334 $SIG{'HUP'} = sub { quit("$$ - EXITING: Received SIG$_[0]", 1); };
373 quit("", 1);
377 quit("", 1);
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/string/tests/unit_tests/
H A Dstrrev.dia.ref15 if r<>str_clean then bugmes();quit;end
20 if r<>str_without_blanks then bugmes();quit;end
27 if r<>str_clean then bugmes();quit;end
30 if s <> '' then bugmes();quit;end
38 if strrev(str1) <> str1_rev then bugmes();quit;end
39 if strrev(str2) <> str2_rev then bugmes();quit;end
40 if strrev(str3) <> str3_rev then bugmes();quit;end
41 if strrev(str1_rev) <> str1 then bugmes();quit;end
42 if strrev(str2_rev) <> str2 then bugmes();quit;end
43 if strrev(str3_rev) <> str3 then bugmes();quit;end
[all …]
H A Dtokens.dia.ref16 if tokens(' ',' ') <> [] then bugmes();quit;end
19 if s <> [' '; ' '] then bugmes();quit;end
22 if s <> ascii(9) then bugmes();quit;end
25 if s <> [' '; ' '] then bugmes();quit;end
28 if s <> ascii(9) then bugmes();quit;end
34 if and(ref <> r) then bugmes();quit;end
40 if and(ref <> r) then bugmes();quit;end
46 if and(ref <> r) then bugmes();quit;end
52 if and(ref <> r) then bugmes();quit;end
58 if and(ref <> r) then bugmes();quit;end
[all …]
H A Dlength.dia.ref13 if (l <> 0) then bugmes();quit;end;
17 if (l <> 1) then bugmes();quit;end;
27 if (l <> 6 ) then bugmes();quit;end;
35 if (LS1 <> 6 ) then bugmes();quit;end;
36 if (LS2 <> 7 ) then bugmes();quit;end;
44 if length(m) <> 2 then bugmes();quit;end
47 if length(l) <> 4 then bugmes();quit;end
50 if length(M) <> 3 then bugmes();quit;end
53 if length(Sys) <> 7 then bugmes();quit;end
61 if length("abd")<>3 then bugmes();quit;end
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dglobal_gui.cpp49 quit("!IsGUIOn: invalid GUI number specified"); in IsGUIOn()
70 quit("!GUIOn: invalid GUI specified"); in InterfaceOn()
125 quit("!SetGUIPosition: invalid GUI number"); in SetGUIPosition()
132 quit("!SetGUIObjectSize: invalid GUI number"); in SetGUIObjectSize()
142 quit("!SetGUISize: invalid GUI number"); in SetGUISize()
149 quit("!SetGUIZOrder: invalid GUI number"); in SetGUIZOrder()
156 quit("!SetGUIClickable: invalid GUI number"); in SetGUIClickable()
171 quit("!CentreGUI: invalid GUI number"); in CentreGUI()
179 quit("!GetTextWidth: invalid font number."); in GetTextWidth()
187 quit("!GetTextHeight: invalid font number."); in GetTextHeight()
[all …]
H A Dglobal_character.cpp90 quit("!FaceLocation: Invalid character specified"); in FaceLocation()
97 quit("!FaceCharacter: Invalid character specified"); in FaceCharacter()
164 quit("AnimateCharacter: invalid character"); in scAnimateCharacter()
171 quit("!AnimateCharacterEx: invalid direction"); in AnimateCharacterEx()
173 quit("AnimateCharacter: invalid character"); in AnimateCharacterEx()
253 quit("!SetCharacterSpeedEx: invalid character"); in SetCharacterSpeedEx()
346 quit("!MovecharacterToHotspot: invalid hotspot"); in MoveCharacterToHotspot()
416 quit("!AreCharObjColliding: invalid character"); in AreCharObjColliding()
425 quit("!AreCharactersColliding: invalid char1"); in AreCharactersColliding()
427 quit("!AreCharactersColliding: invalid char2"); in AreCharactersColliding()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/tests/unit_tests/
H A Dconjgrad_sparse.dia.ref39 if fail<>0 then bugmes();quit;end
40 if iter<>10 then bugmes();quit;end
41 if err > 10**3*%eps then bugmes();quit;end
47 if fail<>0 then bugmes();quit;end
48 if iter<>11 then bugmes();quit;end
49 if err > 100**3*%eps then bugmes();quit;end
55 if fail<>0 then bugmes();quit;end
56 if iter<>10 then bugmes();quit;end
57 if err > 10**3*%eps then bugmes();quit;end
63 if fail<>0 then bugmes();quit;end
[all …]
H A Dconjgrad_function.dia.ref41 if fail<>0 then bugmes();quit;end
42 if iter<>10 then bugmes();quit;end
43 if err > 10**3*%eps then bugmes();quit;end
49 if fail<>0 then bugmes();quit;end
50 if iter<>11 then bugmes();quit;end
51 if err > 100**3*%eps then bugmes();quit;end
57 if fail<>0 then bugmes();quit;end
58 if iter<>10 then bugmes();quit;end
59 if err > 10**3*%eps then bugmes();quit;end
66 if fail<>0 then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/tests/unit_tests/
H A Duicontrol_save_load.dia.ref52 if or(h.style<>hsaved.style) then bugmes();quit;end
54 if or(h.enable<>hsaved.enable) then bugmes();quit;end
56 if or(h.fontname<>hsaved.fontname) then bugmes();quit;end
63 if or(h.max<>hsaved.max) then bugmes();quit;end
64 if or(h.min<>hsaved.min) then bugmes();quit;end
66 if or(h.relief<>hsaved.relief) then bugmes();quit;end
68 if or(h.string<>hsaved.string) then bugmes();quit;end
70 if or(h.units<>hsaved.units) then bugmes();quit;end
71 if or(h.value<>hsaved.value) then bugmes();quit;end
73 if or(h.visible<>hsaved.visible) then bugmes();quit;end
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/integer/tests/nonreg_tests/
H A Dbug_623.dia.ref18 if or(1<>[uno uno]) then bugmes();quit;end
19 if or([1 1]<>[uno uno]) then bugmes();quit;end
20 if or([uno uno]<>1) then bugmes();quit;end
21 if or([uno uno]<>[1 1]) then bugmes();quit;end
22 if execstr("uint8(1) & %t" ,"errcatch") <> 0 then bugmes();quit;end
23 if execstr("%t & uint8(1)" ,"errcatch") <> 0 then bugmes();quit;end
24 if execstr("int32(1) & %t" ,"errcatch") <> 0 then bugmes();quit;end
25 if execstr("%t & int32(1)" ,"errcatch") <> 0 then bugmes();quit;end
26 if execstr("uint32(1) & %t" ,"errcatch") <> 0 then bugmes();quit;end
27 if execstr("%t & uint32(1)" ,"errcatch") <> 0 then bugmes();quit;end
[all …]
/dports/net/samba412/samba-4.12.15/source3/script/tests/
H A Dtest_smbclient_ntlm.sh34 …word.NT1NEW" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -U$USERNAME%$PASSWORD -mNT1 -c quit $ADDARGS
37 …sword.SMB3" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -U$USERNAME%$PASSWORD -mSMB3 -c quit $ADDARGS
41 … $CONFIGURATION -U% -mNT1 --option=clientusespnego=no --option=clientntlmv2auth=no -c quit $ADDARGS
42 …t anonymous.nopassword.NT1NEW" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -U% -mNT1 -c quit $ADDARGS
45 …nt anonymous.nopassword.SMB3" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -U% -mSMB3 -c quit $ADDARGS
49 …ssword.NT1NEW.fail" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -U%badpassword -mNT1 -c quit $ADDARGS
52 …assword.SMB3.fail" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -U%badpassword -mSMB3 -c quit $ADDARGS
56 …sword.NT1NEW.guest" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -U%badpassword -mNT1 -c quit $ADDARGS
59 …ssword.SMB3.guest" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -U%badpassword -mSMB3 -c quit $ADDARGS
63 …T1NEW.guest" $SMBCLIENT //$SERVER/IPC\$ $CONFIGURATION -Ubaduser%badpassword -mNT1 -c quit $ADDARGS
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dldap.c227 goto quit; in Curl_ldap()
241 goto quit; in Curl_ldap()
388 goto quit; in Curl_ldap()
415 goto quit; in Curl_ldap()
424 goto quit; in Curl_ldap()
656 quit: in Curl_ldap()
831 goto quit; in _ldap_url_parse2()
904 goto quit; in _ldap_url_parse2()
923 goto quit; in _ldap_url_parse2()
965 goto quit; in _ldap_url_parse2()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dldap.c226 goto quit; in Curl_ldap()
240 goto quit; in Curl_ldap()
387 goto quit; in Curl_ldap()
414 goto quit; in Curl_ldap()
423 goto quit; in Curl_ldap()
655 quit: in Curl_ldap()
831 goto quit; in _ldap_url_parse2()
906 goto quit; in _ldap_url_parse2()
925 goto quit; in _ldap_url_parse2()
968 goto quit; in _ldap_url_parse2()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dldap.c226 goto quit; in Curl_ldap()
240 goto quit; in Curl_ldap()
387 goto quit; in Curl_ldap()
414 goto quit; in Curl_ldap()
423 goto quit; in Curl_ldap()
655 quit: in Curl_ldap()
831 goto quit; in _ldap_url_parse2()
906 goto quit; in _ldap_url_parse2()
925 goto quit; in _ldap_url_parse2()
968 goto quit; in _ldap_url_parse2()
[all …]
/dports/graphics/imlib2/imlib2-1.7.0/src/modules/loaders/
H A Dloader_pnm.c23 goto quit; in load2()
30 goto quit; in load2()
38 goto quit; in load2()
84 goto quit; in load2()
89 goto quit; in load2()
99 goto quit; in load2()
106 goto quit; in load2()
370 quit: in load2()
398 goto quit; in save()
451 quit: in save()
[all …]

12345678910>>...977