HomeSort by relevance Sort by last modified time
    Searched refs:ref_type (Results 1 - 6 of 6) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 122 typedef typename NP::ref_type res_type;
176 typedef ReferenceType ref_type; typedef in struct:boost::nfp::named_parameter
180 explicit named_parameter( ref_type v )
190 ref_type operator[]( keyword<unique_id,true> ) const { return m_erased ? nil_t::inst().template any_cast<ref_type>() : m_value; }
191 ref_type operator[]( keyword<unique_id,false> ) const { return m_erased ? nil_t::inst().template any_cast<ref_type>() : m_value; }
212 ref_type m_value;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.h 47 void clearAsReference(int toggle, int ref_type);
VideoDecoderVP8.cpp 40 void VideoDecoderVP8::clearAsReference(int toggle, int ref_type) {
41 ReferenceFrameBuffer ref = mRFBs[toggle][ref_type];
  /art/runtime/verifier/
reg_type_test.cc 390 const RegType& ref_type = cache.FromDescriptor(nullptr, "Ljava/lang/DoesNotExist;", true); local
391 EXPECT_TRUE(ref_type_0.Equals(ref_type));
393 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull);
398 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull);
402 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull);
435 const RegType& ref_type = cache.JavaLangString(); local
439 EXPECT_TRUE(ref_type.Equals(ref_type_2));
441 EXPECT_TRUE(ref_type.IsPreciseReference());
444 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull);
455 const RegType& ref_type = cache.JavaLangObject(true) local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_convertible.hpp 279 typedef typename add_reference<From>::type ref_type; typedef in struct:boost::detail::is_convertible_impl
283 ::boost::detail::is_convertible_basic_impl<ref_type,To>::value,
295 typedef typename add_reference<From>::type ref_type; typedef in struct:boost::detail::is_convertible_impl
299 ::boost::detail::is_convertible_basic_impl<ref_type,To>::value,
  /hardware/intel/img/psb_video/src/
tng_hostcode.h 216 IMG_INT8 ref_type; member in struct:_H264_PICMGMT_UP_PARAMS

Completed in 284 milliseconds