/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()))) };
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py_compile.py | 14 self.source_path = os.path.join(self.directory, '_test.py')
|
test_tools.py | 62 data_path = os.path.join(directory, '_test.py') 77 compile(clean, '_test.py', 'exec') 99 compile(indented, '_test.py', 'exec')
|
test_compileall.py | 16 self.source_path = os.path.join(self.directory, '_test.py')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_py_compile.py | 14 self.source_path = os.path.join(self.directory, '_test.py')
|
test_tools.py | 62 data_path = os.path.join(directory, '_test.py') 77 compile(clean, '_test.py', 'exec') 99 compile(indented, '_test.py', 'exec')
|
test_compileall.py | 16 self.source_path = os.path.join(self.directory, '_test.py')
|
/development/testrunner/test_defs/ |
native_test.py | 43 - *_test.[cc|cpp] 107 - *_test.[cc|cpp] 120 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
|
/ndk/build/core/ |
definitions-tests.mk | 93 $(foreach _test,$(filter -test-%,$(.VARIABLES)),\ 94 $(call -ndk-test-start,$(_test))\ 95 $(call $(_test))\
|
/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/chromium/android/ |
prefix.h | 68 friend class test_case_name##_##test_name##_Test
|
/external/compiler-rt/lib/tsan/ |
Makefile.old | 25 SANITIZER_COMMON_TESTS_SRC=$(wildcard $(SANITIZER_TESTS_PATH)/*_test.cc) 31 UNIT_TEST_SRC=$(wildcard tests/unit/*_test.cc)
|
/external/stlport/test/unit/ |
locale_test.cpp | 29 typedef void (LocaleTest::*_Test) (const locale&); 30 static void test_supported_locale(LocaleTest &inst, _Test __test) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
locale_test.cpp | 29 typedef void (LocaleTest::*_Test) (const locale&); 30 static void test_supported_locale(LocaleTest &inst, _Test __test) {
|
/ndk/tests/device/test-stlport/unit/ |
locale_test.cpp | 29 typedef void (LocaleTest::*_Test) (const locale&); 30 static void test_supported_locale(LocaleTest &inst, _Test __test) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
Bastion.py | 134 def _test(): function 180 _test()
|
dis.py | 200 def _test(): function 224 _test()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbrecio.py | 148 def _test(): 189 _test()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
MiniAEFrame.py | 178 class _Test(AEServer, MiniApplication): 200 _Test()
|
applesingle.py | 134 def _test(): function 146 _test()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
Bastion.py | 134 def _test(): function 180 _test()
|
dis.py | 200 def _test(): function 224 _test()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbrecio.py | 148 def _test(): 189 _test()
|