Searched refs:code (Results 376 - 400 of 475) sorted by relevance

<<111213141516171819

/haiku/src/apps/terminal/
H A DAppearPrefView.cpp317 int code = charset->GetConversionID(); local
321 if (msg->FindInt32("op") == code) {
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.h9 * 1. Redistributions of source code must retain the above copyright
68 int32 code,
186 // Return B_OK if all is well; otherwise return an appropriate error code."
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.h9 * 1. Redistributions of source code must retain the above copyright
193 int32 code,
310 // Return B_OK if all is well; otherwise return an appropriate error code."
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c17 The initial developer of the original code is David A. Hinds
481 printf("[code]"); break;
740 if (c->code == 0)
812 static void print_config(int code, cistpl_config_t *cfg) argument
815 (code == CISTPL_CONFIG_CB) ? "_cb" : "",
817 if (code == CISTPL_CONFIG)
/haiku/src/bin/unzip/
H A Dcrctab.c61 error: Dynamic allocation of CRC table not safe with reentrant code.
68 a "local pointer" (e.g.: i86 16bit code with far pointers). */
100 /* This piece of code has been left here to explain how the XOR pattern
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h280 void InitSpecials(int32 code);
/haiku/headers/os/interface/
H A DSlider.h59 virtual status_t Perform(perform_code code, void* data);
/haiku/src/kits/media/
H A DSound.cpp259 BSound::Perform(int32 code, ...) argument
/haiku/src/kits/debugger/model/
H A DTeam.cpp479 // breakpoints with the team and sorting them by source code.
598 // If the function instance has disassembled code attached, we can get the
600 if (DisassembledCode* code = functionInstance->GetSourceCode()) {
601 Statement* statement = code->StatementAtAddress(address);
633 // If we're lucky the source code can provide us with a statement.
634 if (DisassembledCode* code = dynamic_cast<DisassembledCode*>(sourceCode)) {
635 Statement* statement = code->StatementAtLocation(location);
645 // get the source file for the source code
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h121 uint8_t code; member in struct:wpi_buf
/haiku/headers/os/media/
H A DMediaNode.h225 void HandleBadMessage(int32 code,
/haiku/src/bin/
H A Dsysinfo.cpp23 uint8 code; member in struct:cache_description
270 for (j = 0; sIntelCacheDescriptions[j].code; j++) {
271 if (cacheDescriptors[i] == sIntelCacheDescriptions[j].code) {
285 if (sIntelCacheDescriptions[j].code == 0)
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp286 key = pkt.code;
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp617 CPPUNIT_ASSERT_EQUAL(204, receivedStatus.code);
670 CPPUNIT_ASSERT(result.Status().code == 200);
677 CPPUNIT_ASSERT(result.Status().code == 401);
691 CPPUNIT_ASSERT(result.Status().code == 400);
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp899 msg.AddInt16(UrlEventData::HttpStatusCode, fStatus.code);
901 fResult->SetStatus(BHttpStatus{fStatus.code, std::move(fStatus.text)});
967 msg.AddInt16(UrlEventData::HttpStatusCode, fStatus.code);
969 fResult->SetStatus(BHttpStatus{fStatus.code, std::move(fStatus.text)});
1051 \param what The code of the message to be sent
/haiku/src/add-ons/kernel/network/protocols/icmp6/
H A Dicmp6.cpp234 TRACE((" got type %u, code %u, checksum 0x%x\n", header.icmp6_type,
302 icmp6_error_received(net_error code, net_buffer* data) argument
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp9 * 1. Redistributions of source code must retain the above copyright
1579 int32 code; local
1630 &code,
1658 switch(code) {
1673 "* NodeGroup::_cycleThread(): unknown message code '%"
1674 B_PRId32 "'\n", code));
/haiku/headers/private/kernel/
H A Dthread.h157 status_t _user_send_data(thread_id thread, int32 code, const void *buffer, size_t buffer_size);
231 code that lock is a per-semaphore spinlock that protects the semaphore data,
247 isn't, however, since the unblocking code doesn't know about the client
253 unblocking code. A timeout can only happen after
255 possible at any time. The client code must deal with those situations.
307 waiting to other client code. Otherwise another thread could try to unblock
366 \code thread_unblock_locked(thread, B_INTERRUPTED) \endcode. Otherwise the
371 usually doesn't know it. This implies that the client code needs to take
/haiku/src/apps/showimage/
H A DShowImageView.h121 void _SendMessageToWindow(uint32 code);
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp328 TExpandoMenuBar::MouseMoved(BPoint where, uint32 code, const BMessage* message) argument
359 if (code == B_INSIDE_VIEW) {
378 BMenuBar::MouseMoved(where, code, message);
385 switch (code) {
911 // code the resize method will be centered in one place
991 // The following code is almost a copy/paste from
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1229 BMediaRecorder::notification code, ...)
1231 if (code == BMediaRecorder::B_WILL_STOP) {
1269 BSoundPlayer::sound_player_notification code, ...)
1271 if ((code == BSoundPlayer::B_STOPPED) || (code == BSoundPlayer::B_SOUND_DONE)) {
/haiku/src/kits/app/
H A DApplication.cpp194 \return A status code.
919 int32 code; local
920 link.FlushWithReply(code);
1433 int32 code; local
1434 if (fServerLink->FlushWithReply(code) == B_OK
1435 && code == B_OK) {
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c679 uint8_t code = rt->info[i].rateCode; local
682 HALASSERT(code < N(rt->rateCodeToIndex));
683 rt->rateCodeToIndex[code] = i;
684 HALASSERT((code | rt->info[i].shortPreamble) <
686 rt->rateCodeToIndex[code | rt->info[i].shortPreamble] = i;
1154 * NB: This is a private routine used by per-chip code to
/haiku/src/kits/interface/
H A DMenuField.cpp541 BMenuField::MouseMoved(BPoint point, uint32 code, const BMessage* message) argument
543 BView::MouseMoved(point, code, message);
852 BMenuField::Perform(perform_code code, void* _data) argument
854 switch (code) {
927 return BView::Perform(code, _data);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnreg.h472 uint8_t code; member in struct:iwn_tx_cmd
1191 uint8_t code; member in struct:iwn_phy_calib
1210 uint8_t code; member in struct:iwn5000_phy_calib_crystal
1220 uint8_t code; member in struct:iwn5000_phy_calib_temp_offset
1231 uint8_t code; member in struct:iwn5000_phy_calib_temp_offsetv2
1242 uint8_t code; member in struct:iwn_phy_calib_gain

Completed in 158 milliseconds

<<111213141516171819