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

12 3

  /packages/apps/Email/tests/src/com/android/email/
AccountTestCase.java 40 protected static final String TEST_ACCOUNT_PREFIX = "__test";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 120 bool __test = _M_in_desc && _M_in_desc != __err; local
121 __test &= _M_out_desc && _M_out_desc != __err;
122 return __test;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits 235 static __one __test(_To);
236 static __two __test(...);
240 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/bits/
unique_ptr.h 94 static typename _Up::pointer __test(typename _Up::pointer*);
97 static _Tp* __test(...);
102 typedef decltype( __test<_Del>(0)) type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 123 bool __test = _M_in_desc && _M_in_desc != __err; local
124 __test &= _M_out_desc && _M_out_desc != __err;
125 return __test;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits 598 static __one __test(_To);
599 static __two __test(...);
603 static const bool __value = sizeof(__test(__makeFrom())) == 1;
functional 69 static __one __test(_Wrap_type<typename _Up::result_type>*);
72 static __two __test(...);
75 static const bool value = sizeof(__test<_Tp>(0)) == 1;
233 static __one __test(const volatile unary_function<_T1, _Res>*);
237 static __two __test(...);
240 static const bool value = sizeof(__test((_Tp*)0)) == 1;
249 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
253 static __two __test(...);
256 static const bool value = sizeof(__test((_Tp*)0)) == 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 94 static typename _Up::pointer __test(typename _Up::pointer*);
97 static _Tp* __test(...);
102 typedef decltype( __test<_Del>(0)) type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
codecvt_specializations.h 123 bool __test = _M_in_desc && _M_in_desc != __err; local
124 __test &= _M_out_desc && _M_out_desc != __err;
125 return __test;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits 598 static __one __test(_To);
599 static __two __test(...);
603 static const bool __value = sizeof(__test(__makeFrom())) == 1;
functional 69 static __one __test(_Wrap_type<typename _Up::result_type>*);
72 static __two __test(...);
75 static const bool value = sizeof(__test<_Tp>(0)) == 1;
233 static __one __test(const volatile unary_function<_T1, _Res>*);
237 static __two __test(...);
240 static const bool value = sizeof(__test((_Tp*)0)) == 1;
249 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
253 static __two __test(...);
256 static const bool value = sizeof(__test((_Tp*)0)) == 1;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 120 bool __test = _M_in_desc && _M_in_desc != __err; local
121 __test &= _M_out_desc && _M_out_desc != __err;
122 return __test;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 235 static __one __test(_To);
236 static __two __test(...);
240 static const bool __value = sizeof(__test(__makeFrom())) == 1;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 120 bool __test = _M_in_desc && _M_in_desc != __err; local
121 __test &= _M_out_desc && _M_out_desc != __err;
122 return __test;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 235 static __one __test(_To);
236 static __two __test(...);
240 static const bool __value = sizeof(__test(__makeFrom())) == 1;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
codecvt_specializations.h 120 bool __test = _M_in_desc && _M_in_desc != __err; local
121 __test &= _M_out_desc && _M_out_desc != __err;
122 return __test;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 235 static __one __test(_To);
236 static __two __test(...);
240 static const bool __value = sizeof(__test(__makeFrom())) == 1;
  /external/stlport/test/unit/
money_facets_test.cpp 418 static void test_supported_locale(LocaleTest& inst, _Test __test) {
436 (inst.*__test)(loc, tested_locales + i);
442 (inst.*__test)(loc, tested_locales + i);
449 (inst.*__test)(loc, tested_locales + i);
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 418 static void test_supported_locale(LocaleTest& inst, _Test __test) {
436 (inst.*__test)(loc, tested_locales + i);
442 (inst.*__test)(loc, tested_locales + i);
449 (inst.*__test)(loc, tested_locales + i);
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 418 static void test_supported_locale(LocaleTest& inst, _Test __test) {
436 (inst.*__test)(loc, tested_locales + i);
442 (inst.*__test)(loc, tested_locales + i);
449 (inst.*__test)(loc, tested_locales + i);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional 50 static __one __test(_Wrap_type<typename _Up::result_type>*);
53 static __two __test(...);
56 static const bool value = sizeof(__test<_Tp>(0)) == 1;
214 static __one __test(const volatile unary_function<_T1, _Res>*);
218 static __two __test(...);
221 static const bool value = sizeof(__test((_Tp*)0)) == 1;
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
234 static __two __test(...);
237 static const bool value = sizeof(__test((_Tp*)0)) == 1;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 50 static __one __test(_Wrap_type<typename _Up::result_type>*);
53 static __two __test(...);
56 static const bool value = sizeof(__test<_Tp>(0)) == 1;
214 static __one __test(const volatile unary_function<_T1, _Res>*);
218 static __two __test(...);
221 static const bool value = sizeof(__test((_Tp*)0)) == 1;
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
234 static __two __test(...);
237 static const bool value = sizeof(__test((_Tp*)0)) == 1;
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 50 static __one __test(_Wrap_type<typename _Up::result_type>*);
53 static __two __test(...);
56 static const bool value = sizeof(__test<_Tp>(0)) == 1;
214 static __one __test(const volatile unary_function<_T1, _Res>*);
218 static __two __test(...);
221 static const bool value = sizeof(__test((_Tp*)0)) == 1;
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
234 static __two __test(...);
237 static const bool value = sizeof(__test((_Tp*)0)) == 1;
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional 50 static __one __test(_Wrap_type<typename _Up::result_type>*);
53 static __two __test(...);
56 static const bool value = sizeof(__test<_Tp>(0)) == 1;
214 static __one __test(const volatile unary_function<_T1, _Res>*);
218 static __two __test(...);
221 static const bool value = sizeof(__test((_Tp*)0)) == 1;
230 static __one __test(const volatile binary_function<_T1, _T2, _Res>*);
234 static __two __test(...);
237 static const bool value = sizeof(__test((_Tp*)0)) == 1;
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 46 protected static final String TEST_ACCOUNT_PREFIX = "__test";

Completed in 920 milliseconds

12 3