Searched refs:raise (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_ARG.raisebadarg.d31 * raise() should generate an error if any arguments are sent.
33 * SECTION: Actions and Subroutines/raise()
40 raise("badarg");
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGINT);
H A Dtst.raise2.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGINT);
H A Dtst.raise3.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGINT);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dsignal.h56 int __cdecl raise(int sig);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.d49 raise(SIGUSR1);
H A Dtst.ret2.d49 raise(SIGUSR1);
H A Dtst.args1.d49 raise(SIGUSR1);
H A Dtst.weak1.d49 raise(SIGUSR1);
H A Dtst.weak2.d49 raise(SIGUSR1);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithRaise.d50 raise(9);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dsignal.h57 int __cdecl raise(int sig);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dsignal.h13 any of these signals, except as a result of explicit calls to the raise function.
75 The raise function carries out the actions described for signal,
77 raise function does not return until after the signal handler does.
79 @return The raise function returns zero if successful,
82 int raise(int sig);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.d35 raise(SIGUSR1); /* kick tst.fds.c out of its busy-wait loop */
/vbox/src/VBox/RDP/client-1.8.3/keymaps/
H A Dconvert-map50 raise("Invalid line: %s" % line)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Signal/
H A DSignal.c2 Implementation of the signal and raise functions as declared in <signal.h>.
67 The raise function carries out the actions described for signal, above,
70 If a signal handler is called, the raise function shall not return until
73 @return The raise function returns zero if successful,
77 raise( int sig) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Ditimer.c90 raise(SIGALRM);
107 raise(SIGVTALRM);
124 raise(SIGPROF);
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas62 stream will raise an exception. Using Seek to move the stream pointer
63 will raise an exception.
106 the stream will raise an exception.
269 raise EZlibError.Create('error'); //!!
276 raise ECompressionError.Create('error'); //!!
283 raise EDecompressionError.Create('error'); //!!
319 raise
362 raise
381 raise EZlibError.CreateRes(@sTargetBufferTooSmall);
441 raise ECompressionErro
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh79 raise(SIGINT);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DEnvirons.c55 raise(SIGABRT);
56 _Exit(EXIT_FAILURE); // In case raise returns.
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkManagerDialog.cpp50 raise();
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUIWindowMenuManager.cpp132 pWidget->raise();
222 * partly restored, but not usable. As a workaround we raise the parent
232 pWidget->parentWidget()->raise();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISlidingToolBar.cpp168 raise();
225 raise();
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.cpp135 machineWindows()[uScreenId - 1]->raise();
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c101 raise(SIGTERM);
385 raise( SIGTERM );

Completed in 2036 milliseconds

12