HomeSort by relevance Sort by last modified time
    Searched defs:Decode (Results 1 - 11 of 11) sorted by null

  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 74 // This convention differs from the non-streaming Encode/Decode
111 // not change the limit. Setting the limit to 0 will cause all decode
157 bool Decode(const char* dictionary_ptr,
  /external/skia/src/images/
fpdfemb_ext.h 60 void (*Decode)(void* context, unsigned char* dest_buf, int pitch,
72 void (*Decode)(unsigned long width, unsigned long height, const unsigned char* src_buf,
SkMovie_gif.cpp 41 static int Decode(GifFileType* fileType, GifByteType* out, int size) {
48 fGIF = DGifOpen( stream, Decode );
  /sdk/emulator/qtools/
decoder.cpp 186 // Decode a varint-encoded object starting at the current position in
204 int64_t Decoder::Decode(bool is_signed)
214 // Get the number of bytes to decode based on the first byte.
238 // Get the number of bytes to decode based on the first byte.
  /external/v8/src/
disassembler.cc 128 // First decode instruction so that we know its length.
290 int Disassembler::Decode(FILE* f, byte* begin, byte* end) {
297 void Disassembler::Decode(FILE* f, Code* code) {
307 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; }
308 void Disassembler::Decode(FILE* f, Code* code) {}
serialize.h 90 Address Decode(uint32_t key) const {
uri.js 191 function Decode(uri, reserved) {
251 return Decode(string, reservedPredicate);
259 return Decode(string, reservedPredicate);
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_main.cc 47 "Target file (default is stdin for encode, stdout for decode");
50 "stdin for decode");
70 " {encode | delta | decode | patch }[ <options> ]\n"
72 "decode or patch: reconstruct target file from dictionary and delta file";
83 // or decode operation.
85 bool Decode();
440 bool VCDiffFileBasedCoder::Decode() {
474 std::cerr << "Error trying to decode data chunk of length "
486 std::cerr << "Decode error; '" << FLAGS_delta
538 std::cerr << "Error trying to decode data chunk of length
    [all...]
  /external/quake/quake/src/QW/client/
md4.c 93 static void Decode (UINT4 *, unsigned char *, unsigned int);
193 Decode (x, block, 64);
274 static void Decode (UINT4 *output, unsigned char *input, unsigned int len)
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 30 enum EncodeType { ENCODE = 1, DECODE = 2 };
126 // Given an encode arc Label decode back to input/output labels and costs
127 const Tuple* Decode(Label key) {
187 // A mapper to encode/decode weighted transducers. Encoding of an
197 // EncodeTable is generated the same table may by used to decode the machine
200 // Encode -> Determinize -> Decode
203 // decode, even though the encoding is not complete.
219 // Copy constructor but setting the type, typically to DECODE
248 table_->Decode(arc.ilabel);
326 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper)
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 166 milliseconds