/haiku/src/bin/network/ppp_up/ |
H A D | PPPStatusView.cpp | 63 BBox *received = new BBox(rect, "Received"); in PPPStatusView() local 64 received->SetLabel(kLabelReceived); in PPPStatusView() 65 rect = received->Bounds(); in PPPStatusView() 77 rect = received->Frame(); in PPPStatusView() 81 rect = received->Bounds(); in PPPStatusView() 93 received->AddChild(fBytesReceived); in PPPStatusView() 94 received->AddChild(fPacketsReceived); in PPPStatusView() 101 AddChild(received); in PPPStatusView()
|
/haiku/docs/user/midi2/ |
H A D | MidiConsumer.dox | 150 misleading; the hook will <I>always</I> be called, even if events are received 158 after the first event has been received. If no event ever comes in, the 161 after at least one new event has been received. 181 \brief Invoked when raw MIDI is received. 184 If atomic is true, the data received comprises a single MIDI event; i.e. one 212 \brief Invoked when a Note Off event is received. 221 \brief Invoked when a Note On event is received. 230 \brief Invoked when a Polyphonic Pressure (Aftertouch) event is received. 239 \brief Invoked when a Controller Change event is received. 248 \brief Invoked when a Program Change event is received. [all …]
|
/haiku/src/add-ons/kernel/file_systems/nfs4/ |
H A D | Connection.cpp | 464 uint32 received = 0; in Receive() local 466 result = recv(fSocket, ((uint8*)&record_size) + received, in Receive() 467 sizeof(record_size) - received, 0); in Receive() 468 received += result; in Receive() 469 } while (result > 0 && received < sizeof(record_size)); in Receive() 493 received = 0; in Receive() 495 result = recv(fSocket, (uint8*)buffer + size + received, in Receive() 496 record_size - received, 0); in Receive() 497 received += result; in Receive() 498 } while (result > 0 && received < record_size); in Receive()
|
/haiku/src/add-ons/kernel/network/stack/ |
H A D | stack_interface.cpp | 98 ssize_t received = gNetSocketModule.receive(socket, &message, data, length, in stack_interface_recvfrom() local 101 if (received >= 0 && _addressLength != NULL) in stack_interface_recvfrom() 104 return received; in stack_interface_recvfrom()
|
/haiku/src/libs/iconv/ |
H A D | encodings_local.def | 14 You should have received a copy of the GNU Library General Public
|
H A D | encodings_osf1.def | 14 You should have received a copy of the GNU Library General Public
|
H A D | encodings_extra.def | 14 You should have received a copy of the GNU Library General Public
|
H A D | encodings_aix.def | 14 You should have received a copy of the GNU Library General Public
|
H A D | encodings_dos.def | 14 You should have received a copy of the GNU Library General Public
|
/haiku/docs/user/ppp/ |
H A D | KernelPPPIntro.dox | 36 A different system is used for receiving packets: KPPPDevice passes the received 52 If a received packet could not be handled by a child it is passed up to the parent.
|
/haiku/docs/develop/media/ |
H A D | Notifications.txt | 38 The following notification is only received if you use the node specific StartWatching,
|
/haiku/src/tests/add-ons/kernel/network/ |
H A D | userland_ipc.c | 338 int received; in connection_runner() local 344 status = core->socket_recv(cookie->socket, msg, (caddr_t)&msg->msg_namelen,&received); in connection_runner() 346 status = received; in connection_runner()
|
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/ |
H A D | scripts.ss | 18 ABSOLUTE status_badmsg = 0x1a ; bad msg received 19 ABSOLUTE status_badextmsg = 0x1b ; bad extended msg received
|
/haiku/docs/develop/servers/app_server/ |
H A D | input.rst | 111 Nearly all keypresses received by the app_server are passed onto the
|
H A D | process_management.rst | 68 applications, when a request to shut down the system is received by the
|
/haiku/3rdparty/proposals/khronos/ |
H A D | EGL_KHR_platform_haiku.txt | 47 libglvnd has received patches for basic Haiku support
|
/haiku/data/system/data/licenses/ |
H A D | GNU LGPL v3 | 152 Library as you received it specifies that a certain numbered version 157 received it does not specify a version number of the GNU Lesser 161 If the Library as you received it specifies that a proxy can decide
|
H A D | GNU GPL v1 | 115 c) accompany it with the information you received as to where the 118 received the program in object code or executable form alone.) 132 the Program under this License. However, parties who have received 217 You should have received a copy of the GNU General Public License
|
H A D | GNU GPL v3 | 36 freedoms that you received. You must make sure that they, too, receive 228 invalidate such permission if you have separately received it. 272 only if you received the object code with such an offer, in accord 302 product received by a particular user, "normally used" refers to a 390 received it, or any part of it, contains a notice stating that it is 425 received notice of violation of this License (for any work) from that 430 licenses of parties who have received copies or rights from you under 647 You should have received a copy of the GNU General Public License
|
/haiku/docs/user/netservices/ |
H A D | HttpResult.dox | 147 to inspect the status, the headers and the data as the response is received from the server. 151 is not yet received, they will block until it is available. You can also use the non-blocking 156 progressively and can be accessed as soon as they have been received. The meaning of a HTTP 308 A request is completed when the status, headers and body have been received, or an error was
|
H A D | HttpSession.dox | 267 \brief The HTTP status code has been received, and can be accessed through the result object. 275 \brief The HTTP header block has been received, and the status and fields can be accessed
|
/haiku/headers/cpp/ |
H A D | stdexcept | 15 // You should have received a copy of the GNU General Public License
|
/haiku/docs/user/app/ |
H A D | Handler.dox | 74 messages. As soon as a message is received, the looper passes through its 86 messages such as clicks are received, the window loops the handlers until 238 \brief Handle \a message that has been received by the associated looper. 241 been received by a looper pass through the filters, then they end up in 578 \param target The messenger from which the notifications would be received.
|
H A D | LaunchRoster.dox | 75 \return \c B_OK if the launch data has been received successfully. 92 \return \c B_OK if the launch data has been received successfully.
|
/haiku/src/add-ons/kernel/busses/scsi/usb/datafab/ |
H A D | COPYING | 149 c) Accompany it with the information you received as to the offer 152 received the program in object code or executable form with such 176 However, parties who have received copies, or rights, from you under 306 You should have received a copy of the GNU General Public License
|