/haiku/src/tests/kits/locale/ |
H A D | catalogSpeed.cpp | 68 watch.Suspend(); in TestCreation() 76 watch.Suspend(); in TestCreation() 91 watch.Suspend(); in TestLookup() 100 watch.Suspend(); in TestLookup() 112 watch.Suspend(); in TestIdCreation() 134 watch.Suspend(); in TestIdCreation() 142 watch.Suspend(); in TestIdCreation() 157 watch.Suspend(); in TestIdLookup() 166 watch.Suspend(); in TestIdLookup()
|
H A D | collatorSpeed.cpp | 63 watch.Suspend(); in test()
|
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/ |
H A D | Index.cpp | 125 IndexIterator::Suspend() in Suspend() function in IndexIterator 127 return fIterator != NULL ? fIterator->Suspend() : B_BAD_VALUE; in Suspend() 160 AbstractIndexIterator::Suspend() in Suspend() function in AbstractIndexIterator
|
H A D | IndexImpl.h | 22 virtual status_t Suspend(); 44 virtual status_t Suspend(); 108 GenericIndexIterator<Policy>::Suspend() in Suspend() function 205 Suspend(); in NodeRemoved()
|
/haiku/src/add-ons/kernel/file_systems/ramfs/ |
H A D | IndexImpl.h | 22 virtual status_t Suspend(); 41 virtual status_t Suspend(); 131 NodeEntryIterator<NodeIterator>::Suspend() in Suspend() function
|
H A D | Index.cpp | 150 IndexEntryIterator::Suspend() in Suspend() function in IndexEntryIterator 152 return (fIterator ? fIterator->Suspend() : B_BAD_VALUE); in Suspend() 186 AbstractIndexEntryIterator::Suspend() in Suspend() function in AbstractIndexEntryIterator
|
H A D | LastModifiedIndex.cpp | 87 virtual status_t Suspend(); 274 LastModifiedIndex::Iterator::Suspend() in Suspend() function in LastModifiedIndex::Iterator 276 status_t error = BaseClass::Suspend(); in Suspend() 364 Suspend(); in EntryRemoved() 374 Suspend(); in NodeRemoved()
|
H A D | SizeIndex.cpp | 86 virtual status_t Suspend(); 273 SizeIndex::Iterator::Suspend() in Suspend() function in SizeIndex::Iterator 275 status_t error = BaseClass::Suspend(); in Suspend() 362 Suspend(); in EntryRemoved() 372 Suspend(); in NodeRemoved()
|
H A D | AttributeIndexImpl.cpp | 170 virtual status_t Suspend(); 403 AttributeIndexImpl::Iterator::Suspend() in Suspend() function in AttributeIndexImpl::Iterator 405 status_t error = BaseClass::Suspend(); in Suspend() 503 Suspend(); in EntryRemoved() 513 Suspend(); in NodeRemoved()
|
H A D | NameIndex.cpp | 78 virtual status_t Suspend(); 294 NameIndexEntryIterator::Suspend() in Suspend() function in NameIndexEntryIterator 349 Suspend(); in EntryRemoved()
|
H A D | AttributeIterator.h | 26 status_t Suspend();
|
H A D | EntryIterator.h | 25 status_t Suspend();
|
H A D | Index.h | 71 status_t Suspend();
|
/haiku/src/add-ons/kernel/file_systems/reiserfs/ |
H A D | Iterators.h | 99 status_t Suspend(); 138 status_t Suspend(); 171 status_t Suspend(); 205 status_t Suspend(); 234 status_t Suspend();
|
H A D | Iterators.cpp | 432 TreeIterator::Suspend() in Suspend() function in TreeIterator 706 ItemIterator::Suspend() in Suspend() function in ItemIterator 708 return fTreeIterator.Suspend(); in Suspend() 1019 ObjectItemIterator::Suspend() in Suspend() function in ObjectItemIterator 1021 return fItemIterator.Suspend(); in Suspend() 1230 DirEntryIterator::Suspend() in Suspend() function in DirEntryIterator 1232 return fItemIterator.Suspend(); in Suspend() 1379 StreamReader::Suspend() in Suspend() function in StreamReader 1381 return fItemIterator.Suspend(); in Suspend()
|
/haiku/src/add-ons/tracker/zipomatic/ |
H A D | GenericThread.cpp | 232 GenericThread::Suspend() in Suspend() function in GenericThread 316 Suspend(); in Snooze() 325 Suspend(); in SnoozeUntil()
|
/haiku/src/apps/expander/ |
H A D | GenericThread.cpp | 224 GenericThread::Suspend(void) in Suspend() function in GenericThread 308 Suspend(); in Snooze() 317 Suspend(); in SnoozeUntil()
|
/haiku/headers/os/support/ |
H A D | StopWatch.h | 18 void Suspend();
|
/haiku/docs/user/support/ |
H A D | StopWatch.dox | 34 going. You may call Suspend() and Resume() to start and stop the stop 80 \see Suspend() 87 \fn void BStopWatch::Suspend() 88 \brief Suspend the timer.
|
/haiku/headers/private/screen_saver/ |
H A D | ScreenSaverRunner.h | 34 status_t Suspend();
|
/haiku/src/kits/screensaver/ |
H A D | ScreenSaverRunner.cpp | 73 ScreenSaverRunner::Suspend() in Suspend() function in ScreenSaverRunner 92 Suspend(); in _LoadAddOn()
|
/haiku/src/kits/support/ |
H A D | StopWatch.cpp | 64 BStopWatch::Suspend() in Suspend() function in BStopWatch
|
/haiku/src/servers/app/drawing/ |
H A D | Overlay.h | 30 status_t Suspend(ServerBitmap* bitmap, bool needTemporary);
|
/haiku/src/add-ons/input_server/filters/screen_saver/ |
H A D | ScreenSaverFilter.h | 44 void Suspend(BMessage* message);
|
/haiku/src/bin/screen_blanker/ |
H A D | ScreenBlanker.cpp | 118 fSaverRunner->Suspend(); in _SetDPMSMode() 130 fSaverRunner->Suspend(); in _ShowPasswordWindow()
|