HomeSort by: relevance | last modified time | path
    Searched refs:caught (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/external/isc/libsodium/dist/test/default/
sodium_utils3.exp 1 Intentional segfault / bus error caught
sodium_utils2.exp 2 Intentional segfault / bus error caught
secretbox8.c 16 int caught; local
24 caught = 0;
25 while (caught < 10) {
36 ++caught;
  /src/external/mit/isl/dist/
isl_test_cpp.cc 54 bool caught = false; local
59 caught = true;
64 assert(caught);
109 bool caught = false; local
114 caught = true;
116 assert(caught);
165 bool caught = false; local
170 caught = true;
172 assert(caught);
194 die("caught wrong exception")
218 auto caught = false; local
297 auto caught = false; local
    [all...]
isl_test_cpp-checked-conversion.cc 25 bool caught = false; local
30 caught = true;
32 if (!caught)
isl_test_cpp17.cc 26 bool caught = false; local
30 caught = true;
32 if (!caught)
isl_test_python.py 209 caught = False
213 caught = True
214 assert(caught)
273 caught = False
277 caught = True
278 assert(caught)
345 caught = False
349 caught = True
350 assert(caught)
373 caught = Fals
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
optional.d 26 bool caught;
30 caught = true;
31 assert(caught);
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-kasp-max-zone-ttl.conf 15 * The dnssec-policy is not defined. Should also be caught if it is inherited.
bad-kasp-policy-undefined-inherited-view.conf 15 * The dnssec-policy is not defined. Should also be caught if it is inherited.
bad-kasp-policy-undefined-inherited.conf 15 * The dnssec-policy is not defined. Should also be caught if it is inherited.
  /src/sbin/dump/
tape.c 116 static volatile sig_atomic_t caught; /* have we caught the signal to proceed? */ variable
747 caught++;
765 caught = 1;
767 caught = 0;
859 while (!caught)
861 caught = 0;
  /src/external/gpl3/gdb/dist/sim/testsuite/or1k/
fpu.S 35 # output: WARNING: ignoring fpu error caught in fast mode.\n
fpu64a32.S 43 # output: WARNING: ignoring fpu error caught in fast mode.\n
  /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/
fpu.S 35 # output: WARNING: ignoring fpu error caught in fast mode.\n
fpu64a32.S 43 # output: WARNING: ignoring fpu error caught in fast mode.\n
  /src/distrib/notes/common/
extract-contrib-string.pl 127 warning($fn, "clause 3 start not caught");
  /src/sys/dev/pci/
twe.c 777 int caught, rv; local
780 caught = 0;
790 caught = 1;
804 caught = 1;
818 caught = 1;
823 caught = 1;
826 return (caught);
twa.c 1878 int caught, s, rv __diagused; local
1883 caught = 0;
1887 caught = 1;
1894 caught = 1;
1905 caught = 1;
1912 caught = 1;
1918 caught = 1;
1921 return (caught);
  /src/external/zlib/pigz/dist/
pigz.c 1354 int caught; local
1369 caught = join_all();
1370 Trace(("-- joined %d compress threads", caught));
1371 assert(caught == cthreads);
1375 caught = free_pool(&lens_pool);
1376 Trace(("-- freed %d block lengths buffers", caught));
1377 caught = free_pool(&dict_pool);
1378 Trace(("-- freed %d dictionary buffers", caught));
1379 caught = free_pool(&out_pool);
1380 Trace(("-- freed %d output buffers", caught));
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
lifetime.d 2771 bool caught = false;
2779 caught = true;
2785 return caught;
2806 bool caught = false;
2814 caught = true;
2820 return caught;
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 178 * caught if we have just caught an exception and rethrown if we are
184 caught, enumerator in enum:__cxa_thread_info::__anon7204
837 // Note: We don't remove this from the caught list here, because
1124 // caught inside a cleanup (destructor). We should call
1201 * pointer to the caught exception, which is either the adjusted pointer (for
1272 ti->foreign_exception_state = __cxa_thread_info::caught;
1496 * have not been caught. This can occur inside a nested catch statement.
1505 * been caught. This can occur inside a nested catch statement.
  /src/sys/kern/
kern_sig.c 395 * Reset caught signals. Held signals remain held through
396 * l->l_sigmask (unless they were caught, and are now ignored
881 * Send a signal caused by a trap to the current LWP. If it will be caught
950 const bool caught = sigismember(&p->p_sigctx.ps_sigcatch, signo); local
952 if (caught && !masked) {
1330 * is being caught, make sure to save any ksiginfo.
1817 * If the current process has received a signal (should be caught or cause
2126 * If we get here, the signal must be caught.
2216 * if appropriate. We bypass the normal tests for masked and caught
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
exception.d 119 it is caught and does not escape assertNotThrown. Rather, an
269 The `Throwable` is caught and does not escape assertThrown. However,
1865 //Exceptions other than stated not caught.
1976 returning that when an exception is caught.
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 2880 caught by following test for null index of ':'.
2891 (should have been caught in symtab loop).

Completed in 51 milliseconds

1 2