HomeSort by relevance Sort by last modified time
    Searched refs:Encode (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/chromium/sdch/open-vcdiff/src/
vcencoder.cc 154 engine_->Encode(data, len, look_for_target_matches_, out, &coder_);
  /external/open-vcdiff/src/
vcdecoder_test.cc 81 VarintBE<int32_t>::Encode(static_cast<int32_t>(strlen(s)), varint_buf);
vcdiffengine.cc 108 // Create an ADD instruction to encode all target bytes
119 // this function creates an ADD instruction to encode all target bytes
140 VCD_DFATAL << "Internal error in VCDiffEngine::Encode: "
154 VCD_DFATAL << "Internal error: VCDiffEngine::Encode() "
234 void VCDiffEngine::Encode(const char* target_data,
  /bootable/recovery/updater/
Android.mk 51 # Encode the value of TARGET_RECOVERY_UPDATER_LIBS into the filename of the dependency.
  /external/openfst/src/include/fst/
encode.h 0 // encode.h
19 // Class to encode and decoder an fst.
45 enum EncodeType { ENCODE = 1, DECODE = 2 };
47 // Identifies stream data as an encode table (and its endianity)
54 // stores both the Tuple of encode labels and weights to a unique
84 // Hash function for EncodeTabe Tuples. Based on the encode flags
130 // Given an arc encode either input/ouptut labels or input/costs or both
131 Label Encode(const A &arc) {
158 // Given an encode arc Label decode back to input/output labels and costs
249 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source
    [all...]
minimize.h 36 #include <fst/encode.h>
550 encoder(kEncodeLabels | kEncodeWeights, ENCODE);
551 Encode(&gfst, &encoder);
573 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE);
574 Encode(fst, &encoder);
  /external/v8/src/
uri.js 179 function Encode(uri, unescape) {
322 return Encode(string, unescapePredicate);
345 return Encode(string, unescapePredicate);
serialize.h 113 uint32_t Encode(Address key) const;
556 return external_reference_encoder_->Encode(addr);
unicode.h 137 // 4 bytes and the 3 bytes that were used to encode the lead surrogate
155 static inline unsigned Encode(
debug-agent.cc 399 unibrow::Utf8::Encode(buffer + buffer_position, character, previous);
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h 209 // TODO: Implement Encode/Decode
210 static int Encode(const CTYPE* source, CTYPE* destination, size_t len);
211 static int Encode(const string& source, string& destination);
httpcommon.cc 784 // TODO: create a sensitive-source version of Base64::encode
785 response.append(Base64::Encode(sensitive));
1043 response.append(Base64::Encode(decoded));
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 204 scoped_ptr<Value> value(codec.Encode(model_));
bookmark_html_writer.cc 421 new Writer(codec.Encode(profile_->GetBookmarkModel()),
  /external/chromium/net/tools/dump_cache/
cache_dumper.cc 76 net::UrlToFilenameEncoder::Encode(url, base_path, false);
  /external/openfst/src/include/fst/script/
fstscript.h 42 #include <fst/script/encode.h>
103 REGISTER_FST_OPERATION(Encode, Arc, EncodeArgs);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 29 #include "fst/lib/encode.h"
528 encoder(kEncodeLabels | kEncodeWeights, ENCODE);
529 Encode(&gfst, &encoder);
547 EncodeMapper<A> encoder(kEncodeLabels | kEncodeWeights, ENCODE);
548 Encode(fst, &encoder);
  /external/llvm/include/llvm/MC/
MCDwarf.h 231 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
232 static void Encode(int64_t LineDelta, uint64_t AddrDelta, raw_ostream &OS);
  /external/webp/src/enc/
picture.c     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 148 // Loop through each MCLineEntry and encode the dwarf line number table.
182 // At this point we want to emit/create the sequence to encode the delta in
363 MCDwarfLineAddr::Encode(LineDelta, AddrDelta, OS);
372 MCDwarfLineAddr::Encode(LineDelta, AddrDelta, OS);
376 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
377 void MCDwarfLineAddr::Encode(int64_t LineDelta, uint64_t AddrDelta,
404 // If the line increment is out of range of a special opcode, we must encode
    [all...]
  /external/chromium/chrome/browser/history/
starred_url_database.cc 620 encoder.Encode(&bookmark_bar_node, &other_node));
thumbnail_database.cc 268 bool encoded = gfx::JPEGCodec::Encode(
top_sites.cc 575 if (!gfx::JPEGCodec::Encode(
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 307 TEST(KURLTest, Encode)
318 // Our encode only escapes NULLs for safety (see the implementation for

Completed in 1376 milliseconds

1 23 4