Searched refs:Parent (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpswalk.c143 ACPI_PARSE_OBJECT *Parent = NULL; local
155 if (Op != Parent)
172 Parent = Op->Common.Parent;
188 Op = Parent;
H A Dpstree.c273 Arg->Common.Parent = Op;
301 ACPI_PARSE_OBJECT *Parent; local
331 Parent = Op->Common.Parent;
333 while (Parent)
335 Arg = AcpiPsGetArg (Parent, 0);
348 if (Parent->Common.Next)
352 return (Parent->Common.Next);
355 Op = Parent;
356 Parent
[all...]
H A Dpsparse.c247 if (Op->Common.Parent)
249 Prev = Op->Common.Parent->Common.Value.Arg;
261 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
287 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
288 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) ||
289 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) ||
290 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
291 (Op->Common.Parent->Common.AmlOpcode == AML_BANK_FIELD_OP) ||
292 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))
300 else if ((Op->Common.Parent
[all...]
/haiku-fatelf/src/preferences/network_old/
H A DNetListView.cpp15 BView *parent = Parent();
22 BButton *settings = dynamic_cast <BButton *> ((parent->Parent())->FindView("Settings"));
23 BButton *clear = dynamic_cast <BButton *> ((parent->Parent())->FindView("Clear"));
30 BButton *restore = dynamic_cast <BButton *> ((parent->Parent())->FindView("Restore"));
31 BButton *remove = dynamic_cast <BButton *> ((parent->Parent())->FindView("Delete"));
42 BButton *settings=dynamic_cast <BButton *> ((parent->Parent())->FindView("Settings"));
43 BButton *clear=dynamic_cast <BButton *> ((parent->Parent())->FindView("Clear"));
50 BButton *restore=dynamic_cast <BButton *> ((parent->Parent())->FindView("Restore"));
51 BButton *remove=dynamic_cast <BButton *> ((parent->Parent())->FindView("Delete"));
/haiku-fatelf/src/apps/resedit/
H A DResListView.cpp20 if (!Parent())
23 BMessenger messenger(Parent());
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DDirectoryIterator.h37 Icb* Parent() { return fParent; } function in class:Udf::DirectoryIterator
38 const Icb* Parent() const { return fParent; } function in class:Udf::DirectoryIterator
H A DDirectoryIterator.cpp33 PRINT(("Parent()->Length(): %Ld\n", Parent()->Length()));
40 *id = Parent()->Id();
44 if (uint64(fPosition) >= Parent()->Length())
57 error = Parent()->Read(offset, entry, &entryLength, &block);
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DInterface.cpp24 return ((Device *)Parent())->DefaultPipe()->SendRequest(
40 return ((Device *)Parent())->DefaultPipe()->SendRequest(
56 return ((Device *)Parent())->DefaultPipe()->SendRequest(
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DSwatchValueView.cpp37 if (BView* parent = Parent())
46 if (BView* parent = Parent()) {
59 if (BView* parent = Parent())
/haiku-fatelf/src/apps/soundrecorder/
H A DDrawButton.cpp32 ReplaceTransparentColor(&fOn, Parent()->ViewColor());
33 ReplaceTransparentColor(&fOff, Parent()->ViewColor());
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DVariableValueNodeChild.h22 virtual ValueNode* Parent() const;
H A DVariableValueNodeChild.cpp43 VariableValueNodeChild::Parent() const function in class:VariableValueNodeChild
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsutils.c298 if ((!Op->Common.Parent) ||
299 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
311 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
329 switch (Op->Common.Parent->Common.AmlOpcode)
372 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
373 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) ||
374 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
375 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP) ||
376 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) ||
377 (Op->Common.Parent
[all...]
H A Ddsobject.c189 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
190 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)))
218 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
219 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))
473 ACPI_PARSE_OBJECT *Parent; local
486 Parent = Op->Common.Parent;
487 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
488 (Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))
490 Parent
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsxfobj.c245 ParentNode = Node->Parent;
270 * Parent - Parent object whose children we are getting
286 ACPI_HANDLE Parent,
315 ParentNode = AcpiNsValidateHandle (Parent);
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp176 if (!child || !child->Parent() || size < 0 || !fModule)
183 status_t result = child->Parent()->Open(O_RDWR, &fd);
228 if (!child || !child->Parent() || !fModule)
235 status_t result = child->Parent()->Open(O_RDWR, &fd);
240 result = fModule->move_child(fd, child->Parent()->ID(), child->ID(), offset,
256 if (!child || !child->Parent() || !fModule)
263 status_t result = child->Parent()->Open(O_RDWR, &fd);
311 if (!child || !child->Parent() || !type || !fModule)
318 status_t result = child->Parent()->Open(O_RDWR, &fd);
323 result = fModule->set_type(fd, child->Parent()
[all...]
/haiku-fatelf/src/apps/debugger/files/
H A DLocatableEntry.h44 LocatableDirectory* Parent() const { return fParent; } function in class:LocatableEntry
/haiku-fatelf/src/kits/interface/
H A DDragger.cpp238 if (Parent() != NULL && (Parent()->Flags() & B_DRAW_ON_CHILDREN) == 0) {
239 uint32 flags = Parent()->Flags();
240 Parent()->SetFlags(flags | B_DRAW_ON_CHILDREN);
241 Parent()->Draw(Frame() & ConvertToParent(update));
242 Parent()->Flush();
243 Parent()->SetFlags(flags);
256 if (Parent() != NULL) {
257 if ((Parent()->Flags() & B_DRAW_ON_CHILDREN) == 0) {
258 uint32 flags = Parent()
[all...]
/haiku-fatelf/src/apps/cortex/support/
H A DMouseTrackingHelpers.cpp151 for(BView* pParent = Parent(); pParent; pParent = pParent->Parent()) {
/haiku-fatelf/src/preferences/mail/
H A DCenterContainer.cpp23 if (Parent() != NULL)
24 SetViewColor(Parent()->ViewColor());
/haiku-fatelf/src/apps/bsnow/
H A DSnowView.cpp139 p = Parent();
141 col = B_TRANSPARENT_32_BIT;//Parent()->ViewColor();
183 if (Parent()) {
184 Parent()->Invalidate(Parent()->Bounds());
205 if (Parent()) {
223 if (fAttached && Parent())
224 Parent()->MessageReceived(msg);
329 printf("BSnow: Parent resized to %" B_PRId32 " %" B_PRId32 "\n", fCachedWsWidth, fCachedWsHeight);
478 BView *p = Parent();
[all...]
/haiku-fatelf/headers/private/kernel/util/
H A DVectorMap.h50 template<typename Entry, typename Parent, typename EntryIterator>
52 template<typename _Key, typename _Value, typename Entry, typename Parent>
143 typename Parent>
146 typedef VectorMapEntry<KeyReference, _Value, Entry, Parent> Class;
169 VectorMapEntry(Parent *parent, Entry *entry)
173 const Parent *fParent;
179 template<typename Entry, typename Parent, typename EntryIterator>
182 typedef VectorMapIterator<Entry, Parent, EntryIterator> Iterator;
258 inline VectorMapIterator(Parent *parent, const EntryIterator &iterator)
275 Parent *fParen
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dubi_BinTree.cpp335 ubi_btNodePtr *Parent; local
341 Parent = &((Node1->Link[ubi_trPARENT])->Link[(int)(Node1->gender)]);
343 Parent = &(RootPtr->root);
344 ReplaceNode( Parent, Node1, dummy_p );
348 Parent = &((Node2->Link[ubi_trPARENT])->Link[(int)(Node2->gender)]);
350 Parent = &(RootPtr->root);
351 ReplaceNode( Parent, Node2, Node1 );
355 Parent = &((dummy_p->Link[ubi_trPARENT])->Link[(int)(dummy_p->gender)]);
357 Parent = &(RootPtr->root);
358 ReplaceNode( Parent, dummy_
[all...]
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartition.cpp323 if (path == NULL || Parent() == NULL || Index() < 0)
327 status_t error = Parent()->GetPath(path);
333 if (Parent()->IsDevice()) {
634 BPartition::Parent() const function in class:BPartition
763 BPartition* parent = Parent();
783 BPartition* parent = Parent();
809 BPartition* parent = Parent();
851 BPartition* parent = Parent();
882 BPartition* parent = Parent();
907 BPartition* parent = Parent();
[all...]
/haiku-fatelf/src/apps/webpositive/tabview/
H A DTabContainerView.cpp116 item->Parent()->Draw(updateRect);
223 item->Parent()->SetIsLast(false);
241 TabView* removedTab = item->Parent();
252 TabView* tab = item->Parent();
265 TabView* tab = item->Parent();
289 return item->Parent();
308 tab = item->Parent();
350 item->Parent()->SetLabel(label);
444 return item->Parent();

Completed in 186 milliseconds

1234567891011>>