HomeSort by relevance Sort by last modified time
    Searched defs:source_type (Results 1 - 12 of 12) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 27 typedef typename base_::source_type source_type; typedef in struct:boost::numeric::conversion_traits
converter_policies.hpp 31 typedef S source_type ; typedef in struct:boost::numeric::Trunc
35 static source_type nearbyint ( argument_type s )
53 typedef S source_type ; typedef in struct:boost::numeric::Floor
57 static source_type nearbyint ( argument_type s )
72 typedef S source_type ; typedef in struct:boost::numeric::Ceil
76 static source_type nearbyint ( argument_type s )
91 typedef S source_type ; typedef in struct:boost::numeric::RoundEven
95 static source_type nearbyint ( argument_type s )
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 42 typedef S source_type ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
67 typedef N source_type ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
83 typedef typename remove_cv<S>::type source_type ; typedef in struct:boost::numeric::convdetail::get_conversion_traits
85 typedef typename is_same<target_type,source_type>::type is_trivial ;
88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
converter.hpp 100 typedef typename Traits::source_type S ;
114 typedef typename Traits::source_type S ;
129 typedef typename Traits::source_type S ;
145 typedef typename Traits::source_type S ;
161 typedef typename Traits::source_type S ;
177 typedef typename Traits::source_type S ;
193 typedef typename Traits::source_type S ;
331 typedef typename Traits::source_type S ;
460 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::trivial_converter_impl
487 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::rounding_converter
515 typedef typename Traits::source_type source_type ; typedef in struct:boost::numeric::convdetail::non_rounding_converter
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 50 uint16_t source_type; member in struct:avtab_key
policydb.h 218 uint32_t source_type; member in struct:range_trans
  /external/skia/src/utils/
SkTFitsIn.h 36 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_False
47 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_MinD
59 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_LT_Zero
70 typedef S source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_GT_MaxD
84 typedef typename OutOfRange_Low::source_type source_type; typedef in struct:sktfitsin::Private::SkTOutOfRange_Either
85 static bool apply(source_type s) {
99 typedef SkTOutOfRange_False<typename OutOfRange_Low::source_type> Neither;
  /external/ImageMagick/MagickCore/
profile.c 404 const cmsHPROFILE source_profile,const cmsUInt32Number source_type,
426 source_type,target_profile,target_type,intent,flags);
884 source_type, local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 106 const std::type_info &source_type() const function in class:boost::bad_lexical_cast
2163 typedef Source source_type ; typedef in struct:boost::detail::detect_precision_loss
    [all...]
  /external/v8/src/
d8.cc 338 ScriptCompiler::CompileOptions compile_options, SourceType source_type) {
343 source_type == MODULE) {
345 return source_type == SCRIPT
363 DCHECK_EQ(SCRIPT, source_type);
374 bool report_exceptions, SourceType source_type) {
387 source_type).ToLocal(&script)) {
1513 Shell::SourceType source_type = Shell::SCRIPT; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 1227 Primitive::Type source_type = Primitive::Is64BitType(dst_type) local
1235 Primitive::Type source_type = Primitive::Is64BitType(dst_type) local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 849 def source_type(self, *args): return _qpol.qpol_range_trans_t_source_type(self, *args) member in class:qpol_range_trans_t
877 def source_type(self, *args): return _qpol.qpol_avrule_t_source_type(self, *args) member in class:qpol_avrule_t
909 def source_type(self, *args): return _qpol.qpol_terule_t_source_type(self, *args) member in class:qpol_terule_t
993 def source_type(self, *args): return _qpol.qpol_filename_trans_t_source_type(self, *args) member in class:qpol_filename_trans_t
    [all...]

Completed in 246 milliseconds