HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 151 - 175 of 3290) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
Android.mk 26 LOCAL_MODULE:= libOMX.TI.WBAMR.encode
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
base64_codec.py 4 will return Python string objects for both encode and decode.
47 def encode(self, input,errors='strict'): member in class:Codec
53 def encode(self, input, final=False): member in class:IncrementalEncoder
73 encode=base64_encode,
hex_codec.py 4 will return Python string objects for both encode and decode.
47 def encode(self, input,errors='strict'): member in class:Codec
53 def encode(self, input, final=False): member in class:IncrementalEncoder
73 encode=hex_encode,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
base64_codec.py 4 will return Python string objects for both encode and decode.
47 def encode(self, input,errors='strict'): member in class:Codec
53 def encode(self, input, final=False): member in class:IncrementalEncoder
73 encode=base64_encode,
hex_codec.py 4 will return Python string objects for both encode and decode.
47 def encode(self, input,errors='strict'): member in class:Codec
53 def encode(self, input, final=False): member in class:IncrementalEncoder
73 encode=hex_encode,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BEROctetStringGenerator.java 62 DEROctetString.encode(_derOut, _buf);
80 DEROctetString.encode(_derOut, _buf);
96 DEROctetString.encode(_derOut, bytes);
  /external/clang/test/Rewriter/
rewrite-modern-typeof.mm 30 char *a1t = (char *)@encode(__typeof__(a));
32 char *a2t = (char *)@encode(__typeof__(bVal));
34 char *a3t = (char *)@encode(__typeof__(cVal));
rewrite-typeof.mm 28 char *a1t = (char *)@encode(__typeof__(a));
30 char *a2t = (char *)@encode(__typeof__(bVal));
32 char *a3t = (char *)@encode(__typeof__(cVal));
  /external/clang/test/SemaTemplate/
