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

<<11121314151617181920>>

  /art/runtime/
class_linker_test.cc     [all...]
class_loader_context.cc 540 ObjPtr<mirror::Class> const element_class = soa.Decode<mirror::Class>(
542 ObjPtr<mirror::Class> const dexfile_class = soa.Decode<mirror::Class>(
644 hs.NewHandle(soa.Decode<mirror::ClassLoader>(class_loader));
646 hs.NewHandle(soa.Decode<mirror::ObjectArray<mirror::Object>>(dex_elements));
    [all...]
scoped_thread_state_change-inl.h 87 inline ObjPtr<T> ScopedObjectAccessAlreadyRunnable::Decode(jobject obj) const {
  /art/runtime/native/
dalvik_system_VMStack.cc 38 ObjPtr<mirror::Object> decoded_peer = soa.Decode<mirror::Object>(peer);
java_lang_VMClassLoader.cc 65 ObjPtr<mirror::ClassLoader> loader = soa.Decode<mirror::ClassLoader>(javaLoader);
java_lang_reflect_Constructor.cc 66 ObjPtr<mirror::Constructor> m = soa.Decode<mirror::Constructor>(javaMethod);
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 292 art::ObjPtr<art::mirror::String> s = soa.Decode<art::mirror::String>(jstr);
369 art::ObjPtr<art::mirror::Object> lock = soa.Decode<art::mirror::Object>(java_lock);
400 art::ObjPtr<art::mirror::Object> object = soa.Decode<art::mirror::Object>(jobj);
412 if (soa.Decode<art::mirror::Object>(jthread) == soa.Self()->GetPeer()) {
  /art/test/454-get-vreg/
get_vreg_jni.cc 126 TestVisitor visitor(soa.Self(), context.get(), soa.Decode<mirror::Object>(value).Ptr());
  /art/test/457-regs/
regs_jni.cc 142 CHECK(soa.Decode<mirror::Object>(main) == nullptr);
  /external/dng_sdk/source/
dng_fingerprint.h 193 static void Decode (uint32 *output,
  /external/lzma/C/
Ppmd7.h 98 /* ---------- Decode ---------- */
103 void (*Decode)(void *p, UInt32 start, UInt32 size);
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 34 bool Decode(CFX_DIBitmap* pDIBitmap);
437 bool CCodec_TiffContext::Decode(CFX_DIBitmap* pDIBitmap) {
497 bool CCodec_TiffModule::Decode(CCodec_TiffContext* ctx,
499 return ctx->Decode(pDIBitmap);
  /external/v4l2_codec2/vda/
h264_decoder.h 42 // this situation as normal and return from Decode() with kRanOutOfSurfaces.
50 // Note that this does not run decode in the accelerator and the decoder
79 // Execute the decode in hardware for |pic|, using all the slices and
108 DecodeResult Decode() override WARN_UNUSED_RESULT;
129 kDecoding, // Ready to decode from any point.
131 kError, // Error in decode, can't continue.
200 // All data for a frame received, process it and decode.
211 // Cleared pictures will be made available for decode, unless they are
vp8_decoder.cc 52 VP8Decoder::DecodeResult VP8Decoder::Decode() {
60 DVLOG(1) << "Error during decode";
vp9_decoder.cc 52 VP9Decoder::DecodeResult VP9Decoder::Decode() {
  /external/webrtc/talk/media/webrtc/
fakewebrtcvideoengine.h 71 virtual int32_t Decode(const webrtc::EncodedImage&,
  /prebuilts/go/darwin-x86/src/compress/bzip2/
bzip2_test.go 199 sym := mtf.Decode(v.idx)
202 t.Errorf("test %d, symbol mismatch: Decode(%d) = %d, want %d", i, v.idx, sym, v.sym)
  /prebuilts/go/darwin-x86/src/encoding/json/
example_test.go 56 // This example uses a Decoder to decode a stream of distinct JSON values.
71 if err := dec.Decode(&m); err == io.EOF {
86 // This example uses a Decoder to decode a stream of distinct JSON values.
123 // This example uses a Decoder to decode a streaming array of JSON objects.
149 // decode an array value (Message)
150 err := dec.Decode(&m)
  /prebuilts/go/linux-x86/src/compress/bzip2/
bzip2_test.go 199 sym := mtf.Decode(v.idx)
202 t.Errorf("test %d, symbol mismatch: Decode(%d) = %d, want %d", i, v.idx, sym, v.sym)
  /prebuilts/go/linux-x86/src/encoding/json/
example_test.go 56 // This example uses a Decoder to decode a stream of distinct JSON values.
71 if err := dec.Decode(&m); err == io.EOF {
86 // This example uses a Decoder to decode a stream of distinct JSON values.
123 // This example uses a Decoder to decode a streaming array of JSON objects.
149 // decode an array value (Message)
150 err := dec.Decode(&m)
  /system/nvram/core/
persistence.cpp 35 // gracefully handle trailing data on decode, e.g. to allow underlying storage
44 // attempting to decode a message of wrong type.
64 // |proto::detail::MessageDecoder<Object>::Decode()| takes care of reading the
72 !proto::detail::MessageDecoder<Object>::Decode(*object, &reader)) {
73 NVRAM_LOG_ERR("Failed to decode object of size %zu.", blob.size());
  /system/nvram/hal/
fake_nvram.cpp 129 if (!nvram::Decode(command_buffer, bytes_read, &request)) {
130 LOG(WARNING) << "Failed to decode command request!";
  /art/runtime/openjdkjvmti/
ti_threadgroup.cc 102 art::ObjPtr<art::mirror::Object> obj = soa.Decode<art::mirror::Object>(group);
233 soa.Decode<art::mirror::Object>(group));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaCompress.c 65 " -d: decode file\n"
184 static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize)
353 res = Decode(&outStream.s, &inStream.s, fileSize);
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBit.cs 89 public uint Decode(RangeCoder.Decoder rangeDecoder)

Completed in 639 milliseconds

<<11121314151617181920>>