OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__test
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/embunit/inc/
Test.h
54
typedef struct
__Test
Test;
55
typedef struct
__Test
* TestRef;/*downward compatible*/
57
struct
__Test
{
/external/stlport/stlport/
type_traits
49
static __t1
__test
(_Up(*)[1]);
52
static __t2
__test
(...);
58
static const bool __value = sizeof(
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
65
const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
74
static __t1
__test
( int _Up::* );
77
static __t2
__test
(...);
83
static const bool __value = sizeof(
__test
<T>(0)) == sizeof(__select_types::__t1);
89
const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::
__test
<T>(0)) == sizeof(__select_types::__t1);
/ndk/sources/cxx-stl/stlport/stlport/
type_traits
49
static __t1
__test
(_Up(*)[1]);
52
static __t2
__test
(...);
58
static const bool __value = sizeof(
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
65
const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
74
static __t1
__test
( int _Up::* );
77
static __t2
__test
(...);
83
static const bool __value = sizeof(
__test
<T>(0)) == sizeof(__select_types::__t1);
89
const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::
__test
<T>(0)) == sizeof(__select_types::__t1);
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
type_traits
49
static __t1
__test
(_Up(*)[1]);
52
static __t2
__test
(...);
58
static const bool __value = sizeof(
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
65
const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
74
static __t1
__test
( int _Up::* );
77
static __t2
__test
(...);
83
static const bool __value = sizeof(
__test
<T>(0)) == sizeof(__select_types::__t1);
89
const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::
__test
<T>(0)) == sizeof(__select_types::__t1);
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
type_traits
49
static __t1
__test
(_Up(*)[1]);
52
static __t2
__test
(...);
58
static const bool __value = sizeof(
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
65
const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
74
static __t1
__test
( int _Up::* );
77
static __t2
__test
(...);
83
static const bool __value = sizeof(
__test
<T>(0)) == sizeof(__select_types::__t1);
89
const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::
__test
<T>(0)) == sizeof(__select_types::__t1);
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
type_traits
49
static __t1
__test
(_Up(*)[1]);
52
static __t2
__test
(...);
58
static const bool __value = sizeof(
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
65
const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::
__test
<_Tp>(0)) == sizeof(__select_types::__t1);
74
static __t1
__test
( int _Up::* );
77
static __t2
__test
(...);
83
static const bool __value = sizeof(
__test
<T>(0)) == sizeof(__select_types::__t1);
89
const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::
__test
<T>(0)) == sizeof(__select_types::__t1);
/external/stlport/test/unit/
num_facets_test.cpp
132
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
150
(inst.*
__test
)(loc, tested_locales + i);
156
(inst.*
__test
)(loc, tested_locales + i);
162
(inst.*
__test
)(loc, tested_locales + i);
time_facets_test.cpp
195
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
213
(inst.*
__test
)(loc);
219
(inst.*
__test
)(loc);
228
(inst.*
__test
)(loc);
locale_test.cpp
30
static void test_supported_locale(LocaleTest &inst, _Test
__test
) {
47
(inst.*
__test
)(loc);
ctype_facets_test.cpp
319
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
338
(inst.*
__test
)(loc);
344
(inst.*
__test
)(loc);
354
(inst.*
__test
)(loc);
/ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp
132
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
150
(inst.*
__test
)(loc, tested_locales + i);
156
(inst.*
__test
)(loc, tested_locales + i);
162
(inst.*
__test
)(loc, tested_locales + i);
time_facets_test.cpp
195
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
213
(inst.*
__test
)(loc);
219
(inst.*
__test
)(loc);
228
(inst.*
__test
)(loc);
locale_test.cpp
30
static void test_supported_locale(LocaleTest &inst, _Test
__test
) {
47
(inst.*
__test
)(loc);
ctype_facets_test.cpp
319
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
338
(inst.*
__test
)(loc);
344
(inst.*
__test
)(loc);
354
(inst.*
__test
)(loc);
/ndk/tests/device/test-stlport/unit/
num_facets_test.cpp
132
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
150
(inst.*
__test
)(loc, tested_locales + i);
156
(inst.*
__test
)(loc, tested_locales + i);
162
(inst.*
__test
)(loc, tested_locales + i);
time_facets_test.cpp
195
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
213
(inst.*
__test
)(loc);
219
(inst.*
__test
)(loc);
228
(inst.*
__test
)(loc);
locale_test.cpp
30
static void test_supported_locale(LocaleTest &inst, _Test
__test
) {
47
(inst.*
__test
)(loc);
ctype_facets_test.cpp
319
static void test_supported_locale(LocaleTest& inst, _Test
__test
) {
338
(inst.*
__test
)(loc);
344
(inst.*
__test
)(loc);
354
(inst.*
__test
)(loc);
/external/clang/test/SemaTemplate/
instantiate-member-template.cpp
231
template <class _Xp> static __two
__test
(...);
232
template <class _Xp> static char
__test
(typename _Xp::template rebind<_Up>* = 0);
234
static const bool value = sizeof(
__test
<_Tp>(0)) == 1;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
type_traits
163
static __one
__test
(_To);
164
static __two
__test
(...);
168
static const bool __value = sizeof(
__test
(__makeFrom())) == 1;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
163
static __one
__test
(_To);
164
static __two
__test
(...);
168
static const bool __value = sizeof(
__test
(__makeFrom())) == 1;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
163
static __one
__test
(_To);
164
static __two
__test
(...);
168
static const bool __value = sizeof(
__test
(__makeFrom())) == 1;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
163
static __one
__test
(_To);
164
static __two
__test
(...);
168
static const bool __value = sizeof(
__test
(__makeFrom())) == 1;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
type_traits
655
static decltype(_Tp1(declval<_Args1>()...), __one())
__test
(int);
658
static __two
__test
(...);
661
static const bool __value = sizeof(
__test
<_Tp, _Args...>(0)) == 1;
670
__test
(int);
673
static __two
__test
(...);
676
static const bool __value = sizeof(
__test
<_Tp, _Arg>(0)) == 1;
776
__test
(int);
779
static __two
__test
(...);
782
static const bool __value = sizeof(
__test
<_From, _To>(0)) == 1;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
type_traits
655
static decltype(_Tp1(declval<_Args1>()...), __one())
__test
(int);
658
static __two
__test
(...);
661
static const bool __value = sizeof(
__test
<_Tp, _Args...>(0)) == 1;
670
__test
(int);
673
static __two
__test
(...);
676
static const bool __value = sizeof(
__test
<_Tp, _Arg>(0)) == 1;
776
__test
(int);
779
static __two
__test
(...);
782
static const bool __value = sizeof(
__test
<_From, _To>(0)) == 1;
[
all
...]
Completed in 1709 milliseconds
1
2
3