Searched refs:SetCount (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tests/kits/app/bmessagerunner/
H A DSetCountTester.cpp59 status_t SetCount(int32 count)
76 CHK(runner.SetCount(newCount) == B_BAD_VALUE);
82 status_t SetCount(int32 count)
102 CHK(runner.SetCount(newCount) == B_BAD_VALUE);
108 status_t SetCount(int32 count)
134 CHK(runner.SetCount(newCount) == B_OK);
145 status_t SetCount(int32 count)
171 CHK(runner.SetCount(newCount) == B_OK);
181 status_t SetCount(int32 count)
207 CHK(runner.SetCount(newCoun
[all...]
/haiku/src/bin/debug/strace/
H A Dnetwork.cpp141 createPipe->ParameterAt(0)->SetCount(2);
145 socketPair->ParameterAt(3)->SetCount(2);
H A DSyscall.h35 void SetCount(uint32 count) { fCount = count; } function in class:Type
/haiku/headers/os/app/
H A DMessageRunner.h31 status_t SetCount(int32 count);
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp52 fMessageRunner->SetCount(0);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h57 void SetCount(uint16 value) function in struct:HTreeCountLimit
H A DHTreeEntryIterator.cpp381 countLimit->SetCount(count + 1);
H A DDirectoryIterator.cpp620 root->count_limit->SetCount(2);
/haiku/src/kits/app/
H A DMessageRunner.cpp91 BMessageRunner::SetCount(int32 count) function in class:BMessageRunner
196 SetInterval(), SetCount() and GetInfo() will fail.
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp300 delayedMessenger.SetCount(0);
H A DMainWindow.cpp993 fIncrementViewCounterDelayedRunner->SetCount(0);
1024 fIncrementViewCounterDelayedRunner->SetCount(0);
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp845 fAutoCheckRunner->SetCount(-1);

Completed in 130 milliseconds