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 52 class _Test(object):
56 """Initializes the _Test object.
140 test_collection: A _TestCollection from which to get _Test objects to run.
181 test_collection.add(_Test(test=retry, tries=test.tries))
371 shared_test_collection = _TestCollection([_Test(t) for t in tests])
378 test_collection_factory = lambda: _TestCollection([_Test(t) for t in tests])
  /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 61 def _Test(self, test_key, cond_key, default):
292 if self._Test('CLANG_WARN_CONSTANT_CONVERSION', 'YES', default='NO'):
295 if self._Test('GCC_CHAR_IS_UNSIGNED_CHAR', 'YES', default='NO'):
298 if self._Test('GCC_CW_ASM_SYNTAX', 'YES', default='YES'):
310 if self._Test('GCC_ENABLE_PASCAL_STRINGS', 'YES', default='YES'):
315 if self._Test('GCC_GENERATE_DEBUGGING_SYMBOLS', 'YES', default='YES'):
331 if self._Test('GCC_SYMBOLS_PRIVATE_EXTERN', 'YES', default='NO'):
334 if self._Test('GCC_TREAT_WARNINGS_AS_ERRORS', 'YES', default='NO'):
337 if self._Test('GCC_WARN_ABOUT_MISSING_NEWLINE', 'YES', default='NO'):
343 if self._Test('COPY_PHASE_STRIP', 'YES', default='NO')
    [all...]

Completed in 319 milliseconds