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

1 2 3 4 5 6 7

  /external/v8/src/
disassembler.h 18 // Decode instructions in the the interval [begin, end) and print the
21 static int Decode(Isolate* isolate, FILE* f, byte* begin, byte* end);
23 // Decode instructions in code.
24 static void Decode(FILE* f, Code* code);
26 // Decode instruction at pc and print disassembled instruction into f.
30 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);
  /art/runtime/native/
sun_misc_Unsafe.cc 31 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
41 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
51 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
52 mirror::Object* expectedValue = soa.Decode<mirror::Object*>(javaExpectedValue);
53 mirror::Object* newValue = soa.Decode<mirror::Object*>(javaNewValue);
62 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
68 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
74 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
82 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj);
90 mirror::Object* obj = soa.Decode<mirror::Object*>(javaObj)
    [all...]
java_lang_DexCache.cc 31 mirror::DexCache* dex_cache = soa.Decode<mirror::DexCache*>(javaDexCache);
54 mirror::DexCache* dex_cache = soa.Decode<mirror::DexCache*>(javaDexCache);
60 mirror::DexCache* dex_cache = soa.Decode<mirror::DexCache*>(javaDexCache);
67 mirror::DexCache* dex_cache = soa.Decode<mirror::DexCache*>(javaDexCache);
68 dex_cache->SetResolvedType(type_index, soa.Decode<mirror::Class*>(type));
74 mirror::DexCache* dex_cache = soa.Decode<mirror::DexCache*>(javaDexCache);
75 dex_cache->SetResolvedString(string_index, soa.Decode<mirror::String*>(string));
java_lang_Object.cc 32 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
38 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
44 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
50 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
56 mirror::Object* o = soa.Decode<mirror::Object*>(java_this);
java_lang_ref_FinalizerReference.cc 30 mirror::FinalizerReference* const ref = soa.Decode<mirror::FinalizerReference*>(javaThis);
java_lang_String.cc 34 return soa.Decode<mirror::String*>(java_this)->CharAt(index);
43 return soa.Decode<mirror::String*>(java_this)->CompareTo(soa.Decode<mirror::String*>(java_rhs));
54 Handle<mirror::String> string_this(hs.NewHandle(soa.Decode<mirror::String*>(java_this)));
55 Handle<mirror::String> string_arg(hs.NewHandle(soa.Decode<mirror::String*>(java_string_arg)));
70 return soa.Decode<mirror::String*>(java_this)->FastIndexOf(ch, start);
76 Handle<mirror::String> string_this(hs.NewHandle(soa.Decode<mirror::String*>(java_this)));
87 Handle<mirror::CharArray> char_array(hs.NewHandle(soa.Decode<mirror::CharArray*>(buffer)));
88 soa.Decode<mirror::String*>(java_this)->GetChars(start, end, char_array, index);
93 mirror::String* s = soa.Decode<mirror::String*>(java_this)
    [all...]
java_lang_reflect_Array.cc 35 Handle<mirror::Class> element_class(hs.NewHandle(soa.Decode<mirror::Class*>(javaElementClass)));
38 mirror::Object* dimensions_obj = soa.Decode<mirror::Object*>(javaDimArray);
56 mirror::Class* element_class = soa.Decode<mirror::Class*>(javaElementClass);
java_lang_ref_Reference.cc 30 mirror::Reference* const ref = soa.Decode<mirror::Reference*>(javaThis);
java_lang_StringFactory.cc 38 Handle<mirror::ByteArray> byte_array(hs.NewHandle(soa.Decode<mirror::ByteArray*>(java_data)));
57 Handle<mirror::CharArray> char_array(hs.NewHandle(soa.Decode<mirror::CharArray*>(java_data)));
72 Handle<mirror::String> string(hs.NewHandle(soa.Decode<mirror::String*>(to_copy)));
  /art/test/004-UnsafeTest/
unsafe_test.cc 29 mirror::Class* klass = soa.Decode<mirror::Class*>(classObj);
36 mirror::Class* klass = soa.Decode<mirror::Class*>(classObj);
  /external/vixl/test/
test-fuzz-a64.cc 53 decoder.Decode(buffer);
73 decoder.Decode(buffer);
96 decoder.Decode(buffer);
113 decoder.Decode(buffer);
  /art/runtime/
jobject_comparator.cc 35 Handle<mirror::Object> obj1(hs.NewHandle(soa.Decode<mirror::Object*>(jobj1)));
36 Handle<mirror::Object> obj2(hs.NewHandle(soa.Decode<mirror::Object*>(jobj2)));
  /external/v8/test/cctest/
test-fuzz-arm64.cc 48 decoder.Decode(buffer);
69 decoder.Decode(buffer);
  /art/runtime/base/
bit_field_test.cc 33 ASSERT_EQ(16, TestBitFields::Decode(32));
bit_field.h 66 static T Decode(uintptr_t value) {
  /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...]
  /art/test/116-nodex2oat/
nodex2oat.cc 29 mirror::Class* klass = soa.Decode<mirror::Class*>(cls);
  /art/test/118-noimage-dex2oat/
noimage-dex2oat.cc 29 mirror::Class* klass = soa.Decode<mirror::Class*>(cls);
  /art/test/117-nopatchoat/
nopatchoat.cc 29 mirror::Class* klass = soa.Decode<mirror::Class*>(cls);
  /bionic/tools/relocation_packer/src/
delta_encoder.h 5 // Delta encode and decode REL/RELA section of elf file.
111 // Decode relative relocations with addends from their more compact form.
114 static void Decode(const std::vector<ElfAddr>& packed,
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 49 HRESULT Decode(
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType4ShadingDictionary_autogen.h 44 SkRect Decode(SkPdfNativeDoc* doc);
SkPdfType5ShadingDictionary_autogen.h 44 SkPdfArray* Decode(SkPdfNativeDoc* doc);

Completed in 215 milliseconds

1 2 3 4 5 6 7