Searched refs:Get (Results 1 - 25 of 336) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp123 _PrecacheFontFile(fDefaultPlainFont.Get());
124 _PrecacheFontFile(fDefaultBoldFont.Get());
993 return fDefaultPlainFont.Get();
1000 return fDefaultBoldFont.Get();
1007 return fDefaultFixedFont.Get();
H A DFontManager.cpp165 FontStyle* style = fStyleHashTable.Get(key);
207 FontStyle* style = fStyleHashTable.Get(key);
211 return fDelistedStyleHashTable.Get(key);
350 FontStyle* style = fStyleHashTable.Get(key);
/haiku/src/servers/app/
H A DServerApp.cpp713 STRACE(("ServerApp %s: Get ControlLook\n", Signature()));
825 STRACE(("ServerApp %s: Get overlay restrictions for bitmap "
1301 STRACE(("ServerApp %s: Get Cursor position\n", Signature()));
1319 STRACE(("ServerApp %s: Get Cursor bitmap\n", Signature()));
1329 ServerCursor* cursor = cursorRef.Get();
1349 STRACE(("ServerApp %s: Get ScrollBar info\n", Signature()));
1386 STRACE(("ServerApp %s: Get menu info\n", Signature()));
1437 STRACE(("ServerApp %s: Get Mouse Focus mode\n",
1471 STRACE(("ServerApp %s: Get Focus Follows Mouse mode\n", Signature()));
1505 STRACE(("ServerApp %s: Get Accep
[all...]
/haiku/src/preferences/screen/
H A DScreenWindow.cpp636 if (fBootWorkspaceApplied && fScreenMode.Get(vesaMode, 0) == B_OK) {
948 if (fScreenMode.Get(fActive, workspace) == B_OK) {
1303 fScreenMode.Get(screenMode, i);
1335 fScreenMode.Get(fOriginal);
H A DScreenMode.cpp233 ScreenMode::Get(screen_mode& mode, int32 workspace) const function in class:ScreenMode
292 ScreenMode::Get(display_mode& mode, int32 workspace) const function in class:ScreenMode
315 if (Get(current, workspace) == B_OK && fOriginal[workspace] == current)
344 Get(fOriginal[workspace], workspace);
/haiku/src/apps/mediaplayer/
H A DController.cpp61 fOwner.Get()->ReleaseTrackSupplier();
226 status_t ret = message.AddPointer("item", item.Get());
289 _NotifyFileChanged(item.Get(), B_NO_MEMORY);
297 _NotifyFileChanged(item.Get(), err);
303 _NotifyFileChanged(item.Get(), B_MEDIA_NO_HANDLER);
313 _NotifyFileChanged(item.Get(), B_MEDIA_NO_HANDLER);
361 _NotifyFileChanged(item.Get(), B_OK);
710 status_t status = fItem.Get()->SetLastVolume(fVolume);
712 status = fItem.Get()->SetLastFrame(fCurrentFrame);
714 fItem.Get()
[all...]
/haiku/src/apps/drivesetup/
H A DDiskView.cpp367 PartitionView* parent = fViewMap.Get(partition->Parent()->ID());
383 PartitionView* view = fViewMap.Get(fSelectedPartition);
390 PartitionView* view = fViewMap.Get(fSelectedPartition);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2143 = fgets(lineBuffer, sizeof(lineBuffer), attrFile.Get())) {
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp335 socket->first_protocol, socket->first_info, parent.Get(),
354 kprintf(" parent: %p\n", parent.Get());
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp19 NetBufferPrepend<uint16> data(buffer.Get());
22 NetBufferPrepend<l2cap_command_reject_data> data(buffer.Get());
27 NetBufferPrepend<l2cap_command_reject> command(buffer.Get());
45 NetBufferPrepend<l2cap_connection_req> command(buffer.Get());
64 NetBufferPrepend<l2cap_connection_rsp> command(buffer.Get());
91 NetBufferPrepend<config_option_mtu> option(buffer.Get());
105 NetBufferPrepend<config_option_flush_timeout> option(buffer.Get());
119 NetBufferPrepend<config_option_flow> option(buffer.Get());
134 NetBufferPrepend<l2cap_configuration_req> command(buffer.Get());
154 NetBufferPrepend<l2cap_configuration_rsp> command(buffer.Get());
[all...]
/haiku/headers/private/net/
H A DNetBufferUtilities.h18 static net_buffer_module_info *Get() { return gBufferModule; } function in class:NetBufferModuleGetter
30 fStatus = Module::Get()->direct_access(fBuffer, Offset, sizeof(Type),
33 fStatus = Module::Get()->read(fBuffer, Offset, &fDataBuffer,
65 Module::Get()->write(fBuffer, Offset, fData, sizeof(Type));
118 Module::Get()->remove_header(this->fBuffer, bytes);
150 this->fStatus = Module::Get()->prepend_size(buffer, size,
170 Module::Get()->free(buffer);
/haiku/headers/private/kernel/util/
H A DVectorMap.h81 Value &Get(const Key &key);
82 const Value &Get(const Key &key) const;
323 // Get
334 _VECTOR_MAP_CLASS_NAME::Get(const Key &key) function in class:_VECTOR_MAP_CLASS_NAME
343 // Get
354 _VECTOR_MAP_CLASS_NAME::Get(const Key &key) const function in class:_VECTOR_MAP_CLASS_NAME
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1026 ssize_t receivedBytes = fReceiveQueue.Get(numBytes, !clone, _buffer);
2259 status = fSendQueue.Get(buffer, fSendNext, segmentLength);
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerACPI.cpp21 return ReadResourceInfo(parent.Get());
70 CHECK_RET(fRegsArea.Get());
/haiku/src/system/runtime_loader/
H A Delf_load_image.cpp218 = TLSBlockTemplates::Get().Register(
H A Delf.cpp790 TLSBlockTemplates::Get().Unregister(image->dso_tls_id);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp1965 // Get current working directory from io context
2173 if (vnode.Get() == ioContext->root) {
2179 if (Vnode* coveredVnode = get_covered_vnode(vnode.Get()))
2191 status = FS_CALL(vnode.Get(), access, X_OK);
2198 status = lookup_dir_entry(vnode.Get(), path, &temp);
2229 status = FS_CALL(nextVnode.Get(), read_symlink, buffer, &bufferSize);
2256 inc_vnode_ref_count(vnode.Get());
2262 inc_vnode_ref_count(vnode.Get());
2268 nextVnode.SetTo(vnode.Get());
2270 status = vnode_path_to_vnode(vnode.Get(), pat
[all...]
H A Dfd.cpp385 // Get current I/O context and lock it
444 Team* team = Team::Get(fromTeam);
477 status = descriptor->ops->fd_ioctl(descriptor.Get(), op, buffer, length);
558 && descriptor->ops->fd_select(descriptor.Get(), event,
569 if (context->fds[fd] != descriptor.Get()) {
573 deselect_select_infos(descriptor.Get(), info, false);
576 close_fd(context, descriptor.Get());
633 descriptor->ops->fd_deselect(descriptor.Get(), event,
719 status = descriptor->ops->fd_write(descriptor.Get(), pos, buffer, &length);
721 status = descriptor->ops->fd_read(descriptor.Get(), po
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1872 .SetSystemError(fd.Get());
1875 if (ioctl(fd.Get(), PACKAGE_FS_OPERATION_CHANGE_ACTIVATION, request,
/haiku/headers/private/shared/
H A DAutoDeleter.h82 inline C *Get() const function in class:BPrivate::AutoDeleter
146 return this->Get()[index];
312 inline C Get() const function in class:BPrivate::HandleDeleter
H A DWeakReferenceable.h25 BWeakReferenceable* Get();
97 SetTo(other.Get());
149 SetTo(other.Get());
164 Type* object = static_cast<Type*>(fPointer->Get());
176 Type* object = static_cast<Type*>(fPointer->Get());
197 SetTo(other.Get());
204 SetTo(other.Get());
/haiku/src/apps/terminal/
H A DTermViewStates.cpp223 : fView->fKeymapTableForModifiers.Get(mod);
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp181 if (depot.Get() != NULL) {
184 if (package.Get() != NULL)
/haiku/src/apps/haikudepot/model/
H A DModel.cpp276 if (packageInfoRef.Get() != NULL)
302 DepotInfoRef ersatzDepot(new DepotInfo(*(fDepots[i].Get())), true);
315 return NULL != DepotForName(name).Get();
410 = dynamic_cast<CategoryFilter*>(fCategoryFilter.Get());
449 = dynamic_cast<SearchTermsFilter*>(fSearchTermsFilter.Get());
516 if (depot.Get() == NULL)
/haiku/src/system/kernel/arch/arm64/
H A Darch_int.cpp51 InterruptController *ic = InterruptController::Get();
60 InterruptController *ic = InterruptController::Get();
407 InterruptController *ic = InterruptController::Get();

Completed in 122 milliseconds

1234567891011>>