Searched refs:container (Results 76 - 100 of 110) sorted by relevance

12345

/haiku/headers/cpp/
H A Dstl_iterator.h349 _Container* container; member in class:back_insert_iterator
358 explicit back_insert_iterator(_Container& __x) : container(&__x) {}
361 container->push_back(__value);
388 _Container* container; member in class:front_insert_iterator
397 explicit front_insert_iterator(_Container& __x) : container(&__x) {}
400 container->push_front(__value);
427 _Container* container; member in class:insert_iterator
438 : container(&__x), iter(__i) {}
441 iter = container->insert(iter, __value);
H A Dropeimpl.h1500 __stl_assert(__first.container() == __middle.container()
1501 && __middle.container() == __last.container());
1502 rope<_CharT,_Alloc>& __r(__first.container());
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp19 : BView(frame, "view container", B_FOLLOW_NONE, B_WILL_DRAW),
142 ViewContainer::Draw(BView* container, BRect updateRect) argument
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h92 status_t _GetItem(const BMessage& container,
96 status_t _RemoveItem(BMessage& container,
/haiku/src/kits/debugger/jobs/
H A DResolveValueNodeJob.cpp28 ValueNodeContainer* container, ValueNode* valueNode)
35 fContainer(container),
64 // check whether the node still belongs to the container
25 ResolveValueNodeValueJob( DebuggerInterface* debuggerInterface, Architecture* architecture, CpuState* cpuState, TeamTypeInformation* typeInformation, ValueNodeContainer* container, ValueNode* valueNode) argument
H A DJobs.h185 ValueNodeContainer* container,
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp292 unix_add_ancillary_data(net_protocol *self, ancillary_data_container *container, argument
296 "len: %" B_PRId32 "))\n", find_thread(NULL), self, container, header,
326 // attach the ancillary data to the container
334 "container\n", find_thread(NULL), count);
336 error = gStackModule->add_ancillary_data(container, &header,
389 // will be released when the container is destroyed.
/haiku/headers/private/net/
H A Dnet_buffer.h74 struct ancillary_data_container* container);
H A Dnet_protocol.h102 ancillary_data_container* container, const cmsghdr* header);
/haiku/headers/private/debugger/user_interface/
H A DUserInterface.h118 ValueNodeContainer* container,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h168 ValueNodeContainer* container,
H A DVariablesView.cpp749 // container must be locked
1208 ValueNodeContainer* container = fNodeManager->GetContainer();
1209 AutoLocker<ValueNodeContainer> containerLocker(container);
1211 for (int32 i = 0; i < container->CountChildren(); i++) {
1213 container->ChildAt(i));
1613 ValueNodeContainer* container = fNodeManager->GetContainer(); local
1614 AutoLocker<ValueNodeContainer> containerLocker(container);
1638 container->AddChild(_child);
1642 container->RemoveChild(_child);
2598 // get the node child and its container
2600 ValueNodeContainer* container = nodeChild->Container(); local
[all...]
H A DTeamWindow.h140 ValueNodeContainer* container,
/haiku/src/tests/kits/app/broster/
H A DRosterWatchingTester.cpp117 BMessage *container = context.NextMessageFrom(team, cookie); local
118 CHK(container != NULL);
119 CHK(container->what == MSG_MESSAGE_RECEIVED);
121 CHK(container->FindMessage("message", &message) == B_OK);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp202 add_ancillary_data(net_socket* socket, ancillary_data_container* container, argument
218 socket->first_protocol, container, header);
233 process_ancillary_data(net_socket* socket, ancillary_data_container* container, argument
239 if (container == NULL || dataBuffer == NULL) {
247 while ((data = next_ancillary_data(container, data, &header)) != NULL) {
1190 ancillary_data_container* container local
1192 if (container != NULL)
1193 status = process_ancillary_data(socket, container, header);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp232 ValueNodeContainer* container, ValueNode* valueNode)
234 fListener->ValueNodeValueRequested(cpuState, container, valueNode);
231 ValueNodeValueRequested(CpuState* cpuState, ValueNodeContainer* container, ValueNode* valueNode) argument
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1782 this.container = document.createElement('div');
1783 this.container.className = 'session';
1784 this.container.style.position = 'relative';
1785 targetElement.appendChild(this.container);
1791 this.container.appendChild(this.canvas);
1932 this.container.appendChild(this.cursorCanvas);
1933 this.container.style.cursor = 'none';
2009 this.container.remove();
/haiku/src/apps/mail/
H A DContent.h253 bool ParseMail(BMailContainer* container,
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h86 ValueNodeContainer* container,
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp617 ValueNodeContainer* container = fNodeManager->GetContainer(); local
618 AutoLocker<ValueNodeContainer> containerLocker(container);
619 for (int32 i = 0; i < container->CountChildren(); i++) {
621 ValueNodeChild* child = container->ChildAt(i);
H A DTeamDebugger.cpp1049 ValueNodeContainer* container, ValueNode* valueNode)
1051 AutoLocker<ValueNodeContainer> containerLocker(container);
1052 if (valueNode->Container() != container)
1066 fTeam->GetTeamTypeInformation(), container, valueNode), this);
1048 ValueNodeValueRequested(CpuState* cpuState, ValueNodeContainer* container, ValueNode* valueNode) argument
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp860 BNetworkSettings::_GetItem(const BMessage& container, const char* itemField, argument
865 while (container.FindMessage(itemField, index, &item) == B_OK) {
881 BNetworkSettings::_RemoveItem(BMessage& container, const char* itemField, argument
886 if (_GetItem(container, itemField, nameField, name, index, item) == B_OK) {
887 container.RemoveData(itemField, index);
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp1649 ValueNodeContainer* container = fNodeManager->GetContainer(); local
1650 AutoLocker<ValueNodeContainer> containerLocker(container);
1654 for (int32 i = 0; i < container->CountChildren(); i++) {
1655 ValueNodeChild* current = container->ChildAt(i);
/haiku/src/kits/interface/
H A DTabView.cpp173 BView* container = fView->Parent(); local
174 if (container != NULL)
176 dynamic_cast<BCardLayout*>(container->GetLayout()) == NULL;
1404 fContainerView = new BView("view container", B_WILL_DRAW);
1409 fContainerView = new BView(Bounds(), "view container", B_FOLLOW_ALL,
/haiku/src/apps/terminal/
H A DTermWindow.cpp110 BView(BRect(), "term view container", B_FOLLOW_ALL, 0),
325 // Make the scroll view one pixel wider than the tab view container view, so
1011 TermViewContainerView* container = _TermViewContainerViewAt(i); local
1012 _SetTermColors(container);
1013 container->Invalidate();

Completed in 269 milliseconds

12345