Searched refs:Token (Results 26 - 50 of 53) sorted by relevance

123

/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp66 struct Token { struct
125 next_token(char*& line, const char* lineEnd, Token& token)
255 Token token;
261 Token token2;
/haiku/src/kits/app/
H A DMessenger.cpp440 && (a.Token() < b.Token()
441 || (a.Token() == b.Token()
/haiku/src/kits/support/
H A DByteOrder.cpp104 __swap_int32(messengerPrivate.Token()));
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp86 static bool IsLanguageKeyword(const Token& token)
270 const Token& token = fTokenizer->NextToken();
315 CLanguageFamilySyntaxHighlightInfo::_MapTokenToSyntaxType(const Token& token)
H A DCLanguageExpressionEvaluator.cpp1457 Token token = fTokenizer->NextToken();
1498 Token token = fTokenizer->NextToken();
1523 Token token = fTokenizer->NextToken();
1608 Token token = fTokenizer->NextToken();
1644 Token token = fTokenizer->NextToken();
1741 Token token = fTokenizer->NextToken();
1801 Token token = fTokenizer->NextToken();
1843 Token token = fTokenizer->NextToken();
1906 const Token& token, ValueNodeChild* child)
1941 CLanguageExpressionEvaluator::_GetNodeChildForPrimitive(const Token
[all...]
/haiku/headers/private/kernel/
H A DNotifications.h80 int32 Token() const { return fToken; } function in class:UserMessagingListener
97 && other->Token() == Token();
/haiku/headers/build/private/app/
H A DMessagePrivate.h110 fMessage->fHeader->reply_target = messengerPrivate.Token();
/haiku/src/servers/app/
H A DServerBitmap.h60 inline int32 Token() const function in class:ServerBitmap
H A DView.h52 int32 Token() const function in class:View
H A DBitmapManager.cpp231 gTokenSpace.RemoveToken(bitmap->Token());
H A DServerApp.cpp456 fPictureMap.insert(std::make_pair(picture->Token(), BReference<ServerPicture>(picture, false)));
473 fPictureMap.erase(picture->Token());
583 bitmap->Token(), bitmap->Width(), bitmap->Height(),
774 fLink.Attach<int32>(bitmap->Token());
884 fLink.Attach<int32>(bitmap->Token());
920 fLink.Attach<int32>(picture->Token());
954 fLink.Attach<int32>(cloned->Token());
1144 if (fDesktop->ViewUnderMouse(window) == view->Token())
1184 // fLink.Attach<int32>(cursor->Token());
1199 fLink.Attach<int32>(cursor->Token());
[all...]
H A DServerWindow.cpp562 newView->Token(), eventMask, eventOptions);
1334 fCurrentView->Token(), eventMask, options);
1337 fCurrentView->Token());
1357 fCurrentView->Token(), eventMask, options);
1360 fCurrentView->Token());
2425 fLink.Attach<int32>(picture->Token());
3932 picture->WriteDrawPicture(where, copy->Token());
3983 picture->WriteClipToPicture(copy->Token(), where, inverse);
4055 fLink.Attach<int32>(picture->Token());
H A DWindow.cpp961 viewToken = view->Token();
980 *_viewToken = view->Token();
992 *_viewToken = view->Token();
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp108 ? B_PREFERRED_TOKEN : messengerPrivate.Token());
260 int32 Token() const function in class:MessageDeliverer::TargetMessage
386 token = fMessages.Head()->Token();
H A DRegistrar.cpp177 int32 token = messengerPrivate.Token();
/haiku/src/kits/interface/
H A DWindowStack.cpp181 fLink->Attach<int32>(messengerPrivate.Token());
H A DPicture.cpp382 BPicture::Token() const function in class:BPicture
H A DView.cpp4249 int32 token = picture->Token();
4426 if (_CheckOwnerLockAndSwitchCurrent() && picture->Token() > 0) {
4428 fOwner->fLink->Attach<int32>(picture->Token());
5952 fOwner->fLink->Attach<int32>(picture->Token());
/haiku/headers/private/app/
H A DMessagePrivate.h110 fMessage->fHeader->reply_target = messengerPrivate.Token();
/haiku/src/tests/kits/storage/
H A DMimeSnifferTest.cpp51 // various Token classes
52 #define T(type) (new Token(type, -1))
60 Token *tokens[256];
757 const Token *token = stream.Get();
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp522 int32 token = messengerPrivate.Token();
539 int32 token = messengerPrivate.Token();
/haiku/src/kits/storage/
H A DQuery.cpp228 ? -1 : messengerPrivate.Token());
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp85 && other->Token() == Token();
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp586 // Token Bearer. Since the connection is encrypted, it is hopefully
588 // the Token Bearer. See section 5.1.2 in the haiku-depot-web
1098 detail.SetCaptchaToken(fCaptcha->Token());
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1026 authentication.SetToken(accessToken.Token());

Completed in 160 milliseconds

123