Searched refs:decode (Results 1 - 18 of 18) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/encoding/
H A Duk.inc2 { .decode = &decode_table },
H A DDECdrawing.inc2 { .decode = &decode_table },
/haiku/3rdparty/pulkomandy/
H A Dpkggraph.py80 print('"%s" -> "%s" [color=%s]' % (k.decode('utf-8'), dep.decode('utf-8'), color))
/haiku/headers/os/mail/
H A Dmail_encoding.h39 ssize_t decode(mail_encoding encoding, char *out, const char *in, off_t length,
/haiku/src/add-ons/translators/raw/
H A DRAW.h121 int _LosslessJPEGDiff(struct decode *dindex);
187 decode* fDecodeBuffer;
188 decode* fSecondDecode;
189 decode* fFreeDecode;
H A DRAW.cpp48 struct decode { struct
49 struct decode *branch[2];
55 struct decode *huff[4];
148 fDecodeBuffer = new decode[kDecodeBufferCount];
2126 memset(fDecodeBuffer, 0, sizeof(decode) * kDecodeBufferCount);
2131 /*! Construct a decode tree according the specification in *source.
2163 + sizeof(decode) * kDecodeBufferCount) {
2168 struct decode* current = fFreeDecode++;
2190 enough to decode Canon, Kodak and Adobe DNG images.
2285 DCRaw::_LosslessJPEGDiff(struct decode *dinde
[all...]
/haiku/headers/private/kernel/
H A Dacpi.h359 uint8 decode; member in struct:acpi_resource_address
368 uint8 decode; member in struct:acpi_resource_address16
379 uint8 decode; member in struct:acpi_resource_address32
390 uint8 decode; member in struct:acpi_resource_address64
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py372 tag = template[start:end].decode()
518 name = name.decode() # type: ignore
833 decode = (
834 (lambda x: data[x].decode()) # type: ignore
863 decode(token_content),
899 scope = getter(scope, scopes, decode(token_name), None)
932 value = resolver(decode(token_name))
946 value = getter(scope, scopes, decode(token_name), missing)
1061 return data.decode() if isinstance(template, str) else data
/haiku/src/apps/serialconnect/libvterm/src/
H A Dencoding.c157 .decode = &decode_utf8,
177 .decode = &decode_usascii,
H A Dvterm_internal.h166 void (*decode)(VTermEncoding *enc, void *data, member in struct:VTermEncoding
H A Dstate.c219 (*encoding->enc->decode)(encoding->enc, encoding->data,
579 /* Easier to decode this from the first byte, even though the final
/haiku/src/tests/kits/net/service/
H A Dtestserver.py186 body_bytes = self.rfile.read(content_length).decode('utf-8')
242 username, password = decoded.decode('utf-8').split(':')
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py186 body_bytes = self.rfile.read(content_length).decode('utf-8')
242 username, password = decoded.decode('utf-8').split(':')
/haiku/src/kits/mail/
H A Dmail_encoding.cpp47 decode(mail_encoding encoding, char *out, const char *in, off_t length, function
119 // decode Quoted Printable
H A DMailAttachment.cpp374 size = decode(_encoding,(char *)(buffer->Buffer()),src,size,0);
H A DMailComponent.cpp610 bytes = decode(encoding, string, buffer, bytes, 0);
/haiku/3rdparty/kallisti5/
H A Dconfigure.py86 return subprocess.check_output(cmd).decode(sys.stdout.encoding)
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js293 var result = this.textDecoder.decode(part);

Completed in 112 milliseconds