Searched refs:code (Results 401 - 425 of 474) sorted by relevance

<<111213141516171819

/haiku/src/servers/app/
H A DServerApp.cpp518 \param code Identifier code for the message. Equivalent to BMessage::what
526 ServerApp::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link) argument
528 switch (code) {
594 status_t status = _CreateWindow(code, link, clientReplyPort);
2831 code == AS_GET_BOUNDINGBOXES_STRING);
3583 printf("ServerApp %s received unhandled message code %" B_PRId32
3584 "\n", Signature(), code);
3617 int32 code; local
3624 err = receiver.GetNextMessage(code);
3685 _CreateWindow(int32 code, BPrivate::LinkReceiver& link, port_id& clientReplyPort) argument
[all...]
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c17 The initial developer of the original code is David A. Hinds
302 static int get_tuple(int fd, cisdata_t code, ds_ioctl_arg_t *arg) argument
304 arg->tuple.DesiredTuple = code;
462 code, execute() returns -1.
/haiku/src/bin/unzip/
H A Dzipinfo.c362 The associated file has type code `%c%c%c%c' and creator code `%c%c%c%c'";
364 The associated file has type code `0x%lx' and creator code `0x%lx'";
372 /* The associated file has type code `%c%c%c%c' and creator code `%c%c%c%c'" */
386 The file was originally a Tandem %s file, with file code %u";
604 int zi_end_central(__G) /* return PK-type error code */
697 int zipinfo(__G) /* return PK-type error code */
931 static int zi_long(__G__ pEndprev) /* return PK-type error code */
1642 unsigned type, code; variable
[all...]
/haiku/src/kits/interface/
H A DPicture.cpp297 BPicture::Perform(perform_code code, void* arg) argument
299 return BArchivable::Perform(code, arg);
H A DAffineTransform.cpp118 BAffineTransform::Unflatten(type_code code, const void* _buffer, ssize_t size) argument
121 || code != BAffineTransform::TypeCode()) {
H A DScrollBar.cpp679 BScrollBar::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
1074 BScrollBar::Perform(perform_code code, void* _data) argument
1076 switch (code) {
1142 return BView::Perform(code, _data);
1478 // TODO: Add redraw code to reflect the changes
H A DTextControl.cpp940 BTextControl::Perform(perform_code code, void* _data) argument
942 switch (code) {
1021 return BControl::Perform(code, _data);
H A DColorControl.cpp1050 BColorControl::Perform(perform_code code, void* _data) argument
1052 switch (code) {
1115 return BControl::Perform(code, _data);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp730 // get the breakpoints in our source code range
1926 FileSourceCode* code = instance->GetFunction()->GetSourceCode();
1929 if (code == NULL)
1936 code->GetSourceFile()->GetLocatedPath(sourcePath);
2136 SourceCode* code = NULL; local
2144 code = instance->GetSourceCode();
2154 code = function->GetSourceCode();
2157 if (code != NULL)
2158 SetSourceCode(code);
2238 // set the source code, i
[all...]
/haiku/src/kits/media/
H A DMediaFormats.cpp382 type_code code;
385 || reply.GetInfo("formats", &code, &count) < B_OK)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300eep.h620 extern int CompressionHeaderUnpack(u_int8_t *best, int *code, int *reference, int *length, int *major, int *minor);
628 extern int ar9300_compression_header_unpack(u_int8_t *best, int *code, int *reference, int *length, int *major, int *minor);
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp146 void MyView::MouseMoved(BPoint where, uint32 code, const BMessage *a_message) argument
/haiku/headers/private/interface/
H A DColumnListView.h186 BPoint point, uint32 buttons, int32 code);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwreg.h12 * 1. Redistributions of source code must retain the above copyright
149 uint16_t code; member in struct:ipw_status
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp551 BString code; local
552 if (message->FindString("code", &code) != B_OK)
553 code = "";
556 fModel.SetCategory(code);
1387 HDINFO("the depot [%s] has no web app repository code",
/haiku/headers/os/interface/
H A DFont.h183 void SetFamilyAndStyle(uint32 code);
/haiku/src/kits/app/
H A DMessageAdapter.cpp53 uint32 code; member in struct:BPrivate::dano_section_header
204 if (header->code == MESSAGE_FORMAT_DANO_SWAPPED)
747 switch (sectionHeader.code) {
/haiku/src/bin/debug/profile/
H A Dprofile.cpp894 int32 code; local
895 ssize_t messageSize = read_port(debuggerPort, &code, &message,
907 switch (code) {
/haiku/src/servers/input/
H A DAddOnManager.cpp677 // IDs are specified using code like the following 3 lines:
708 // IDs are specified using code like the following 3 lines:
858 uint32 code = 0;
861 if (message->FindInt32("code", (int32*)&code) != B_OK)
867 code, hasMessage ? &controlMessage : NULL);
/haiku/src/bin/debug/strace/
H A Dstrace.cpp822 int32 code; local
824 ssize_t messageSize = read_port(debuggerPort, &code, &message,
836 switch (code) {
/haiku/src/kits/tracker/
H A DTitleView.cpp369 BTitleView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
383 switch (code) {
396 _inherited::MouseMoved(where, code, dragMessage);
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp71 kill_interruptable_write_port(port_id port, int32 code, const void *buffer, argument
74 return write_port_etc(port, code, buffer, bufferSize, B_KILL_CAN_INTERRUPT,
80 debugger_write(port_id port, int32 code, const void *buffer, size_t bufferSize, argument
84 "port: %" B_PRId32 ", code: %" B_PRIx32 ", message: %p, size: %lu, "
86 thread_get_current_thread()->team->id, port, code, buffer, bufferSize,
119 error = write_port_etc(port, code, buffer, bufferSize,
1519 broadcast_debugged_thread_message(Thread *nubThread, int32 code, argument
1551 code, message, size);
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1382 uint32 code = dataReader.ReadUnsignedLEB128(0); local
1383 if (code == 0) {
1395 if (!abbreviationTable->GetAbbreviationEntry(code, abbreviationEntry)) {
1396 WARNING("No abbreviation entry for code %" B_PRIx32 "\n", code);
1404 WARNING("Failed to generate entry for tag %" B_PRIu32 ", code %"
1405 B_PRIu32 "\n", abbreviationEntry.Tag(), code);
1498 // read the entry code
1499 uint32 code = dataReader.ReadUnsignedLEB128(0); local
1503 abbreviationTable->GetAbbreviationEntry(code, abbreviationEntr
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c55 * * Redistributions of source code must retain the above copyright
5752 int idx, code, async, group_id; local
5757 code = hcmd->id;
5796 if (iwx_cmd_groupid(code) == 0) {
5797 code = IWX_WIDE_ID(IWX_LONG_GROUP, code);
5802 group_id = iwx_cmd_groupid(code);
5840 cmd->hdr_wide.opcode = iwx_cmd_opcode(code);
5845 cmd->hdr_wide.version = iwx_cmd_version(code);
5880 DPRINTF(("%s: sending command 0x%x\n", __func__, code));
5978 iwx_cmd_done(struct iwx_softc *sc, int qid, int idx, int code) argument
9726 int qid, idx, code; local
9744 int qid, idx, code, handled = 1; local
[all...]
/haiku/src/bin/network/ftpd/
H A Dftpd.c8 * 1. Redistributions of source code must retain the above copyright
954 * is that sgetpwnam() is known to be called from ftpd code only.
1224 * the following code is stolen from imap-uw PAM authentication module and
2035 * A helper macro to avoid code duplication
2354 int c, code;
2358 code = lstat(filename, &st) == 0 && S_ISDIR(st.st_mode) ? 212 : 213;
2365 lreply(code, "Status of %s:", filename);
2394 reply(code, "End of status.");
3077 /* more proper error code? */
3156 perror_reply(int code, cha
[all...]

Completed in 217 milliseconds

<<111213141516171819