/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()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 1035 def _test(self, name, link=None): member in class:GNUWriteTest 1133 def _test(self, name, link=None): member in class:PaxWriteTest 1331 def _test(self, names=["bar"], fileobj=None): member in class:AppendTest [all...] |
test_unicode_file.py | 140 # The '_test' functions 'entry points with params' - ie, what the 170 # _test functions with each of the filename combinations we wish to test
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tarfile.py | 1035 def _test(self, name, link=None): member in class:GNUWriteTest 1133 def _test(self, name, link=None): member in class:PaxWriteTest 1331 def _test(self, names=["bar"], fileobj=None): member in class:AppendTest [all...] |
test_unicode_file.py | 140 # The '_test' functions 'entry points with params' - ie, what the 170 # _test functions with each of the filename combinations we wish to test
|
/external/chromium-trace/trace-viewer/src/ |
tests.html | 52 base.unittest.Suites(['/src/' + suite + '_test.js'], tests);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
PRESUBMIT.py | 16 WHITELIST = [ r'.+_test.py$' ]
|
/external/chromium_org/tools/gyp/ |
PRESUBMIT.py | 63 # W0104:427,12:_test.odict.__setitem__: Statement seems to have no effect
|
/external/chromium_org/build/android/pylib/base/ |
test_dispatcher_unittest.py | 86 [test_dispatcher._Test(t) for t in tests]) 127 [test_dispatcher._Test(t) for t in self.tests])
|
/external/stlport/test/unit/ |
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) {
|
ctype_facets_test.cpp | 318 typedef void (LocaleTest::*_Test) (const locale&); 319 static void test_supported_locale(LocaleTest& inst, _Test __test) {
|
/ndk/tests/device/test-gnustl-full/unit/ |
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) {
|
ctype_facets_test.cpp | 318 typedef void (LocaleTest::*_Test) (const locale&); 319 static void test_supported_locale(LocaleTest& inst, _Test __test) {
|
/ndk/tests/device/test-stlport/unit/ |
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) {
|
ctype_facets_test.cpp | 318 typedef void (LocaleTest::*_Test) (const locale&); 319 static void test_supported_locale(LocaleTest& inst, _Test __test) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
ic.py | 260 def _test(): function 271 _test()
|
videoreader.py | 255 def _test(): function 293 _test()
|
/external/llvm/lib/Target/PowerPC/ |
README.txt | 197 _test: 365 _test: 371 _test: 630 _test: 641 _test: 687 _test: 778 _test: 788 _test:
|
README_ALTIVEC.txt | 120 .globl _test 122 _test:
|
/external/chromium-trace/trace-viewer/ |
run_dev_server.py | 40 if basename.endswith('_test.js'):
|
/external/chromium_org/tools/valgrind/ |
chrome_tests.py | 36 (self._test, self._gtest_filter) = test.split(':', 1) 38 self._test = test 41 if self._test not in self._test_list: 137 logging.info("running test %s" % (self._test)) 138 return self._test_list[self._test](self)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
binhex.py | 500 def _test(): function 508 _test()
|