Home
last modified time | relevance | path

Searched refs:base_t (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/selinux/
H A Dinstall_policy.sh50 client * user_u:base_r:base_t:s0
51 property * user_u:object_r:base_t:s0
52 extension * user_u:object_r:base_t:s0
53 selection * user_u:object_r:base_t:s0
54 event * user_u:object_r:base_t:s0
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dnetdev-times.py92 base_t = irq_list[0]['irq_ent_t']
105 (nsecs_secs(base_t), nsecs_nsecs(base_t)/1000, cpu))
108 (diff_msec(base_t, irq_list[i]['irq_ent_t']),
116 (diff_msec(base_t, irq_event['time']),
120 diff_msec(base_t, hunk['sirq_ent_t']))
127 (diff_msec(base_t, event['event_t']),
135 (diff_msec(base_t, event['event_t']),
141 (diff_msec(base_t, event['comm_t']),
147 (diff_msec(base_t,
152 diff_msec(base_t,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dadvanced_insert_int.hpp254 typedef insert_nonmovable_emplace_proxy<Allocator, Iterator, Args...> base_t; typedef
256 typedef typename base_t::value_type value_type;
257 typedef typename base_t::size_type size_type;
258 typedef typename base_t::index_tuple_t index_tuple_t;
261 : base_t(::boost::forward<Args>(args)...) in insert_emplace_proxy()
372 < Allocator, Iterator BOOST_MOVE_I##N BOOST_MOVE_TARG##N > base_t;\
373 typedef typename base_t::value_type value_type;\
374 typedef typename base_t::size_type size_type;\
378 : base_t(BOOST_MOVE_FWD##N){}\
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dside_vincenty.hpp43 typedef side::geographic<strategy::vincenty, Spheroid, CalculationType> base_t; typedef in boost::geometry::strategy::side::vincenty
50 : base_t(model) in vincenty()
H A Dside_thomas.hpp43 typedef side::geographic<strategy::thomas, Spheroid, CalculationType> base_t; typedef in boost::geometry::strategy::side::thomas
50 : base_t(model) in thomas()
H A Dside_andoyer.hpp43 typedef side::geographic<strategy::andoyer, Spheroid, CalculationType> base_t; typedef in boost::geometry::strategy::side::andoyer
50 : base_t(model) in andoyer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dquery_iterators.hpp229 typedef query_iterator_base<Value, Allocators> base_t; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator_wrapper
241 virtual base_t * clone() const { return new query_iterator_wrapper(m_iterator); } in clone()
246 virtual bool equals(base_t const& r) const in equals()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dresult.hpp599 > base_t; typedef in boost::geometry::detail::relate::mask_handler
614 && check_matrix(m_mask, base_t::matrix()); in result()
621 m_mask, base_t::matrix() in may_update()
634 base_t::template set<F1, F2, V>(); in set()
647 base_t::template update<F1, F2, V>(); in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp349 using base_t = impl::tuple_base< seq::index_sequence_for< Ts... >, Ts... >; typedef
350 base_t base;
464 typename = impl::enable_if_t< std::is_assignable< base_t&, T >::value > >
466 noexcept( std::is_nothrow_assignable< base_t&, T >::value ) in operator =()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp321 typedef vector_value_traits_base<typename Allocator::value_type> base_t; typedef
325 <base_t::trivial_dctr