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

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/
class_loader_utils.h 35 soa.Decode<mirror::Class>(WellKnownClasses::dalvik_system_PathClassLoader)) ||
37 soa.Decode<mirror::Class>(WellKnownClasses::dalvik_system_DexClassLoader));
45 soa.Decode<mirror::Class>(WellKnownClasses::dalvik_system_DelegateLastClassLoader);
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/swiftshader/src/Renderer/
ETC_Decoder.hpp 29 /// ETC_Decoder::Decode - Decodes 1 to 4 channel images to 8 bit output
40 static bool Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType);
  /external/v8/src/
disassembler.h 15 // Decode instructions in the the interval [begin, end) and print the
19 static int Decode(Isolate* isolate, std::ostream* os, byte* begin, byte* end,
uri.h 18 return Decode(isolate, uri, true);
24 return Decode(isolate, component, false);
45 static MaybeHandle<String> Decode(Isolate* isolate, Handle<String> uri,
  /art/test/004-ThreadStress/
thread_stress.cc 28 std::cout << soa.Decode<mirror::String>(s)->ToModifiedUtf8();
33 std::cout << soa.Decode<mirror::Throwable>(t)->Dump();
  /external/webrtc/webrtc/test/
fake_decoder.h 30 int32_t Decode(const EncodedImage& input,
56 int32_t Decode(const EncodedImage& input,
67 int32_t Decode(const EncodedImage& input,
  /art/runtime/native/
java_lang_Object.cc 30 ObjPtr<mirror::Object> o = soa.Decode<mirror::Object>(java_this);
36 soa.Decode<mirror::Object>(java_this)->Notify(soa.Self());
41 soa.Decode<mirror::Object>(java_this)->NotifyAll(soa.Self());
46 soa.Decode<mirror::Object>(java_this)->Wait(soa.Self());
51 soa.Decode<mirror::Object>(java_this)->Wait(soa.Self(), ms, ns);
56 ObjPtr<mirror::Object> o = soa.Decode<mirror::Object>(javaObject);
java_lang_ref_FinalizerReference.cc 33 ObjPtr<mirror::FinalizerReference> ref = soa.Decode<mirror::FinalizerReference>(javaThis);
39 ObjPtr<mirror::Reference> ref = soa.Decode<mirror::Reference>(javaThis);
java_lang_ref_Reference.cc 33 ObjPtr<mirror::Reference> ref = soa.Decode<mirror::Reference>(javaThis);
41 ObjPtr<mirror::Reference> ref = soa.Decode<mirror::Reference>(javaThis);
java_lang_String.cc 37 return soa.Decode<mirror::String>(java_this)->CharAt(index);
46 return soa.Decode<mirror::String>(java_this)->CompareTo(
47 soa.Decode<mirror::String>(java_rhs).Ptr());
58 Handle<mirror::String> string_this(hs.NewHandle(soa.Decode<mirror::String>(java_this)));
59 Handle<mirror::String> string_arg(hs.NewHandle(soa.Decode<mirror::String>(java_string_arg)));
75 return soa.Decode<mirror::String>(java_this)->FastIndexOf(ch, start);
81 Handle<mirror::String> string_this(hs.NewHandle(soa.Decode<mirror::String>(java_this)));
95 Handle<mirror::CharArray> char_array(hs.NewHandle(soa.Decode<mirror::CharArray>(buffer)));
96 soa.Decode<mirror::String>(java_this)->GetChars(start, end, char_array, index);
101 ObjPtr<mirror::String> result = soa.Decode<mirror::String>(java_this)->Intern()
    [all...]
sun_misc_Unsafe.cc 40 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj);
51 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj);
62 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj);
63 ObjPtr<mirror::Object> expectedValue = soa.Decode<mirror::Object>(javaExpectedValue);
64 ObjPtr<mirror::Object> newValue = soa.Decode<mirror::Object>(javaNewValue);
85 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj);
91 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj);
97 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj);
105 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj);
113 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
video_coding_robustness_unittest.cc 89 Decode(AllOf(Field(&EncodedImage::_timeStamp, ts),
110 ASSERT_EQ(VCM_OK, vcm_->Decode(0));
111 ASSERT_EQ(VCM_OK, vcm_->Decode(0));
112 ASSERT_EQ(VCM_FRAME_NOT_READY, vcm_->Decode(0));
118 ASSERT_EQ(VCM_FRAME_NOT_READY, vcm_->Decode(0));
124 ASSERT_EQ(VCM_FRAME_NOT_READY, vcm_->Decode(0));
131 ASSERT_EQ(VCM_OK, vcm_->Decode(0));
145 EXPECT_EQ(VCM_FRAME_NOT_READY, vcm_->Decode(0));
150 EXPECT_EQ(VCM_FRAME_NOT_READY, vcm_->Decode(0));
165 // Decode operation
    [all...]
  /external/webrtc/webrtc/video/
video_decoder_unittest.cc 32 int32_t Decode(const EncodedImage& input_image,
82 // Unfortunately faking a VP8 frame is hard. Rely on no Decode -> using SW
86 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
90 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
97 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
99 << "Wrapper did not try to decode a keyframe using registered decoder.";
102 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
114 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1));
117 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
119 << "Decoder should be active even though previous decode failed."
    [all...]
  /system/core/libunwindstack/tests/
DwarfOpTest.cpp 53 TYPED_TEST_P(DwarfOpTest, decode) {
55 ASSERT_FALSE(this->op_->Decode(DWARF_VERSION_MAX));
61 ASSERT_TRUE(this->op_->Decode(DWARF_VERSION_MAX));
113 ASSERT_FALSE(this->op_->Decode(DWARF_VERSION_MAX));
124 ASSERT_FALSE(this->op_->Decode(2));
135 ASSERT_FALSE(this->op_->Decode(3));
175 ASSERT_TRUE(this->op_->Decode(DWARF_VERSION_MAX));
176 ASSERT_TRUE(this->op_->Decode(DWARF_VERSION_MAX));
177 ASSERT_TRUE(this->op_->Decode(DWARF_VERSION_MAX));
180 ASSERT_FALSE(this->op_->Decode(DWARF_VERSION_MAX))
    [all...]
ArmExidxDecodeTest.cpp 86 ASSERT_TRUE(exidx_->Decode());
99 ASSERT_TRUE(exidx_->Decode());
112 ASSERT_TRUE(exidx_->Decode());
126 ASSERT_TRUE(exidx_->Decode());
139 ASSERT_TRUE(exidx_->Decode());
152 ASSERT_TRUE(exidx_->Decode());
167 ASSERT_FALSE(exidx_->Decode());
182 ASSERT_TRUE(exidx_->Decode());
200 ASSERT_TRUE(exidx_->Decode());
233 ASSERT_TRUE(exidx_->Decode());
    [all...]
  /art/benchmark/jobject-benchmark/
jobject_benchmark.cc 29 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj);
40 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj);
44 CHECK_EQ(soa.Decode<mirror::Object>(ref), obj);
52 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj);
63 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj);
67 CHECK_EQ(soa.Decode<mirror::Object>(ref), obj);
75 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj);
86 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj);
90 CHECK_EQ(soa.Decode<mirror::Object>(ref), obj);
99 soa.Decode<mirror::Object>(jobj)
    [all...]
  /art/test/004-UnsafeTest/
