Home
last modified time | relevance | path

Searched refs:NoCheck (Results 1 – 25 of 139) sorted by relevance

123456

/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0627a.pp68 procedure NoCheck(i64, expected_value: Int64);
76 procedure NoCheck(qw, expected_value: QWord);
84 procedure NoCheck(b, expected_value: Boolean);
106 NoCheck(0*s32_SideEffects, 0); CheckSideEffectsHappened;
107 NoCheck(s32_SideEffects*0, 0); CheckSideEffectsHappened;
108 NoCheck(0 and s32_SideEffects, 0); CheckSideEffectsHappened;
109 NoCheck(s32_SideEffects and 0, 0); CheckSideEffectsHappened;
110 NoCheck(0 shr s32_SideEffects, 0); CheckSideEffectsHappened;
111 NoCheck(0 shl s32_SideEffects, 0); CheckSideEffectsHappened;
120 NoCheck(RorByte(0, u8_SideEffects), 0); CheckSideEffectsHappened;
[all …]
H A Dtb0627b.pp128 procedure NoCheck(i64, expected_value: Int64);
136 procedure NoCheck(qw, expected_value: QWord);
144 procedure NoCheck(b, expected_value: Boolean);
160 NoCheck(s32_SideEffects-s32_SideEffects,0); CheckSideEffectsHappened;
161 NoCheck(s32_SideEffects xor s32_SideEffects,0); CheckSideEffectsHappened;
162 NoCheck(s32_SideEffects=s32_SideEffects, True); CheckSideEffectsHappened;
163 NoCheck(s32_SideEffects<=s32_SideEffects, True); CheckSideEffectsHappened;
164 NoCheck(s32_SideEffects>=s32_SideEffects, True); CheckSideEffectsHappened;
165 NoCheck(s32_SideEffects<>s32_SideEffects, False); CheckSideEffectsHappened;
166 NoCheck(s32_SideEffects<s32_SideEffects, False); CheckSideEffectsHappened;
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/eigenSolvers/eigenCore/smartPointer/
H A DCheckingPolicy.hpp38 struct NoCheck struct
40 NoCheck() //! default constructor in NoCheck() argument
44 NoCheck(const NoCheck<P1>&) //! copy constructor in NoCheck() argument
56 static void swap(NoCheck&) in swap() argument
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys_common/condvar/
H A Dcheck.rs37 type Check = NoCheck;
40 pub struct NoCheck; struct
43 impl NoCheck { impl
/dports/cad/opencascade/opencascade-7.6.0/src/BRepExtrema/
H A DBRepExtrema_SelfIntersection.cxx166 return BRepExtrema_ElementFilter::NoCheck; in isRegularSharedVertex()
180 return BRepExtrema_ElementFilter::NoCheck; in isRegularSharedVertex()
193 return BRepExtrema_ElementFilter::NoCheck; in isRegularSharedVertex()
197 BRepExtrema_ElementFilter::NoCheck : BRepExtrema_ElementFilter::Overlap; in isRegularSharedVertex()
223 return BRepExtrema_ElementFilter::NoCheck; in isRegularSharedEdge()
232 ccw (ZERO_VEC, aSharedEdge, aUniqueEdges[1], anX, anY) ? BRepExtrema_ElementFilter::NoCheck in isRegularSharedEdge()
245 return BRepExtrema_ElementFilter::NoCheck; // triangles are from the same face in PreCheckElements()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.X509Certificates/tests/
H A DChainTests.cs30 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck;
56 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in BuildChain()
88 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in VerifyChainFromHandle()
137 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in VerifyChainFromHandle_Unix()
159 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in TestDispose()
182 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in TestResetMethod()
218 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in BuildChainExtraStoreUntrustedRoot()
301 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in VerifyExpiration_LocalTime()
330 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in BuildChain_WithApplicationPolicy_Match()
350 chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; in BuildChain_WithApplicationPolicy_NoMatch()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/private/
H A DSkTFitsIn.h120 using NoCheck = SkTInRange_True<S>; member
124 using type = skstd::conditional_t<sourceFitsInDesitination::value, NoCheck, CastCheck>;
133 using NoCheck = SkTInRange_True<S>; member
137 using type = skstd::conditional_t<sourceFitsInDesitination::value, NoCheck, CastCheck>;
161 using NoCheck = SkTInRange_True<S>; member
166 using type = skstd::conditional_t<sourceCannotExceedDest::value, NoCheck, HighSideCheck>;
/dports/devel/loki/loki-0.1.7/test/RegressionTest/
H A DSmartPtrTest.h321 typedef SmartPtr<TestClass, DeepCopy, AllowConversion, NoCheck, DefaultSPStorage> p88;
322 typedef SmartPtr<TestClass, RefCounted, AllowConversion, NoCheck, DefaultSPStorage> p89;
324 AllowConversion, NoCheck, DefaultSPStorage> p90;
325 typedef SmartPtr<TestClass, COMRefCounted, AllowConversion, NoCheck, DefaultSPStorage> p91;
326 typedef SmartPtr<TestClass, RefLinked, AllowConversion, NoCheck, DefaultSPStorage> p92;
328 typedef SmartPtr<TestClass, NoCopy, AllowConversion, NoCheck, DefaultSPStorage> p94;
329 typedef SmartPtr<TestClass, NoCopy, AllowConversion, NoCheck, DefaultSPStorage> p95;
331 typedef SmartPtr<TestClass, DeepCopy, DisallowConversion, NoCheck, DefaultSPStorage> p96;
334 DisallowConversion, NoCheck, DefaultSPStorage> p98;
338 typedef SmartPtr<TestClass, NoCopy, DisallowConversion, NoCheck, DefaultSPStorage> p102;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/private/
H A DSkTFitsIn.h125 using NoCheck = SkTRangeChecker<D, S, SkTOutOfRange_False<S>, SkTOutOfRange_False<S>>;
130 using type = skstd::conditional_t<sourceFitsInDesitination::value, NoCheck, HighSideOnlyCheck>;
142 using NoCheck = SkTRangeChecker<D, S, SkTOutOfRange_False<S>, SkTOutOfRange_False<S>>;
147 using type = skstd::conditional_t<sourceFitsInDesitination::value, NoCheck, FullCheck>;
177 using NoCheck = SkTRangeChecker<D, S, SkTOutOfRange_False<S>, SkTOutOfRange_False<S>>;
183 using type = skstd::conditional_t<sourceCannotExceedDest::value, NoCheck, HighSideOnlyCheck>;
/dports/mail/avenger/avenger-0.8.5/etc/
H A Dasmtpd.conf97 NoCheck postmaster
98 NoCheck abuse
/dports/security/kf5-kdesu/kdesu-5.89.0/src/
H A Dsuprocess.h36 NoCheck = 0, enumerator
44 int exec(const char *password, int check = NoCheck);
/dports/devel/p5-Class-Gomor/Class-Gomor-1.03/t/
H A D04-hash-nocheck.t5 $Class::Gomor::NoCheck++;
6 print $Class::Gomor::NoCheck."\n";
H A D06-array-nocheck.t5 $Class::Gomor::NoCheck++;
6 print $Class::Gomor::NoCheck."\n";
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslServerAuthenticationOptions.cs13 private X509RevocationMode _checkCertificateRevocation = X509RevocationMode.NoCheck;
45 …if (value != X509RevocationMode.NoCheck && value != X509RevocationMode.Offline && value != X509Rev…
H A DSslClientAuthenticationOptions.cs15 private X509RevocationMode _checkCertificateRevocation = X509RevocationMode.NoCheck;
43 …if (value != X509RevocationMode.NoCheck && value != X509RevocationMode.Offline && value != X509Rev…
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcugtk/
H A Ddialog.h57 NoCheck, enumerator
155 bool GetNumber (GtkEntry *Entry, double *x, CheckType c = NoCheck, double min = 0, double max = 0);
/dports/devel/p5-Class-Gomor/Class-Gomor-1.03/lib/Class/
H A DGomor.pm17 our $NoCheck = 0;
18 our @EXPORT_OK = qw($Debug $NoCheck);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509chainpolicy.cs15 NoCheck = 0, enumerator
75 if (value < X509RevocationMode.NoCheck || value > X509RevocationMode.Offline)
/dports/sysutils/vector/vector-0.10.0/src/
H A Dvalidate.rs26 …#[structopt(short, parse(from_str = NoCheck::from_str), possible_values = &["","t", "e","et","te"]…
27 no: NoCheck,
39 struct NoCheck { struct
44 impl NoCheck { impl
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/yassl/include/
H A Dbuffer.hpp50 struct NoCheck { struct
139 class output_buffer : public NoCheck {
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/yassl/include/
H A Dbuffer.hpp50 struct NoCheck { struct
139 class output_buffer : public NoCheck {
/dports/databases/mysql55-client/mysql-5.5.62/extra/yassl/include/
H A Dbuffer.hpp50 struct NoCheck { struct
139 class output_buffer : public NoCheck {
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_ConstrainedFilling.hxx71 …undary)& B2, const Handle(GeomFill_Boundary)& B3, const Standard_Boolean NoCheck = Standard_False);
84 …undary)& B3, const Handle(GeomFill_Boundary)& B4, const Standard_Boolean NoCheck = Standard_False);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGeomFill_ConstrainedFilling.hxx71 …undary)& B2, const Handle(GeomFill_Boundary)& B3, const Standard_Boolean NoCheck = Standard_False);
84 …undary)& B3, const Handle(GeomFill_Boundary)& B4, const Standard_Boolean NoCheck = Standard_False);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGeomFill_ConstrainedFilling.hxx71 …undary)& B2, const Handle(GeomFill_Boundary)& B3, const Standard_Boolean NoCheck = Standard_False);
84 …undary)& B3, const Handle(GeomFill_Boundary)& B4, const Standard_Boolean NoCheck = Standard_False);

123456