Home
last modified time | relevance | path

Searched refs:raise (Results 576 - 592 of 592) sorted by relevance

1...<<21222324

/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc1117 raise(SIGABRT); in Abort()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1762 pub fn raise(__signo: ::c_int) -> ::c_int; in raise() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1181 pub fn raise(signum: ::c_int) -> ::c_int; in raise() functions
/third_party/skia/dm/
H A DDM.cpp368 raise(sig); in crash_handler()
/third_party/glfw/tests/
H A Dtriangle-vulkan.c140 raise(SIGTRAP); in BreakCallback()
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb12 # Ruby 2.5 changed to raise FrozenError instead of RuntimeError
1218 raise Google::Protobuf::Error, "Unknown type: #{value.class}"
/third_party/tzdata/
H A Dzic.c884 raise(sig); in check_for_signal()
885 abort(); /* A bug in 'raise'. */ in check_for_signal()
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h368 #define DOCTEST_BREAK_INTO_DEBUGGER() raise(SIGTRAP)
4367 raise(sig);
/third_party/googletest/googletest/src/
H A Dgtest.cc5346 raise(SIGTRAP);
/third_party/node/deps/googletest/src/
H A Dgtest.cc5366 raise(SIGTRAP);
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3747 pub fn raise(signum: ::c_int) -> ::c_int; in raise() functions
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3015 \def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}}
3016 \def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
3170 $^{{\ooalign{\hfil\raise.07ex\hbox{\selectfonts\lllsize R}%
/third_party/ffmpeg/
H A Dconfigure1517 # raise(SIGTERM) instead. The check is run in a subshell so we
1524 raise(SIGTERM);
/third_party/python/Modules/
H A D_testcapimodule.c1911 /* These two blocks used to raise a TypeError: in test_s_code()
3226 msg = "conversion of " STR " didn't raise ValueError"; \ in test_string_to_double()
3567 /* reliably raise a MemoryError */
3808 propagate; raise a fresh one after swapping in the old thread in run_in_subinterp()
5219 - we don't have a Python wrapper for raise() in raise_SIGINT_then_send_None()
5224 raise(SIGINT); in raise_SIGINT_then_send_None()
6352 /* Only raise if list is empty, otherwise append None in error_func()
6353 * This ensures that we only raise once */ in error_func()
7167 /* We cannot raise exceptions here but we still want the testsuite in MyList_dealloc()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp7972 // raise() called from it, i.e. one stack frame below.
7978 #define CATCH_TRAP() raise(SIGTRAP)
10921 raise( sig );
/third_party/sqlite/src/
H A Dshell.c25915 raise(SIGTRAP);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp10017 extern int raise (int __sig) throw ();
[all...]

Completed in 149 milliseconds

1...<<21222324