Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 59) sorted by relevance

123

/haiku/src/servers/debug/
H A DDebugWindow.cpp65 BRadioButton *terminate = new BRadioButton("terminate", in DebugWindow() local
80 terminate->SetValue(B_CONTROL_ON); in DebugWindow()
89 .Add(terminate) in DebugWindow()
/haiku/src/kits/support/
H A DList.cpp416 bool terminate = false; in DoForEach() local
419 while ((!terminate) && (index < fItemCount)) { in DoForEach()
420 terminate = func(fObjectList[index]); in DoForEach()
436 bool terminate = false; int32 index = 0; in DoForEach() local
437 while ((!terminate) && (index < fItemCount)) { in DoForEach()
438 terminate = func(fObjectList[index], arg); in DoForEach()
H A DStringList.cpp299 bool terminate = false; in DoForEach() local
301 for (int32 i = 0; i < count && !terminate; i++) in DoForEach()
302 terminate = func(StringAt(i)); in DoForEach()
310 bool terminate = false; in DoForEach() local
312 for (int32 i = 0; i < count && !terminate; i++) in DoForEach()
313 terminate = func(StringAt(i), arg2); in DoForEach()
/haiku/data/catalogs/servers/debug/
H A Dbe.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dzh_Hans.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dru.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dko.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Del.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dth.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Duk.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dja.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dhr.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Did.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dfi.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Deo.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dit.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dsk.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dlt.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dda.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dpl.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dnb.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dcs.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dtr.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
H A Dca.catkeys2 …nhas encountered an error which prevents it from continuing. Haiku will terminate the application …
/haiku/headers/build/gcc-2.95.3/
H A Dexception30 void terminate () __attribute__ ((__noreturn__));

123