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

1234567891011>>

/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/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) {
H A DControl.cpp310 BControl::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
312 BView::MouseMoved(where, code, dragMessage);
474 BControl::Perform(perform_code code, void* _data) argument
476 switch (code) {
530 return BView::Perform(code, _data);
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js990 RemoteMessage.prototype.code = function()
1002 RemoteMessage.prototype.start = function(code)
1005 this.dataView.writeUint16(code);
1109 switch (remoteMessage.code()) {
1406 = remoteMessage.code() != RP_STROKE_ARC ? Math.PI / 2 : span;
1415 switch (remoteMessage.code()) {
1454 switch (remoteMessage.code()) {
1484 if (remoteMessage.code() == RP_FILL_ROUND_RECT_GRADIENT) {
1492 if (remoteMessage.code() == RP_STROKE_ROUND_RECT)
1497 if (remoteMessage.code()
[all...]

Completed in 274 milliseconds

1234567891011>>