HomeSort by relevance Sort by last modified time
    Searched refs:T1 (Results 26 - 50 of 538) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
apply.hpp 40 typename F, typename T1
46 , T1
52 , (F, T1)
57 typename F, typename T1
59 struct apply< F,T1,na,na,na,na >
60 : apply1< F,T1 >
65 typename F, typename T1, typename T2
71 , T1, T2
77 , (F, T1, T2)
82 typename F, typename T1, typename T
    [all...]
and.hpp 16 template< bool C_, typename T1, typename T2, typename T3, typename T4 >
22 template< typename T1, typename T2, typename T3, typename T4 >
23 struct and_impl< true,T1,T2,T3,T4 >
25 BOOST_MPL_AUX_NESTED_TYPE_WKND(T1)::value
44 typename BOOST_MPL_AUX_NA_PARAM(T1)
51 BOOST_MPL_AUX_NESTED_TYPE_WKND(T1)::value
59 , ( T1, T2, T3, T4, T5)
or.hpp 16 template< bool C_, typename T1, typename T2, typename T3, typename T4 >
22 template< typename T1, typename T2, typename T3, typename T4 >
23 struct or_impl< false,T1,T2,T3,T4 >
25 BOOST_MPL_AUX_NESTED_TYPE_WKND(T1)::value
44 typename BOOST_MPL_AUX_NA_PARAM(T1)
51 BOOST_MPL_AUX_NESTED_TYPE_WKND(T1)::value
59 , ( T1, T2, T3, T4, T5)
apply_wrap.hpp 33 typename F, typename T1
38 : F::template apply<T1>
43 typename F, typename T1, typename T2
48 : F::template apply< T1,T2 >
53 typename F, typename T1, typename T2, typename T3
58 : F::template apply< T1,T2,T3 >
63 typename F, typename T1, typename T2, typename T3, typename T4
68 : F::template apply< T1,T2,T3,T4 >
73 typename F, typename T1, typename T2, typename T3, typename T4
79 : F::template apply< T1,T2,T3,T4,T5
    [all...]
