HomeSort by relevance Sort by last modified time
    Searched refs:ref_type (Results 1 - 8 of 8) 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 403 const RegType& ref_type = cache.FromDescriptor(nullptr, "Ljava/lang/DoesNotExist;", true); local
404 EXPECT_TRUE(ref_type_0.Equals(ref_type));
406 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull);
411 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull);
415 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull);
452 const RegType& ref_type = cache.JavaLangString(); local
456 EXPECT_TRUE(ref_type.Equals(ref_type_2));
458 EXPECT_TRUE(ref_type.IsPreciseReference());
461 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull);
474 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,
  /external/curl/packages/vms/
compare_curl_source.com 195 $ ref_type = f$parse(ref_spec,,,"TYPE")
218 $ ref_name_type = ref_name + ref_type
244 $ ref_fname = ref_name + ref_type
251 $ ref_type = f$edit(ref_type, "UPCASE")
252 $ if ref_type .eqs. ".DIR" then goto loop
261 $ if ref_type .eqs. ".PDF" then ref_skip = 1
262 $ if ref_type .eqs. ".HTML" then ref_skip = 1
263 $ if ref_type .eqs. ".HQX" then ref_skip = 1
264 $ if ref_type .eqs. ".P12" then ref_skip =
    [all...]
  /hardware/intel/img/psb_video/src/
tng_hostcode.h 216 IMG_INT8 ref_type; member in struct:_H264_PICMGMT_UP_PARAMS
  /external/opencv3/modules/core/src/
ocl.cpp 5474 int ref_type = src1.type(); local
    [all...]

Completed in 783 milliseconds