unsafe_test.cc 29 ObjPtr<mirror::Class> klass = soa.Decode<mirror::Class>(classObj);
36 ObjPtr<mirror::Class> klass = soa.Decode<mirror::Class>(classObj);
  /art/runtime/base/
bit_field_test.cc 33 ASSERT_EQ(16, TestBitFields::Decode(32));
  /external/pdfium/core/fxcodec/codec/
ccodec_jpxmodule.h 29 bool Decode(CJPX_Decoder* pDecoder,
ccodec_tiffmodule.h 27 bool Decode(CCodec_TiffContext* ctx, class CFX_DIBitmap* pDIBitmap) override;
icodec_tiffmodule.h 31 virtual bool Decode(CCodec_TiffContext* ctx,
  /external/v4l2_codec2/vda/
accelerated_video_decoder.h 18 // the decode process after parsing stream headers, and performing reference
50 // Try to decode more of the stream, returning decoded frames asynchronously.
53 virtual DecodeResult Decode() WARN_UNUSED_RESULT = 0;
57 // To be used after Decode() returns kAllocateNewSurfaces.
  /external/vixl/test/aarch64/
test-fuzz-aarch64.cc 55 decoder.Decode(buffer);
75 decoder.Decode(buffer);
98 decoder.Decode(buffer);
115 decoder.Decode(buffer);
  /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 218 milliseconds

1 2 3 4 5 6 7 8 91011>>