Home
last modified time | relevance | path

Searched defs:U (Results 1 – 14 of 14) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dpr36449.cpp27 struct U struct
33 U *j; argument
/ndk/tests/device/test-stlport_shared-exception/jni/
Dpr36449.cpp27 struct U struct
33 U *j; argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dpointer_deleter01.pass.cpp69 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
79 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
Dmove_convert08.fail.cpp82 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
92 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
Dmove_convert11.fail.cpp82 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
92 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
Dmove01.pass.cpp70 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
80 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
Dmove02.pass.cpp70 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
80 typename std::enable_if<!std::is_same<U, T>::value>::type* = 0) in Deleter()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dintrinsics.hpp98 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_same<T,U>::value) argument
100 # define BOOST_IS_CONVERTIBLE(T,U) ((__is_convertible_to(T,U) || is_same<T,U>::value) && !__is_ab… argument
169 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_same<T,U>::value) argument
176 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible_to(T,U) && !::boost::is_abstract<U>::value) argument
213 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_same<T,U>::value) argument
245 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_same<T,U>::value) argument
273 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_void<T>::value && !is_void<U>::value) argument
275 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible(T,U) || is_void<U>::value) argument
/ndk/docs/Additional_library_docs/renderscript/
Djquery.js12 …)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H)…
20 …[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U… argument
/ndk/sources/host-tools/make-3.81/
Daclocal.m4750 AC_SUBST(U)dnl subst
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dmin_allocator.h243 min_allocator(min_allocator<U>) {} in min_allocator() function
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp4774 short_alloc(const short_alloc<U, N>& a) noexcept in short_alloc()
4799 operator==(const short_alloc<T, N>& x, const short_alloc<U, M>& y) noexcept in operator ==()
4807 operator!=(const short_alloc<T, N>& x, const short_alloc<U, M>& y) noexcept in operator !=()
4819 template <class U> malloc_alloc(const malloc_alloc<U>&) noexcept {} in malloc_alloc()
4834 operator==(const malloc_alloc<T>&, const malloc_alloc<U>&) noexcept in operator ==()
/ndk/sources/host-tools/make-3.81/w32/
DMakefile153 U = macro
/ndk/sources/android/support/src/stdio/
Dstrtod.c553 typedef union { double d; ULong L[2]; } U; typedef