Searched refs:group (Results 126 - 150 of 304) sorted by path

1234567891011>>

/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp106 GroupStatement group(statement);
107 if (group.IsOpenGroup()) {
108 const char* translation = group.GetGroupTranslation();
113 const char* name = group.GetGroupName();
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp77 void BeginGroup(GroupStatement* group) argument
79 const char* translation = group->GetGroupTranslation();
80 const char* name = group->GetGroupName();
89 AddStatement(text, group->GetStatement());
98 The group type determines the view to be used for user input:
123 DetailsBuilder(BView* parent, BView* details, BRect bounds, Statement* group, const BMessage& settings);
147 DetailsBuilder::DetailsBuilder(BView* parent, BView* details, BRect bounds, Statement* group, const BMessage& settings) argument
151 , fGroup(group)
299 bool IsUIGroup(GroupStatement* group) argument
301 return group
367 BeginGroup(GroupStatement* group) argument
386 EndGroup(GroupStatement* group) argument
[all...]
/haiku/src/tests/add-ons/translators/
H A DTranslatorTestAddOn.cpp73 CheckTranslatorInfo(translator_info *pti, uint32 type, uint32 group, argument
78 CPPUNIT_ASSERT(pti->group == group);
99 if (pleft->group != pright->group)
H A DTranslatorTestAddOn.h15 uint32 type, uint32 group, float quality, float capability,
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp210 void _CreateSizeViews(View* group, const char* labelText, argument
217 group->AddChild(label);
222 group->AddChild(widthView);
227 group->AddChild(labelView);
232 group->AddChild(heightView);
236 group->AddChild(new HStrut(20));
240 group->AddChild(additionalView);
242 group->AddChild(new Glue());
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DButtonTest.cpp42 GroupView* group = new GroupView(B_VERTICAL); local
43 group->SetFrame(controls->Bounds());
44 controls->AddChild(group);
46 ControlTest::ActivateTest(group);
48 group->AddChild(new Glue());
H A DCheckBoxTest.cpp48 GroupView* group = new GroupView(B_VERTICAL); local
49 group->SetFrame(controls->Bounds());
50 controls->AddChild(group);
52 ControlTest::ActivateTest(group);
54 group->AddChild(new Glue());
H A DControlTest.cpp53 GroupView* group = new GroupView(B_VERTICAL); local
54 group->SetFrame(controls->Bounds());
55 group->SetSpacing(0, 8);
56 controls->AddChild(group);
61 group->AddChild(fLongTextCheckBox);
66 group->AddChild(fBigFontCheckBox);
H A DMenuBarTest.cpp48 GroupView* group = new GroupView(B_VERTICAL); local
49 group->SetFrame(controls->Bounds());
50 group->SetSpacing(0, 8);
51 controls->AddChild(group);
56 group->AddChild(fThirdItemCheckBox);
61 group->AddChild(fChildMenuCheckBox);
66 group->AddChild(fLongTextCheckBox);
68 group->AddChild(new Glue());
H A DMenuFieldTest.cpp69 GroupView* group = new GroupView(B_VERTICAL); local
70 group->SetFrame(controls->Bounds());
71 group->SetSpacing(0, 8);
72 controls->AddChild(group);
83 group->AddChild(fLongLabelTextCheckBox);
88 group->AddChild(fLongMenuTextCheckBox);
93 group->AddChild(fBigFontCheckBox);
98 group->AddChild(new Glue());
H A DRadioButtonTest.cpp49 GroupView* group = new GroupView(B_VERTICAL); local
50 group->SetFrame(controls->Bounds());
51 controls->AddChild(group);
53 ControlTest::ActivateTest(group);
55 group->AddChild(new Glue());
H A DTextControlTest.cpp57 GroupView* group = new GroupView(B_VERTICAL); local
58 group->SetFrame(controls->Bounds());
59 group->SetSpacing(0, 8);
60 controls->AddChild(group);
71 group->AddChild(fLongTextCheckBox);
76 group->AddChild(fBigFontCheckBox);
81 group->AddChild(new Glue());
H A DTextViewTest.cpp59 GroupView* group = new GroupView(B_VERTICAL); local
60 group->SetFrame(controls->Bounds());
61 group->SetSpacing(0, 4);
62 controls->AddChild(group);
67 group->AddChild(fUseInsetsCheckBox);
72 group->AddChild(fTextCheckBox);
77 group->AddChild(fFontCheckBox);
80 group->AddChild(new Glue());
/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/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/tests/kits/storage/
H A DStatableTest.cpp105 gid_t group; local
118 CPPUNIT_ASSERT( statable->GetGroup(&group) == B_OK );
129 CPPUNIT_ASSERT( group == st.st_gid );
148 gid_t group; local
157 CPPUNIT_ASSERT( statable->GetGroup(&group) == B_NO_INIT );
199 gid_t group = 0xdee; local
208 CPPUNIT_ASSERT( statable->SetGroup(group) == B_OK );
217 CPPUNIT_ASSERT( group == st.st_gid );
231 gid_t group = 0xdee; local
237 CPPUNIT_ASSERT( statable->SetGroup(group) !
[all...]
/haiku/src/tests/servers/app/clip_to_picture/
H A Dmain.cpp154 BGroupView* group = new BGroupView(B_HORIZONTAL); local
155 BLayoutBuilder::Group<>(group, B_HORIZONTAL, 0.0f)
160 BScrollView* scrollView = new BScrollView("scroll", group, 0, true, true);
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c31 struct in_addr imr_multiaddr; /* multicast group */
42 struct sockaddr_storage gr_group; /* group address */
46 struct sockaddr_storage gsr_group; /* group address */
60 static int open_multicast_socket(const char *group, const char *port,
209 static int open_multicast_socket(const char *group, const char *port, argument
225 if ((err = getaddrinfo(group, port, &hints, &res)) != 0)
286 if ((hostinfo = gethostbyname(group)) == NULL)
287 err_quit("Host %s not found.", group);
290 err_quit("%s is not a multicast address", group);
350 " -s, --source=ADDR join the SSM source group ADD
[all...]
H A Dmultisend.c24 int open_multicast_socket(const char *group, const char *port,
100 int open_multicast_socket(const char *group, const char *port, argument
115 if ((err = getaddrinfo(group, port, &hints, &res)) != 0)
179 if ((hostinfo = gethostbyname(group)) == NULL)
180 err_quit("Host %s not found.", group);
/haiku/build/scripts/
H A Dbuild_haiku_image319 $mkindex -t string META:group
/haiku/headers/build/
H A DBeOSBuildCompatibility.h109 int _haiku_build_fchown(int fd, uid_t owner, gid_t group);
111 gid_t group, int flag);
152 # define fchown(fd, owner, group) _haiku_build_fchown(fd, owner, group)
153 # define fchownat(fd, path, owner, group, flag) \
154 _haiku_build_fchownat(fd, path, owner, group, flag)
/haiku/headers/os/media/
H A DMediaRoster.h375 BBufferGroup* group,
/haiku/headers/os/package/
H A DPackageInfo.h158 status_t AddGroup(const BString& group);
/haiku/headers/posix/
H A Dunistd.h391 extern int chown(const char *path, uid_t owner, gid_t group);
392 extern int fchown(int fd, uid_t owner, gid_t group);
393 extern int lchown(const char *path, uid_t owner, gid_t group);
394 extern int fchownat(int fd, const char *path, uid_t owner, gid_t group,

Completed in 141 milliseconds

1234567891011>>