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

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-discovery-failed/subdir/
OneTest.py 3 raise SystemExit("We are not a valid gtest executable!")
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
catch-signal.c 38 raise (SIGHUP); /* first HUP */
40 raise (SIGHUP); /* second HUP */
42 raise (SIGHUP); /* third HUP */
44 raise (SIGHUP); /* fourth HUP */
46 raise (SIGINT); /* first INT */
catch-signal-siginfo-cond.c 30 raise (SIGUSR1);
31 raise (SIGUSR1); /* set breakpoint here */
gnu-debugdata.c 23 return raise (SIGSEGV) + 1;
segv.c 26 raise (SIGSEGV);
catch-signal-fork.c 40 raise (SIGHUP); /* first HUP */
56 raise (SIGHUP); /* second HUP */
58 raise (SIGHUP); /* third HUP */
kill-after-signal.c 34 raise (SIGUSR1);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
catch-signal.c 38 raise (SIGHUP); /* first HUP */
40 raise (SIGHUP); /* second HUP */
42 raise (SIGHUP); /* third HUP */
44 raise (SIGHUP); /* fourth HUP */
46 raise (SIGINT); /* first INT */
catch-signal-siginfo-cond.c 30 raise (SIGUSR1);
31 raise (SIGUSR1); /* set breakpoint here */
gnu-debugdata.c 23 return raise (SIGSEGV) + 1;
segv.c 26 raise (SIGSEGV);
catch-signal-fork.c 40 raise (SIGHUP); /* first HUP */
56 raise (SIGHUP); /* second HUP */
58 raise (SIGHUP); /* third HUP */
kill-after-signal.c 34 raise (SIGUSR1);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
solib-list-lib.c 25 raise (SIGUSR1);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
solib-list-lib.c 25 raise (SIGUSR1);
  /src/external/lgpl3/gmp/dist/
invalid.c 47 /* Incidentally, kill is not available on mingw, but that's ok, it has raise
50 #define raise(sig) kill (getpid(), sig) macro
71 that into our raise too.
80 raise (SIGFPE);
  /src/sys/arch/sgimips/sgimips/
arcemu.h 86 ip6_set_pre(int raise)
88 if (raise)
96 ip6_set_cs(int raise)
98 if (raise)
106 ip6_set_sk(int raise)
108 if (raise)
125 ip6_set_di(int raise)
127 if (raise)
135 ip12_set_pre(int raise)
137 if (raise)
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
OneTest.py 7 raise ValueError("unexpected number of args")
17 raise ValueError("unexpected argument: %r" % (sys.argv[1]))
29 raise SystemExit("error: invalid test name: %r" % (test_name,))
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
OneTest.py 6 raise ValueError("unexpected number of args")
21 raise ValueError("unexpected argument: %r" % (sys.argv[1]))
47 raise SystemExit("error: invalid test name: %r" % (test_name,))
  /src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
OneTest.py 6 raise ValueError("unexpected number of args")
22 raise ValueError("unexpected argument: %r" % (sys.argv[1]))
49 raise SystemExit("error: invalid test name: %r" % (test_name,))
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
signal.h 36 using std::raise;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
signal.h 36 using std::raise;
  /src/crypto/external/apache2/openssl/dist/test/recipes/70-test_quic_multistream_data/
verify-qlog.py 29 raise Unexpected(filename, "expected JSON-SEQ leader")
38 raise Malformed(line, "Malformed json input")
43 raise Unexpected(filename, "must have qlog_format in header line")
46 raise Unexpected(filename, "must have qlog_version in header line")
49 raise Unexpected(filename, "must have trace in header line")
53 raise Unexpected(filename, "must have common_fields in header line")
56 raise Unexpected(filename, "must have vantage_point in header line")
59 raise Unexpected(filename, "unexpected vantage_point")
63 raise Unexpected(filename, "expected vantage_point name")
66 raise Unexpected(filename, "expected correct vantage_point format"
    [all...]
  /src/sys/arch/sparc/include/
intr.h 85 extern void raise(int, int);
87 #define sparc_softintr_schedule(cookie) raise(0, *((int *) (cookie)))
91 raise(0, *((int *)(cookie))); \
  /src/lib/libc/gen/
raise.c 1 /* $NetBSD: raise.c,v 1.8 2009/01/29 23:52:21 rmind Exp $ */
35 static char sccsid[] = "@(#)raise.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: raise.c,v 1.8 2009/01/29 23:52:21 rmind Exp $");
45 raise(int s) function

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>