Searched refs:id (Results 176 - 200 of 1212) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoAddOn.h30 extern "C" BMediaAddOn *make_media_addon(image_id id);
H A DVideoAddOn.cpp17 VideoWindowAddOn::VideoWindowAddOn(image_id id) argument
18 : BMediaAddOn(id)
102 extern "C" BMediaAddOn *make_media_addon(image_id id) argument
104 return new VideoWindowAddOn(id);
/haiku/src/apps/installer/
H A DPartitionMenuItem.h20 BMessage* msg, partition_id id);
/haiku/src/apps/terminal/
H A DActiveProcessInfo.h17 void SetTo(pid_t id, const BString& name,
/haiku/src/bin/debug/profile/
H A DImage.cpp13 fID(info.id),
/haiku/src/preferences/media/
H A DMediaIcons.h37 void _LoadBitmap(BResources* resources, int32 id,
/haiku/src/servers/midi/
H A DServerDefs.h54 int32 id; member in struct:endpoint_t
/haiku/src/kits/locale/
H A DEditableCatalog.cpp42 EditableCatalog::SetString(int32 id, const char* translated) argument
47 return fCatalogData->SetString(id, translated);
72 EditableCatalog::SetData(uint32 id, BMessage* msg) argument
77 return fCatalogData->SetData(id, msg);
H A DLocale.cpp117 BLocale::GetString(uint32 id) const
125 if (id >= B_OTHER_STRINGS_BASE) {
126 if (id == B_CODESET)
131 return fLanguage.GetString(id);
H A DCatalogData.cpp58 BCatalogData::GetData(uint32 id, BMessage* msg) argument
73 BCatalogData::SetString(int32 id, const char* translated) argument
94 BCatalogData::SetData(uint32 id, BMessage* msg) argument
/haiku/src/build/libroot/
H A Dthread.cpp42 _get_thread_info(thread_id id, thread_info* info, size_t size) argument
/haiku/src/kits/print/
H A DPrinter.cpp242 image_id id = _LoadDriver(); local
243 if (id < 0)
248 if (get_image_symbol(id, "default_settings", B_SYMBOL_TYPE_TEXT
259 unload_add_on(id);
326 image_id id = _LoadDriver(); local
327 if (id < 0)
334 if (get_image_symbol(id, "add_printer", B_SYMBOL_TYPE_TEXT
342 unload_add_on(id);
351 image_id id = _LoadDriver(); local
352 if (id <
377 image_id id = _LoadDriver(); local
[all...]
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h28 # define PRINT_INPUT(_text, _in) do { char _buf[300]; string_for_format((_in).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_in).node.node, (_in).node.port, (_in).source.port, (_in).source.id, (_in).destination.port, (_in).destination.id, _buf, (_in).name); } while (0)
29 # define PRINT_OUTPUT(_text, _out) do { char _buf[300]; string_for_format((_out).format, _buf, sizeof(_buf)); printf("%s node(node %" B_PRId32 ", port %" B_PRId32 "); source(port %" B_PRId32 ", id %" B_PRId32 "); dest(port %" B_PRId32 ", id %" B_PRId32 "); fmt(%s); name(%s)\n", (_text), (_out).node.node, (_out).node.port, (_out).source.port, (_out).source.id, (_out).destination.port, (_out).destination.id, _buf, (_out).name); } while (0)
/haiku/headers/os/locale/
H A DCatalogData.h37 virtual const char* GetString(uint32 id) = 0;
47 virtual status_t GetData(uint32 id, BMessage* msg);
54 virtual status_t SetString(int32 id, const char* translated);
58 virtual status_t SetData(uint32 id, BMessage* msg);
/haiku/src/bin/network/ppp_up/
H A DPPPStatusView.h16 PPPStatusView(BRect rect, ppp_interface_id id);
/haiku/headers/private/debugger/settings/generic/
H A DSettingsDescription.h23 Setting* SettingByID(const char* id) const;
/haiku/headers/private/kernel/
H A Delf.h40 status_t unload_kernel_add_on(image_id id);
54 status_t elf_add_memory_image_symbol(image_id id, const char* name,
56 status_t elf_read_kernel_image_symbols(image_id id, elf_sym* symbolTable,
61 status_t _user_read_kernel_image_symbols(image_id id, elf_sym* symbolTable,
/haiku/src/kits/media/
H A DBufferCache.h32 BBuffer* GetBuffer(media_buffer_id id, port_id port);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNode.h50 void SetUserID(uid_t id) { fUserID = id; } argument
53 void SetGroupID(gid_t id) { fGroupID = id; } argument
/haiku/src/kits/storage/
H A DResourceItem.cpp69 ResourceItem::SetIdentity(type_code type, int32 id, const char *name) argument
72 fID = id;
122 ResourceItem::SetID(int32 id) argument
124 fID = id;
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Dframebuffer_private.h22 int32 id; member in struct:framebuffer_info
/haiku/src/libs/compat/freebsd_network/
H A Dunit.cpp76 int id; local
84 id = ID_STORE_FULL;
88 id = slotIndex + idStore->idBias;
92 return id;
/haiku/headers/private/storage/
H A DDiskDevice.h26 status_t SetTo(partition_id id);
50 static status_t _GetData(partition_id id, bool deviceOnly,
54 status_t _SetTo(partition_id id, bool deviceOnly,
/haiku/src/apps/deskbar/
H A DStatusViewShelf.cpp72 // catch the message and find the id or name specifier
78 // note: if specified by index its the index not the id!
88 int32 id; local
90 if (fParent->ItemInfo(index, &name, &id) == B_OK)
91 fParent->RemoveIcon(id);
/haiku/src/apps/resedit/
H A DResourceData.h20 ResourceData(const type_code &code, const int32 &id,
25 void SetTo(const type_code &code, const int32 &id,
38 void SetID(const int32 &id);

Completed in 287 milliseconds

1234567891011>>