instantiate-objc-1.mm 39 // @encode expressions
41 static const char *encode(T t) {
42 return @encode(T);
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ImageVideoWrapperEncoder.java 27 public boolean encode(ImageVideoWrapper data, OutputStream os) { method in class:ImageVideoWrapperEncoder
29 return streamEncoder.encode(data.getStream(), os);
31 return fileDescriptorEncoder.encode(data.getFileDescriptor(), os);
  /external/lldb/test/
progress.py 18 light_block = unichr(0x2591).encode("utf-8")
19 solid_block = unichr(0x2588).encode("utf-8")
20 solid_right_arrow = unichr(0x25BA).encode("utf-8")
26 fill=unichr(0x25C9).encode("utf-8"),
27 blank=unichr(0x25CC).encode("utf-8"),
28 marker=unichr(0x25CE).encode("utf-8"),
82 fill=unichr(0x25C9).encode("utf-8"),
83 blank=unichr(0x25CC).encode("utf-8"),
84 marker=unichr(0x25CE).encode("utf-8"),
108 fill=unichr(0x25C9).encode("utf-8"),
    [all...]
  /external/nanopb-c/tests/alltypes/
SConscript 14 # Re-encode the data using protoc, and check that the results from nanopb
19 env.Encode("encode_alltypes.output.recoded",
30 env.Encode("optionals.output.recoded",
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType3FunctionDictionary_autogen.cpp 35 SkPdfArray* SkPdfType3FunctionDictionary::Encode(SkPdfNativeDoc* doc) {
36 SkPdfNativeObject* ret = get("Encode", "");
44 return get("Encode", "") != NULL;
  /external/skia/src/utils/
SkBase64.cpp 112 size_t SkBase64::Encode(const void* srcPtr, size_t length, void* dstPtr, const char* encodeMap) {
113 const char* encode;
115 encode = default_encode;
117 encode = encodeMap;
132 *dst++ = encode[a];
133 *dst++ = encode[b];
134 *dst++ = encode[c];
135 *dst++ = encode[d];
147 *dst++ = encode[a >> 2];
148 *dst++ = encode[(k1 | a << 4) & 0x3F]
    [all...]
  /external/nanopb-c/examples/using_union_messages/
README.txt 9 This directory contains an example on how to encode and decode union messages
27 ./encode 1 | ./decode
29 ./encode 2 | ./decode
31 ./encode 3 | ./decode
45 encode.c takes one command line argument, which should be a number 1-3. It
  /external/nist-sip/java/gov/nist/javax/sip/header/
MediaRange.java 44 * 1. Added encode method.
105 * Encode the object.
108 public String encode() { method in class:MediaRange
109 return encode(new StringBuffer()).toString();
112 public StringBuffer encode(StringBuffer buffer) { method in class:MediaRange
Route.java 76 return this.address.getHostPort().encode().toLowerCase().hashCode();
80 * Encode into canonical form.
94 address.encode(buffer);
97 address.encode(buffer);
101 parameters.encode(buffer);
  /external/openfst/src/bin/
fstencode.cc 20 // Encode transducer labels and/or weights.
23 #include <fst/script/encode.h>
27 DEFINE_bool(encode_labels, false, "Encode output labels");
28 DEFINE_bool(encode_weights, false, "Encode weights");
59 s::Encode(fst, flags, FLAGS_encode_reuse, codex_name);
  /external/lzma/CPP/7zip/Compress/
CodecExports.cpp 33 static HRESULT SetClassID(CMethodId id, bool encode, PROPVARIANT *value)
38 if (encode)
43 static HRESULT FindCodecClassId(const GUID *clsID, UInt32 isCoder2, bool isFilter, bool &encode, int &index)
50 encode = (clsID->Data3 != kDecodeId);
57 if (id != codec.Id || encode && !codec.CreateEncoder || !encode && !codec.CreateDecoder)
68 STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject)
79 if (encode)
109 bool encode;
111 HRESULT res = FindCodecClassId(clsid, isCoder2, isFilter, encode, codecIndex);
    [all...]
  /external/nanopb-c/
pb_encode.h 1 /* pb_encode.h: Functions to encode protocol buffers. Depends on pb_encode.c.
53 /* Encode a single protocol buffers message from C structure into a stream.
74 /* Encode the message to get the size of the encoded data, but do not store
116 /* Encode field header based on type and field number defined in the field
120 /* Encode field header by manually specifing wire type. You need to use this
124 /* Encode an integer in the varint format.
128 /* Encode an integer in the zig-zagged svarint format.
132 /* Encode a string or bytes type field. For strings, pass strlen(s) as size. */
135 /* Encode a fixed32, sfixed32 or float value.
139 /* Encode a fixed64, sfixed64 or double value
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 8 to encode arbitrary 8-bit data using the three 8-bit bytes in four 7-bit
14 This module provides an interface to encode and decode both headers and bodies
33 'encode',
68 """Encode a single header line with Base64 encoding in a given charset.
74 charset names the character set to use to encode the header. It defaults
100 # Base64 encode each line, in encoded chunks no greater than maxlinelen in
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
126 """Encode a string with base64.
148 # BAW: should encode() inherit b2a_base64()'s dubious behavior in
158 body_encode = encode
122 def encode(s, binary=True, maxlinelen=76, eol=NL): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 8 to encode arbitrary 8-bit data using the three 8-bit bytes in four 7-bit
14 This module provides an interface to encode and decode both headers and bodies
33 'encode',
68 """Encode a single header line with Base64 encoding in a given charset.
74 charset names the character set to use to encode the header. It defaults
100 # Base64 encode each line, in encoded chunks no greater than maxlinelen in
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
126 """Encode a string with base64.
148 # BAW: should encode() inherit b2a_base64()'s dubious behavior in
158 body_encode = encode
122 def encode(s, binary=True, maxlinelen=76, eol=NL): function
    [all...]
  /external/elfutils/src/libelf/
elf32_xlatetof.c 46 elfw2(LIBELFBITS, xlatetof) (dest, src, encode)
49 unsigned int encode; variable
74 /* Test the encode parameter. */
75 if (encode != ELFDATA2LSB && encode != ELFDATA2MSB)
92 if ((__BYTE_ORDER == __LITTLE_ENDIAN && encode == ELFDATA2LSB)
93 || (__BYTE_ORDER == __BIG_ENDIAN && encode == ELFDATA2MSB))
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 29 * and encode from instances of {@link DecodedInstruction}.
40 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
55 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
72 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
91 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
109 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
125 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
143 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
161 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
180 @Override public void encode(DecodedInstruction insn, CodeOutput out) method
200 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
218 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
245 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
268 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
289 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
310 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
332 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
354 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
376 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
397 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
417 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
437 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
454 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
489 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
510 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
525 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
536 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
547 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
558 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
569 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
580 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
597 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
621 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
642 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
661 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
683 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
706 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
730 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
757 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
793 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
863 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method
896 public abstract void encode(DecodedInstruction insn, CodeOutput out); method in class:InstructionCodec
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 332 // Unfortunately there does not appear to be any way to tell Java to encode
400 * Compute the number of bytes that would be needed to encode a
409 * Compute the number of bytes that would be needed to encode a
417 * Compute the number of bytes that would be needed to encode a
425 * Compute the number of bytes that would be needed to encode an
433 * Compute the number of bytes that would be needed to encode an
441 * Compute the number of bytes that would be needed to encode a
450 * Compute the number of bytes that would be needed to encode a
459 * Compute the number of bytes that would be needed to encode a
468 * Compute the number of bytes that would be needed to encode
    [all...]

Completed in 323 milliseconds

1 2 3 4 5 67 8 91011>>