Searched defs:_Test (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/build/android/pylib/base/
H A Dtest_dispatcher.py51 class _Test(object): class in inherits:object
55 """Initializes the _Test object.
150 test_collection: A _TestCollection from which to get _Test objects to run.
192 test_collection.add(_Test(test=retry, tries=test.tries))
387 shared_test_collection = _TestCollection([_Test(t) for t in tests_expanded])
395 [_Test(t) for t in tests_expanded])
/external/stlport/test/unit/
H A Dctype_facets_test.cpp318 typedef void (LocaleTest::*_Test) (const locale&); typedef
319 static void test_supported_locale(LocaleTest& inst, _Test __test) {
H A Dlocale_test.cpp29 typedef void (LocaleTest::*_Test) (const locale&); typedef
30 static void test_supported_locale(LocaleTest &inst, _Test __test) {
H A Dtime_facets_test.cpp194 typedef void (LocaleTest::*_Test) (const locale&); typedef
195 static void test_supported_locale(LocaleTest& inst, _Test __test) {
H A Dnum_facets_test.cpp131 typedef void (LocaleTest::*_Test) (const locale&, const ref_locale*); typedef
132 static void test_supported_locale(LocaleTest& inst, _Test __test) {
H A Dmoney_facets_test.cpp417 typedef void (LocaleTest::*_Test) (const locale&, const ref_monetary*); typedef
418 static void test_supported_locale(LocaleTest& inst, _Test __test) {
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcode_emulation.py205 def _Test(self, test_key, cond_key, default): member in class:XcodeSettings
460 if self._Test('CLANG_WARN_CONSTANT_CONVERSION', 'YES', default='NO'):
463 if self._Test('GCC_CHAR_IS_UNSIGNED_CHAR', 'YES', default='NO'):
466 if self._Test('GCC_CW_ASM_SYNTAX', 'YES', default='YES'):
478 if self._Test('GCC_ENABLE_PASCAL_STRINGS', 'YES', default='YES'):
483 if self._Test('GCC_GENERATE_DEBUGGING_SYMBOLS', 'YES', default='YES'):
499 if self._Test('GCC_SYMBOLS_PRIVATE_EXTERN', 'YES', default='NO'):
502 if self._Test('GCC_TREAT_WARNINGS_AS_ERRORS', 'YES', default='NO'):
505 if self._Test('GCC_WARN_ABOUT_MISSING_NEWLINE', 'YES', default='NO'):
511 if self._Test('COPY_PHASE_STRI
[all...]

Completed in 175 milliseconds