Searched refs:type (Results 1 - 25 of 2123) sorted by relevance

1234567891011>>

/haiku/src/bin/rc/tests/
H A Dbuiltin.rdef6 type #'BPNT' point
13 type #'RECT' rect
22 type #'RGBC' rgb_color
31 type(1, "BEOS:APP_SIG") #'MIMS' app_signature
37 type(1, "SYS:NAME") #B_STRING_TYPE app_name_catalog_entry
43 type(1, "BEOS:APP_FLAGS") #'APPF' app_flags
57 type(1, "BEOS:APP_VERSION") #'APPV' app_version
78 type(101, "BEOS:L:STD_ICON") #'ICON' large_icon
84 type(101, "BEOS:M:STD_ICON") #'MICN' mini_icon
90 type(
[all...]
/haiku/src/kits/debugger/value/type_handlers/
H A DBMessageTypeHandler.cpp28 BMessageTypeHandler::SupportsType(Type* type) const
30 if (dynamic_cast<CompoundType*>(type) != NULL
31 && type->Name() == "BMessage")
39 BMessageTypeHandler::CreateValueNode(ValueNodeChild* nodeChild, Type* type, argument
42 if (SupportsType(type) == 0.0f)
46 type);
H A DBListTypeHandler.cpp28 BListTypeHandler::SupportsType(Type* type) const
30 if (dynamic_cast<CompoundType*>(type) != NULL
31 && (type->Name() == "BList"
32 || type->Name().Compare("BObjectList", 11) == 0))
40 BListTypeHandler::CreateValueNode(ValueNodeChild* nodeChild, Type* type, argument
43 if (SupportsType(type) == 0.0f)
47 type);
/haiku/src/system/glue/arch/sparc/
H A Dcrti.S23 .type _init, #function
28 .type _fini, #function
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h35 BString WritablePathForType(const char* type) const
36 { return _TypeToFilename(type, 0); }
38 // opening type nodes
40 status_t OpenType(const char* type, BNode& _node) const;
41 status_t OpenWritableType(const char* type,
45 // generic type attributes access
47 ssize_t ReadAttribute(const char* type,
50 status_t ReadMessageAttribute(const char* type,
53 status_t ReadStringAttribute(const char* type,
57 status_t WriteAttribute(const char* type,
[all...]
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_ext.h8 # define __fsetlocking(fp, type) INTUSE(__fsetlocking) (fp, type)
/haiku/src/kits/debugger/value/
H A DValueFormatter.cpp23 ValueFormatter::ValidateFormattedValue(const BString& input, type_code type)
32 type_code type, Value*& _output) const
31 GetValueFromFormattedInput(const BString& input, type_code type, Value*& _output) const argument
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndex.cpp8 AttributeIndex::AttributeIndex(Volume *volume, const char *name, uint32 type, argument
10 : Index(volume, name, type, fixedKeyLength, keyLength)
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dfabs.s2 .type fabs,@function
H A Dfabsf.s2 .type fabsf,@function
H A Dfabsl.s2 .type fabsl,@function
H A Drint.s2 .type rint,@function
H A Drintf.s2 .type rintf,@function
H A Drintl.s2 .type rintl,@function
H A Dsqrtl.s2 .type sqrtl,@function
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dfabsl.s2 .type fabsl,@function
H A Dllrint.s2 .type llrint,@function
H A Dllrintf.s2 .type llrintf,@function
H A Dlrint.s2 .type lrint,@function
H A Dlrintf.s2 .type lrintf,@function
H A Drintl.s2 .type rintl,@function
H A Dsqrt.s2 .type sqrt,@function
H A Dsqrtf.s2 .type sqrtf,@function
H A Dsqrtl.s2 .type sqrtl,@function
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dconfig.h43 uint32 type; member in struct:__anon1477
54 #define IS_686(x) ((x)->type & TYPE_686)
55 #define IS_8233(x) ((x)->type & TYPE_8233)

Completed in 171 milliseconds

1234567891011>>