Searched refs:container (Results 1 - 25 of 115) sorted by relevance

12345

/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dancillary_data.h14 void delete_ancillary_data_container(ancillary_data_container* container);
16 status_t add_ancillary_data(ancillary_data_container* container,
20 status_t remove_ancillary_data(ancillary_data_container* container, void* data,
25 void* next_ancillary_data(ancillary_data_container* container,
H A Dancillary_data.cpp49 delete_ancillary_data_container(ancillary_data_container* container) argument
51 if (container == NULL)
54 while (ancillary_data* data = container->data_list.RemoveHead()) {
63 Adds ancillary data to the given container.
65 \param container The container.
69 data as parameter when the container is destroyed.
74 add_ancillary_data(ancillary_data_container* container, argument
96 container->data_list.Add(ancillaryData);
109 Removes ancillary data from the given container
122 remove_ancillary_data(ancillary_data_container* container, void* data, bool destroy) argument
184 next_ancillary_data(ancillary_data_container* container, void* previousData, ancillary_data_header* _header) argument
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/cli/
H A DCliVariablesCommand.cpp41 ValueNodeContainer* container = manager->GetContainer(); local
42 AutoLocker<ValueNodeContainer> containerLocker(container);
43 if (container == NULL || container->CountChildren() == 0) {
49 for (int32 i = 0; ValueNodeChild* child = container->ChildAt(i); i++) {
H A DCliPrintVariableCommand.cpp47 ValueNodeContainer* container = manager->GetContainer(); local
48 AutoLocker<ValueNodeContainer> containerLocker(container);
49 if (container == NULL || container->CountChildren() == 0) {
83 for (int32 j = 0; ValueNodeChild* child = container->ChildAt(j); j++) {
113 ValueNodeContainer* container = manager->GetContainer(); local
114 AutoLocker<ValueNodeContainer> containerLocker(container);
117 context.CurrentThread()->GetCpuState(), container, node);
/haiku-fatelf/src/apps/icon-o-matic/
H A DUtil.cpp24 new_style(rgb_color color, StyleContainer* container, argument
32 container, styles, 1,
33 container->CountStyles());
45 new_path(PathContainer* container, VectorPath** path, argument
56 int32 insertIndex = other ? container->IndexOf(other) + 1
57 : container->CountPaths();
59 container, paths, 1, true, insertIndex);
H A DUtil.h30 void new_style(rgb_color color, StyleContainer* container,
33 void new_path(PathContainer* container, VectorPath** path,
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.h56 const container_t *container, const char *name, int32 &cookie);
59 static const char *_GetParameterValue(const container_t *container,
63 static bool _GetParameterValue(const container_t *container,
67 static int64 _GetParameterValue(const container_t *container,
83 Settings::_FindNextParameter(const container_t *container, argument
87 if (container) {
88 for (; !parameter && cookie < container->parameter_count; cookie++) {
89 const driver_parameter &param = container->parameters[cookie];
100 Settings::_GetParameterValue(const container_t *container, const char *name, argument
103 if (container) {
131 _GetParameterValue(const container_t *container, const char *name, bool unknownValue, bool noArgValue) argument
160 _GetParameterValue(const container_t *container, const char *name, int64 unknownValue, int64 noArgValue) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DSettings.h59 const container_t *container, const char *name, int32 &cookie);
62 static const char *_GetParameterValue(const container_t *container,
66 static bool _GetParameterValue(const container_t *container,
70 static int64 _GetParameterValue(const container_t *container,
88 Settings::_FindNextParameter(const container_t *container, argument
92 if (container) {
93 for (; !parameter && cookie < container->parameter_count; cookie++) {
94 const driver_parameter &param = container->parameters[cookie];
105 Settings::_GetParameterValue(const container_t *container, const char *name, argument
108 if (container) {
136 _GetParameterValue(const container_t *container, const char *name, bool unknownValue, bool noArgValue) argument
165 _GetParameterValue(const container_t *container, const char *name, int64 unknownValue, int64 noArgValue) argument
[all...]
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DCheckBox.cpp38 CheckBox::Draw(BView* container, BRect updateRect) argument
43 container->SetHighColor((rgb_color){ 120, 0, 0, 255 });
45 container->SetHighColor((rgb_color){ 0, 0, 0, 255 });
47 container->StrokeRect(rect);
51 container->StrokeLine(rect.LeftTop(), rect.RightBottom());
52 container->StrokeLine(rect.RightTop(), rect.LeftBottom());
H A DStringView.cpp83 StringView::Draw(BView* container, BRect updateRect) argument
104 container->SetHighColor(fTextColor);
105 container->DrawString(fString.String(), base);
112 BView* container = Container(); local
113 if (!container)
117 container->GetFont(&font);
H A DView.cpp203 "or is the container view\n", child);
347 View::Draw(BView* container, BRect updateRect) argument
420 View::_AddedToContainer(BView* container) argument
422 fContainer = container;
444 View::_Draw(BView* container, BRect updateRect) argument
453 container->ConstrainClippingRegion(&region);
457 container->SetLowColor(fViewColor);
458 container->FillRect(updateRect, B_SOLID_LOW);
462 Draw(container, updateRect);
466 container
[all...]
/haiku-fatelf/src/apps/debugger/value/
H A DValueNode.cpp46 ValueNode::SetContainer(ValueNodeContainer* container) argument
48 if (container == fContainer)
54 fContainer = container;
134 ValueNodeChild::SetContainer(ValueNodeContainer* container) argument
136 if (container == fContainer)
142 fContainer = container;
/haiku-fatelf/src/preferences/backgrounds/
H A DBackgroundImage.cpp85 BMessage container;
91 error = container.Unflatten(buffer);
98 PRINT_OBJECT(container);
106 container.FindInt32(kBackgroundImageSetPeriod, (int32*)&imageSetPeriod);
107 container.FindInt32(kBackgroundImageCacheMode,
109 container.FindBool(kBackgroundImageRandomChange, &randomChange);
122 if (container.FindString(kBackgroundImageInfoPath, index, &path)
134 container.FindInt32(kBackgroundImageInfoWorkspaces, index,
136 container.FindInt32(kBackgroundImageInfoMode, index, (int32*)&mode);
137 container
471 BMessage container; local
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DSettings.cpp27 _FindNextParameter(const container_t *container, const char *name, argument
31 if (container) {
32 for (; !parameter && cookie < container->parameter_count; cookie++) {
33 const driver_parameter &param = container->parameters[cookie];
45 _GetParameterValue(const container_t *container, const char *name, argument
48 if (container) {
49 for (int32 i = container->parameter_count - 1; i >= 0; i--) {
50 const driver_parameter &param = container->parameters[i];
77 _GetParameterValue(const container_t *container, const char *name, argument
80 // note: container ma
107 _GetParameterValue(const container_t *container, const char *name, int unknownValue, int noArgValue) argument
[all...]
/haiku-fatelf/src/bin/debug/profile/
H A DBasicProfileResult.h41 ImageProfileResultContainer* container);
58 ImageProfileResultContainer* container,
66 ImageProfileResultContainer* container,
H A DProfileResult.h75 ImageProfileResultContainer* container,
80 ImageProfileResultContainer* container) = 0;
89 ImageProfileResultContainer* container,
127 ProfileResult::GetHitImages(ImageProfileResultContainer* container, argument
147 container->VisitImages(visitor);
H A DSummaryProfileResult.cpp71 SummaryProfileResult::AddSamples(ImageProfileResultContainer* container, argument
74 fResult->AddSamples(container, samples, sampleCount);
86 SummaryProfileResult::PrintResults(ImageProfileResultContainer* container) argument
154 // AddSamples(), where we use the caller's container implementation.
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DSettings.cpp23 _FindNextParameter(const container_t *container, const char *name, argument
27 if (container) {
28 for (; !parameter && cookie < container->parameter_count; cookie++) {
29 const driver_parameter &param = container->parameters[cookie];
41 _GetParameterValue(const container_t *container, const char *name, argument
44 if (container) {
45 for (int32 i = container->parameter_count - 1; i >= 0; i--) {
46 const driver_parameter &param = container->parameters[i];
73 _GetParameterValue(const container_t *container, const char *name, argument
76 // note: container ma
103 _GetParameterValue(const container_t *container, const char *name, int unknownValue, int noArgValue) argument
[all...]
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dstrings.c39 xmlDocPtr container; local
72 container = xsltCreateRVT(tctxt);
73 if (container != NULL) {
74 xsltRegisterTmpRVT(tctxt, container);
84 node = xmlNewDocRawNode(container, NULL,
86 xmlAddChild((xmlNodePtr) container, node);
99 node = xmlNewDocRawNode(container, NULL,
101 xmlAddChild((xmlNodePtr) container, node);
110 node = xmlNewDocRawNode(container, NULL,
112 xmlAddChild((xmlNodePtr) container, nod
143 xmlDocPtr container; local
[all...]
H A Ddynamic.c103 xmlDocPtr oldDoc, container; local
150 container = xsltCreateRVT(xsltXPathGetTransformContext(ctxt));
151 if (container != NULL)
152 xsltRegisterTmpRVT(xsltXPathGetTransformContext(ctxt), container); local
177 if (container != NULL) {
179 xmlNewChild((xmlNodePtr) container, NULL,
195 if (container != NULL) {
200 xmlNewChild((xmlNodePtr) container, NULL,
217 if (container != NULL) {
219 xmlNewChild((xmlNodePtr) container, NUL
[all...]
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h64 ContainedAddress *container = new ContainedAddress();
65 if (container == NULL)
68 container->address = address;
69 fAddresses.Add(container);
76 ContainedAddress *container = _Get(address); local
77 if (container == NULL)
80 fAddresses.Remove(container);
81 delete container;
116 ContainedAddress *container = it.Next(); local
117 if (container
[all...]
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h67 ContainedAddress *container = new ContainedAddress();
68 if (container == NULL)
71 container->address = address;
72 fAddresses.Add(container);
79 ContainedAddress *container = _Get(address); local
80 if (container == NULL)
83 fAddresses.Remove(container);
84 delete container;
119 ContainedAddress *container = it.Next(); local
120 if (container
[all...]
/haiku-fatelf/src/apps/icon-o-matic/shape/commands/
H A DAddPathsCommand.h27 PathContainer* container,
H A DAddShapesCommand.h29 ShapeContainer* container,
H A DAddTransformersCommand.h29 Shape* container,

Completed in 212 milliseconds

12345