Searched refs:code (Results 101 - 125 of 477) sorted by relevance

1234567891011>>

/haiku/headers/os/interface/
H A DInput.h54 status_t Control(uint32 code, BMessage* message);
58 static status_t Control(input_device_type type, uint32 code,
/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp38 uint32 code; member in struct:BPrivate::hashed_escapement
43 code = kInvalidCode;
49 /*! \brief Convert a UTF8 char to a code, which will be used
53 \return The code for the given character,
242 while ((found = widths[hashed].code) != kInvalidCode) {
313 while ((found = widths[hashed].code) != kInvalidCode) {
322 widths[hashed].code = value;
338 if (widths[oldPos].code != kInvalidCode) {
340 = Hash(widths[oldPos].code) & (newSize - 1);
341 while (newWidths[newPos].code !
[all...]
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.h52 void DispatchMessage(int32 code, BPrivate::PortLink &link);
53 void Broadcast(int32 code);
H A DServerApp.h60 void PostMessage(int32 code);
69 void DispatchMessage(int32 code, BPrivate::LinkReceiver &link);
/haiku/src/tests/kits/app/bmessenger/
H A DSMTarget.h55 status_t _SendRequest(int32 code, const void *buffer = NULL,
57 status_t _GetReply(int32 code, void *buffer, size_t size);
H A DSMTarget.cpp199 RemoteSMTarget::_SendRequest(int32 code, const void *buffer, size_t size) argument
201 return write_port(fRemotePort, code, buffer, size);
209 int32 code; local
210 ssize_t readSize = read_port(fLocalPort, &code, buffer, size);
215 else if (code != expectedCode)
/haiku/src/tests/servers/app/
H A Dapp_server_debug.cpp18 send_debug_message(team_id team, int32 code) argument
27 status = link.StartMessage(code);
/haiku/src/tools/fs_shell/
H A Dexternal_commands_beos.cpp50 int32 code; local
51 bytesRead = read_port(port, &code, message, sizeof(_message));
H A Dfs_shell_command_beos.cpp64 int32 code; local
65 bytesRead = read_port(replyPort, &code, &reply, sizeof(reply));
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCPExtension.cpp21 \param code LCP code that this extension can handle.
25 KPPPLCPExtension::KPPPLCPExtension(const char *name, uint8 code, argument
30 fCode(code),
/haiku/src/kits/interface/
H A DGridView.cpp69 BGridView::Perform(perform_code code, void* _data) argument
71 return BView::Perform(code, _data);
H A DGroupView.cpp71 BGroupView::Perform(perform_code code, void* _data) argument
73 return BView::Perform(code, _data);
/haiku/headers/private/media/
H A DWriterPlugin.h31 virtual status_t AddTrackInfo(void* cookie, uint32 code,
41 virtual status_t Perform(perform_code code, void* data);
/haiku/src/apps/haikudepot/model/
H A DUserUsageConditions.cpp14 #define KEY_CODE "code"
73 UserUsageConditions::SetCode(const BString& code) argument
75 fCode = code;
H A DRatingStability.cpp33 RatingStability::RatingStability(const BString& code, argument
36 fCode(code),
H A DScreenshotCoordinate.cpp8 static const char* kCodeKey = "code";
30 ScreenshotCoordinate::ScreenshotCoordinate(BString code, uint16 width, uint16 height) argument
32 fCode(code),
/haiku/src/apps/haikudepot/packagemodel/
H A DDepotInfo.h45 void SetWebAppRepositoryCode(const BString& code);
50 const BString& code);
H A DPackageCategory.cpp26 PackageCategory::PackageCategory(const BString& code, const BString& name) argument
29 fCode(code),
/haiku/headers/private/bluetooth/
H A Dl2cap.h74 uint8 code; /* command opcode */
75 #define L2CAP_IS_SIGNAL_REQ(code) (((code) & 1) == 0)
76 #define L2CAP_IS_SIGNAL_RSP(code) (((code) & 1) == 1)
183 uint8 code; /* command OpCode */ member in struct:__anon605
/haiku/src/system/libroot/os/
H A Ddebug.c19 uint32 code; member in struct:debug_string_entry
149 const char *defaultString, uint32 code, char *buffer, int32 bufferSize)
157 if (stringEntries[i].code == code) {
163 snprintf(buffer, bufferSize, defaultString, code);
148 get_debug_string(const debug_string_entry *stringEntries, const char *defaultString, uint32 code, char *buffer, int32 bufferSize) argument
/haiku/src/servers/app/
H A DServerWindow.h128 void _DispatchMessage(int32 code,
130 void _DispatchViewMessage(int32 code,
132 void _DispatchViewDrawingMessage(int32 code,
134 bool _DispatchPictureMessage(int32 code,
149 uint32 code) const;
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.h81 // This is the "ID" in the ICU system; the term `code`
91 // This is the "ID" in the ICU system; the term `code`
106 const BString& code,
109 status_t AgreeUserUsageConditions(const BString& code,
113 const BString& code,
125 // This is the "ID" in the ICU system; the term `code`
166 const BString& code, BMessage& message);
168 const BString& code, BDataIO* stream);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacexcep.h22 * copy of the source code appearing in this file ("Covered Code") an
24 * base code distributed originally by Intel ("Original Intel Code") to copy,
43 * Redistribution of source code of any substantial portion of the Covered
55 * Redistribution of source code of any substantial portion of the Covered
122 * 1. Redistributions of source code must retain the above copyright
159 * Exception code classes
164 #define AE_CODE_AML 0x3000 /* From executing AML code */
171 * Macros to insert the exception code classes
173 #define EXCEP_ENV(code) ((ACPI_STATUS) (code | AE_CODE_ENVIRONMENTA
[all...]
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp389 int32 code; local
390 item->Message()->FindInt32("databits", &code);
392 if (code == dataBits)
400 int32 code; local
401 item->Message()->FindInt32("stopbits", &code);
403 if (code == stopBits)
412 int32 code; local
413 item->Message()->FindInt32("parity", &code);
415 if (code == parity)
424 int32 code; local
437 int32 code = 0; local
459 BString code; local
[all...]
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp300 BHttpRequest::IsInformationalStatusCode(int16 code) argument
302 return (code >= B_HTTP_STATUS__INFORMATIONAL_BASE)
303 && (code < B_HTTP_STATUS__INFORMATIONAL_END);
308 BHttpRequest::IsSuccessStatusCode(int16 code) argument
310 return (code >= B_HTTP_STATUS__SUCCESS_BASE)
311 && (code < B_HTTP_STATUS__SUCCESS_END);
316 BHttpRequest::IsRedirectionStatusCode(int16 code) argument
318 return (code >= B_HTTP_STATUS__REDIRECTION_BASE)
319 && (code < B_HTTP_STATUS__REDIRECTION_END);
324 BHttpRequest::IsClientErrorStatusCode(int16 code) argument
332 IsServerErrorStatusCode(int16 code) argument
340 StatusCodeClass(int16 code) argument
458 int code = fResult.StatusCode(); local
[all...]

Completed in 365 milliseconds

1234567891011>>