Searched refs:code (Results 326 - 350 of 474) sorted by relevance

<<111213141516171819

/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp344 KeyboardLayout::_AddAlternateKeyCode(Key* key, int32 modifier, int32 code) argument
356 TRACE(" add %ld (%g,%g)\n", key.code, key.frame.left, key.frame.top);
524 first = fKeys[fKeyCount - 1].code + 1;
537 _Error(state, "invalid key code specifier");
566 key.code = i;
/haiku/headers/os/interface/
H A DShelf.h55 virtual status_t Perform(perform_code code, void* data);
H A DScrollView.h47 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.h10 * 1. Redistributions of source code must retain the above copyright
125 int code, int batimeout);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.c10 * 1. Redistributions of source code must retain the above copyright
311 uint8_t code = rt->info[i].dot11Rate; local
323 code &= IEEE80211_RATE_VAL;
325 code |= IEEE80211_RATE_MCS;
330 rt->rateCodeToIndex[code] = i;
/haiku/src/kits/media/
H A DMediaNode.cpp13 * * Redistributions of source code must retain the above copyright notice,
304 // Transmits the error code specified by what to anyone
561 // We just trip into debugger, code that tries to do this is broken.
790 BMediaNode::HandleBadMessage(int32 code, const void* buffer, size_t size) argument
794 TRACE("BMediaNode::HandleBadMessage: code %#08" B_PRIx32 ", buffer %p, size %"
795 B_PRIuSIZE "\n", code, buffer, size);
796 if (code < NODE_MESSAGE_START || code > TIMESOURCE_MESSAGE_END) {
797 ERROR("BMediaNode::HandleBadMessage: unknown code!\n");
/haiku/headers/os/net/
H A DNetworkAddress.h130 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/src/kits/mail/
H A DMailContainer.cpp135 /* Debug code
417 BMailComponent *code = (BMailComponent *)_components_in_code.ItemAt(i); local
418 status_t status = code->RenderToRFC822(render_to); //----Easy enough
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c437 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) argument
449 code = 3;
452 (code | modifiers) + 0x20, col + 0x21, row + 0x21);
460 code = 3;
462 len += fill_utf8((code | modifiers) + 0x20, utf8 + len);
473 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm');
478 code = 3;
481 code | modifiers, col + 1, row + 1);
910 // Some temporaries for later code
/haiku/headers/os/media/
H A DMediaTrack.h161 status_t AddTrackInfo(uint32 code, const void* data,
208 virtual status_t Perform(int32 code, void* data);
/haiku/src/kits/interface/
H A DAbstractLayout.cpp528 BAbstractLayout::Perform(perform_code code, void* _data) argument
530 return BLayout::Perform(code, _data);
H A DOutlineListView.cpp531 BOutlineListView::Perform(perform_code code, void* _data) argument
533 switch (code) {
582 return BListView::Perform(code, _data);
784 BOutlineListView::DoMiscellaneous(MiscCode code, MiscData* data) argument
786 if (code == B_SWAP_OP)
789 return BListView::DoMiscellaneous(code, data);
H A DListView.cpp282 // may mess up application code which manages this by some other means
641 // TODO: move this code someplace where it can be shared everywhere
726 BListView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
752 return BView::MouseMoved(where, code, dragMessage);
756 return BView::MouseMoved(where, code, dragMessage);
779 BView::MouseMoved(where, code, dragMessage);
1500 BListView::Perform(perform_code code, void* _data) argument
1502 switch (code) {
1551 return BView::Perform(code, _data);
1556 BListView::DoMiscellaneous(MiscCode code, MiscDat argument
[all...]
H A DScrollView.cpp367 BScrollView::MouseMoved(BPoint where, uint32 code, argument
370 BView::MouseMoved(where, code, dragMessage);
658 BScrollView::Perform(perform_code code, void* _data) argument
660 switch (code) {
717 return BView::Perform(code, _data);
/haiku/src/servers/input/
H A DInputServer.h52 void Control(uint32 code, BMessage* message);
167 uint32 code, BMessage* message);
H A DInputServer.cpp106 InputDeviceListItem::Control(uint32 code, BMessage* message) argument
108 fServerDevice->Control(fDevice.name, fDevice.cookie, code, message);
652 msg.AddInt32("code", B_MOUSE_TYPE_CHANGED);
691 msg.AddInt32("code", B_MOUSE_ACCELERATION_CHANGED);
714 msg.AddInt32("code", B_KEY_REPEAT_DELAY_CHANGED);
826 msg.AddInt32("code", B_KEY_MAP_CHANGED);
842 msg.AddInt32("code", B_KEY_LOCKS_CHANGED);
894 msg.AddInt32("code", B_MOUSE_SPEED_CHANGED);
920 msg.AddInt32("code", B_MOUSE_MAP_CHANGED);
947 msg.AddInt32("code", B_CLICK_SPEED_CHANGE
1107 int32 code; local
1404 ControlDevices(const char* name, input_device_type type, uint32 code, BMessage* message) argument
1507 int32 code; local
[all...]
/haiku/src/servers/app/
H A DProfileMessageSupport.cpp16 string_for_message_code(uint32 code) argument
18 switch (code) {
328 return "unknown code";
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp329 StateView::Perform(perform_code code, void* data) argument
331 return BView::Perform(code, data);
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c546 int code, k, i, j, d, x, c, v; local
560 code = 0;
562 for (i = 0; i < 16; i++, code <<= 1) { /* sizes */
567 c = code << (DECBITS - 1 - i);
585 code++;
588 hu->maxcode[i] = code;
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp9 * 1. Redistributions of source code must retain the above copyright
155 int32 code,
161 BBufferConsumer::HandleMessage(code, pData, size) &&
162 BBufferProducer::HandleMessage(code, pData, size) &&
163 BControllable::HandleMessage(code, pData, size) &&
164 BMediaNode::HandleMessage(code, pData, size))
165 BMediaNode::HandleBadMessage(code, pData, size);
516 // Return B_OK if all is well; otherwise return an appropriate error code."
154 HandleMessage( int32 code, const void* pData, size_t size) argument
/haiku/src/servers/debug/
H A DDebugServer.cpp180 void SetCode(debug_debugger_message code) { fCode = code; } argument
807 ", code: %" B_PRId32 "\n", fTeam, (int32)message->Code()));
1256 int32 code; local
1259 bytesRead = read_port(fListenerPort, &code, &message->Data(),
1268 TRACE(("debug_server: Got debug message: team: %" B_PRId32 ", code: %" B_PRId32
1269 "\n", message->Data().origin.team, code));
1271 message->SetCode((debug_debugger_message)code);
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp9 * 1. Redistributions of source code must retain the above copyright
264 int32 code,
270 BBufferConsumer::HandleMessage(code, data, size) &&
271 BBufferProducer::HandleMessage(code, data, size) &&
272 BControllable::HandleMessage(code, data, size) &&
273 BMediaNode::HandleMessage(code, data, size))
274 BMediaNode::HandleBadMessage(code, data, size);
730 // Return B_OK if all is well; otherwise return an appropriate error code."
263 HandleMessage( int32 code, const void* data, size_t size) argument
/haiku/src/system/kernel/
H A Dthread.cpp164 \code < 0 \endcode a fresh one is allocated.
426 \return \c B_OK, if the timer was added successfully, another error code
549 \return \c B_OK, if the initialization went fine, another error code
883 \return The ID of the newly created thread (>= 0) or an error code on
1228 send_data_etc(thread_id id, int32 code, const void *buffer, size_t bufferSize,
1278 target->msg.code = code;
1296 int32 code;
1318 code = thread->msg.code;
[all...]
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c6 * modification, are permitted provided that: (1) source code distributions
8 * distributions including binary code include the above copyright notice and
92 * MIT C Gateway code that doesn't send "time exceeded"s. God
96 * the 4.[23]BSD network code (and its derivatives): 4.x (x <= 3)
162 * code to set the ip id). So, to allow two or more users to
171 * routing problem and this code sort-of popped out after 48 hours
495 register int op, code, n; local
535 * the original code.
1131 code = i - 1;
1132 switch (code) {
1394 register u_char type, code; local
[all...]
/haiku/src/apps/bootmanager/
H A Dbootman.S89 ; ah - scan code
93 ; ah - scan code
159 ; 16 bit code
253 ; use code available in stage 1
362 ; Use code available in stage 2

Completed in 164 milliseconds

<<111213141516171819