Searched refs:terminate (Results 1 - 7 of 7) sorted by relevance

/haiku/src/servers/debug/
H A DDebugWindow.cpp40 "will terminate the application and clean up."));
65 BRadioButton *terminate = new BRadioButton("terminate", local
80 terminate->SetValue(B_CONTROL_ON);
89 .Add(terminate)
H A DDebugServer.cpp1073 bool terminate = false; local
1086 terminate = true;
1089 terminate = true;
1102 terminate = true;
1107 } while (!terminate);
/haiku/src/kits/support/
H A DList.cpp416 bool terminate = false;
419 while ((!terminate) && (index < fItemCount)) {
420 terminate = func(fObjectList[index]);
436 bool terminate = false; int32 index = 0;
437 while ((!terminate) && (index < fItemCount)) {
438 terminate = func(fObjectList[index], arg);
H A DStringList.cpp299 bool terminate = false; local
301 for (int32 i = 0; i < count && !terminate; i++)
302 terminate = func(StringAt(i));
310 bool terminate = false; local
312 for (int32 i = 0; i < count && !terminate; i++)
313 terminate = func(StringAt(i), arg2);
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp62 uint32 terminate = fCurrentReadIndex + 50; local
63 for (; fCurrentReadIndex < terminate; fCurrentReadIndex++) {
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp1359 bool terminate = false; local
1374 terminate = true;
1383 if (terminate)
/haiku/headers/cpp/std/
H A Dbastring.h350 void terminate () const function in class:basic_string
357 if (length () == 0) return null_str; terminate (); return data ();

Completed in 166 milliseconds