Searched refs:ObjectType (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/kits/debugger/util/
H A DArchivingUtils.h14 template<typename ObjectType>
15 static ObjectType* CastOrDelete(BArchivable* archivable);
17 template<typename ObjectType>
18 static ObjectType* Unarchive(const BMessage& archive);
26 template<typename ObjectType>
27 static ObjectType* UnarchiveChild(const BMessage& archive,
32 template<typename ObjectType>
33 /*static*/ ObjectType*
39 ObjectType* object = dynamic_cast<ObjectType*>(archivabl
[all...]
/haiku/src/tests/system/kernel/unit/
H A DTestThread.h14 template<typename ObjectType, typename ParameterType>
17 TestThread(ObjectType* object, argument
18 void (ObjectType::*method)(TestContext&, ParameterType*),
44 ObjectType* fObject;
45 void (ObjectType::*fMethod)(TestContext&, ParameterType*);
50 template<typename ObjectType, typename ParameterType>
52 SpawnThread(ObjectType* object, argument
53 void (ObjectType::*method)(TestContext&, ParameterType*), const char* name,
56 TestThread<ObjectType, ParameterType>* thread
57 = new(std::nothrow) TestThread<ObjectType, ParameterTyp
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswload.c259 ACPI_OBJECT_TYPE ObjectType; local
293 ObjectType = WalkState->OpInfo->ObjectType;
297 AcpiUtGetTypeName (ObjectType)));
307 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
318 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
438 AcpiUtGetTypeName (ObjectType)));
444 AcpiUtGetTypeName (ObjectType)));
451 AcpiUtGetTypeName (ObjectType)));
460 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType,
555 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddswload2.c189 ACPI_OBJECT_TYPE ObjectType; local
251 ObjectType = WalkState->OpInfo->ObjectType;
254 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType));
272 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
285 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
298 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
394 if (AcpiNsOpensScope (ObjectType))
396 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState);
465 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType,
531 ACPI_OBJECT_TYPE ObjectType; local
[all...]
H A Ddsutils.c785 if (OpInfo->ObjectType == ACPI_TYPE_INVALID)
813 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType);
H A Ddswexec.c368 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType))
372 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op));
572 * being the ObjectType and SizeOf operators as well as opcodes that
H A Ddspkginit.c478 UINT8 ObjectType,
477 AcpiDsInitPackageElement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Ddsobject.c238 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexresop.c260 UINT8 ObjectType; local
319 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
326 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS)
331 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type;
339 ObjectType = ObjDesc->Common.Type;
343 if (!AcpiUtValidObjectType (ObjectType))
346 "Bad operand object type [0x%X]", ObjectType));
351 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE)
446 ACPI_TYPE_LOCAL_REFERENCE, ObjectType, ObjDesc);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsobject.c191 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; local
242 ObjectType = ACPI_TYPE_ANY;
257 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type;
270 ObjectType = Type;
306 Node->Type = (UINT8) ObjectType;
H A Dnsprepkg.c338 Package->RetInfo3.ObjectType[i], i);
643 Package->RetInfo2.ObjectType[j], j);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c482 ACPI_OBJECT_TYPE ObjectType; local
489 Status = AcpiGetType (PciDevice, &ObjectType);
495 if (ObjectType != ACPI_TYPE_DEVICE)
/haiku/src/tests/servers/app/playground/
H A DObjectView.h39 int32 ObjectType() const function in class:ObjectView
H A DObjectWindow.cpp458 fFillCB->SetEnabled(fObjectView->ObjectType() != OBJECT_LINE);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutobject.c174 UINT8 ObjectType,
755 UINT8 ObjectType,
765 switch (ObjectType)
754 AcpiUtGetElementLength( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
H A Dutcopy.c171 UINT8 ObjectType,
199 UINT8 ObjectType,
371 UINT8 ObjectType,
390 switch (ObjectType)
982 UINT8 ObjectType,
1000 switch (ObjectType)
370 AcpiUtCopyIelementToEelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
981 AcpiUtCopyIelementToIelement( UINT8 ObjectType, ACPI_OPERAND_OBJECT *SourceObject, ACPI_GENERIC_STATE *State, void *Context) argument
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp607 virtual object_type ObjectType() const function in class:Node
711 virtual object_type ObjectType() const function in class:SubstitutionNode
713 return fNode->ObjectType();
770 virtual object_type ObjectType() const function in class:ArrayNode
805 virtual object_type ObjectType() const function in class:ObjectNode
865 virtual object_type ObjectType() const function in class:SimpleTypeNode
917 virtual object_type ObjectType() const function in class:TypedNumberLiteralNode
960 virtual object_type ObjectType() const function in class:XtructorNode
1078 virtual object_type ObjectType() const function in class:CVQualifiersNode
1080 return fChildNode->ObjectType();
1117 virtual object_type ObjectType() const function in class:TypeModifierNode
1166 virtual object_type ObjectType() const function in class:VendorTypeModifierNode
1192 virtual object_type ObjectType() const function in class:OperatorNode
1243 virtual object_type ObjectType() const function in class:CastOperatorNode
1285 virtual object_type ObjectType() const function in class:PrefixedNode
1347 virtual object_type ObjectType() const function in class:ClonedNode
1459 virtual object_type ObjectType() const function in class:TemplateNode
1686 virtual object_type ObjectType() const function in class:PointerToMemberNode
1814 virtual object_type ObjectType() const function in class:FunctionNode
[all...]
/haiku/headers/private/kernel/
H A Dcondition_variable.h76 const char* ObjectType() const { return fObjectType; } function in struct:ConditionVariable
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacdispat.h450 UINT8 ObjectType,
H A Daclocal.h519 UINT8 ObjectType[4]; member in struct:acpi_package_info2
530 UINT8 ObjectType[2]; member in struct:acpi_package_info3
991 UINT8 ObjectType; /* Corresponding internal object type */ member in struct:acpi_opcode_info
H A Dacutils.h275 UINT8 ObjectType,
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp39 template<typename ObjectType>
42 ListAddDeleter(BObjectList<ObjectType>& list, ObjectType* object,
73 BObjectList<ObjectType>& fList;
74 ObjectType* fObject;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsloop.c487 AcpiPsGetOpcodeInfo (WalkState->Opcode)->ObjectType))
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp177 if (variable->ObjectType() != kUserMutexEntryType) {
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp498 strlcpy(waitObject->name, variable->ObjectType(),

Completed in 200 milliseconds

12