apply_fwd.hpp 15 typename F, typename T1 = na, typename T2 = na, typename T3 = na
26 typename F, typename T1
31 typename F, typename T1, typename T2
36 typename F, typename T1, typename T2, typename T3
41 typename F, typename T1, typename T2, typename T3, typename T4
46 typename F, typename T1, typename T2, typename T3, typename T4
bind_fwd.hpp 15 typename F, typename T1 = na, typename T2 = na, typename T3 = na
26 typename F, typename T1
31 typename F, typename T1, typename T2
36 typename F, typename T1, typename T2, typename T3
41 typename F, typename T1, typename T2, typename T3, typename T4
46 typename F, typename T1, typename T2, typename T3, typename T4
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 120 ;// $T1,$T2,$T3 - registers that must be preserved between calls to
139 M_BD_INIT1 $T1, $T2, $T3
141 LDRB $T1, [$pBitStream, #1]
147 M_BD_INIT2 $T1, $T2, $T3
148 ORR $T2, $T2, $T1, LSL #8
166 ;// $T1 - corrupted temp/scratch register
191 ;// $T1 - corrupted temp/scratch register
197 M_BD_LOOK16 $Symbol, $N, $T1
214 ;// $T1 - corrupted temp/scratch register
220 M_BD_SKIP8 $N, $T1
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 120 ;// $T1,$T2,$T3 - registers that must be preserved between calls to
139 M_BD_INIT1 $T1, $T2, $T3
141 LDRB $T1, [$pBitStream, #1]
147 M_BD_INIT2 $T1, $T2, $T3
148 ORR $T2, $T2, $T1, LSL #8
166 ;// $T1 - corrupted temp/scratch register
191 ;// $T1 - corrupted temp/scratch register
197 M_BD_LOOK16 $Symbol, $N, $T1
214 ;// $T1 - corrupted temp/scratch register
220 M_BD_SKIP8 $N, $T1
    [all...]
  /external/clang/test/CXX/special/class.inhctor/
p3.cpp 32 template<typename T> struct T1 : B1 {
35 template<typename T> struct T2 : T1<T> {
36 using T1<int>::T1;
38 template<typename T> struct T3 : T1<int> {
39 using T1<T>::T1;
42 friend T1<int>::T1(int);
43 friend T1<int>::T1(int, int)
    [all...]
  /external/clang/test/CodeGenCXX/
instantiate-blocks.cpp 18 template <typename T, typename T1> void foo(T t, T1 r)
21 __block T1 byref_block_arg;
23 T1 (^block)(char, T, T1, double) =
24 ^ T1 (char ch, T arg, T1 arg2, double d1) { byref_block_arg = arg2;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/preprocessed/plain/
list10.hpp 28 typename T0, typename T1
34 , list1<T1>
41 typename T0, typename T1, typename T2
47 , list2< T1,T2 >
54 typename T0, typename T1, typename T2, typename T3
60 , list3< T1,T2,T3 >
67 typename T0, typename T1, typename T2, typename T3, typename T4
73 , list4< T1,T2,T3,T4 >
80 typename T0, typename T1, typename T2, typename T3, typename T4
87 , list5< T1,T2,T3,T4,T5
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/preprocessed/typeof_based/
vector10.hpp 27 typename T0, typename T1
31 T1
39 typename T0, typename T1, typename T2
44 , vector2< T0,T1 >
51 typename T0, typename T1, typename T2, typename T3
56 , vector3< T0,T1,T2 >
63 typename T0, typename T1, typename T2, typename T3, typename T4
68 , vector4< T0,T1,T2,T3 >
75 typename T0, typename T1, typename T2, typename T3, typename T4
81 , vector5< T0,T1,T2,T3,T4
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
partial-ordering.cpp 34 template<typename T1, typename T2, typename ...Rest>
35 int &f0(T1, T2, Rest...);
37 template<typename T1, typename T2>
38 float &f0(T1, T2);
45 template<typename T1, typename T2, typename ...Rest>
46 int &f1(T1, T2, Rest...);
48 template<typename T1, typename T2>
49 float &f1(T1, T2, ...);
55 template<typename T1, typename T2, typename ...Rest>
56 int &f2(T1, T2, Rest...)
    [all...]
  /external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/
op_equal.pass.cpp 30 typedef std::chrono::time_point<Clock, Duration1> T1;
34 T1 t1(Duration1(3));
35 T1 t2(Duration1(3));
36 assert( (t1 == t2));
37 assert(!(t1 != t2));
40 T1 t1(Duration1(3));
41 T1 t2(Duration1(4));
42 assert(!(t1 == t2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/
op_equal.pass.cpp 30 typedef std::chrono::time_point<Clock, Duration1> T1;
34 T1 t1(Duration1(3));
35 T1 t2(Duration1(3));
36 assert( (t1 == t2));
37 assert(!(t1 != t2));
40 T1 t1(Duration1(3));
41 T1 t2(Duration1(4));
42 assert(!(t1 == t2))
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
function_traits.hpp 30 template<typename R, typename T1>
31 struct function_traits_helper<R (*)(T1)>
35 typedef T1 arg1_type;
36 typedef T1 argument_type;
39 template<typename R, typename T1, typename T2>
40 struct function_traits_helper<R (*)(T1, T2)>
44 typedef T1 arg1_type;
46 typedef T1 first_argument_type;
50 template<typename R, typename T1, typename T2, typename T3>
51 struct function_traits_helper<R (*)(T1, T2, T3)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
same_as.hpp 25 template< typename T1 >
30 : is_same<T1,T2>
34 typedef typename is_same<T1,T2>::type type;
39 template< typename T1 >
44 : not_< is_same<T1,T2> >
48 typedef typename not_< is_same<T1,T2> >::type type;
  /external/clang/test/CXX/temp/temp.param/
p12.cpp 6 template<class T1,
9 template<class T1, typename T2> class B3;
10 template<class T1,
  /external/clang/test/Modules/Inputs/merge-decl-context/
a.h 15 template <typename T1, typename T2>
16 T1 fff(T2* t) {
17 return T1(t, t);
  /external/clang/test/Parser/
cxx-attributes.cpp 17 typedef int __attribute__((__aligned__(A))) T1;
18 int check1[__alignof__(T1) == 1 ? 1 : -1];
20 typedef int __attribute__((aligned(int(1)))) T1;
  /external/clang/test/CodeCompletion/
documentation.cpp 5 void T1(float x, float y);
27 // CHECK-CC1: COMPLETION: T1 : [#void#]T1(<#float x#>, <#float y#>) : Aaa.
  /external/clang/test/Sema/
static-assert.c 31 #define UNION(T1, T2) union { \
32 __typeof__(T1) one; \
34 _Static_assert(ASSERT_IS_TYPE(T1), "T1 is not a type"); \
36 _Static_assert(sizeof(T1) == sizeof(T2), "type size mismatch"); \
  /external/clang/test/SemaCXX/
function-overload-typo-crash.cpp 16 template <typename T1, typename T2> void somefunc(T1*, T2*); //expected-note {{'somefunc' declared here}}
17 template <typename T1, typename T2> void somefunc(T1*, const T2[]); //expected-note 2 {{'somefunc' declared here}}
trivial-constructor.cpp 3 struct T1 {
5 static_assert(__has_trivial_constructor(T1), "T1 has trivial constructor!");
21 struct T5 : T1 {
27 T1 t1[2][2]; member in struct:T6
trivial-destructor.cpp 3 struct T1 {
5 static_assert(__has_trivial_destructor(T1), "T1 has trivial destructor!");
21 struct T5 : T1 {
27 T1 t1[2][2]; member in struct:T6

Completed in 393 milliseconds

12 3 4 5 6 7 8 91011>>