Searched refs:type_code (Results 1 - 25 of 261) sorted by relevance

1234567891011

/haiku/src/kits/debugger/value/
H A DValueFormatter.cpp23 ValueFormatter::ValidateFormattedValue(const BString& input, type_code type)
32 type_code type, Value*& _output) const
/haiku/headers/os/support/
H A DFlattenable.h15 virtual type_code TypeCode() const = 0;
18 virtual bool AllowsTypeCode(type_code code) const;
19 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/src/bin/addattr/
H A DaddAttr.h14 status_t addAttr(const char* file, type_code attrType, const char* attrName,
/haiku/src/apps/deskbar/
H A DResourceSet.h87 const void* FindResource(type_code type, int32 id, size_t* outSize);
88 const void* FindResource(type_code type, const char* name, size_t* outSize);
90 const BBitmap* FindBitmap(type_code type, int32 id);
91 const BBitmap* FindBitmap(type_code type, const char* name);
93 const TStringBlock* FindStringBlock(type_code type, int32 id);
94 const TStringBlock* FindStringBlock(type_code type, const char* name);
96 const char* FindString(type_code type, int32 id, uint32 index);
97 const char* FindString(type_code type, const char* name, uint32 index);
101 TypeList* FindTypeList(type_code type);
103 TypeItem* FindItemID(type_code typ
[all...]
/haiku/headers/private/debugger/value/value_formatters/
H A DFloatValueFormatter.h30 type_code type) const;
33 const BString& input, type_code type,
38 type_code type,
H A DIntegerValueFormatter.h36 type_code type) const;
39 const BString& input, type_code type,
44 type_code type,
48 type_code type,
52 type_code type,
/haiku/src/kits/support/
H A DFlattenable.cpp33 BFlattenable::AllowsTypeCode(type_code code) const
/haiku/headers/os/storage/
H A DResources.h56 const void* LoadResource(type_code type, int32 id,
58 const void* LoadResource(type_code type, const char* name,
61 status_t PreloadResourceType(type_code type = 0);
67 status_t AddResource(type_code type, int32 id,
71 bool HasResource(type_code type, int32 id);
72 bool HasResource(type_code type, const char* name);
75 type_code* typeFound, int32* idFound,
78 bool GetResourceInfo(type_code byType,
82 bool GetResourceInfo(type_code byType, int32 andID,
85 bool GetResourceInfo(type_code byTyp
[all...]
H A DMime.h50 type_code* _type);
54 type_code* _type);
/haiku/src/preferences/filetypes/
H A DAttributeListView.h16 AttributeItem(const char* name, const char* publicName, type_code type,
29 type_code Type() const { return fType; }
43 type_code fType;
66 type_code type;
74 type_code supported[8];
/haiku/headers/private/notification/
H A DNotificationReceived.h22 virtual bool AllowsTypeCode(type_code code) const;
26 virtual type_code TypeCode() const;
27 virtual status_t Unflatten(type_code code, const void *buffer,
H A DAppUsage.h28 virtual bool AllowsTypeCode(type_code code) const;
32 virtual type_code TypeCode() const;
33 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/src/kits/tracker/
H A DBitmaps.h62 const void* LoadResource(type_code type, int32 id,
64 const void* LoadResource(type_code type, const char* name,
81 status_t GetBitmapResource(type_code type, int32 id, BBitmap** out) const;
/haiku/headers/private/storage/
H A DResourcesContainer.h60 int32 IndexOf(type_code type, int32 id) const;
61 int32 IndexOf(type_code type, const char *name) const;
62 int32 IndexOfType(type_code type, int32 index) const;
H A DResourceItem.h51 void SetIdentity(type_code type, int32 id, const char *name);
59 void SetType(type_code type);
60 type_code Type() const;
79 type_code fType;
/haiku/headers/private/kernel/
H A Dksyscalls.h24 type_code type;
30 type_code type;
/haiku/headers/private/debugger/value/
H A DValueFormatter.h29 type_code type) const;
36 const BString& input, type_code type,
/haiku/src/kits/package/
H A DFetchUtils.h30 type_code type, const void* data,
34 type_code type, void* data,
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.h17 type_code type;
/haiku/src/apps/resedit/
H A DResourceData.h20 ResourceData(const type_code &code, const int32 &id,
25 void SetTo(const type_code &code, const int32 &id,
32 type_code GetType(void) const { return fType; }
34 void SetType(const type_code &code);
/haiku/src/tests/system/kernel/device_manager/
H A Dconfig_driver.h18 type_code type;
/haiku/src/tools/restest/
H A DResourceItem.h20 void SetIdentity(type_code type, int32 id,
29 void SetType(type_code type);
30 type_code GetType() const;
53 type_code fType;
/haiku/src/servers/notification/
H A DAppUsage.cpp20 const type_code kTypeCode = 'ipau';
42 AppUsage::AllowsTypeCode(type_code code) const
82 type_code
90 AppUsage::Unflatten(type_code code, const void* buffer,
/haiku/src/kits/print/
H A DBeUtilsTranslation.cpp49 BBitmap* LoadBitmap(const char* name, uint32 type_code) { argument
50 if (type_code == B_TRANSLATOR_BITMAP) {
51 return BTranslationUtils::GetBitmap(type_code, name);
57 const void *bits = res->LoadResource(type_code, name, &length);
/haiku/headers/private/system/
H A Ddevice_manager_defs.h26 type_code type;

Completed in 176 milliseconds

1234567891011