Home
last modified time | relevance | path

Searched defs:objects (Results 1 – 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIACPI.cpp162 acpi_objects objects = { 1, &object}; in GetBlock() local
200 acpi_objects objects = { 2, object}; in SetBlock() local
234 acpi_objects objects = { count, object}; in EvaluateMethod() local
291 acpi_objects objects = { 1, &object }; in GetEventData() local
331 acpi_objects objects = { 1, &object}; in _EvaluateMethodSimple() local
/haiku/src/apps/icon-o-matic/document/
H A DSetPropertiesCommand.cpp27 SetPropertiesCommand::SetPropertiesCommand(IconObject** objects, in SetPropertiesCommand()
/haiku/src/apps/icon-o-matic/transformable/
H A DResetTransformationCommand.cpp29 Transformable** const objects, in ResetTransformationCommand()
H A DTransformShapesBox.cpp134 Transformable* objects[fCount]; in MakeCommand() local
H A DTransformObjectsCommand.cpp21 Transformable** const objects, in TransformObjectsCommand()
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.cpp64 Model::ThreadWaitObject** objects in AddWaitObjectGroup() local
H A DModel.cpp253 BObjectList<ThreadWaitObject>& objects) in GetThreadWaitObjects()
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp111 IconObject** objects = new (nothrow) IconObject*[1]; in PropertyChanged() local
/haiku/src/bin/debug/time_stats/
H A Dscheduling_analysis.cpp25 scheduling_analysis_thread_wait_object** objects; member
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCCallbackServer.cpp282 void** objects = reinterpret_cast<void**>(object); in ConnectionThreadLauncher() local
/haiku/headers/os/drivers/
H A DACPI.h105 acpi_object_type *objects; member