HomeSort by relevance Sort by last modified time
    Searched defs:_Test (Results 1 - 18 of 18) sorted by null

  /external/stlport/test/unit/
locale_test.cpp 29 typedef void (LocaleTest::*_Test) (const locale&);
30 static void test_supported_locale(LocaleTest &inst, _Test __test) {
ctype_facets_test.cpp 318 typedef void (LocaleTest::*_Test) (const locale&);
319 static void test_supported_locale(LocaleTest& inst, _Test __test) {
num_facets_test.cpp 131 typedef void (LocaleTest::*_Test) (const locale&, const ref_locale*);
132 static void test_supported_locale(LocaleTest& inst, _Test __test) {
time_facets_test.cpp 194 typedef void (LocaleTest::*_Test) (const locale&);
195 static void test_supported_locale(LocaleTest& inst, _Test __test) {
money_facets_test.cpp 417 typedef void (LocaleTest::*_Test) (const locale&, const ref_monetary*);
418 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) {
ctype_facets_test.cpp 318 typedef void (LocaleTest::*_Test) (const locale&);
319 static void test_supported_locale(LocaleTest& inst, _Test __test) {
num_facets_test.cpp 131 typedef void (LocaleTest::*_Test) (const locale&, const ref_locale*);
132 static void test_supported_locale(LocaleTest& inst, _Test __test) {
time_facets_test.cpp 194 typedef void (LocaleTest::*_Test) (const locale&);
195 static void test_supported_locale(LocaleTest& inst, _Test __test) {
money_facets_test.cpp 417 typedef void (LocaleTest::*_Test) (const locale&, const ref_monetary*);
418 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) {
ctype_facets_test.cpp 318 typedef void (LocaleTest::*_Test) (const locale&);
319 static void test_supported_locale(LocaleTest& inst, _Test __test) {
num_facets_test.cpp 131 typedef void (LocaleTest::*_Test) (const locale&, const ref_locale*);
132 static void test_supported_locale(LocaleTest& inst, _Test __test) {
time_facets_test.cpp 194 typedef void (LocaleTest::*_Test) (const locale&);
195 static void test_supported_locale(LocaleTest& inst, _Test __test) {
money_facets_test.cpp 417 typedef void (LocaleTest::*_Test) (const locale&, const ref_monetary*);
418 static void test_supported_locale(LocaleTest& inst, _Test __test) {
  /external/chromium_org/build/android/pylib/base/
test_dispatcher.py 51 class _Test(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])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 178 class _Test(AEServer, MiniApplication):
200 _Test()
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 205 def _Test(self, test_key, cond_key, default):
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_STRIP', 'YES', default='NO')
    [all...]

Completed in 305 milliseconds