Home
last modified time | relevance | path

Searched refs:Suspend (Results 1 – 25 of 69) sorted by relevance

123

/haiku/src/tests/kits/locale/
H A DcatalogSpeed.cpp68 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 DcollatorSpeed.cpp63 watch.Suspend(); in test()
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp125 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 DIndexImpl.h22 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 DIndexImpl.h22 virtual status_t Suspend();
41 virtual status_t Suspend();
131 NodeEntryIterator<NodeIterator>::Suspend() in Suspend() function
H A DIndex.cpp150 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 DLastModifiedIndex.cpp87 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 DSizeIndex.cpp86 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 DAttributeIndexImpl.cpp170 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 DNameIndex.cpp78 virtual status_t Suspend();
294 NameIndexEntryIterator::Suspend() in Suspend() function in NameIndexEntryIterator
349 Suspend(); in EntryRemoved()
H A DAttributeIterator.h26 status_t Suspend();
H A DEntryIterator.h25 status_t Suspend();
H A DIndex.h71 status_t Suspend();
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.h99 status_t Suspend();
138 status_t Suspend();
171 status_t Suspend();
205 status_t Suspend();
234 status_t Suspend();
H A DIterators.cpp432 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 DGenericThread.cpp232 GenericThread::Suspend() in Suspend() function in GenericThread
316 Suspend(); in Snooze()
325 Suspend(); in SnoozeUntil()
/haiku/src/apps/expander/
H A DGenericThread.cpp224 GenericThread::Suspend(void) in Suspend() function in GenericThread
308 Suspend(); in Snooze()
317 Suspend(); in SnoozeUntil()
/haiku/headers/os/support/
H A DStopWatch.h18 void Suspend();
/haiku/docs/user/support/
H A DStopWatch.dox34 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 DScreenSaverRunner.h34 status_t Suspend();
/haiku/src/kits/screensaver/
H A DScreenSaverRunner.cpp73 ScreenSaverRunner::Suspend() in Suspend() function in ScreenSaverRunner
92 Suspend(); in _LoadAddOn()
/haiku/src/kits/support/
H A DStopWatch.cpp64 BStopWatch::Suspend() in Suspend() function in BStopWatch
/haiku/src/servers/app/drawing/
H A DOverlay.h30 status_t Suspend(ServerBitmap* bitmap, bool needTemporary);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.h44 void Suspend(BMessage* message);
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.cpp118 fSaverRunner->Suspend(); in _SetDPMSMode()
130 fSaverRunner->Suspend(); in _ShowPasswordWindow()

123