Searched refs:code (Results 226 - 250 of 477) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp75 kprintf("\t\tscid=%x code=%x ident=%x type=%x, buffer=%p\n",
76 frame->channel->scid, frame->code, frame->ident,
87 kprintf("\t\tscid=%x code=%x ident=%x type=%x, buffer=%p\n",
88 frame->channel->scid, frame->code, frame->ident,
/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.cpp68 DisassemblerX86::Init(target_addr_t address, const void* code, size_t codeSize) argument
80 fCode = (const uint8*)code;
/haiku/src/kits/media/
H A DMediaWriter.cpp210 MediaWriter::AddTrackInfo(int32 streamIndex, uint32 code, argument
220 return fWriter->AddTrackInfo(info->cookie, code, data, size, flags);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.h169 static void NotifyRecordFile(void * cookie, BMediaRecorder::notification code, ...);
172 static void NotifyPlayFile(void * cookie, BSoundPlayer::sound_player_notification code, ...);
/haiku/headers/os/game/
H A DDirectWindow.h105 virtual status_t Perform(perform_code code, void* arg);
131 virtual BMessage* ConvertToMessage(void* raw, int32 code);
/haiku/headers/private/netservices/
H A DNetworkCookieJar.h74 virtual bool AllowsTypeCode(type_code code) const;
75 virtual status_t Unflatten(type_code code,
/haiku/src/servers/app/
H A DServerApp.h104 virtual void _DispatchMessage(int32 code,
107 status_t _CreateWindow(int32 code,
/haiku/headers/private/bluetooth/
H A DbtCoreData.h125 uint8 code; /* L2CAP command opcode */ member in struct:L2capFrame
183 net_buffer* buffer, uint8 ident, uint8 code);
/haiku/src/apps/haikudepot/model/
H A DModel.h98 CategoryRef CategoryByCode(BString& code) const;
104 RatingStabilityRef RatingStabilityByCode(BString& code) const;
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h37 status_t SendData(int32 code, void* buffer,
/haiku/headers/os/interface/
H A DPopUpMenu.h46 virtual status_t Perform(perform_code code, void* _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/apps/expander/
H A DGenericThread.h40 status_t SendData(int32 code, void* buffer,
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h49 virtual void MouseMoved(BPoint where, uint32 code,
H A DColorSlider.h47 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/headers/private/media/
H A DReaderPlugin.h51 virtual status_t Perform(perform_code code, void* data);
/haiku/src/kits/storage/
H A DPath.cpp458 // Checks if type code is equal to B_REF_TYPE.
460 BPath::AllowsTypeCode(type_code code) const
462 return code == B_REF_TYPE;
469 BPath::Unflatten(type_code code, const void* buffer, ssize_t size) argument
474 if (!(code == B_REF_TYPE && buffer != NULL
508 \returns A status code.
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dcommands.h29 void PutOverlayFlip(uint32 code, bool updateCoefficients);
/haiku/headers/private/netservices2/
H A DHttpResult.h96 int16 code = 0; member in struct:BPrivate::Network::BHttpStatusClass::BHttpStatus
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.h80 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.h68 virtual const char* ErrorCodeToString(status_t code);
/haiku/src/kits/debug/
H A DDebugLooper.cpp306 int32 code; local
308 debugger->debugger->DebuggerPort(), &code, &message,
315 code, message);
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp135 MasterServerDevice::Control(const char* device, void* cookie, uint32 code, BMessage* message) argument
138 switch (code) {
154 BInputServerDevice::Control(device, cookie, code, message);
/haiku/src/add-ons/kernel/network/dns_resolver/kernel_add_on/
H A Ddns_resolver.cpp182 int32 code;
183 replySize = read_port(gPortReply, &code, reply, replySize);
193 switch (code) {
/haiku/src/kits/interface/
H A DGraphicsDefs.cpp205 int32 code; local
206 if (link.FlushWithReply(code) == B_OK && code == B_OK) {

Completed in 141 milliseconds

1234567891011>>