/external/chromium/android/testing/gtest/include/gtest/ |
gtest_prod.h | 2 friend class test_case_name##_##test_name##_Test
|
/external/chromium/android/testing/ |
platform_test.h | 2 friend class test_case_name##_##test_name##_Test
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/chromium/testing/gtest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/chromium_org/testing/gtest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/gtest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/mesa3d/src/gtest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/open-vcdiff/gtest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/protobuf/gtest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest_prod.h | 56 friend class test_case_name##_##test_name##_Test
|
/external/chromium_org/base/ |
gtest_prod_util.h | 62 class test_case_name##_##test_name##_Test; \ 63 class test_case_name##_##DISABLED_##test_name##_Test; \ 64 class test_case_name##_##FLAKY_##test_name##_Test
|
/external/chromium/android/ |
prefix.h | 68 friend class test_case_name##_##test_name##_Test
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-internal.h | 523 class test_case_name##_##test_name##_Test : public parent_class {\ 525 test_case_name##_##test_name##_Test() {}\ 527 return new test_case_name##_##test_name##_Test;\ 532 GTEST_DISALLOW_COPY_AND_ASSIGN(test_case_name##_##test_name##_Test);\ 535 ::testing::TestInfo* const test_case_name##_##test_name##_Test::test_info_ =\ 542 test_case_name##_##test_name##_Test::NewTest);\ 543 void test_case_name##_##test_name##_Test::TestBody()
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcode_emulation.py | 86 def _Test(self, test_key, cond_key, default): 329 if self._Test('CLANG_WARN_CONSTANT_CONVERSION', 'YES', default='NO'): 332 if self._Test('GCC_CHAR_IS_UNSIGNED_CHAR', 'YES', default='NO'): 335 if self._Test('GCC_CW_ASM_SYNTAX', 'YES', default='YES'): 347 if self._Test('GCC_ENABLE_PASCAL_STRINGS', 'YES', default='YES'): 352 if self._Test('GCC_GENERATE_DEBUGGING_SYMBOLS', 'YES', default='YES'): 368 if self._Test('GCC_SYMBOLS_PRIVATE_EXTERN', 'YES', default='NO'): 371 if self._Test('GCC_TREAT_WARNINGS_AS_ERRORS', 'YES', default='NO'): 374 if self._Test('GCC_WARN_ABOUT_MISSING_NEWLINE', 'YES', default='NO'): 380 if self._Test('COPY_PHASE_STRIP', 'YES', default='NO') [all...] |
/external/chromium_org/build/android/pylib/base/ |
test_dispatcher.py | 51 class _Test(object): 55 """Initializes the _Test object. 143 test_collection: A _TestCollection from which to get _Test objects to run. 184 test_collection.add(_Test(test=retry, tries=test.tries)) 346 shared_test_collection = _TestCollection([_Test(t) for t in tests]) 353 test_collection_factory = lambda: _TestCollection([_Test(t) for t in tests])
|
/external/stlport/stlport/stl/ |
type_manips.h | 225 static char _Test(bool, _Dst); 226 static char* _Test(bool, ...); 233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) }; 296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 225 static char _Test(bool, _Dst); 226 static char* _Test(bool, ...); 233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) }; 296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 225 static char _Test(bool, _Dst); 226 static char* _Test(bool, ...); 233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) }; 296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 225 static char _Test(bool, _Dst); 226 static char* _Test(bool, ...); 233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) }; 296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 225 static char _Test(bool, _Dst); 226 static char* _Test(bool, ...); 233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) }; 296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 225 static char _Test(bool, _Dst); 226 static char* _Test(bool, ...); 233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) }; 296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
type_manips.h | 225 static char _Test(bool, _Dst); 226 static char* _Test(bool, ...); 233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) }; 296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
|
/external/chromium/base/json/ |
json_reader.h | 44 friend class test_case_name##_##test_name##_Test
|