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

1 2 3 4 5 6 78 91011>>

  /art/runtime/
class_loader_context_test.cc 128 ASSERT_TRUE(class_loader->GetClass() == soa.Decode<mirror::Class>(type));
322 soa.Decode<mirror::ClassLoader>(jclass_loader));
325 soa.Decode<mirror::Class>(WellKnownClasses::dalvik_system_PathClassLoader));
327 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader));
358 soa.Decode<mirror::ClassLoader>(jclass_loader));
366 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader));
385 soa.Decode<mirror::ClassLoader>(jclass_loader));
394 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader));
426 soa.Decode<mirror::ClassLoader>(jclass_loader));
464 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader))
    [all...]
reflection.cc 122 Append(soa.Decode<mirror::Object>(va_arg(ap, jobject)));
164 Append(soa.Decode<mirror::Object>(args[args_offset].l));
474 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj);
505 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj);
530 ObjPtr<mirror::Object> receiver = soa.Decode<mirror::Object>(obj);
562 ObjPtr<mirror::Object> receiver = soa.Decode<mirror::Object>(obj);
595 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(javaMethod);
616 receiver = soa.Decode<mirror::Object>(javaReceiver);
628 soa.Decode<mirror::ObjectArray<mirror::Object>>(javaArgs);
    [all...]
scoped_thread_state_change.h 99 ObjPtr<T> Decode(jobject obj) const REQUIRES_SHARED(Locks::mutator_lock_);
  /prebuilts/go/darwin-x86/src/mime/
encodedword_test.go 95 s, err := dec.Decode(test.src)
97 t.Errorf("Decode(%q) should return an error", test.src)
101 t.Errorf("Decode(%q): %v", test.src, err)
105 t.Errorf("Decode(%q) = %q, want %q", test.src, s, test.exp)
227 dec.Decode("=?utf-8?q?=C2=A1Hola,_se=C3=B1or!?=")
  /prebuilts/go/linux-x86/src/mime/
encodedword_test.go 95 s, err := dec.Decode(test.src)
97 t.Errorf("Decode(%q) should return an error", test.src)
101 t.Errorf("Decode(%q): %v", test.src, err)
105 t.Errorf("Decode(%q) = %q, want %q", test.src, s, test.exp)
227 dec.Decode("=?utf-8?q?=C2=A1Hola,_se=C3=B1or!?=")
  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 75 [p, count] = sscanf(message, 'Render frame %lu at %lu. Render delay %lu, required delay %lu, max decode time %lu, min total delay %lu');
