Searched refs:Current (Results 1 - 25 of 28) sorted by relevance

12

/haiku/src/tests/system/kernel/unit/
H A DTestThread.h29 return GlobalTestContext::Current()->SpawnThread(_Entry, name, priority,
38 *GlobalTestContext::Current()->CurrentContext(), thread->fArgument);
H A DTestContext.h36 static GlobalTestContext* Current();
96 static TestContext* Current();
132 TestContext::Current() function in class:TestContext
134 return GlobalTestContext::Current()->CurrentContext();
H A DTest.h113 TestContext::Current()->AssertFailed(__FILE__, __LINE__, \
122 TestContext::Current()->AssertFailed(__FILE__, __LINE__, \
H A DTestContext.cpp81 GlobalTestContext::Current() function in class:GlobalTestContext
/haiku/src/add-ons/screen_savers/ifs/
H A DIFS.cpp390 SIMILITUDE* Current; local
393 for (Current = F->Components, i = F->SimilitudeCount; i; --i, Current++) {
394 Current->Cx = FLOAT_TO_INT(Current->c_x);
395 Current->Cy = FLOAT_TO_INT(Current->c_y);
397 Current->Ct = FLOAT_TO_INT(cos(Current->A));
398 Current
639 SIMILITUDE* Current; local
[all...]
/haiku/headers/os/add-ons/network_settings/
H A DNetworkProfile.h40 static BNetworkProfile* Current();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeIdMap.cpp20 if (fileInfo.fHandle == iterator.Current().fHandle) {
76 *fileInfo = iterator.Current();
H A DReplyBuilder.cpp35 fStatusPosition = fReply->Stream().Current();
40 fOpCountPosition = fReply->Stream().Current();
H A DMetadataCache.cpp101 if (!it.Current().fForceValid && it.Current().fExpire < time(NULL)) {
106 *allowed = it.Current().fAllowed;
H A DXDR.h24 inline Position Current() const;
107 Stream::Current() const function in class:XDR::Stream
H A DRPCCall.cpp37 call->fXIDPosition = call->fStream.Current();
H A DFileSystem.cpp473 return it.Current();
/haiku/src/preferences/network/
H A DNetworkProfile.cpp157 BNetworkProfile::Current() function in class:BNetworkProfile
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h170 return fTreeIterator.Current();
175 if (AVLTreeNode* node = fTreeIterator.Current())
180 inline Value Current() function in class:_AVL_TREE_MAP_CLASS_NAME::ConstIterator
182 if (AVLTreeNode* node = fTreeIterator.Current())
189 if (AVLTreeNode* node = fTreeIterator.Current())
196 if (AVLTreeNode* node = fTreeIterator.Current())
H A DAVLTree.h142 return fTreeIterator.Current();
145 inline Value* Current() function in class:AVLTree::ConstIterator
147 if (AVLTreeNode* node = fTreeIterator.Current())
H A DAVLTreeBase.h126 inline AVLTreeNode* Current() const function in class:AVLTreeIterator
H A DSplayTree.h400 Node* Current() function in class:IteratableSplayTree::Iterator
H A DDoublyLinkedList.h149 Element* Current() function in class:DoublyLinkedList::Iterator
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h366 inline Value* Current() function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
379 return Current();
385 return Current();
/haiku/headers/private/kernel/
H A Dtracing.h237 TraceEntry* Current() const function in class:TraceEntryIterator
/haiku/src/system/kernel/debug/
H A Dtracing.cpp1218 return Current();
1234 return Current();
1242 return Current();
1277 return Current();
/haiku/src/kits/debugger/util/
H A DWorker.cpp361 if (it.Current() == job) {
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h144 Element *Current() function in class:FSShell::DoublyLinkedList::Iterator
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp609 monitor_listener *listener = iterator.Current();
619 monitor_listener *listener = list->iterator.Current();
/haiku/src/system/kernel/vm/
H A DVMCache.cpp406 TraceEntry* entry = iterator.Current();
427 TraceEntry* entry = iterator.Current();

Completed in 636 milliseconds

12