Searched refs:code (Results 301 - 325 of 474) sorted by relevance

<<111213141516171819

/haiku/src/kits/tracker/
H A DDialogPane.cpp147 PaneSwitch::MouseMoved(BPoint point, uint32 code, const BMessage* message) argument
167 BControl::MouseMoved(point, code, message);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dtracing.c37 int32 code; local
39 size_t sz = read_port_etc(pid, &code, buffer, 1024, B_TIMEOUT, 1000 * 1000);
/haiku/src/preferences/appearance/
H A DCurView.cpp356 // out the #define LOAD_SETTINGS_FROM_DISK line to use the server query code
402 int32 code; local
406 link.GetNextMessage(code);
/haiku/src/system/libroot/os/
H A Dthread.c234 send_data(thread_id thread, int32 code, const void *buffer, size_t bufferSize) argument
236 return _kern_send_data(thread, code, buffer, bufferSize);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h93 void fill_code_area(const uint8* code, size_t size) argument
95 memcpy(code_area, code, min_c(sizeof(code_area), size));
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp10 * 1. Redistributions of source code must retain the above copyright
42 static const char* log_what_to_string(log_what code) argument
44 const char* s = "Unknown log_what code!";
45 switch (code)
158 // Enable or disable a particular log_what code's output
/haiku/headers/os/interface/
H A DOutlineListView.h76 virtual status_t Perform(perform_code code, void* data);
103 virtual bool DoMiscellaneous(MiscCode code, MiscData* data);
H A DColorControl.h60 virtual void MouseMoved(BPoint point, uint32 code,
/haiku/src/kits/interface/
H A DDragger.cpp290 BDragger::MouseMoved(BPoint point, uint32 code, const BMessage* msg) argument
292 BView::MouseMoved(point, code, msg);
315 // This code is used whenever the "are draggers drawn" option is
454 BDragger::Perform(perform_code code, void* _data) argument
456 switch (code) {
505 return BView::Perform(code, _data);
H A DButton.cpp376 BButton::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
378 bool inside = (code != B_EXITED_VIEW) && Bounds().Contains(where);
515 BButton::Perform(perform_code code, void* _data) argument
517 switch (code) {
580 return BControl::Perform(code, _data);
H A DWindow.cpp434 int32 code; local
435 fLink->FlushWithReply(code);
647 int32 code; local
648 fLink->FlushWithReply(code);
753 int32 code; local
754 if (fLink->FlushWithReply(code) == B_OK
755 && code == B_OK
1179 int32 code; local
1180 if (fLink->FlushWithReply(code) == B_OK
1181 && code
1394 int32 code; local
1491 int32 code; local
1785 int32 code = B_ERROR; local
2139 Perform(perform_code code, void* _data) argument
2864 int32 code; local
3874 ConvertToMessage(void* raw, int32 code) argument
[all...]
H A DStringView.cpp504 BStringView::Perform(perform_code code, void* _data) argument
506 switch (code) {
563 return BView::Perform(code, _data);
/haiku/headers/os/kernel/
H A DOS.h132 extern ssize_t read_port(port_id port, int32 *code, void *buffer,
134 extern ssize_t read_port_etc(port_id port, int32 *code, void *buffer,
136 extern status_t write_port(port_id port, int32 code, const void *buffer,
138 extern status_t write_port_etc(port_id port, int32 code, const void *buffer,
359 extern status_t send_data(thread_id thread, int32 code, const void *buffer,
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp694 DisassembledCode* code = instance->GetSourceCode(); local
696 if (code == NULL) {
698 code);
706 codeReference.SetTo(code, true);
708 codeReference.SetTo(code);
710 statement = code->StatementAtAddress(instructionPointer);
725 data << code->LineAt(i);
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp87 int32 code; local
88 if (message->FindInt32("opcode", &code) == B_OK)
89 if (code == B_ENTRY_MOVED)
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp36 DispatchEvent(struct hci_event_header* header, int32 code, size_t size) argument
39 if (GET_PORTCODE_TYPE(code)!= BT_EVENT) {
40 TRACE_BT("BluetoothServer: Wrong type frame code\n");
46 LocateLocalDeviceImpl(GET_PORTCODE_HID(code));
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp42 RemoteMessage::NextMessage(uint16& code) argument
56 status_t result = Read(code);
58 TRACE_ERROR("failed to read message code: %s\n", strerror(result));
76 fCode = code;
/haiku/src/tests/kits/net/service/
H A Dtestserver.py48 be set as the status code in the response.
117 def send_response(self, code, message=None):
118 self.log_request(code)
119 self.send_response_only(code, message)
130 # tests in HttpTests hard-code the entire expected response body for
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py48 be set as the status code in the response.
117 def send_response(self, code, message=None):
118 self.log_request(code)
119 self.send_response_only(code, message)
130 # tests in HttpTests hard-code the entire expected response body for
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.h42 virtual status_t HandleMessage(int32 code, const void* data, size_t size);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.h49 virtual status_t HandleMessage(int32 code, const void *data, size_t size);
/haiku/src/apps/soundrecorder/
H A DTransportButton.h59 virtual void MouseMoved(BPoint, uint32 code, const BMessage *);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPControl.h313 uint8 code; member in struct:ppp_simple_handler_info
/haiku/src/kits/app/
H A DPropertyInfo.cpp252 BPropertyInfo::AllowsTypeCode(type_code code) const
254 return code == B_PROPERTY_INFO_TYPE;
259 BPropertyInfo::Unflatten(type_code code, const void* buffer, argument
262 if (!AllowsTypeCode(code))
/haiku/headers/private/fs_shell/
H A Dfssh_os.h169 extern fssh_status_t fssh_send_data(fssh_thread_id thread, int32_t code,

Completed in 171 milliseconds

<<111213141516171819