Searched refs:object (Results 201 - 225 of 228) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp705 inline void operator()(UdpDomainSupport* object) argument
707 sUdpEndpointManager->FreeEndpoint(object);
715 DomainSupportDeleter(UdpDomainSupport* object) argument
716 : BPrivate::AutoDeleter<UdpDomainSupport, DomainSupportDelete>(object)
923 /*! Retrieves the UdpDomainSupport object responsible for this buffer, if the
/haiku/src/kits/device/
H A DSerialPort.cpp46 /*! \brief Creates and initializes a BSerialPort object.
50 The BSerialPort object is initialized to these values:
75 /*! \brief Frees the resources associated with the object.
475 info[0].object = ffd;
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.cpp248 PerspectiveBox::ObjectChanged(const Observable* object) argument
/haiku/src/kits/interface/
H A DOutlineListView.cpp105 BArchivable* object = instantiate_object(&subData); local
106 if (!object)
109 BListItem* item = dynamic_cast<BListItem*>(object);
H A DMenuField.cpp1304 BArchivable* object = instantiate_object(&data); local
1305 if (object == NULL) {
1310 BMenuItem* newItem = static_cast<BMenuItem*>(object);
H A DListView.cpp124 BArchivable* object = instantiate_object(&subData); local
125 if (object == NULL)
128 BListItem* item = dynamic_cast<BListItem*>(object);
/haiku/src/tests/kits/net/service/
H A Dtestserver.py302 class ResponseBodyBuilder(object):
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py302 class ResponseBodyBuilder(object):
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp60 virtual void ObjectChanged(const Observable* object) argument
H A DShapeListView.cpp69 virtual void ObjectChanged(const Observable* object) argument
H A DPathListView.cpp117 virtual void ObjectChanged(const Observable* object) argument
H A DStyleListView.cpp122 virtual void ObjectChanged(const Observable* object) argument
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp17 TreeTableField(void* object) argument
19 fObject(object)
/haiku/src/system/kernel/
H A Dguarded_heap.cpp1040 object_cache_free(object_cache* cache, void* object, uint32 flags) argument
1042 return free_etc(object, flags);
/haiku/headers/private/system/
H A Dsyscalls.h201 extern status_t _kern_start_watching_system(int32 object, uint32 flags,
203 extern status_t _kern_stop_watching_system(int32 object, uint32 flags,
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp341 DragSortableListView::ObjectChanged(const Observable* object) argument
343 if (object != fSelection || fModifyingSelection || fSyncingToSelection)
998 // for which the object needs to be attached to
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp41 # define DELETE(object) DebugAlloc::destroy(object)
46 # define DELETE(object) delete object
63 // object classification
2321 // <special-name> ::= GV <object name> # Guard variable for one-time
2633 // local type or object
2665 // <ctor-dtor-name> ::= C1 # complete object constructor
2666 // ::= C2 # base object constructor
2667 // ::= C3 # complete object allocatin
[all...]
/haiku/headers/private/kernel/
H A Dthread_types.h44 TEAM_STATE_DEATH // only the Team object still exists, threads are
489 uint32 type; // type of the object waited on
490 const void* object; // pointer to the object waited on member in struct:BKernel::Thread::__anon95
/haiku/headers/os/kernel/
H A DOS.h383 pthread object. So this is not trivial to implement.
645 int32 object; /* ID of the object */ member in struct:object_wait_info
646 uint16 type; /* type of the object */
652 object_wait_info::events field specifies the events for each object the
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp176 ConditionVariable* variable = (ConditionVariable*)thread->wait.object;
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp42 ListAddDeleter(BObjectList<ObjectType>& list, ObjectType* object, argument
46 fObject(object)
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp649 MainWindow::ObjectChanged(const Observable* object) argument
654 if (object == fDocument->CommandStack())
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp698 virtual bool GetValueAt(void* object, int32 columnIndex,
1427 VariablesView::VariableTableModel::GetValueAt(void* object, int32 columnIndex, argument
1430 ModelNode* node = (ModelNode*)object;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex45 additionally contain resources -- namely the ELF and PEF object formats.
597 \item{Resources alignment in ELF files: Several tests with linker object files
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py313 :param ref: any non-mapping object implementing `__len__`
787 :param scope: root object used as root mustache scope
838 missing = object()
981 :param scope: current rendering scope (data object)
1033 :param scope: current rendering scope (data object)

Completed in 150 milliseconds

12345678910