Home
last modified time | relevance | path

Searched refs:Assert (Results 1 – 20 of 20) sorted by relevance

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/
A DUnsignedType.cs29 type.Assert(t.HasValue, "Unknown symbol for unsigned type!"); in UnsignedType()
35 …current.Assert((_type != Types.Counter64), "Ranges are not supported for Counter64 type!"); // our… in UnsignedType()
39 …current.Assert(!_ranges.IsSizeDeclaration, "SIZE keyword is not allowed for ranges of unsigned typ… in UnsignedType()
A DIntegerType.cs48 type.Assert(t.HasValue, "Unknown symbol for unsigned type!"); in IntegerType()
64 …current.Assert(!_ranges.IsSizeDeclaration, "SIZE keyword is not allowed for ranges of integer type… in IntegerType()
A DOctetStringType.cs17 … current.Assert(_size.IsSizeDeclaration, "SIZE keyword is required for ranges of octet string!"); in OctetStringType()
A DTypeAssignment.cs115 previous.Assert(false, "end of file reached"); in TypeAssignment()
A DTextualConvention.cs52 current.Assert(false, "Invalid/Unknown status"); in ParseStatus()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DLexer.cs360 current.Assert(succeeded, "not a decimal"); in ParseOidValue()
382 current.Assert(succeeded, "not a decimal"); in ParseOidValue()
397 current.Assert(succeeded, "not a decimal"); in ParseOidValue()
432 value1Symbol.Assert(false, "Invalid range declaration!"); in DecodeRanges()
444 …value2Symbol.Assert(value2.HasValue && (value2.Value >= value1.Value), "Invalid range declaration!… in DecodeRanges()
466 … value1Symbol.Assert(range.Start >= 0, "Invalid range declaration! Size must be greater than 0"); in DecodeRanges()
486 …startSymbol.Assert(!result[i].IntersectsWith(result[k]), "Invalid range declaration! Overlapping o… in DecodeRanges()
559 current.Assert(false, ex.Message); in DecodeEnumerations()
A DSymbol.cs263Assert(false, "Unexpected symbol found! Expected '" + expected.ToString() + "'"); in Expect()
278 Assert(false, msg.ToString()); in Expect()
283 internal void Assert(bool condition, string message) in Assert() method in Lextm.SharpSnmpLib.Mib.Symbol
295 Assert(isValid, message); in AssertIsValidIdentifier()
A DMibModule.cs200 s.Assert(false, "Invalid Entity declaration"); in ParseEntity()
288 preAssignSymbols[1].Assert(false, "Unknown/Invalid declaration"); in ParseEntity()
/lib/zlib/
A Dtrees.c200 Assert(length > 0 && length <= 15, "invalid length");
270 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init()
285 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init()
293 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init()
338 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header()
599 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
782 Assert(count >= 3 && count <= 6, " 3_6?");
968 Assert(buf != (char*)0, "lost buf");
1005 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
1040 Assert((ush)dist < (ush)MAX_DIST(s) &&
[all …]
A Ddeflate.c891 Assert(strm->avail_out > 0, "bug2");
1121 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1135 Assert(cur_match < s->strstart, "no future");
1162 Assert(scan[2] == match[2], "scan[2]?");
1193 Assert(*scan == *match, "match[2]?");
1252 Assert(cur_match < s->strstart, "no future");
1267 Assert(*scan == *match, "match[2]?");
1402 Assert(more >= 2, "more < 2");
1505 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1513 Assert(s->block_start >= 0L, "block gone");
[all …]
A Dzutil.h102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
109 # define Assert(cond,msg) macro
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/
A DSnmpScalarNodeUint.cs44 System.Diagnostics.Debug.Assert( in SnmpScalarNodeUint()
54 System.Diagnostics.Trace.Assert(this.Restrictions.Count > 0); in GenerateTestMethodCodeCore()
A DSnmpScalarNodeOctetString.cs44 System.Diagnostics.Debug.Assert( in SnmpScalarNodeOctetString()
71 System.Diagnostics.Trace.Assert(this.Restrictions.Count > 0); in GenerateTestMethodCodeCore()
A DSnmpScalarNodeInt.cs49 System.Diagnostics.Trace.Assert(this.Restrictions.Count > 0); in GenerateTestMethodCodeCore()
A DSnmpMib.cs63 System.Diagnostics.Debug.Assert((this.BaseOid != null) && (this.BaseOid.Length > 0)); in GenerateCode()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/
A DObjectType.cs140 …current.Assert((current != Symbol.Comma) && (current != Symbol.CloseBracket), "Expected index name… in ParseIndices()
210 current.Assert(false, "Invalid/Unknown status"); in ParseStatus()
245 current.Assert(false, "Invalid/Unknown access"); in ParseAccess()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/
A DTrapType.cs26 valueSymbol.Assert(succeeded, "not a decimal"); in TrapType()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_bignum_random.function335 /* Assert that each value has been reached at least once.
350 /* Assert that each bit has been set in at least one result and
A Dtest_suite_psa_crypto.function37 /* Assert that an operation is (not) active.
285 /* Assert that a key isn't reported as having a slot number. */
/lib/lwip/lwip/
A DCHANGELOG1097 * api_msg.c: fixed bug #38219 Assert on TCP netconn_write with sndtimeout set

Completed in 48 milliseconds