HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 1 - 25 of 319) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
disassembler.h 41 // Decode instructions in the the interval [begin, end) and print the
44 static int Decode(FILE* f, byte* begin, byte* end);
46 // Decode instructions in code.
47 static void Decode(FILE* f, Code* code);
49 // Decode instruction at pc and print disassembled instruction into f.
53 static int Decode(FILE* f, byte* pc, int* char_count);
  /external/chromium_org/v8/src/
disassembler.h 41 // Decode instructions in the the interval [begin, end) and print the
44 static int Decode(Isolate* isolate, FILE* f, byte* begin, byte* end);
46 // Decode instructions in code.
47 static void Decode(FILE* f, Code* code);
49 // Decode instruction at pc and print disassembled instruction into f.
53 static int Decode(FILE* f, byte* pc, int* char_count);
  /external/openfst/src/script/
decode.cc 19 #include <fst/script/decode.h>
25 void Decode(MutableFstClass *ofst, const string &coder_fname) {
28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
31 REGISTER_FST_OPERATION(Decode, StdArc, DecodeArgs);
32 REGISTER_FST_OPERATION(Decode, LogArc, DecodeArgs);
33 REGISTER_FST_OPERATION(Decode, Log64Arc, DecodeArgs);
  /external/openfst/src/include/fst/script/
decode.h 32 void Decode(DecodeArgs *args) {
35 EncodeMapper<Arc> *decoder = EncodeMapper<Arc>::Read(args->arg2, DECODE);
36 Decode(ofst, *decoder);
41 void Decode(MutableFstClass *fst, const string &coder_fname);
  /external/chromium/webkit/glue/
image_decoder.h 26 // Call this function to decode the image. If successful, the decoded image
28 SkBitmap Decode(const unsigned char* data, size_t size) const;
  /external/chromium_org/remoting/codec/
audio_decoder.h 27 virtual scoped_ptr<AudioPacket> Decode(scoped_ptr<AudioPacket> packet) = 0;
audio_decoder_verbatim.h 22 virtual scoped_ptr<AudioPacket> Decode(
audio_decoder_opus.h 24 virtual scoped_ptr<AudioPacket> Decode(
audio_decoder_speex.h 26 virtual scoped_ptr<AudioPacket> Decode(
  /external/chromium_org/skia/ext/
lazy_pixel_ref.h 34 virtual void Decode() = 0;
  /art/runtime/native/
java_lang_reflect_Proxy.cc 30 mirror::String* name = soa.Decode<mirror::String*>(javaName);
32 soa.Decode<mirror::ObjectArray<mirror::Class>*>(javaInterfaces);
33 mirror::ClassLoader* loader = soa.Decode<mirror::ClassLoader*>(javaLoader);
35 soa.Decode<mirror::ObjectArray<mirror::ArtMethod>*>(javaMethods);
37 soa.Decode<mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >*>(javaThrows);
sun_misc_Unsafe.cc 28 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
38 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
48 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
49 mirror::Object* expectedValue = soa.Decode<mirror::Object*>(javaExpectedValue);
50 mirror::Object* newValue = soa.Decode<mirror::Object*>(javaNewValue);
64 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
70 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
76 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
82 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
88 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj)
    [all...]
java_lang_String.cc 31 return soa.Decode<mirror::String*>(javaThis)->CompareTo(soa.Decode<mirror::String*>(javaRhs));
40 mirror::String* s = soa.Decode<mirror::String*>(java_this);
46 mirror::String* s = soa.Decode<mirror::String*>(javaThis);
java_lang_Object.cc 30 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
36 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
42 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
48 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
54 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
java_lang_reflect_Array.cc 32 mirror::Class* element_class = soa.Decode<mirror::Class*>(javaElementClass);
35 mirror::Object* dimensions_obj = soa.Decode<mirror::Object*>(javaDimArray);
46 mirror::Class* element_class = soa.Decode<mirror::Class*>(javaElementClass);
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.h 67 static bool Decode(const unsigned char* input, size_t input_size,
74 static SkBitmap* Decode(const unsigned char* input, size_t input_size);
jpeg_codec_unittest.cc 114 // decode, it should have the same size as the original
117 EXPECT_TRUE(JPEGCodec::Decode(&encoded[0], encoded.size(),
152 // decode, it should have the same size as the original
155 EXPECT_TRUE(JPEGCodec::Decode(&encoded[0], encoded.size(),
178 ASSERT_FALSE(JPEGCodec::Decode(&original[0], original.size(),
188 ASSERT_FALSE(JPEGCodec::Decode(&compressed[0], compressed.size() / 2,
195 ASSERT_FALSE(JPEGCodec::Decode(&compressed[0], compressed.size(),
200 // Test that we can decode JPEG images without invalid-read errors on valgrind.
206 JPEGCodec::Decode(kTopSitesMigrationTestImage,
211 JPEGCodec::Decode(kTopSitesMigrationTestImage
    [all...]
  /external/chromium_org/content/child/
image_decoder.h 28 // Call this function to decode the image. If successful, the decoded image
30 SkBitmap Decode(const unsigned char* data, size_t size) const;
  /art/runtime/
jobject_comparator.cc 34 mirror::Object* obj1 = soa.Decode<mirror::Object*>(jobj1);
35 mirror::Object* obj2 = soa.Decode<mirror::Object*>(jobj2);
  /external/chromium_org/media/video/
mock_video_decode_accelerator.h 28 MOCK_METHOD1(Decode, void(const BitstreamBuffer& bitstream_buffer));
  /external/chromium_org/net/websockets/
websocket_frame_parser.h 33 // If the parser encounters invalid payload length format, Decode() fails
34 // and returns false. Once Decode() has failed, the parser refuses to decode
35 // any more data and future invocations of Decode() will simply return false.
39 bool Decode(const char* data,
43 // Returns kWebSocketNormalClosure if the parser has not failed to decode
50 // Tries to decode a frame header from |current_read_pos_|.
  /external/chromium_org/ppapi/thunk/
ppb_video_decoder_api.h 21 virtual int32_t Decode(const PP_VideoBitstreamBuffer_Dev* bitstream_buffer,
  /sdk/emulator/qtools/
decoder.h 13 int64_t Decode(bool is_signed);
trace_reader.cpp 111 int64_t bb_diff = decoder_->Decode(true);
112 uint64_t time_diff = decoder_->Decode(false);
113 nextrec_.bb_rec.repeat = decoder_->Decode(false);
117 nextrec_.bb_rec.time_diff = decoder_->Decode(false);
292 time_diff_ = decoder_->Decode(false);
293 repeat_ = decoder_->Decode(false);
346 uint32_t addr_diff = decoder_->Decode(true);
347 uint64_t time_diff = decoder_->Decode(false);
391 uint64_t time_diff = decoder_->Decode(false);
392 uint32_t pc = decoder_->Decode(false)
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 42 public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState)
44 if (m_Choice.Decode(rangeDecoder) == 0)
45 return m_LowCoder[posState].Decode(rangeDecoder);
49 if (m_Choice2.Decode(rangeDecoder) == 0)
50 symbol += m_MidCoder[posState].Decode(rangeDecoder);
54 symbol += m_HighCoder.Decode(rangeDecoder);
73 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
85 uint bit = m_Decoders[((1 + matchBit) << 8) + symbol].Decode(rangeDecoder);
90 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
243 if (m_IsMatchDecoders[state.Index << Base.kNumPosStatesBitsMax].Decode(m_RangeDecoder) != 0)
    [all...]

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>