137 % Plot the time the decode starts
146 % Plot the decode complete time
182 legend('Packet arrives', 'Frame complete', 'Decode', 'Decode complete', 'Time to render', 'Only jitter', 'Must decode');
198 % legend('Complete time - Estimated arrival time', 'Desired jitter buffer level', 'Actual decode time', 'Max decode time', 0);
212 legend('Render delay', 'Jitter delay', 'Decode delay', 'Extra delay', 'Min total delay');
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode.go 29 // argField indicate how to decode an argument to an instruction.
140 // Decode decodes the leading bytes in src as a single instruction using
142 func Decode(src []byte, ord binary.ByteOrder) (inst Inst, err error) {
158 log.Printf("Decode(%#x): unused bit is 1 for Op %s", ui, iform.Op)
  /prebuilts/go/darwin-x86/src/image/
decode_example_test.go 17 // image.Decode to understand JPEG formatted images. Uncomment these
25 // Decode the JPEG data. If reading from file, create a reader with
33 m, _, err := image.Decode(reader)
  /prebuilts/go/darwin-x86/src/image/png/
writer_test.go 43 return Decode(&b)
60 // Read the image again, encode it, and decode it.
95 if _, err := Decode(&b1); err != nil {
96 t.Error("cannot decode DefaultCompression")
98 if _, err := Decode(&b2); err != nil {
99 t.Error("cannot decode NoCompression")
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
decode.go 29 // argField indicate how to decode an argument to an instruction.
140 // Decode decodes the leading bytes in src as a single instruction using
142 func Decode(src []byte, ord binary.ByteOrder) (inst Inst, err error) {
158 log.Printf("Decode(%#x): unused bit is 1 for Op %s", ui, iform.Op)
  /prebuilts/go/linux-x86/src/image/
decode_example_test.go 17 // image.Decode to understand JPEG formatted images. Uncomment these
25 // Decode the JPEG data. If reading from file, create a reader with
33 m, _, err := image.Decode(reader)
  /prebuilts/go/linux-x86/src/image/png/
writer_test.go 43 return Decode(&b)
60 // Read the image again, encode it, and decode it.
95 if _, err := Decode(&b1); err != nil {
96 t.Error("cannot decode DefaultCompression")
98 if _, err := Decode(&b2); err != nil {
99 t.Error("cannot decode NoCompression")
  /art/runtime/openjdkjvmti/
ti_class.cc 591 art::ObjPtr<art::mirror::Class> klass = soa.Decode<art::mirror::Class>(jklass);
639 art::ObjPtr<art::mirror::Class> klass = soa.Decode<art::mirror::Class>(jklass);
688 art::ObjPtr<art::mirror::Class> klass = soa.Decode<art::mirror::Class>(jklass);
739 art::ObjPtr<art::mirror::Class> klass = soa.Decode<art::mirror::Class>(jklass);
793 art::ObjPtr<art::mirror::Class> klass = soa.Decode<art::mirror::Class>(jklass);
    [all...]
transform.cc 146 art::Handle<art::mirror::Class> hs_klass(hs.NewHandle(soa.Decode<art::mirror::Class>(klass)));
  /art/runtime/verifier/
verifier_deps.cc 572 template<typename T> inline T Decode(uint32_t in);
574 template<> inline uint16_t Decode<uint16_t>(uint32_t in) {
577 template<> inline uint32_t Decode<uint32_t>(uint32_t in) {
580 template<> inline dex::TypeIndex Decode<dex::TypeIndex>(uint32_t in) {
583 template<> inline dex::StringIndex Decode<dex::StringIndex>(uint32_t in) {
594 *t = Decode<dex::TypeIndex>(DecodeUint32WithOverflowCheck(in, end));
605 T1 v1 = Decode<T1>(DecodeUint32WithOverflowCheck(in, end));
606 T2 v2 = Decode<T2>(DecodeUint32WithOverflowCheck(in, end));
619 T1 v1 = Decode<T1>(DecodeUint32WithOverflowCheck(in, end));
620 T2 v2 = Decode<T2>(DecodeUint32WithOverflowCheck(in, end))
    [all...]
  /art/compiler/dex/
dex_to_dex_decompiler_test.cc 70 *updated_dex_file, soa.Decode<mirror::ClassLoader>(class_loader).Ptr());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/LegacyRegion2OnLegacyRegionThunk/
LegacyRegion2OnLegacyRegionThunk.c 33 Modify the hardware to allow (decode) or disallow (not decode) memory reads in a region.
50 @param On[in] Decode / Non-Decode flag.
73 return mLegacyRegion->Decode (
129 reset the boot-lock attribute. Calls to Decode(), Lock() and Unlock() will have no effect.
  /external/brotli/java/org/brotli/dec/
DecodeTest.java 20 * Tests for {@link Decode}.
181 new Decode();
  /external/skia/tests/
VerticesTest.cpp 80 sk_sp<SkVertices> v1 = SkVertices::Decode(data->data(), data->size());
  /external/v8/src/arm64/
decoder-arm64.h 84 // Decode() will call the corresponding visitor method from all registered
86 // decode tree.
98 // d.Decode(i);
130 virtual void Decode(Instruction *instr);
133 // Decode the PC relative addressing instruction, and call the corresponding
138 // Decode the add/subtract immediate instruction, and call the corresponding
143 // Decode the branch, system command, and exception generation parts of
148 // Decode the load and store parts of the instruction tree, and call
153 // Decode the logical immediate and move wide immediate parts of the
158 // Decode the bitfield and extraction parts of the instruction tree
    [all...]
  /external/vixl/examples/aarch64/
custom-disassembler.cc 166 decoder.Decode(instr);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.h 131 int Decode(const EncodedImage& input_image,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h 142 int Decode(const EncodedImage& input_image,
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 52 // Used to indicate which decode with errors mode should be used.
54 kNoErrors, // Never decode with errors. Video will freeze
336 // VCM, for instance the current and maximum frame decode latency.
381 virtual int32_t Decode(uint16_t maxWaitTimeMs = 200) = 0;
479 // Set the decode error mode. The mode decides which errors (if any) are
513 // Releases pending decode calls, permitting faster thread shutdown.
  /external/webrtc/webrtc/modules/video_coding/
video_receiver.cc 179 // By default, do not decode with errors.
269 // Decode next frame, blocking.
271 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) {
310 const int32_t ret = Decode(*frame);
347 int32_t VideoReceiver::Decode(const VCMEncodedFrame& frame) {
348 TRACE_EVENT_ASYNC_STEP1("webrtc", "Video", frame.TimeStamp(), "Decode",
355 // Decode a frame
356 int32_t ret = _decoder->Decode(frame, clock_->TimeInMilliseconds());
432 // Incoming packet from network parsed and ready for decode, non blocking.

Completed in 1045 milliseconds

1 2 3 4 5 6 78 91011>>