HomeSort by relevance Sort by last modified time
    Searched full:__test (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/skia/src/gpu/
GrBatchTest.h 28 GrBatch* Batch##__Test(SkRandom* random, GrContext* context)
30 extern GrBatch* Batch##__Test(SkRandom*, GrContext* context);
32 Batch##__Test
34 friend GrBatch* Batch##__Test(SkRandom* random, GrContext* context);
  /external/embunit/inc/
Test.h 54 typedef struct __Test Test;
55 typedef struct __Test* TestRef;/*downward compatible*/
57 struct __Test {
  /external/libcxx/test/std/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
transparent.pass.cpp 18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/
transparent.pass.cpp 18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
transparent.pass.cpp 18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
  /external/libcxx/include/
__functional_base 48 template <class _Up> static __two __test(...);
49 template <class _Up> static char __test(typename _Up::result_type* = 0);
51 static const bool value = sizeof(__test<_Tp>(0)) == 1;
143 static __two __test(...);
146 __test(const volatile unary_function<_Ap, _Rp>*);
148 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
149 typedef decltype(__test((_Tp*)0)) type;
157 static __two __test(...);
160 __test(const volatile binary_function<_A1, _A2, _Rp>*);
162 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 48 template <class _Up> static __two __test(...);
49 template <class _Up> static char __test(typename _Up::result_type* = 0);
51 static const bool value = sizeof(__test<_Tp>(0)) == 1;
141 static __two __test(...);
144 __test(const volatile unary_function<_Ap, _Rp>*);
146 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
147 typedef decltype(__test((_Tp*)0)) type;
155 static __two __test(...);
158 __test(const volatile binary_function<_A1, _A2, _Rp>*);
160 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
__functional_base 48 template <class _Up> static __two __test(...);
49 template <class _Up> static char __test(typename _Up::result_type* = 0);
51 static const bool value = sizeof(__test<_Tp>(0)) == 1;
141 static __two __test(...);
144 __test(const volatile unary_function<_Ap, _Rp>*);
146 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value;
147 typedef decltype(__test((_Tp*)0)) type;
155 static __two __test(...);
158 __test(const volatile binary_function<_A1, _A2, _Rp>*);
160 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 214 static true_type __test(int);
217 static false_type __test(...);
219 typedef decltype(__test<_Alloc>(0)) type;
241 static true_type __test(int);
244 static false_type __test(...);
246 typedef decltype(__test<_Alloc>(0)) type;
269 static true_type __test(int);
272 static false_type __test(...);
274 typedef decltype(__test<_Alloc>(0)) type;
293 static true_type __test(int)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 214 static true_type __test(int);
217 static false_type __test(...);
219 typedef decltype(__test<_Alloc>(0)) type;
241 static true_type __test(int);
244 static false_type __test(...);
246 typedef decltype(__test<_Alloc>(0)) type;
269 static true_type __test(int);
272 static false_type __test(...);
274 typedef decltype(__test<_Alloc>(0)) type;
293 static true_type __test(int)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 214 static true_type __test(int);
217 static false_type __test(...);
219 typedef decltype(__test<_Alloc>(0)) type;
241 static true_type __test(int);
244 static false_type __test(...);
246 typedef decltype(__test<_Alloc>(0)) type;
269 static true_type __test(int);
272 static false_type __test(...);
274 typedef decltype(__test<_Alloc>(0)) type;
293 static true_type __test(int)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 213 static true_type __test(int);
216 static false_type __test(...);
218 typedef decltype(__test<_Alloc>(0)) type;
240 static true_type __test(int);
243 static false_type __test(...);
245 typedef decltype(__test<_Alloc>(0)) type;
267 static true_type __test(int);
270 static false_type __test(...);
272 typedef decltype(__test<_Alloc>(0)) type;
291 static true_type __test(int)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 213 static true_type __test(int);
216 static false_type __test(...);
218 typedef decltype(__test<_Alloc>(0)) type;
240 static true_type __test(int);
243 static false_type __test(...);
245 typedef decltype(__test<_Alloc>(0)) type;
267 static true_type __test(int);
270 static false_type __test(...);
272 typedef decltype(__test<_Alloc>(0)) type;
291 static true_type __test(int)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 214 static true_type __test(int);
217 static false_type __test(...);
219 typedef decltype(__test<_Alloc>(0)) type;
241 static true_type __test(int);
244 static false_type __test(...);
246 typedef decltype(__test<_Alloc>(0)) type;
269 static true_type __test(int);
272 static false_type __test(...);
274 typedef decltype(__test<_Alloc>(0)) type;
293 static true_type __test(int)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
alloc_traits.h 209 static true_type __test(int);
212 static false_type __test(...);
214 using type = decltype(__test<_Alloc>(0));
238 static true_type __test(int);
241 static false_type __test(...);
243 using type = decltype(__test<_Alloc>(0));
268 static true_type __test(int);
271 static false_type __test(...);
273 using type = decltype(__test<_Alloc>(0));
294 static true_type __test(int)
    [all...]
  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
  /external/libcxx/test/std/utilities/function.objects/comparisons/
transparent.pass.cpp 18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
transparent.pass.cpp 18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
transparent.pass.cpp 18 template <class _Up> static __two __test(...);
19 template <class _Up> static char __test(typename _Up::is_transparent* = 0);
21 static const bool value = sizeof(__test<_Tp>(0)) == 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits 616 static true_type __test(int);
619 static false_type __test(...);
626 typedef decltype(__test<_Tp>(0)) type;
664 __test(int);
667 static false_type __test(...);
674 typedef decltype(__test<_Tp>(0)) type;
707 static true_type __test(int);
710 static false_type __test(...);
717 typedef decltype(__test<_Tp>(0)) type;
769 static true_type __test(int)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
type_traits 616 static true_type __test(int);
619 static false_type __test(...);
626 typedef decltype(__test<_Tp>(0)) type;
664 __test(int);
667 static false_type __test(...);
674 typedef decltype(__test<_Tp>(0)) type;
707 static true_type __test(int);
710 static false_type __test(...);
717 typedef decltype(__test<_Tp>(0)) type;
769 static true_type __test(int)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits 616 static true_type __test(int);
619 static false_type __test(...);
626 typedef decltype(__test<_Tp>(0)) type;
664 __test(int);
667 static false_type __test(...);
674 typedef decltype(__test<_Tp>(0)) type;
707 static true_type __test(int);
710 static false_type __test(...);
717 typedef decltype(__test<_Tp>(0)) type;
769 static true_type __test(int)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 608 static true_type __test(int);
611 static false_type __test(...);
618 typedef decltype(__test<_Tp>(0)) type;
625 static true_type __test(int);
628 static false_type __test(...);
635 typedef decltype(__test<_Tp>(0)) type;
668 static true_type __test(int);
671 static false_type __test(...);
678 typedef decltype(__test<_Tp>(0)) type;
730 static true_type __test(int)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
type_traits 608 static true_type __test(int);
611 static false_type __test(...);
618 typedef decltype(__test<_Tp>(0)) type;
625 static true_type __test(int);
628 static false_type __test(...);
635 typedef decltype(__test<_Tp>(0)) type;
668 static true_type __test(int);
671 static false_type __test(...);
678 typedef decltype(__test<_Tp>(0)) type;
730 static true_type __test(int)
    [all...]

Completed in 858 milliseconds

1 2 3 4 5 6