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

12345

/haiku/src/apps/mail/
H A DContent.cpp2228 TTextView::Reader::ParseMail(BMailContainer *container,
2232 for (int32 i = 0; i < container->CountComponents(); i++) {
2237 if ((component = container->GetComponent(i)) == NULL) {
2265 BMIMEMultipartMailContainer *c = dynamic_cast<BMIMEMultipartMailContainer *>(container->GetComponent(i));
2313 // PlainTextBodyComponent *body = dynamic_cast<PlainTextBodyComponent *>(container->GetComponent(i));
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1131 struct amd_container_header* container = (struct amd_container_header*)data;
1132 if (container->magic != 0x414d44) {
1137 size -= sizeof(*container);
1138 data += sizeof(*container);
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp2012 set_ancillary_data(net_buffer* buffer, ancillary_data_container* container) argument
2014 ((net_buffer_private*)buffer)->ancillary_data = container;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1002 ValueNodeContainer* container, ValueNode* valueNode)
1004 fListener->ValueNodeValueRequested(cpuState, container, valueNode);
1001 ValueNodeValueRequested(CpuState* cpuState, ValueNodeContainer* container, ValueNode* valueNode) argument
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex82 PPC resource files begin with a PEF container header, after which the
155 As no field exists, that tells about the size of the PEF container (the
/haiku/src/kits/tracker/
H A DPoseView.cpp1408 EntryListBase* container = view->InitDirentIterator(&ref); local
1409 if (container == NULL) {
1437 int32 count = container->GetNextDirents(eptr, 1024, 1);
1480 view->ReturnDirentIterator(container);
1481 container = NULL;
1556 delete container;
1566 view->ReturnDirentIterator(container);
1569 delete container;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h2765 static float nsvg__viewAlign(float content, float container, int type) argument
2770 return container - content;
2772 return (container - content) * 0.5f;
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp120 void FillWithMimeTypes(ContainerAdapter &container, BMessage &typeMessage, const char* fieldName);
122 // sort of container object (via an adapter to support differing interfaces).
2248 void FillWithMimeTypes(ContainerAdapter &container, BMessage &typeMessage, const char* fieldName) { argument
2262 // Add them all to the container, after converting to lowercase and
2273 container.Add(strLower);
/haiku/headers/cpp/
H A Dstl_rope.h1054 rope<_CharT,_Alloc>& container() { return *_M_root_rope; } function in class:_Rope_iterator
1810 // An easy way to get a const iterator from a non-const container.
/haiku/src/kits/interface/
H A DColumnListView.cpp390 BRowContainer* container,

Completed in 156 milliseconds

12345