Searched refs:Type (Results 126 - 150 of 587) sorted by relevance

1234567891011>>

/haiku-fatelf/src/preferences/filetypes/
H A DMimeTypeListView.cpp29 && !strcasecmp(type.Type(), preferredApp);
37 : BStringItem(type.Type(), !flat && !type.IsSupertypeOnly() ? 1 : 0, false),
38 fType(type.Type()),
153 fSupertype = type.Type();
154 fDescription = type.Type();
158 const char* subType = strchr(type.Type(), '/');
159 fSupertype.SetTo(type.Type(), subType - type.Type());
313 if (fSupertype.Type() != NULL) {
315 _CollectSubtypes(fSupertype.Type(), NUL
[all...]
/haiku-fatelf/headers/private/bluetooth/
H A DCommandManager.h25 template <typename Type = void, int paramSize = 0,
35 fContent = (Type*)(fHeader + 1);
38 fContent = (Type*)fHeader;
44 Type*
63 Type* fContent;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devgpeinit.c418 UINT8 Type; local
454 Type = ACPI_GPE_LEVEL_TRIGGERED;
458 Type = ACPI_GPE_EDGE_TRIGGERED;
511 if (Type != (GpeEventInfo->Flags & ACPI_GPE_XRUPT_TYPE_MASK))
525 GpeEventInfo->Flags |= (UINT8) (Type | ACPI_GPE_DISPATCH_METHOD);
H A Devregion.c890 if ((Node->Type != ACPI_TYPE_DEVICE) &&
891 (Node->Type != ACPI_TYPE_REGION) &&
909 if (ObjDesc->Common.Type == ACPI_TYPE_DEVICE)
1000 ACPI_OBJECT_TYPE Type; local
1011 if ((Node->Type != ACPI_TYPE_DEVICE) &&
1012 (Node->Type != ACPI_TYPE_PROCESSOR) &&
1013 (Node->Type != ACPI_TYPE_THERMAL) &&
1119 if (Node->Type == ACPI_TYPE_ANY)
1121 Type = ACPI_TYPE_DEVICE;
1125 Type
[all...]
H A Devxfregn.c288 ((Node->Type != ACPI_TYPE_DEVICE) &&
289 (Node->Type != ACPI_TYPE_PROCESSOR) &&
290 (Node->Type != ACPI_TYPE_THERMAL) &&
/haiku-fatelf/src/apps/debugger/settings/generic/
H A DSetting.cpp24 BoolSetting::Type() const function in class:BoolSetting
41 FloatSetting::Type() const function in class:FloatSetting
66 OptionsSetting::Type() const function in class:OptionsSetting
85 RangeSetting::Type() const function in class:RangeSetting
94 RectSetting::Type() const function in class:RectSetting
/haiku-fatelf/src/tests/system/boot/loader/
H A Dplatform_menu.cpp35 if (item->Type() == MENU_ITEM_MARKABLE) {
44 if (item->Submenu() && item->Submenu()->Type() == CHOICE_MENU) {
81 if (item->Type() == MENU_ITEM_SEPARATOR) {
132 switch (menu->Type()) {
191 } else if (item->Type() == MENU_ITEM_MARKABLE) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsutils.c233 * RETURN: Type field from Node whose handle is passed
252 return_UINT32 ((ACPI_OBJECT_TYPE) Node->Type);
260 * PARAMETERS: Type - A namespace object type
271 ACPI_OBJECT_TYPE Type)
276 if (!AcpiUtValidObjectType (Type))
278 /* Type code out of range */
280 ACPI_WARNING ((AE_INFO, "Invalid Object Type 0x%X", Type));
284 return_UINT32 ((UINT32) AcpiGbl_NsProperties[Type] & ACPI_NS_LOCAL);
841 * PARAMETERS: Type
270 AcpiNsLocal( ACPI_OBJECT_TYPE Type) argument
849 AcpiNsOpensScope( ACPI_OBJECT_TYPE Type) argument
[all...]
/haiku-fatelf/src/kits/storage/
H A DMimeType.cpp142 BMimeType::Type() const function in class:BMimeType
152 return InitCheck() == B_OK && BMimeType::IsValid(Type());
179 return InitCheck() == B_OK && is_installed(Type());
221 return strcasecmp(Type(), type.Type()) == 0;
266 err = msg.AddString("type", Type());
292 err = msg.AddString("type", Type());
312 err = get_icon(Type(), icon, size);
324 err = get_icon(Type(), data, size);
337 err = get_preferred_app(Type(), signatur
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutcopy.c229 ExternalObject->Type = InternalObject->Common.Type;
233 switch (InternalObject->Common.Type)
321 AcpiUtGetTypeName (InternalObject->Common.Type)));
384 TargetObject->Type = ACPI_TYPE_PACKAGE;
461 ExternalObject->Type = InternalObject->Common.Type;
508 if (InternalObject->Common.Type == ACPI_TYPE_PACKAGE)
568 switch (ExternalObject->Type)
576 (UINT8) ExternalObject->Type);
[all...]
H A Dutids.c168 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
192 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
326 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
350 if (ObjDesc->Common.Type == ACPI_TYPE_INTEGER)
431 if (ObjDesc->Common.Type == ACPI_TYPE_PACKAGE)
447 switch (CidObjects[i]->Common.Type)
489 if (CidObjects[i]->Common.Type == ACPI_TYPE_INTEGER)
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexstore.c196 switch (DestDesc->Common.Type)
337 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE &&
401 if ((ObjDesc->Common.Type != ACPI_TYPE_BUFFER) &&
402 (ObjDesc->Common.Type != ACPI_TYPE_STRING))
411 switch (SourceDesc->Common.Type)
577 Status = AcpiNsAttachObject (Node, NewDesc, NewDesc->Common.Type);
596 SourceDesc->Common.Type);
H A Dexdebug.c205 AcpiUtGetTypeName (((ACPI_NAMESPACE_NODE *) SourceDesc)->Type),
216 switch (SourceDesc->Common.Type)
303 switch ((SourceDesc->Reference.Node)->Type)
H A Dexoparg3.c183 "FatalOp: Type %X Code %X Arg %X <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n",
191 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
258 (Operand[0])->Common.Type);
289 switch ((Operand[0])->Common.Type)
/haiku-fatelf/src/apps/debugger/value/
H A DValueNode.h14 class Type;
35 virtual Type* GetType() const = 0;
82 virtual Type* GetType() const = 0;
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DAddressValueNode.cpp14 #include "Type.h"
42 Type*
132 const BString& name, Type* type)
155 Type*
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfTypes.h15 #include "Type.h"
100 class DwarfType : public virtual Type {
152 virtual Type* GetType() const;
172 virtual Type* GetType() const;
210 virtual Type* GetType() const;
229 virtual Type* GetType() const;
250 virtual Type* GetType() const { return fType; }
256 Type* fType;
343 virtual Type* BaseType() const;
380 virtual Type* BaseTyp
[all...]
/haiku-fatelf/src/bin/
H A Dsetmime.cpp125 enum Type { enum in struct:CmdOption
134 Type fType;
549 if (Type() != NULL)
550 throw Error("mime signature already specified: '%s'", Type());
634 if (Type() != NULL && InitCheck() != B_OK)
636 Type(), strerror(InitCheck()));
649 if (Type() == NULL)
653 throw Error("mime for '%s' is not valid", Type());
656 if (Type() != NULL) {
658 throw Error("mime for '%s' is not valid", Type());
[all...]
/haiku-fatelf/headers/os/package/
H A DPackageResolvable.h62 BPackageResolvableType Type() const;
/haiku-fatelf/headers/private/notification/
H A DNotificationReceived.h31 notification_type Type();
/haiku-fatelf/headers/private/system/
H A Delf32.h91 uint8 Type() const;
106 uint8 Type() const;
217 Elf32_Sym::Type() const function in class:Elf32_Sym
236 Elf32_Rel::Type() const function in class:Elf32_Rel
H A Delf64.h93 uint8 Type() const;
108 uint8 Type() const;
219 Elf64_Sym::Type() const function in class:Elf64_Sym
240 Elf64_Rel::Type() const function in class:Elf64_Rel
/haiku-fatelf/src/add-ons/media/media-add-ons/radeon/
H A DTuner.h46 tuner_type Type() const;
/haiku-fatelf/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp22 if (a->Type() != b->Type())
23 return a->Type() < b->Type() ? -1 : 1;
/haiku-fatelf/src/apps/debugger/arch/
H A DRegister.h40 register_type Type() const { return fType; } function in class:Register

Completed in 200 milliseconds

1234567891011>>