Searched refs:error (Results 26 - 50 of 2354) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestApp2b.cpp10 status_t error = B_OK; local
11 BApplication app("no valid MIME string", &error);
12 printf("error: %lx\n", error);
H A DBApplicationTestApp3b.cpp10 status_t error = B_OK; local
11 BApplication app("image/gif", &error);
12 printf("error: %lx\n", error);
H A DBApplicationTestApp4b.cpp10 status_t error = B_OK; local
11 BApplication app("application/x-vnd.obos-bapplication-testapp4", &error);
12 printf("error: %lx\n", error);
H A DBApplicationTestApp5b.cpp10 status_t error = B_OK; local
11 BApplication app("application/x-vnd.obos-bapplication-testapp5", &error);
12 printf("error: %lx\n", error);
/haiku-fatelf/src/system/libroot/posix/signal/
H A Dsigqueue.cpp27 status_t error = _kern_send_signal(pid, signal, &userValue, local
29 if (error != B_OK) {
31 if (error == B_BAD_THREAD_ID || error == B_BAD_TEAM_ID)
32 error = ESRCH;
35 RETURN_AND_SET_ERRNO(error);
/haiku-fatelf/src/build/libbe/app/
H A DApplication.cpp14 BApplication::BApplication(const char *signature, status_t *error) argument
16 *error = B_OK;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/sched_h/
H A D8-1.c17 #error SCHED_FIFO not defined
H A D8-2.c17 #error SCHED_RR not defined
H A D8-3.c19 #error SCHED_SPORADIC not defined
H A D8-4.c17 #error SCHED_OTHER not defined
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/signal_h/
H A D22-1.c8 #error ILL_ILLOPC not defined
H A D22-10.c8 #error FPE_INTOVF not defined
H A D22-11.c8 #error FPE_FLTDIV not defined
H A D22-12.c8 #error FPE_FLTOVF not defined
H A D22-13.c8 #error FPE_FLTUND not defined
H A D22-14.c8 #error FPE_FLTRES not defined
H A D22-15.c8 #error FPE_FLTINV not defined
H A D22-16.c8 #error FPE_FLTSUB not defined
H A D22-17.c8 #error SEGV_MAPERR not defined
H A D22-18.c8 #error SEGV_ACCERR not defined
H A D22-19.c8 #error BUS_ADRALN not defined
H A D22-2.c8 #error ILL_ILLOPN not defined
H A D22-20.c8 #error BUS_ADRERR not defined
H A D22-21.c8 #error BUS_OBJERR not defined
H A D22-22.c8 #error TRAP_BRKPT not defined

Completed in 109 milliseconds

1234567891011>>