Searched refs:code (Results 1 - 25 of 477) sorted by last modified time

1234567891011>>

/haiku/src/apps/text_search/
H A DGrepWindow.cpp358 type_code code; local
360 message->GetInfo("refs", &code, &count);
475 B_TRANSLATE("Open files in code editor"), new BMessage(MSG_INVOKE_EDITOR));
938 TRACE_NM("unkown op code\n");
1144 // I've successfully tried code patches that apply the
1584 // Find the preferred code editor
1586 BMimeType mimeType("text/x-source-code");
/haiku/src/apps/haikudepot/model/
H A DModel.cpp600 BString code; local
601 if (item.FindString("code", &code) != B_OK) {
612 "nickname", code.String());
626 " be ignored", code.String());
670 // note that language identifiers are "code" in HDS and "id" in Haiku
674 HDDEBUG("rating [%s] retrieved from server", code.String());
912 && error.FindDouble("code", &errorCode) == B_OK) {
931 Model::RatingStabilityByCode(BString& code) const
937 if (aRatingStability->Code() == code)
[all...]
H A DLanguageModel.cpp190 const char* code,
194 int32 index = _IndexOfBestMatchingSupportedLanguage(code, countryCode, scriptCode);
201 /*! The supplied `languageId` here is the ICU code with the components separated
208 const char* code,
218 if( 0 == _NullSafeStrCmp(code, suppLangCode)
236 const char* code,
243 int32 index = _IndexOfSupportedLanguage(code, countryCode, scriptCode);
251 if( 0 == _NullSafeStrCmp(code, fSupportedLanguages[i]->Code())
258 if (NULL != code) {
260 if(0 == _NullSafeStrCmp(code, fSupportedLanguage
189 _FindBestSupportedLanguage( const char* code, const char* countryCode, const char* scriptCode) const argument
207 _IndexOfSupportedLanguage( const char* code, const char* countryCode, const char* scriptCode) const argument
235 _IndexOfBestMatchingSupportedLanguage( const char* code, const char* countryCode, const char* scriptCode) const argument
[all...]
H A DLanguageModel.h35 const char* code,
39 const char* code,
46 const char* code,
/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/kits/interface/
H A DFont.cpp302 int32 code; local
303 if (link.FlushWithReply(code) != B_OK || code != B_OK)
345 int32 code; local
346 if (link.FlushWithReply(code) != B_OK
347 || code != B_OK) {
572 BFont::SetFamilyAndStyle(uint32 code) argument
581 style = code & 0xFFFF;
582 family = (code & 0xFFFF0000) >> 16;
718 int32 code; local
832 int32 code; local
916 int32 code; local
939 int32 code; local
1096 int32 code; local
1139 int32 code; local
1190 int32 code; local
[all...]
H A DStatusBar.cpp636 BStatusBar::Perform(perform_code code, void* _data) argument
638 switch (code) {
687 return BView::Perform(code, _data);
H A DGraphicsDefs.cpp205 int32 code; local
206 if (link.FlushWithReply(code) == B_OK && code == B_OK) {
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);
/haiku/headers/os/interface/
H A DFont.h183 void SetFamilyAndStyle(uint32 code);
H A DOutlineListView.h76 virtual status_t Perform(perform_code code, void* data);
103 virtual bool DoMiscellaneous(MiscCode code, MiscData* data);
/haiku/src/apps/haikudepot/util/
H A DLanguageMenuUtils.h35 const BString& code,
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.h42 void _MarkStabilityInMenu(BString* code);
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp346 BString code; local
437 \param code defines the version of the data to return or if empty then the
446 WebAppInterface::RetrieveUserUsageConditions(const BString& code, argument
450 status_t result = _RetrieveUserUsageConditionsMeta(code,
466 if ( (resultMessage.FindString("code", &metaDataCode) != B_OK)
491 WebAppInterface::AgreeUserUsageConditions(const BString& code, argument
499 requestEnvelopeWriter.WriteString(code.String());
513 WebAppInterface::_RetrieveUserUsageConditionsMeta(const BString& code, argument
521 if (!code.IsEmpty()) {
522 requestEnvelopeWriter.WriteObjectName("code");
537 _RetrieveUserUsageConditionsCopy(const BString& code, BDataIO* stream) argument
684 RetrieveScreenshot(const BString& code, int32 width, int32 height, BDataIO* stream) argument
929 double code; local
[all...]
H A DWebAppInterface.h81 // This is the "ID" in the ICU system; the term `code`
91 // This is the "ID" in the ICU system; the term `code`
106 const BString& code,
109 status_t AgreeUserUsageConditions(const BString& code,
113 const BString& code,
125 // This is the "ID" in the ICU system; the term `code`
166 const BString& code, BMessage& message);
168 const BString& code, BDataIO* stream);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp564 virtual void MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
/haiku/src/apps/deskcalc/
H A DCalcView.cpp173 char code[8]; member in struct:CalcView::CalcKey
1223 // set code
1225 strlcpy(key->code, "\n", sizeof(key->code));
1227 strlcpy(key->code, p, sizeof(key->code));
1256 if (strcmp(fKeypad[key].code, "BS") == 0) {
1259 } else if (strcmp(fKeypad[key].code, "C") == 0) {
1262 } else if (strcmp(fKeypad[key].code, "acos") == 0
1263 || strcmp(fKeypad[key].code, "asi
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c70 * * Redistributions of source code must retain the above copyright
6295 int idx, code, async, group_id; local
6300 code = hcmd->id;
6332 group_id = iwm_cmd_groupid(code);
6374 cmd->hdr_wide.opcode = iwm_cmd_opcode(code);
6379 cmd->hdr_wide.version = iwm_cmd_version(code);
6382 cmd->hdr.code = code;
6527 iwm_cmd_done(struct iwm_softc *sc, int qid, int idx, int code) argument
6549 DEVNAME(sc), code));
10975 int qid, idx, code; local
10993 int qid, idx, code, handled = 1; local
[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/add-ons/kernel/busses/usb/
H A Dohci.cpp1358 // spec says that in most cases condition code
1376 uint8 code = OHCI_ITD_GET_BUFFER_CONDITION_CODE(offset); local
1377 packet_descriptor->status = _GetStatusOfConditionCode(code);
/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/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/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);

Completed in 204 milliseconds

1234567891011>>