Searched refs:token (Results 101 - 125 of 218) sorted by relevance

123456789

/haiku/src/servers/registrar/
H A DTRoster.cpp195 uint32 token = 0; local
218 token = info->token;
231 token = info->token;
264 token = info->token = _NextToken();
266 PRINT("added to early pre-regs, token: %" B_PRIu32 "\n", token);
286 // The token i
382 uint32 token; local
450 uint32 token; local
529 uint32 token; local
[all...]
H A DRegistrar.cpp177 int32 token = messengerPrivate.Token(); local
178 __start_watching_system(-1, B_WATCH_SYSTEM_TEAM_DELETION, port, token);
/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...]
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1024 function RemoteState(session, token)
1027 this.token = token;
1047 if (!this.invalidated && context.currentToken == this.token)
1093 context.currentToken = this.token;
1347 reply.dataView.writeInt32(this.token);
1373 reply.dataView.writeInt32(this.token);
1386 reply.dataView.writeInt32(this.token);
1732 reply.dataView.writeInt32(this.token);
1897 var token
[all...]
/haiku/src/add-ons/kernel/busses/usb/
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...]
H A Dehci_hardware.h134 uint32 token[8]; member in struct:ehci_itd
203 uint32 token; member in struct:ehci_qtd
255 uint32 token; member in struct:ehci_qh::__anon3
/haiku/src/system/kernel/debug/
H A Dtracing.cpp1090 const char* token = _NextToken(); local
1091 if (!token) {
1101 if (token[0] == '#') {
1104 filter->fString = token + 1;
1106 } else if (token[0] == 'd' && token[1] == '#') {
1109 filter->fValue = parse_expression(token + 2);
1111 } else if (token[0] == 'x' && token[1] == '#') {
1114 filter->fValue = parse_expression(token
[all...]
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_userland_interface.h93 int32 token);
94 status_t _user_stop_watching_disks(port_id port, int32 token);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.cpp171 Volume::SendNotification(port_id port, int32 token, uint32 what, int32 op, argument
177 " %" B_PRIdINO ", %" B_PRIdINO ", \"%s\")\n", port, token, what, op,
179 return send_notification(port, token, what, op, nsida, nsidb, vnida,
531 int32 token, QueryIterator** iterator)
530 OpenQuery(const char* queryString, uint32 flags, port_id port, int32 token, QueryIterator** iterator) argument
H A DServerVolume.cpp221 int32 token, QueryIterator** _iterator)
248 request.token = token;
220 OpenQuery(const char* queryString, uint32 flags, port_id port, int32 token, QueryIterator** _iterator) argument
H A DVolume.h56 int SendNotification(port_id port, int32 token,
151 uint32 flags, port_id port, int32 token,
/haiku/headers/os/app/
H A DMessenger.h84 int32 token);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp95 send_notification(port_id port, long token, ulong what, long op, argument
109 return UserlandFS::KernelEmu::notify_query(port, token, op, nsida,
115 status_t error = UserlandFS::KernelEmu::notify_query(port, token,
120 return UserlandFS::KernelEmu::notify_query(port, token,
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dengine.cpp248 // sync to the latest token
295 intel_screen_to_screen_blit(engine_token* token, blit_params* params, argument
315 intel_fill_rectangle(engine_token* token, uint32 color, argument
334 intel_invert_rectangle(engine_token* token, fill_rect_params* params, argument
353 intel_fill_span(engine_token* token, uint32 color, uint16* _params, 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 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...]
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay_management.c309 return (void *)++si->overlay_mgr.token;
321 if( (void *)si->overlay_mgr.token != ot )
348 if ( (uintptr_t)ot != si->overlay_mgr.token )
/haiku/src/apps/screenshot/
H A DScreenshot.cpp273 int32 token = -1; local
305 token = tokens[i];
306 windowInfo = get_window_info(token);
/haiku/src/bin/package/
H A Dcommand_dump.cpp90 const BPackageAttributeValue& value, void* parentToken, void* token)
89 HandleAttributeDone(BHPKGAttributeID attributeID, const BPackageAttributeValue& value, void* parentToken, void* token) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dhaiku_kernel_emu.cpp130 notify_query_entry_created(port_id port, int32 token, dev_t device, argument
136 return UserlandFS::KernelEmu::notify_query(port, token, B_ENTRY_CREATED,
143 notify_query_entry_removed(port_id port, int32 token, dev_t device, argument
149 return UserlandFS::KernelEmu::notify_query(port, token, B_ENTRY_REMOVED,
/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...]
/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp123 command.AddInt32("token", i);
154 invalidate.AddInt32("token", 5);
169 ClientLooper::_DrawAnimatedLayer(int32 token) argument
172 message.AddInt32("token", token);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.h44 virtual void MessageDeleted(const MessageToken& token) = 0;
46 virtual void MessageFlagsChanged(const MessageToken& token,
/haiku/headers/private/interface/
H A DPicturePlayer.h54 void (*draw_picture)(void* userData, const BPoint& where, int32 token);
57 void (*clip_to_picture)(void* userData, int32 token,
/haiku/src/kits/storage/sniffer/
H A DParser.cpp85 throw new Err("Sniffer scanner error: Token::String() called on non-string token", fPos);
90 throw new Err("Sniffer scanner error: Token::Int() called on non-integer token", fPos);
95 throw new Err("Sniffer scanner error: Token::Float() called on non-float token", fPos);
675 //! Returns a pointer to the next token in the stream.
692 //! Places token returned by the most recent call to Get() back on the head of the stream.
702 throw new Err("Sniffer parser error: TokenStream::Unget() called at beginning of token stream", -1);
706 /*! \brief Reads the next token in the stream and verifies it is of the given type,
718 //! Conditionally reads the next token in the stream.
719 /*! CondRead() peeks at the next token in the stream. If it is of the given type, the
720 token i
751 Token *token = new Token(type, pos); local
757 Token *token = new StringToken(str, pos); local
765 Token *token = new IntToken(value, pos); local
773 Token *token = new FloatToken(value, pos); local
[all...]

Completed in 226 milliseconds

123456789