Searched refs:attributes (Results 1 - 25 of 173) sorted by relevance

1234567

/haiku/src/apps/terminal/
H A DTermViewHighlight.cpp16 TermViewHighlighter::AdjustTextAttributes(uint32 attributes) argument
18 return attributes;
H A DHistoryBuffer.cpp87 Attributes attributes; local
94 // get attributes
97 // the "hole" in attributes run
98 attributes.Reset();
101 attributes = attributesRun->attributes;
107 attributes.Reset();
118 // set attributes
119 cell.attributes = attributes;
143 Attributes attributes; local
[all...]
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.h36 uint8 attributes,
56 uint32 attributes);
60 uint32 attributes, uint32 memoryType,
77 uint32 attributes);
168 ARMPagingMethod32Bit::AttributesToPageTableEntryFlags(uint32 attributes) argument
172 if ((attributes & B_READ_AREA) != 0) {
175 if ((attributes & B_WRITE_AREA) == 0)
179 } else if ((attributes & B_KERNEL_WRITE_AREA) == 0) {
187 if (((attributes & B_KERNEL_EXECUTE_AREA) == 0) &&
188 ((attributes
205 uint32 attributes; local
[all...]
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp221 bool Svg2PictureView::HasAttribute(const XML_Char **attributes, const char *name) {
222 while (*attributes && strcasecmp(*attributes, name) != 0)
223 attributes += 2;
225 return (*attributes);
228 float Svg2PictureView::GetFloatAttribute(const XML_Char **attributes, const char *name) {
229 while (*attributes && strcasecmp(*attributes, name) != 0)
230 attributes += 2;
232 if (*attributes)
475 GetShapeAttribute(const XML_Char **attributes, const char *name, BShape &shape) argument
874 CheckAttributes(const XML_Char **attributes) argument
984 StartElement(const XML_Char *name, const XML_Char **attributes) argument
1258 _StartElement(Svg2PictureView *view, const XML_Char *name, const XML_Char **attributes) argument
[all...]
H A DSVGViewView.h88 bool HasAttribute(const XML_Char **attributes, const char *name);
89 float GetFloatAttribute(const XML_Char **attributes, const char *name);
90 const char *GetStringAttribute(const XML_Char **attributes, const char *name);
91 rgb_color GetColorAttribute(const XML_Char **attributes, const char *name, uint8 alpha);
92 void GetPolygonAttribute(const XML_Char **attributes, const char *name, BShape &shape);
93 void GetMatrixAttribute(const XML_Char **attributes, const char *name, BMatrix *matrix);
94 void GetShapeAttribute(const XML_Char **attributes, const char *name, BShape &shape);
95 void CheckAttributes(const XML_Char **attributes);
96 void StartElement(const XML_Char *name, const XML_Char **attributes);
103 static void _StartElement(Svg2PictureView *view, const XML_Char *name, const XML_Char **attributes);
[all...]
/haiku/src/apps/devices/
H A DDevicesView.cpp231 Attributes attributes; local
234 // Copy all its attributes,
264 attributes.push_back(Attribute(attr.name, attrString));
268 for (unsigned int i = 0; i < attributes.size(); i++) {
270 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
271 && attributes[i].fValue == "Devices Root") {
278 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
279 && attributes[i].fValue == "ACPI") {
286 if (attributes[i].fName == B_DEVICE_PRETTY_NAME
287 && attributes[
[all...]
H A DPropertyList.cpp71 PropertyList::AddAttributes(const Attributes& attributes) argument
74 for (unsigned int i = 0; i < attributes.size(); i++) {
75 AddRow(new PropertyRow(attributes[i].fName, attributes[i].fValue));
H A DDevice.cpp117 Attributes attributes; local
120 attributes.push_back(Attribute(iter->first, iter->second));
122 return attributes;
H A DPropertyList.h45 void AddAttributes(const Attributes& attributes);
/haiku/src/kits/mail/
H A DHaikuMailFormatFilter.h22 BMessage& attributes);
24 BMessage& attributes);
32 status_t _SetType(BMessage& attributes,
H A DMailFilter.cpp25 BMailFilter::HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
33 BMessage& attributes)
32 BodyFetched(const entry_ref& ref, BFile& file, BMessage& attributes) argument
H A DHaikuMailFormatFilter.cpp101 BMessage& attributes)
105 // TODO: attributes.AddInt32(B_MAIL_ATTR_CONTENT, length);
106 attributes.AddInt32(B_MAIL_ATTR_ACCOUNT_ID, fAccountID);
107 attributes.AddString(B_MAIL_ATTR_ACCOUNT, fAccountName);
135 attributes.AddString(gDefaultFields[i].attr_name, target);
144 attributes.AddData(B_MAIL_ATTR_WHEN, B_TIME_TYPE, &when,
151 BString senderName = _ExtractName(attributes.FindString(B_MAIL_ATTR_FROM));
152 attributes.AddString(B_MAIL_ATTR_NAME, senderName);
156 BString name = attributes.FindString(B_MAIL_ATTR_SUBJECT);
160 attributes
100 HeaderFetched(entry_ref& ref, BFile& file, BMessage& attributes) argument
210 BodyFetched(const entry_ref& ref, BFile& file, BMessage& attributes) argument
311 _SetType(BMessage& attributes, const char* mimeType) argument
[all...]
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp107 thread_creation_attributes* attributes)
118 attributes->entry = entryFunction;
119 attributes->name = name;
120 attributes->priority = attr->sched_priority;
121 attributes->args1 = argument1;
122 attributes->args2 = argument2;
123 attributes->stack_address = attr->stack_address;
124 attributes->stack_size = attr->stack_size;
125 attributes->guard_size = attr->guard_size;
126 attributes
104 __pthread_init_creation_attributes(const pthread_attr_t* pthreadAttributes, pthread_t thread, status_t (*entryFunction)(void*, void*), void* argument1, void* argument2, const char* name, thread_creation_attributes* attributes) argument
[all...]
/haiku/headers/os/add-ons/mail_daemon/
H A DMailFilter.h25 BMessage& attributes);
27 BMessage& attributes);
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.h22 BMessage& attributes);
24 BMessage& attributes);
/haiku/headers/private/kernel/vm/
H A DVMTranslationMap.h38 uint32 attributes, uint32 memoryType,
62 uint32 attributes, uint32 memoryType) = 0;
64 uint32 attributes);
66 uint32 attributes);
147 VMTranslationMap::ProtectPage(VMArea* area, addr_t address, uint32 attributes) argument
149 return Protect(address, address + B_PAGE_SIZE - 1, attributes,
156 VMTranslationMap::ProtectArea(VMArea* area, uint32 attributes) argument
158 return Protect(area->Base(), area->Base() + area->Size() - 1, attributes,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp176 // get the attributes
177 Attribute** attributes = NULL;
179 status_t error = _GetAttributes(dirInfo, attributes, count);
182 ArrayDeleter<Attribute*> _(attributes);
184 // add the attributes
186 fAttributes.Insert(attributes[i]);
205 // allocate an array for the old attributes
212 // get the new attributes
246 // remove the old attributes
253 // add the new attributes
427 Attribute** attributes = NULL; local
[all...]
/haiku/src/kits/game/
H A DGameSoundBuffer.cpp186 GameSoundBuffer::GetAttributes(gs_attribute * attributes, argument
190 switch (attributes[i].attribute) {
192 attributes[i].value = fGain;
194 attributes[i].duration = fGainRamp->duration;
198 attributes[i].value = fPan;
200 attributes[i].duration = fPanRamp->duration;
204 attributes[i].value = (fLooping) ? -1.0 : 0.0;
205 attributes[i].duration = bigtime_t(0);
209 attributes[i].value = 0.0;
210 attributes[
220 SetAttributes(gs_attribute * attributes, size_t attributeCount) argument
[all...]
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp113 create_attribute_item(BMessage& attributes, int32 index) argument
116 if (attributes.FindString("attr:public_name", index, &publicName) != B_OK)
120 if (attributes.FindString("attr:name", index, &name) != B_OK)
124 if (attributes.FindInt32("attr:type", index, (int32 *)&type) != B_OK)
128 if (attributes.FindString("attr:display_as", index, &displayAs) != B_OK)
132 if (attributes.FindBool("attr:editable", index, &editable) != B_OK)
135 if (attributes.FindBool("attr:viewable", index, &visible) != B_OK)
139 if (attributes.FindInt32("attr:alignment", index, &alignment) != B_OK)
143 if (attributes.FindInt32("attr:width", index, &width) != B_OK)
325 BMessage attributes;
[all...]
/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KPagingMethod.h32 uint8 attributes,
/haiku/src/system/kernel/arch/x86/paging/
H A DX86PagingMethod.h34 uint8 attributes,
/haiku/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp11 static pthread_attr_t attributes; variable
153 pthread_attr_init(&attributes);
154 pthread_attr_setdetachstate(&attributes, PTHREAD_CREATE_DETACHED);
157 if (pthread_create(&tid[i], &attributes, threadStart, &id[i]) != 0)
/haiku/src/system/kernel/arch/arm/paging/
H A DARMPagingMethod.h34 uint8 attributes,
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.h25 BMessage& attributes);
/haiku/src/system/kernel/arch/ppc/paging/
H A DPPCPagingMethod.h34 uint8 attributes,

Completed in 108 milliseconds

1234567