HomeSort by relevance Sort by last modified time
    Searched refs:ref_type (Results 1 - 14 of 14) 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];
  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator.py 97 ref_type = self._FindType(type_.ref_type)
98 if ref_type is None:
99 raise KeyError('Cannot find referenced type: %s' % type_.ref_type)
100 cpp_type = self.GetCppType(ref_type)
200 return self.FollowRef(self._FindType(type_.ref_type))
242 deps.add(_TypeDependency(self._FindType(type_.ref_type), hard=hard))
dart_generator.py 659 if type_.ref_type in self._types:
660 return self._IsObjectType(self._types[type_.ref_type])
684 if type_.ref_type in self._types:
685 return self._IsListOfSerializableObjects(self._types[type_.ref_type])
724 if type_.ref_type in self._types:
725 return self._GetDartType(self._types[type_.ref_type])
727 return StripNamespace(type_.ref_type)
ppapi_generator.py 141 self._RegisterTypeDependency(self._namespace.types[type_.ref_type],
182 return self.ToPpapiType(self._namespace.types[type_.ref_type],
249 return self._ResolveType(self._namespace.types[type_.ref_type])
h_generator.py 131 schema_util.GetNamespace(prop.ref_type) == self._namespace.name):
132 ExpandType(path + [type_], self._namespace.types[prop.ref_type])
model_test.py 75 self.assertEquals('tabs.Tab', array_prop.type_.item_type.ref_type)
model.py 189 self.ref_type = json['$ref']
  /external/chromium_org/chrome/common/extensions/docs/server2/
reference_resolver.py 77 name_as_prop_type = name.replace(prop.name, prop.type_.ref_type)
81 text = ref.replace(prop.name, prop.type_.ref_type)
  /art/runtime/verifier/
reg_type_test.cc 380 RegType& ref_type = cache.FromDescriptor(NULL, "Ljava/lang/DoesNotExist;", true); local
381 EXPECT_TRUE(ref_type_0.Equals(ref_type));
383 RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull);
388 RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull);
392 RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull);
425 RegType& ref_type = cache.JavaLangString(); local
429 EXPECT_TRUE(ref_type.Equals(ref_type_2));
431 EXPECT_TRUE(ref_type.IsPreciseReference());
434 RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull);
445 RegType& ref_type = cache.JavaLangObject(true) local
    [all...]
  /external/chromium_org/content/public/browser/
devtools_protocol_constants_generator.py 197 ref_type = [t for t in domain["types"] if t["id"] == path[1]][0]
198 parent_namespace[ref_type["id"]] = CreateNamespace(path[0],
199 ref_type, ["properties"], ["kParam"])
  /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 386 milliseconds