Searched refs:token (Results 1 - 25 of 218) sorted by last modified time

123456789

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp2037 port_id port, uint32 token, void** _cookie)
2040 PRINT("query = \"%s\", flags = %lu, port_id = %" B_PRId32 ", token = %" B_PRId32 "\n",
2041 queryString, flags, port, token);
2051 status_t error = Query::Create(volume, queryString, flags, port, token, query);
2036 ramfs_open_query(fs_volume* _volume, const char *queryString, uint32 flags, port_id port, uint32 token, void** _cookie) argument
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4463 fssh_port_id port, int32_t token, bool kernel)
4479 status = FS_MOUNT_CALL(mount, open_query, query, flags, port, token, &cookie);
5741 uint32_t flags, fssh_port_id port, int32_t token)
5743 return query_open(device, query, flags, port, token, false);
4462 query_open(fssh_dev_t device, const char *query, uint32_t flags, fssh_port_id port, int32_t token, bool kernel) argument
5740 _kern_open_query(fssh_dev_t device, const char *query, fssh_size_t queryLength, uint32_t flags, fssh_port_id port, int32_t token) argument
/haiku/src/kits/package/
H A DPackageInfoParser.h63 void _RewindTo(const Token& token);
76 const Token& token,
79 const Token& token,
161 virtual void operator()(const Token& token) = 0;
H A DPackageInfoParser.cpp91 Token token(TOKEN_STRING, fPos, versionString.Length());
92 _ParseVersionValue(token, &_version, revisionIsOptional);
116 Token token(TOKEN_STRING, fPos, expressionString.Length());
141 Token token(TOKEN_STRING, fPos, expressionString.Length());
164 // or '\n' and return it as a token afterwards.
305 BString error = BString("unknown token '") << *fPos << "' encountered";
311 BPackageInfo::Parser::_RewindTo(const Token& token) argument
313 fPos = token.pos;
456 BPackageInfo::Parser::_ParseResolvable(const Token& token, argument
459 if (token
500 _ParseResolvableExpression(const Token& token, BPackageResolvableExpression& _value, BString* _basePackage) argument
568 Token token = _NextToken(); local
601 operator ()(const Token& token) argument
642 operator ()(const Token& token) argument
681 operator ()(const Token& token) argument
712 operator ()(const Token& token) argument
740 operator ()(const Token& token) argument
805 operator ()(const Token& token) argument
864 operator ()(const Token& token) argument
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp7229 int32 token, bool kernel)
7246 status = FS_MOUNT_CALL(mount, open_query, query, flags, port, token,
10053 uint32 flags, port_id port, int32 token)
10072 return query_open(device, query, flags, port, token, false);
7228 query_open(dev_t device, const char* query, uint32 flags, port_id port, int32 token, bool kernel) argument
10052 _user_open_query(dev_t device, const char* userQuery, size_t queryLength, uint32 flags, port_id port, int32 token) argument
/haiku/src/servers/app/
H A DServerApp.cpp392 \param token ID token of the bitmap to find
396 ServerApp::GetBitmap(int32 token) const
398 if (token < 1)
403 ServerBitmap* bitmap = _FindBitmap(token);
430 ServerApp::GetPicture(int32 token) const
432 if (token < 1)
437 ServerPicture* picture = _FindPicture(token);
656 int32 token; local
659 link.Read<int32>(&token);
797 int32 token; local
819 int32 token; local
909 int32 token = -1; local
931 int32 token; local
945 int32 token; local
967 int32 token; local
1088 int32 token; local
1258 int32 token; local
1282 int32 token; local
3421 int32 token; local
3706 int32 token; local
[all...]
H A DWorkspacesView.h18 const char* name, int32 token, uint32 resize,
H A DWorkspacesView.cpp27 const char* name, int32 token, uint32 resizeMode, uint32 flags)
29 View(frame, scrollingOffset, name, token, resizeMode, flags),
26 WorkspacesView(BRect frame, BPoint scrollingOffset, const char* name, int32 token, uint32 resizeMode, uint32 flags) argument
H A DView.h48 const char* name, int32 token,
83 ServerPicture* GetPicture(int32 token) const;
H A DView.cpp85 int32 token, uint32 resizeMode, uint32 flags)
88 fToken(token),
178 // insert view into local token space
193 // remove view from local token space
215 View::GetPicture(int32 token) const
217 return Window()->ServerWindow()->App()->GetPicture(token);
500 // take over overlay token from current overlay (if it has any)
84 View(IntRect frame, IntPoint scrollingOffset, const char* name, int32 token, uint32 resizeMode, uint32 flags) argument
H A DServerWindow.cpp504 int32 token; local
516 link.Read<int32>(&token);
528 STRACE(("ServerWindow(%s)::_CreateView()-> view %s, token %" B_PRId32 "\n",
529 fTitle, name, token));
535 token, resizeMask, flags);
537 newView = new (nothrow) View(frame, scrollingOffset, name, token,
582 debug_printf("View token not found!\n");
655 int32 token; local
659 link.Read<int32>(&token);
661 ::Window* behindOf = fDesktop->FindWindowByClientToken(token,
723 int32 token; local
745 int32 token; local
1113 int32 token; local
1250 int32 token; local
1273 EventTarget(), token); local
2404 int32 token; local
3164 int32 token; local
3921 int32 token; local
4035 int32 token; local
[all...]
H A DDesktop.h239 Window* FindWindowByClientToken(int32 token,
H A DDesktop.cpp328 // get the view token from the click target
2151 Desktop::FindWindowByClientToken(int32 token, team_id teamID) argument
2155 if (window->ServerWindow()->ClientToken() == token
2616 // 3) int32 - handler token of the regular app
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp528 BString token; local
534 _UnpackAuthenticationToken(responsePayload, token);
544 userCredentials.SetIsSuccessful(!token.IsEmpty());
547 if (token.IsEmpty()) {
578 BString& token)
582 resultPayload.FindString("token", &token);
583 // We don't care for or store the token for now. The web-service
912 BString token; local
914 result = resultMessage.FindString("token",
577 _UnpackAuthenticationToken(BMessage& responsePayload, BString& token) argument
[all...]
H A DUserLoginWindow.h64 BMessage& responsePayload, BString& token);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp272 // authenticate the user and obtain a token to use with the latter
376 return an access token in the response. This method will take the response
377 from the server and will parse out the access token data into the supplied
396 BString token; local
397 result = resultMessage.FindString("token", &token);
399 if (result != B_OK || token.IsEmpty()) {
404 // The token should be present in three parts; the header, the claims and
409 result = JwtTokenHelper::ParseClaims(token, claimsMessage);
412 HDTRACE("start; token claim
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp279 descriptor->status, descriptor->token);
387 fStrayDescriptor->token = TD_TOKEN_NULL_DATA
1103 statusDescriptor->token |= TD_TOKEN_DATA1;
1298 isoRequest[i]->token &= ~TD_TOKEN_DATA1;
1313 isoRequest[isochronousData->packet_count - 1]->token &= ~TD_TOKEN_DATA1;
1524 B_PRIx32 "; token: 0x%08" B_PRIx32 ";\n",
1525 descriptor->this_phy, status, descriptor->token);
1787 if (current->token & TD_TOKEN_IN) {
2170 result->token = TD_TOKEN_NULL_DATA;
2172 result->token
[all...]
H A Dehci.cpp278 descriptor->alt_next_phy, descriptor->token,
301 queueHead->overlay.alt_next_phy, queueHead->overlay.token,
651 queueHead->overlay.token = EHCI_QTD_STATUS_HALTED;
983 uint32 status = descriptor->token;
1049 descriptor->token &= ~EHCI_QTD_STATUS_ACTIVE;
1259 itd->token[i] = (EHCI_ITD_STATUS_ACTIVE << EHCI_ITD_STATUS_SHIFT)
1264 itd->token[i]);
1274 itd->token[i] |= EHCI_ITD_IOC;
1760 descriptor->token &= ~EHCI_QTD_STATUS_ACTIVE;
1886 uint32 status = descriptor->token;
[all...]
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h80 virtual void ReleaseOverlayChannel(overlay_token token);
H A DAccelerantHWInterface.cpp1296 AccelerantHWInterface::ReleaseOverlayChannel(overlay_token token) argument
1298 if (token == NULL)
1301 fAccReleaseOverlay(token);
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h6284 * @token:
6295 uint8_t token; member in struct:iwx_scd_txq_cfg_cmd
6309 * @token: taken from the command
6315 uint8_t token; member in struct:iwx_scd_txq_cfg_rsp
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp61 \brief Next unused token for message runners.
125 \param token The unique token associated with the message runner.
132 RunnerInfo(team_id team, int32 token, BMessenger target, BMessage *message, argument
135 token(token),
192 int32 token; /*!< The unique token associated with the member in struct:MessageRunnerManager::RunnerInfo
321 reply.AddInt32("token", info->token);
344 int32 token; local
379 int32 token; local
459 int32 token; local
558 _RemoveInfoWithToken(int32 token) argument
[all...]
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp70 int32 token; local
71 if (message->FindInt32("token", &token) == B_OK
72 && token == fCaretBlinkToken) {
515 // Cancel previous blinker, increment blink token so we only accept
519 message.AddInt32("token", fCaretBlinkToken);
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp973 port_id port, uint32 token, void** _cookie)
978 B_PRId32 ", token: %" B_PRIu32 "\n", volume, queryString, flags, port,
979 token);
984 status_t error = Query::Create(volume, queryString, flags, port, token,
972 packagefs_open_query(fs_volume* fsVolume, const char* queryString, uint32 flags, port_id port, uint32 token, void** _cookie) argument
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py177 Compiled template token.
191 Template slice for token scope key, if any.
194 Template slice for token content data, if any.
352 """Invalid token found during tokenization."""
379 """Non-matching closing token found during tokenization."""
385 """Unclosed token found during tokenization."""
392 Invalid delimiters token found during tokenization.
429 This generator accepts sending back a token index, which will result on
432 :param recording: token list
434 :returns: token tupl
[all...]

Completed in 333 milliseconds

123456789