Searched refs:child (Results 51 - 75 of 292) sorted by relevance

1234567891011>>

/haiku/src/kits/print/
H A DPrintPanel.cpp116 BView* child = Panel(); local
117 if (child) {
118 RemovePanel(child);
119 delete child;
130 BPrintPanel::RemovePanel(BView* child) argument
133 if (child == panel)
134 return fPanel->RemoveChild(child);
249 BPrintPanel::AddChild(BView* child, BView* before) argument
251 BWindow::AddChild(child, before);
256 BPrintPanel::RemoveChild(BView* child) argument
[all...]
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.h43 const BMutablePartition* child,
47 const BMutablePartition* child,
61 BMutablePartition** child);
62 virtual status_t DeleteChild(BMutablePartition* child);
H A DPartitionMapAddOn.cpp180 BMutablePartition* child = partition->ChildAt(i); local
182 if (!type.SetType(child->Type()))
196 primary->SetTo(child->Offset(), child->Size(), type.Type(), active,
199 child->SetChildCookie(primary);
219 // creating child
234 PartitionMapHandle::SupportedChildOperations(const BMutablePartition* child, argument
245 PartitionMapHandle::GetNextSupportedType(const BMutablePartition* child, argument
248 TRACE("%p->PartitionMapHandle::GetNextSupportedType(child: %p, "
249 "cookie: %ld)\n", this, child, *cooki
298 ValidateSetParameters(const BMutablePartition* child, const char* parameters) argument
315 SetParameters(BMutablePartition* child, const char* parameters) argument
537 BMutablePartition* child; local
559 DeleteChild(BMutablePartition* child) argument
[all...]
H A DExtendedPartitionAddOn.cpp174 // our parent has already set the child cookie to the primary partition.
182 // init the child partitions
185 BMutablePartition* child = partition->ChildAt(i); local
188 if (!type.SetType(child->Type()))
191 void* handle = parse_driver_settings_string(child->Parameters());
213 logical->SetTo(child->Offset(), child->Size(), type.Type(), active,
216 child->SetChildCookie(logical);
228 // creating child
243 const BMutablePartition* child, uint3
242 SupportedChildOperations( const BMutablePartition* child, uint32 mask) argument
250 GetNextSupportedType(const BMutablePartition* child, int32* cookie, BString* type) argument
290 BMutablePartition* child = partition->ChildAt(i); local
464 BMutablePartition* child; local
483 DeleteChild(BMutablePartition* child) argument
[all...]
/haiku/src/apps/terminal/
H A DTermScrollView.h13 TermScrollView(const char* name, BView* child,
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJob.h20 PartitionReference* child = NULL);
H A DMutablePartition.cpp356 // add the child
357 BMutablePartition* child = delegate->MutablePartition(); local
358 if (!fChildren.AddItem(child, index)) {
362 child->fParent = this;
363 child->fData = new(nothrow) user_partition_data;
364 if (!child->fData) {
365 fChildren.RemoveItem(child);
370 memset(child->fData, 0, sizeof(user_partition_data));
372 child->fData->id = -1;
373 child
391 BMutablePartition* child; local
420 BMutablePartition* child = (BMutablePartition*)fChildren.RemoveItem(index); local
436 DeleteChild(BMutablePartition* child) argument
[all...]
/haiku/src/kits/storage/disk_device/jobs/
H A DDeleteChildJob.h18 PartitionReference* child);
H A DResizeJob.h18 PartitionReference* child, off_t size,
H A DSetStringJob.h18 PartitionReference* child = NULL);
H A DCreateChildJob.h18 PartitionReference* child);
H A DMoveJob.h18 PartitionReference* child);
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp189 pid_t child = fork(); local
190 assert_posix_bool_success(child >= 0);
192 if (child == 0) {
193 // child
199 wait_for_child(child);
203 child = fork();
204 assert_posix_bool_success(child >= 0);
206 if (child == 0) {
207 // child
214 wait_for_child(child);
236 pid_t child = fork(); local
559 pid_t child = fork(); local
690 pid_t child = fork(); local
818 pid_t child = fork(); local
900 pid_t child = fork(); local
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dshared.h51 int (*bus_child_location_str)(device_t dev __unused, device_t child,
53 int (*bus_child_pnpinfo_str)(device_t dev __unused, device_t child,
56 int (*bus_print_child)(device_t dev, device_t child);
57 int (*bus_read_ivar)(device_t dev, device_t child __unused, int which,
/haiku/src/system/libroot/posix/musl/search/
H A Dtdelete.c15 struct node *child; local
43 child = n->a[0];
45 child = n->a[1];
47 /* freed node has at most one child, move it up and rebalance. */
49 *a[--i] = child;
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp87 partition_data *child = create_child_partition(partition->id, local
89 if (!child) {
90 PRINT(("Unable to create child at index %d.\n", i));
95 child->block_size = session->BlockSize();
96 child->flags |= session->Flags();
97 child->type = strdup(session->Type());
98 if (!child->type) {
102 child->parameters = NULL;
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp24 Node* child = fChildTable.Clear(true); local
25 while (child != NULL) {
26 Node* next = child->NameHashTableNext();
27 child->ReleaseReference();
28 child = next;
97 // adjust directory iterators pointing to the removed child
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dintel.cpp131 // Depending on whether we actually have recognized child partitions and
190 partition_data* child = create_child_partition(partition->id, local
194 if (!child) {
200 child->block_size = partition->block_size;
205 child->type = strdup(type);
210 child->parameters = strdup(buffer);
211 child->cookie = primary;
213 if (!child->type || !child->parameters) {
226 if (partition_data* child
345 partition_data* child = create_child_partition(partition->id, index, local
[all...]
/haiku/src/kits/shared/
H A DColorQuantizer.cpp50 Node* child[8]; // Pointers to child nodes member in struct:BColorQuantizer::Node
175 _AddColor(&((*_node)->child[index]), r, g, b, a, bitsPerColor,
221 if (node->child[i] != NULL) {
222 sumR += node->child[i]->sumR;
223 sumG += node->child[i]->sumG;
224 sumB += node->child[i]->sumB;
225 sumA += node->child[i]->sumA;
226 node->pixelCount += node->child[i]->pixelCount;
228 free(node->child[
[all...]
/haiku/headers/os/interface/
H A DSplitView.h53 // void AddChild(BView* child);
54 void AddChild(BView* child, BView* sibling = NULL);
55 bool AddChild(BView* child, float weight);
56 bool AddChild(int32 index, BView* child,
59 bool AddChild(BLayoutItem* child);
60 bool AddChild(BLayoutItem* child, float weight);
61 bool AddChild(int32 index, BLayoutItem* child,
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp47 for (int32 i = 0; AbstractArrayValueNodeChild* child = fChildren.ItemAt(i);
49 child->ReleaseReference();
154 AbstractArrayValueNodeChild* child;
156 child = new(std::nothrow) ArrayValueNodeChild(this, name, i,
159 child = new(std::nothrow) InternalArrayValueNodeChild(this, name, i,
163 if (child == NULL || !fChildren.AddItem(child)) {
164 delete child;
168 child->SetContainer(fContainer);
312 AbstractArrayValueNodeChild* child local
[all...]
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp149 for (int32 i = 0; KPartition *child = partition->ChildAt(i); i++)
150 move_descendants(child, moveBy);
168 for (int32 i = 0; KPartition *child = partition->ChildAt(i); i++) {
169 status_t error = move_descendants_contents(child);
667 // register child
668 KPartition* child = manager->RegisterPartition(childID); local
669 if (child == NULL)
672 PartitionRegistrar registrar3(child, true);
676 || childChangeCounter != child->ChangeCounter()) {
685 // child mus
801 KPartition* child = manager->RegisterPartition(childID); local
930 KPartition* child = manager->RegisterPartition(childID); local
1006 KPartition* child = manager->RegisterPartition(childID); local
1308 KPartition *child = NULL; local
1354 KPartition* child = manager->RegisterPartition(childID); local
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp202 VirtualDir::AddEntry(const char* name, Node* child) argument
204 if (!name || !child || fEntries.ContainsKey(name))
212 status_t error = entry->SetTo(name, child);
225 if (VirtualDir* childDir = dynamic_cast<VirtualDir*>(child))
238 Node* child = NULL;
241 child = entry->GetNode();
255 if (VirtualDir* childDir = dynamic_cast<VirtualDir*>(child))
258 return child;
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupWindow.h25 PopupWindow(PopupView* child,
/haiku/headers/private/storage/
H A DMutablePartition.h62 BMutablePartition** child);
65 BMutablePartition** child);
67 status_t DeleteChild(BMutablePartition* child);
73 int32 IndexOfChild(BMutablePartition* child) const;

Completed in 164 milliseconds

1234567891011>>