Searched refs:code (Results 26 - 50 of 474) sorted by last modified time

1234567891011>>

/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/kits/interface/
H A DMenu.cpp1237 BMenu::Perform(perform_code code, void* _data) argument
1239 switch (code) {
1296 return BView::Perform(code, _data);
2386 // Setting this to NULL will prevent this code
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 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);
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...]
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp69 status_t AddTrackInfo(uint32 code, const void* data,
366 AVFormatWriter::StreamCookie::AddTrackInfo(uint32 code, argument
370 code, data, size, flags);
582 AVFormatWriter::AddTrackInfo(void* _cookie, uint32 code, argument
586 code, data, size, flags);
592 return cookie->AddTrackInfo(code, data, size, flags);
/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 DListView.h62 virtual void MouseMoved(BPoint where, uint32 code,
148 virtual status_t Perform(perform_code code, void* arg);
166 virtual bool DoMiscellaneous(MiscCode code, MiscData* data);
/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/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/src/apps/haikudepot/model/
H A DScreenshotCoordinate.h13 /*! A screenshot coordinate defines a screenshot to obtain. The `code` is
21 ScreenshotCoordinate(BString code, uint16 width, uint16 height);
H A DScreenshotCoordinate.cpp8 static const char* kCodeKey = "code";
30 ScreenshotCoordinate::ScreenshotCoordinate(BString code, uint16 width, uint16 height) argument
32 fCode(code),
H A DModel.h98 CategoryRef CategoryByCode(BString& code) const;
104 RatingStabilityRef RatingStabilityByCode(BString& code) const;
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h36 * * Redistributions of source code must retain the above copyright
1498 uint32_t inst_size; /* bytes of runtime code */
1500 uint32_t init_size; /* bytes of init code */
1502 uint32_t boot_size; /* bytes of bootstrap code */
1507 uint32_t inst_size; /* bytes of runtime code */
1509 uint32_t init_size; /* bytes of init code */
1511 uint32_t boot_size; /* bytes of bootstrap code */
3310 * code 011 010 001 000 | 100 101 110 111
5451 * @u.add.cb_size: size code
7626 * The MCC is two letter-code, asci
7794 uint8_t code; member in struct:iwx_cmd_header
[all...]
/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/servers/app/
H A DServerWindow.cpp128 struct profile { int32 code; int32 count; bigtime_t time; }; member in struct:profile
232 sMessageProfile[i].code = i;
242 "per call)\n", string_for_message_code(p->code), p->count, p->time / 1000000.0,
597 ServerWindow::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link) argument
599 switch (code) {
881 // comment this code for the time being, as some apps rely
1024 BMessage message(code);
1185 debug_printf("ServerWindow %s received unexpected code - "
1187 Title(), string_for_message_code(code));
1195 _DispatchViewMessage(code, lin
1205 _DispatchViewMessage(int32 code, BPrivate::LinkReceiver &link) argument
2482 _DispatchViewDrawingMessage(int32 code, BPrivate::LinkReceiver &link) argument
3215 _DispatchPictureMessage(int32 code, BPrivate::LinkReceiver& link) argument
4161 int32 code; local
[all...]
H A DDesktop.h83 void BroadcastToAllApps(int32 code);
84 void BroadcastToAllWindows(int32 code);
282 void _DispatchMessage(int32 code,
H A DDesktop.cpp603 Desktop::BroadcastToAllApps(int32 code) argument
608 fApplications.ItemAt(i)->PostMessage(code);
616 Desktop::BroadcastToAllWindows(int32 code) argument
622 window->ServerWindow()->PostMessage(code);
1270 // (the code below would have to be changed then, though)
2604 Desktop::_DispatchMessage(int32 code, BPrivate::LinkReceiver& link) argument
2606 switch (code) {
2743 app->PostMessage(code);
2868 printf("Desktop %d:%s received unexpected code %" B_PRId32 "\n", 0,
2869 "baron", code);
[all...]
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp215 if (fEditable && !is_mappable_to_modifier(key->code)) {
222 message->AddUInt32("keyCode", key->code);
234 bool isLockKey = is_lock_key(key->code);
237 if (is_left_modifier_key(key->code) || isLockKey) {
240 map.left_shift_key, key->code);
242 if (key->code == map.left_shift_key)
247 map.left_control_key, key->code);
249 if (key->code == map.left_control_key)
254 map.left_option_key, key->code);
256 if (key->code
873 _SpecialKeyLabel(const key_map& map, uint32 code, bool abbreviated) argument
976 _FunctionKeyLabel(uint32 code, char* text, size_t textSize) argument
1064 _IsKeyPressed(uint32 code) argument
1084 _SetKeyState(uint32 code, bool pressed) argument
1097 _KeyForCode(uint32 code) argument
1112 _InvalidateKey(uint32 code) argument
[all...]
/haiku/src/apps/haikudepot/packagemodel/
H A DScreenshotInfo.cpp22 ScreenshotInfo::ScreenshotInfo(const BString& code, argument
25 fCode(code),
H A DScreenshotInfo.h17 ScreenshotInfo(const BString& code,
H A DPackageCategory.h17 PackageCategory(const BString& code,
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),
H A DDepotInfo.cpp217 DepotInfo::SetWebAppRepositoryCode(const BString& code) argument
219 fWebAppRepositoryCode = code;
224 DepotInfo::SetWebAppRepositorySourceCode(const BString& code) argument
226 fWebAppRepositorySourceCode = code;

Completed in 204 milliseconds

1234567891011>>