Searched refs:code (Results 151 - 175 of 474) sorted by relevance

1234567891011>>

/haiku/headers/libs/iconv/
H A Diconv.h51 /* Allocates descriptor for code conversion from encoding `fromcode' to
110 (unsigned int code,
131 (wchar_t code,
/haiku/src/bin/debug/strace/
H A DMemoryReader.cpp102 int32 code; local
105 ssize_t bytesRead = read_port(fReplyPort, &code, &reply, sizeof(reply));
/haiku/src/preferences/locale/
H A DLanguageListView.h70 LanguageListItem* ItemForLanguageID(const char* code,
72 LanguageListItem* ItemForLanguageCode(const char* code,
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp94 int32 code; local
106 err = read_port(_Port, &code, buffer, length);
/haiku/headers/os/storage/
H A DPath.h64 virtual bool AllowsTypeCode(type_code code) const;
65 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPLCP.h32 uint8 code; member in struct:ppp_lcp_packet
70 KPPPLCPExtension *LCPExtensionFor(uint8 code, int32 *start = NULL) const;
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp64 status_t HciPacketHandler(void* data, int32 code, size_t size);
88 uint32 code = 0; local
90 Bluetooth::CodeHandler::SetDevice(&code, hid);
91 Bluetooth::CodeHandler::SetProtocol(&code, type);
93 return BluetoothRXPort->Trigger(code, data, count);
217 HciPacketHandler(void* data, int32 code, size_t size) argument
219 hci_id deviceId = Bluetooth::CodeHandler::Device(code);
227 return Assemble(bluetoothDevice, Bluetooth::CodeHandler::Protocol(code),
/haiku/headers/os/app/
H A DPropertyInfo.h70 virtual bool AllowsTypeCode(type_code code) const;
71 virtual status_t Unflatten(type_code code, const void* buffer,
/haiku/src/kits/media/
H A DEncoderPlugin.cpp33 Encoder::AddTrackInfo(uint32 code, const void* data, size_t size, uint32 flags) argument
104 Encoder::Perform(perform_code code, void* data) argument
/haiku/src/tests/kits/media/playsound/
H A Dplaywav.cpp26 int32 code; local
29 read_port(port, &code, buffer, portsize);
/haiku/src/tests/kits/media/playwav/
H A Dplaywav.cpp28 int32 code; local
30 read_port(port, &code, buffer, portsize);
/haiku/src/kits/app/
H A DLinkSender.cpp65 LinkSender::StartMessage(int32 code, size_t minSize) argument
95 header->code = code;
99 code, code, header->size, header->code, header->flags));
H A DAppMisc.cpp44 - another error code
76 - another error code
93 - another error code
120 - another error code
156 - another error code
281 int32 code; local
282 if (link->FlushWithReply(code) != B_OK || code != B_OK) {
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp177 //! Returns the LCP extension that can handle LCP packets of a given \a code.
179 KPPPLCP::LCPExtensionFor(uint8 code, int32 *start) const argument
193 if (current->Code() == code) {
258 switch (data.code) {
306 // Try to find LCP extensions that can handle this code.
309 KPPPLCPExtension *lcpExtension = LCPExtensionFor(data.code, &index);
310 for (; lcpExtension; lcpExtension = LCPExtensionFor(data.code, &(++index))) {
314 result = lcpExtension->Receive(packet, data.code);
/haiku/headers/os/media/
H A DParameterWeb.h99 virtual bool AllowsTypeCode(type_code code) const;
100 virtual status_t Unflatten(type_code code, const void* buffer,
169 virtual bool AllowsTypeCode(type_code code) const;
170 virtual status_t Unflatten(type_code code, const void* buffer,
248 virtual bool AllowsTypeCode(type_code code) const;
249 virtual status_t Unflatten(type_code code, const void* buffer,
321 virtual status_t Unflatten(type_code code, const void* buffer,
372 virtual status_t Unflatten(type_code code, const void* buffer,
410 virtual status_t Unflatten(type_code code, const void* buffer,
445 virtual status_t Unflatten(type_code code, cons
[all...]
/haiku/src/kits/storage/mime/
H A DTextSnifferAddon.cpp78 * The following code has been taken from version 4.17 of the BSD file tool,
90 * 1. Redistributions of source code must retain the above copyright
154 const char *code = NULL; local
179 * Then try to determine whether it's any character code we can
185 code = "ASCII";
189 code = "UTF-8 Unicode";
194 code = "Little-endian UTF-16 Unicode";
196 code = "Big-endian UTF-16 Unicode";
201 code = "ISO-8859";
205 code
[all...]
/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/kits/interface/
H A DPictureButton.cpp294 BPictureButton::MouseMoved(BPoint where, uint32 code, argument
298 if (code == B_EXITED_VIEW)
300 else if (code == B_ENTERED_VIEW)
303 BControl::MouseMoved(where, code, dragMessage);
415 BPictureButton::Perform(perform_code code, void* _data) argument
417 switch (code) {
471 return BControl::Perform(code, _data);
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp196 if (data.code == PPP_CONFIGURE_REQUEST && Side() != PPP_PEER_SIDE)
199 if ((data.code == PPP_CONFIGURE_ACK || data.code == PPP_CONFIGURE_NAK)
211 // code values are the same as for LCP (but very reduced)
212 switch (data.code) {
463 request->code = PPP_CONFIGURE_REQUEST;
491 ack.code = PPP_CONFIGURE_ACK;
514 nak.code = PPP_CONFIGURE_NAK;
/haiku/src/add-ons/kernel/file_systems/nfs4/idmapper/
H A DIdMapper.cpp167 ParseRequest(int32 code, void* buffer) argument
169 switch (code) {
200 int32 code;
201 size = read_port(gRequestPort, &code, buffer, size);
207 status_t result = ParseRequest(code, buffer);
/haiku/src/tests/kits/app/bmessage/
H A DMessageFlattenableItemTest.h37 virtual status_t Unflatten(type_code code, const void* buffer,
68 status_t MyFlattenableType::Unflatten(type_code code, const void* buffer, argument
75 if (!AllowsTypeCode(code))
/haiku/src/bin/addattr/
H A Dmain.cpp88 // the string as number and use it directly as type code
93 // if that didn't work, try the string as a char-type-code
108 fprintf(stderr, "usage: %s [-t type|-c code] [ -P ] attr value file1 [file2...]\n"
109 " or: %s [-f value-from-file] [-t type|-c code] [ -P ] attr file1 [file2...]\n\n"
116 "\t\tor an escape-quoted type code, eg. \\'MICN\\'\n"
131 "\t\tor a quoted type code, eg.: \\'MICN\\'\n"
132 "\t\tOr enter the actual type code with the '-c' option\n");
141 fprintf(stderr, "%s: attribute type code \"%s\" is not valid\n", kProgramName,
219 // Get the type code directly
220 char code[] local
[all...]
/haiku/src/kits/package/
H A DFetchFileJob.cpp164 uint16 code = httpResult->StatusCode(); local
165 uint16 codeClass = BHttpRequest::StatusCodeClass(code);
176 switch (code) {
/haiku/src/system/boot/platform/next_m68k/
H A Dconsole.cpp233 if (key.code.ascii == 0) {
234 switch (key.code.bios) {
251 return key.code.ascii;
/haiku/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp165 if (key.code.ascii == 0) {
166 switch (key.code.bios) {
187 return key.code.ascii;

Completed in 323 milliseconds

1234567891011>>