HomeSort by relevance Sort by last modified time
    Searched full:_to (Results 26 - 50 of 57) sorted by null

12 3

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits 852 template<typename _From, typename _To, typename
853 = decltype(static_cast<_To>(declval<_From>()))>
860 template<typename _From, typename _To>
864 typedef decltype(__test<_From, _To>(0)) type;
867 template<typename _From, typename _To>
869 : public __is_static_castable_impl<_From, _To>::type
873 template<typename _From, typename _To>
876 _From, _To>::value)>
916 template<typename _From, typename _To, bool
923 template<typename _From, typename _To>
    [all...]
  /external/libcxx/include/
__mutex_base 322 template <class _To, class _Rep, class _Period>
326 chrono::__is_duration<_To>::value,
327 _To
332 _To __r = duration_cast<_To>(__d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__mutex_base 325 template <class _To, class _Rep, class _Period>
329 chrono::__is_duration<_To>::value,
330 _To
335 _To __r = duration_cast<_To>(__d);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__mutex_base 325 template <class _To, class _Rep, class _Period>
329 chrono::__is_duration<_To>::value,
330 _To
335 _To __r = duration_cast<_To>(__d);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
nx_shp.py 130 _from, _to = key[0], key[1]
133 geom.SetPoint(1, *_to)
137 _fto = [float(x) for x in _to]
  /external/jetty/src/java/org/eclipse/jetty/servlet/
ErrorPageErrorHandler.java 194 private int _to; field in class:ErrorPageErrorHandler.ErrorCodeRange
204 _to = to;
210 if ((value >= _from) && (value <= _to))
226 return "from: " + _from + ",to: " + _to + ",uri: " + _uri;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 761 template<typename _From, typename _To,
762 bool = (is_void<_From>::value || is_function<_To>::value
763 || is_array<_To>::value)>
765 { static const bool __value = is_void<_To>::value; };
767 template<typename _From, typename _To>
768 class __is_convertible_helper<_From, _To, false>
782 static const bool __value = sizeof(__test<_From, _To>(0)) == 1;
788 template<typename _From, typename _To>
791 __is_convertible_helper<_From, _To>::__value>
795 template<typename _From, typename _To>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
type_traits 761 template<typename _From, typename _To,
762 bool = (is_void<_From>::value || is_function<_To>::value
763 || is_array<_To>::value)>
765 { static const bool __value = is_void<_To>::value; };
767 template<typename _From, typename _To>
768 class __is_convertible_helper<_From, _To, false>
782 static const bool __value = sizeof(__test<_From, _To>(0)) == 1;
788 template<typename _From, typename _To>
791 __is_convertible_helper<_From, _To>::__value>
795 template<typename _From, typename _To>
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneNamesImpl.java 559 private long _to; field in class:TimeZoneNamesImpl.MZMapEntry
564 _to = to;
576 return _to;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
boost_concept_check.h 216 template <class _From, class _To>
220 _To __y _IsUnused = __x;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
functional 508 template<typename _From, typename _To, bool = _From::value == _To::value>
512 template<typename... _From, typename... _To>
513 struct _AllConvertible<_Pack<_From...>, _Pack<_To...>, true>
514 : __and_<is_convertible<_From, _To>...>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
boost_concept_check.h 216 template <class _From, class _To>
220 _To __y _IsUnused = __x;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
functional 508 template<typename _From, typename _To, bool = _From::value == _To::value>
512 template<typename... _From, typename... _To>
513 struct _AllConvertible<_Pack<_From...>, _Pack<_To...>, true>
514 : __and_<is_convertible<_From, _To>...>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
boost_concept_check.h 216 template <class _From, class _To>
220 _To __y _IsUnused = __x;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
functional 508 template<typename _From, typename _To, bool = _From::value == _To::value>
512 template<typename... _From, typename... _To>
513 struct _AllConvertible<_Pack<_From...>, _Pack<_To...>, true>
514 : __and_<is_convertible<_From, _To>...>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 214 template <class _From, class _To>
218 _To __y _IsUnused = __x;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 214 template <class _From, class _To>
218 _To __y _IsUnused = __x;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h 214 template <class _From, class _To>
218 _To __y _IsUnused = __x;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
boost_concept_check.h 214 template <class _From, class _To>
218 _To __y _IsUnused = __x;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h 217 template <class _From, class _To>
221 _To __y _IsUnused = __x;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h 217 template <class _From, class _To>
221 _To __y _IsUnused = __x;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
boost_concept_check.h 217 template <class _From, class _To>
221 _To __y _IsUnused = __x;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
boost_concept_check.h 217 template <class _From, class _To>
221 _To __y _IsUnused = __x;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
boost_concept_check.h 216 template <class _From, class _To>
220 _To __y _IsUnused = __x;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
functional 508 template<typename _From, typename _To, bool = _From::value == _To::value>
512 template<typename... _From, typename... _To>
513 struct _AllConvertible<_Pack<_From...>, _Pack<_To...>, true>
514 : __and_<is_convertible<_From, _To>...>
    [all...]

Completed in 939 milliseconds

12 3