HomeSort by: relevance | last modified time | path
    Searched refs:throw (Results 1 - 21 of 21) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 58 throw new ZLibException(-1, "Could not open " + fileName);
71 throw new ZLibException(-1, "Could not open " + fileName);
156 if (!CanRead) throw new NotSupportedException();
157 if (buffer == null) throw new ArgumentNullException();
158 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
159 if ((offset+count) > buffer.Length) throw new ArgumentException();
160 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
168 throw new IOException();
183 if (!CanRead) throw new NotSupportedException();
184 if (_isDisposed) throw new ObjectDisposedException("GZipStream");
    [all...]
Inflater.cs 41 throw new ZLibException(retval, "Could not initialize inflater");
56 if (data == null) throw new ArgumentNullException();
57 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
58 if ((offset+count) > data.Length) throw new ArgumentException();
Deflater.cs 42 throw new ZLibException(retval, "Could not initialize deflater");
56 if (data == null) throw new ArgumentNullException();
57 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
58 if ((offset+count) > data.Length) throw new ArgumentException();
ChecksumImpl.cs 135 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
136 if ((offset+count) > data.Length) throw new ArgumentException();
186 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
187 if ((offset+count) > data.Length) throw new ArgumentException();
CodecBase.cs 60 throw;
  /src/games/rogue/
Makefile 8 room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c
play.c 215 throw();
throw.c 1 /* $NetBSD: throw.c,v 1.12 2011/05/23 23:01:17 joerg Exp $ */
38 static char sccsid[] = "@(#)throw.c 8.1 (Berkeley) 5/31/93";
40 __RCSID("$NetBSD: throw.c,v 1.12 2011/05/23 23:01:17 joerg Exp $");
45 * throw.c
63 throw(void) function in typeref:typename:void
82 if ((wch = pack_letter("throw what?", WEAPON)) == CANCEL) {
rogue.h 620 void throw(void);
  /src/tests/usr.bin/c++/
t_call_once2.sh 105 void throw_once(void) { throw std::exception(); }
137 void throw_once(void) { throw std::exception(); }
181 void throw_once(void) { throw std::exception(); }
218 void throw_once(void) { throw std::exception(); }
272 void throw_once(void) { throw std::exception(); }
315 void throw_once(void) { throw std::exception(); }
370 void throw_once(void) { throw std::exception(); }
411 void throw_once(void) { throw std::exception(); }
454 void throw_once(void) { throw std::exception(); }
494 void throw_once(void) { throw std::exception();
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_test_utils.h 53 # define ASAN_THROW(x) throw (x)
  /src/games/adventure/
hdr.h 144 throw, find, invent;
init.c 115 null, entrance, depression, say, lock, throw, variable in typeref:typename:int
244 throw = vocab(DECR('t', 'h', 'r', 'o', 'w'), 2, 0);
subr.c 281 printf("%d of them throw knives at you!\n", attack);
798 if (here(bird) && verb != throw)
856 /* 9170: throw */
  /src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/
randombytes.c 116 throw 'No secure random number generator found';
  /src/sys/arch/x68k/stand/common/
exec_image.S 45 addl #4,%sp | throw away the return address
  /src/games/battlestar/
cypher.c 209 case THROW:
220 wordnumber = throw(wordvalue[wordnumber] == KICK ? "Kicked" : "Thrown");
225 wv == KICK ? "kick" : "throw");
227 throw(wordvalue[wordnumber] ==
extern.h 161 #define THROW 1027
377 int throw(const char *);
command4.c 212 throw(const char *name) function in typeref:typename:int
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_internal_defs.h 255 # define NOEXCEPT throw()
  /src/sys/arch/vax/vax/
emulate.S 790 # and throw away character in pattern

Completed in 117 milliseconds