Searched refs:group (Results 201 - 225 of 304) sorted by last modified time

1234567891011>>

/haiku/src/apps/switcher/
H A DGroupListView.cpp108 void* group = model->GroupAt(groupIndex); local
109 groupMap[(addr_t)group] = groupItem;
110 groupItem->AddItem(new RendererLayoutItem(this, groupIndex, group,
116 void* group = model->GroupForItemAt(itemIndex); local
117 if (group == NULL)
120 BGroupLayout* groupItem = groupMap[(addr_t)group];
193 ? "group" : "item", rendererItem->Item());
/haiku/src/kits/media/legacy/
H A DDeprecated.cpp63 BBufferGroup* group, bool willReclaim)
62 SetOutputBuffersFor(const media_source& output, BBufferGroup* group, bool willReclaim) argument
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp73 BGroupView* group = new BGroupView(B_VERTICAL); local
74 BLayoutBuilder::Group<>(group, B_VERTICAL)
79 group->SetName(view->Name());
81 AddTab(group);
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh26 --group HardwareChecker \
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h103 BBufferGroup* group);
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp105 Model::ThreadWaitObjectGroup* group local
108 if (!group->GetThreadWaitObjects(waitObjects))
119 printf("new wait object group at %" B_PRId32 "\n", i);
120 // collect the objects for this group
/haiku/src/apps/mail/
H A DPeople.h36 bool IsInGroup(const char* group) const;
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp30 static const char* const kUserGroupLockName = "user group";
33 const char* BPrivate::kGroupFile = "/etc/group";
240 // #pragma mark - group support
245 gid_t gid, const char* const* members, int memberCount, group* entry,
275 BPrivate::copy_group_to_buffer(const group* from, group* entry, char* buffer,
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.cpp127 /*! In this function, you should either pass on the group to your upstream guy,
128 or delete your current group and hang on to this group. Deleting the
129 previous group (unless you passed it on with the reclaim flag set to false)
131 want to reclaim the buffers living in that group.
134 ProducerNode::SetBufferGroup(const media_source& forSource, BBufferGroup* group) argument
144 trace("deleting buffer group!...\n");
149 /* release the previous buffer group */
154 mBufferGroup = group;
156 /* allocate new buffer group i
[all...]
H A DProducerNode.h42 BBufferGroup * group);
/haiku/src/system/libroot/posix/unistd/
H A Dchown.c19 gid_t group)
29 if (group != (gid_t)-1) {
30 stat.st_gid = group;
42 chown(const char *path, uid_t owner, gid_t group) argument
44 return common_chown(-1, path, true, owner, group);
49 lchown(const char *path, uid_t owner, gid_t group) argument
51 return common_chown(-1, path, false, owner, group);
56 fchown(int fd, uid_t owner, gid_t group) argument
58 return common_chown(fd, NULL, false, owner, group);
63 fchownat(int fd, const char* path, uid_t owner, gid_t group, in argument
18 common_chown(int fd, const char* path, bool followLinks, uid_t owner, gid_t group) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dmulti.cpp541 int32 group; local
549 group = mmc->id;
559 return group;
962 uint32 group = 0, combo = 0, channel = 0; local
972 parentTab = ice1712UI_CreateGroup(&mmc, group++,
976 parentTabColumn = ice1712UI_CreateGroup(&mmc, group++, parentTab,
984 parentTabColumn = ice1712UI_CreateGroup(&mmc, group++, parentTab,
992 parentTabColumn = ice1712UI_CreateGroup(&mmc, group++, parentTab,
1004 parentTab = ice1712UI_CreateGroup(&mmc, group++, CONTROL_IS_MASTER,
1008 parentTabColumn = ice1712UI_CreateGroup(&mmc, group
[all...]
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp371 outInfo->group = B_TRANSLATOR_BITMAP;
440 outInfo->group = B_TRANSLATOR_BITMAP;
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.h93 /* In this function, you should either pass on the group to your upstream guy, */
94 /* or delete your current group and hang on to this group. Deleting the previous */
95 /* group (unless you passed it on with the reclaim flag set to false) is very */
97 /* to reclaim the buffers living in that group. */
100 BBufferGroup* group);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css17 filename, firstname, firstterm, funcdef, funcparams, function, group,
H A Dtables.css21 display: table-header-group;
25 display: table-row-group;
/haiku/src/add-ons/translators/rtf/
H A DRTFTranslator.cpp174 info->group = B_TRANSLATOR_TEXT;
197 info->group = B_TRANSLATOR_TEXT;
205 info->group = B_TRANSLATOR_TEXT;
/haiku/src/tests/kits/media/
H A DBufferTest.cpp33 BBufferGroup * group; local
37 group = new BBufferGroup();
39 s = group->InitCheck();
42 s = group->CountBuffers(&count);
51 BBufferGroup * group; local
56 group = new BBufferGroup(1234);
58 s = group->InitCheck();
61 s = group->CountBuffers(&count);
65 s = group->GetBufferList(1,&buffer);
89 delete group;
[all...]
/haiku/src/add-ons/translators/psd/
H A DPSDTranslator.cpp115 info->group = B_TRANSLATOR_BITMAP;
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.h86 BBufferGroup * group);
/haiku/src/bin/
H A Dtranslate.cpp121 print_tupel("(%s) ", format.group);
354 uint32 group = 0; local
363 group = infos[0].group;
374 group = format->group;
416 if (formats[j].group != group || typesSeen.FindType(formats[j].type))
598 if (inputFormats[j].group == type || inputFormats[j].type == type) {
605 if (outputFormats[j].group
[all...]
/haiku/src/kits/tracker/
H A DGroupedMenu.cpp213 TMenuItemGroup* group; local
214 while ((group = static_cast<TMenuItemGroup*>(fGroups.RemoveItem((int32)0)))
216 delete group;
222 TGroupedMenu::AddGroup(TMenuItemGroup* group) argument
224 if (!fGroups.AddItem(group))
227 group->fMenu = this;
229 for (int32 i = 0; i < group->CountItems(); i++) {
230 AddGroupItem(group, group->ItemAt(i), i);
238 TGroupedMenu::AddGroup(TMenuItemGroup* group, int3 argument
254 RemoveGroup(TMenuItemGroup* group) argument
287 AddGroupItem(TMenuItemGroup* group, BMenuItem* item, int32 atIndex) argument
338 RemoveGroupItem(TMenuItemGroup* group, BMenuItem* item) argument
[all...]
H A DGroupedMenu.h84 bool AddGroup(TMenuItemGroup* group);
85 bool AddGroup(TMenuItemGroup* group, int32 atIndex);
87 bool RemoveGroup(TMenuItemGroup* group);
94 void AddGroupItem(TMenuItemGroup* group, BMenuItem* item,
96 void RemoveGroupItem(TMenuItemGroup* group, BMenuItem* item);
/haiku/headers/os/storage/
H A DStatable.h42 status_t GetGroup(gid_t* group) const;
43 status_t SetGroup(gid_t group);
/haiku/src/add-ons/translators/exr/
H A DEXRTranslator.cpp97 outInfo->group = B_TRANSLATOR_BITMAP;

Completed in 127 milliseconds

1234567891011>>