Searched refs:type (Results 201 - 225 of 2123) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/value/value_formatters/
H A DIntegerValueFormatter.cpp74 type_code type) const
77 return _PerformValidation(input, type, value, false) == B_OK;
83 type_code type, Value*& _output) const
85 return _PerformValidation(input, type, _output, true);
90 IntegerValueFormatter::_PerformValidation(const BString& input, type_code type, argument
98 if (BVariant::TypeIsInteger(type, &isSigned)) {
108 error = _ValidateUnsigned(input, type, _output, format, wantsValue);
110 error = _ValidateSigned(input, type, _output, wantsValue);
117 IntegerValueFormatter::_ValidateSigned(const BString& input, type_code type, argument
127 switch (type) {
82 GetValueFromFormattedInput(const BString& input, type_code type, Value*& _output) const argument
172 _ValidateUnsigned(const BString& input, type_code type, ::Value*& _output, integer_format format, bool wantsValue) const argument
[all...]
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dacos.s4 .type acosf,@function
10 .type acosl,@function
16 .type acos,@function
H A Dasin.s2 .type asinf,@function
16 .type asinl,@function
22 .type asin,@function
H A Dscalbn.s2 .type ldexp,@function
7 .type scalbln,@function
12 .type scalbn,@function
H A Dscalbnf.s2 .type ldexpf,@function
7 .type scalblnf,@function
12 .type scalbnf,@function
H A Dscalbnl.s2 .type ldexpl,@function
7 .type scalblnl,@function
12 .type scalbnl,@function
/haiku/headers/private/storage/mime/
H A DSupportingApps.h34 status_t GetSupportingApps(const char *type, BMessage *apps);
39 status_t AddSupportingApp(const char *type, const char *app);
40 status_t RemoveSupportingApp(const char *type, const char *app);
45 std::map<std::string, std::set<std::string> > fSupportingApps; // mime type => set of supporting apps
H A DTextSnifferAddon.h29 BMimeType* type);
32 BMimeType* type);
/haiku/headers/private/storage/
H A DResourcesContainer.h26 same type \em and ID, since AddResource() replaces an old item with the
28 by ResourceFile, when type and ID of the items are not yet known.
60 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;
/haiku/src/kits/translation/
H A DFuncTranslator.cpp68 while (fData.input_formats[count].type) {
84 while (fData.output_formats[count].type) {
95 BMessage* ioExtension, translator_info* info, uint32 type)
100 return fData.identify_hook(source, format, ioExtension, info, type);
106 BMessage* ioExtension, uint32 type, BPositionIO* destination)
111 return fData.translate_hook(source, info, ioExtension, type, destination);
94 Identify(BPositionIO* source, const translation_format* format, BMessage* ioExtension, translator_info* info, uint32 type) argument
105 Translate(BPositionIO* source, const translator_info *info, BMessage* ioExtension, uint32 type, BPositionIO* destination) argument
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp86 PostTransportPacket(hci_id hid, bt_packet_t type, void* data, size_t count) argument
91 Bluetooth::CodeHandler::SetProtocol(&code, type);
98 Assemble(bluetooth_device* bluetoothDevice, bt_packet_t type, void* data, argument
101 net_buffer* nbuf = bluetoothDevice->fBuffersRx[type];
109 switch (type) {
114 bluetoothDevice->fExpectedPacketSize[type]
117 if (count >= bluetoothDevice->fExpectedPacketSize[type]) {
121 bluetoothDevice->fExpectedPacketSize[type]);
125 bluetoothDevice->fExpectedPacketSize[type]);
126 bluetoothDevice->fBuffersRx[type]
[all...]
/haiku/src/kits/storage/mime/
H A DInstalledTypes.cpp152 /*! \brief Adds the given type to the appropriate lists of installed types.
154 If cached messages exist, the type is simply appended to the end of
155 the current type list.
158 InstalledTypes::AddType(const char *type) argument
163 BMimeType mime(type);
164 if (type == NULL || mime.InitCheck() != B_OK)
169 size_t len = strlen(type);
171 if (type[i] == '/')
177 return _AddSupertype(type, i);
182 strncpy(super, type,
198 RemoveType(const char *type) argument
303 char type[B_PATH_NAME_LENGTH]; local
434 BString type; local
[all...]
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp238 if ((inputs[i].format.type == B_MEDIA_RAW_AUDIO)
239 || (inputs[i].format.type == B_MEDIA_ENCODED_AUDIO)) {
243 if ((inputs[i].format.type == B_MEDIA_RAW_VIDEO)
244 || (inputs[i].format.type == B_MEDIA_ENCODED_VIDEO)) {
252 if ((inputs[i].format.type == B_MEDIA_RAW_AUDIO)
253 || (inputs[i].format.type == B_MEDIA_ENCODED_AUDIO)) {
257 if ((inputs[i].format.type == B_MEDIA_RAW_VIDEO)
258 || (inputs[i].format.type == B_MEDIA_ENCODED_VIDEO)) {
266 if ((outputs[i].format.type == B_MEDIA_RAW_AUDIO)
267 || (outputs[i].format.type
[all...]
/haiku/headers/build/os/storage/
H A DMimeType.h77 - Access to file type information in the MIME database
101 bool operator==(const BMimeType &type) const;
102 bool operator==(const char *type) const;
104 bool Contains(const BMimeType *type) const;
112 static status_t GuessMimeType(const entry_ref *file, BMimeType *type);
114 BMimeType *type);
115 static status_t GuessMimeType(const char *filename, BMimeType *type);
144 // void InitData(const char *type);
145 // void InitData(const char *type);
153 // void MimeChanged(int32 w, const char *type
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmalloc.h49 #define kernel_contigmalloc(size, type, flags, low, high, alignment, boundary) \
59 # define contigmalloc(size, type, flags, low, high, alignment, boundary) \
66 #define MALLOC_DEFINE(type, shortdesc, longdesc) int type[1]
68 #define MALLOC_DECLARE(type) \
69 extern int type[1]
/haiku/headers/os/kernel/
H A Dfs_index.h14 uint32 type; member in struct:index_info
27 extern int fs_create_index(dev_t device, const char *name, uint32 type, uint32 flags);
/haiku/headers/private/kernel/
H A Dksyscalls.h24 type_code type; member in struct:syscall_parameter_info
30 type_code type; member in struct:syscall_return_type_info
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequest.cpp28 Request::Request(uint32 type) argument
29 : fType(type)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPReportDefs.h39 // report codes (type-specific)
60 int32 type; member in struct:ppp_report_packet
70 ppp_report_type type; member in struct:ppp_report_request
/haiku/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp44 uint8 type; member in struct:icmp_header
72 // type unreach codes
140 is_icmp_error(uint8 type) argument
142 return type == ICMP_TYPE_UNREACH
143 || type == ICMP_TYPE_PARAMETER_PROBLEM
144 || type == ICMP_TYPE_REDIRECT
145 || type == ICMP_TYPE_TIME_EXCEEDED
146 || type == ICMP_TYPE_SOURCE_QUENCH;
151 icmp_to_net_error(uint8 type, uint8 code) argument
153 switch (type) {
196 net_error_to_icmp(net_error error, uint8& type, uint8& code) argument
428 uint8 type = header.type; local
558 uint8 type; local
[all...]
/haiku/src/kits/package/hpkg/
H A DAttributeDataReader.cpp20 uint32 type)
23 fType(type),
19 BAttributeDataReader(int fd, const char* attribute, uint32 type) argument
/haiku/src/preferences/sounds/
H A DHEventList.h32 void Remove(const char* type);
51 void SetType(const char* type);
/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.h32 Value(BString* value = NULL, Type type = kUnknownValue);
35 void SetType(Type type);
/haiku/headers/os/app/
H A DKeyStore.h17 status_t GetKey(BKeyType type, const char* identifier,
19 status_t GetKey(BKeyType type, const char* identifier,
21 status_t GetKey(BKeyType type, const char* identifier,
27 BKeyType type, const char* identifier,
30 BKeyType type, const char* identifier,
33 BKeyType type, const char* identifier,
44 status_t GetNextKey(BKeyType type, BKeyPurpose purpose,
49 BKeyType type, BKeyPurpose purpose,
/haiku/src/apps/terminal/
H A DHyperLink.h23 HyperLink(const BString& address, Type type);
25 const BString& address, Type type);

Completed in 388 milliseconds

1234567891011>>