Searched refs:code (Results 251 - 275 of 477) sorted by relevance

<<11121314151617181920

/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...]
/haiku/src/kits/interface/
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);
H A DCheckBox.cpp274 BCheckBox::MouseMoved(BPoint where, uint32 code, argument
399 BCheckBox::Perform(perform_code code, void* _data) argument
401 switch (code) {
455 return BControl::Perform(code, _data);
H A DRadioButton.cpp328 BRadioButton::MouseMoved(BPoint where, uint32 code, argument
403 BRadioButton::Perform(perform_code code, void* _data) argument
405 switch (code) {
468 return BControl::Perform(code, _data);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp538 hash_function_for_code(uint32 code) argument
542 switch (code) {
568 uint32 code = _DetectHashFunction(); local
569 fHashFunction = hash_function_for_code(code);
574 "%" B_PRIu32 "\n", code));
/haiku/src/system/kernel/
H A Dport.cpp93 int32 code; member in struct:__anon5::port_message
297 Read(const BReference<Port>& portRef, int32 code, ssize_t result) argument
302 fCode(code),
308 Read(port_id id, int32 readCount, int32 writeCount, int32 code, argument
314 fCode(code),
322 out.Print("port %ld read, read %ld, write %ld, code %lx: %ld",
337 Write(port_id id, int32 readCount, int32 writeCount, int32 code, argument
343 fCode(code),
352 out.Print("port %ld write, read %ld, write %ld, code %lx, size %ld: %ld",
368 Info(const BReference<Port>& portRef, int32 code, ssize_ argument
379 Info(port_id id, int32 readCount, int32 writeCount, int32 code, ssize_t result) argument
682 get_port_message(int32 code, size_t bufferSize, uint32 flags, bigtime_t timeout, port_message** _message, Port& port) argument
[all...]
/haiku/src/libs/iconv/
H A Diconv.c628 const char* code; local
642 for (code = name;;) {
643 /* Search code in the table. */
644 for (cp = code, bp = buf, count = MAX_WORD_LENGTH+10+1; ; cp++, bp++) {
670 code = locale_charset();
673 if (code[0] == '\0')
686 code = locale_charset();
689 if (code[0] == '\0')
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp14 * * Redistributions of source code must retain the above copyright notice,
95 void _HandleMessage(int32 code, const void* data,
373 MediaAddonServer::_HandleMessage(int32 code, const void* data, size_t size) argument
375 switch (code) {
419 ERROR("media_addon_server: received unknown message code %#08"
420 B_PRIx32 "\n", code);
433 int32 code; local
434 while ((size = read_port_etc(server->_ControlPort(), &code, data,
436 server->_HandleMessage(code, data, size);
/haiku/src/kits/mail/
H A DMailAttachment.cpp700 type_code code; local
701 memcpy(&code, &start[index], sizeof(type_code));
702 code = B_BENDIAN_TO_HOST_INT32(code);
710 swap_data(code, &start[index], buf_length, B_SWAP_BENDIAN_TO_HOST);
711 _attributes.AddData(name, code, &start[index], buf_length);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp351 int32 code; local
359 res = read_port( reply_port, &code, reply, reply_size );
361 if( code != CRadeonProducer::C_GET_CONFIGURATION_REPLY )
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp99 // contains code (not used).
1430 // the B_RGB32 bits format. Currently, this code is not as
1511 // special code
1513 uint8 code; local
1514 rd = inSource->Read(&code, 1);
1519 switch (code) {
1601 // code >= 3
1602 // read code uncompressed indices
1610 // if code is greater than the number of
1614 if (code
[all...]
/haiku/src/kits/media/
H A DControllable.cpp17 * * Redistributions of source code must retain the above copyright notice,
269 reply.code = 0;
276 reply.code = fWeb->TypeCode();
292 reply.code = 0;
/haiku/src/kits/network/libnetservices2/
H A DHttpParser.cpp71 status.code = std::stol(statusCodeString);
77 fStatus.code = status.code; // cache the status code
122 // [1] In case of HEAD (set previously), status codes 1xx (TODO!), status code 204 or 304,
/haiku/src/system/kernel/util/
H A Dring_buffer.cpp352 ring_buffer_write_to_port(struct ring_buffer *buffer, port_id port, int32 code,
363 status = write_port_etc(port, code, buffer->buffer + buffer->first, length,
376 status = writev_port_etc(port, code, vecs, 2, length, flags, timeout);
/haiku/src/servers/app/
H A DDesktop.h83 void BroadcastToAllApps(int32 code);
84 void BroadcastToAllWindows(int32 code);
282 void _DispatchMessage(int32 code,
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.h62 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/servers/input/
H A DInputServerDevice.cpp110 uint32 code, BMessage* message)
109 Control(const char* device, void* cookie, uint32 code, BMessage* message) argument
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp103 ViewContainer::MouseMoved(BPoint where, uint32 code, const BMessage* message) argument
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.h45 void MouseMoved(BPoint where, uint32 code,
/haiku/headers/os/interface/
H A DSeparatorView.h67 virtual status_t Perform(perform_code code, void* data);
H A DControl.h53 virtual void MouseMoved(BPoint where, uint32 code,
H A DShape.h85 virtual status_t Perform(perform_code code, void* data);
H A DButton.h58 virtual void MouseMoved(BPoint where, uint32 code,
H A DRadioButton.h44 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp198 int code = (int)typeCode; local
199 type.SetToFormat("'%02x%02x%02x%02x'", code >> 24,
200 (code >> 16) & 0xff, (code >> 8) & 0xff, code & 0xff);
803 #define CREATE_TEST_WITH_CUSTOM_SETUP(name, code) \
809 code \
814 #define CREATE_TEST(name, code) \
818 code \

Completed in 136 milliseconds

<<11121314151617181920