| /external/clang/test/SemaCXX/ |
| undefined-internal.cpp | 14 void test() { function in namespace:test1 26 void test() { function in namespace:test2 40 void test() { function in namespace:test3 64 void test(A &a) { function in namespace:test4 70 struct Test : A { 71 Test() {} // expected-note 2 {{used here}} 86 void test() { function in namespace:test5 107 void test() { function in namespace:test6 125 void test() { function in namespace:PR9323 138 // Note: the way this test is written isn't really ideal, but there reall 219 void test(X &x) { function in namespace:test9 231 void test() { function in struct:test10::__anon8160::X 305 void test(Cls &c) { function in namespace:test12 [all...] |
| /external/clang/test/SemaTemplate/ |
| instantiate-expr-4.cpp | 133 void Test() {
|
| /external/clang/unittests/Basic/ |
| VirtualFileSystemTest.cpp | 136 TEST(VirtualFileSystemTest, StatusQueries) { 176 TEST(VirtualFileSystemTest, BaseOnlyOverlay) { 194 TEST(VirtualFileSystemTest, OverlayFiles) { 233 TEST(VirtualFileSystemTest, OverlayDirsNonMerged) { 257 TEST(VirtualFileSystemTest, MergedDirPermissions) { 306 TEST(VirtualFileSystemTest, BasicRealFSIteration) { 307 ScopedDir TestDirectory("virtual-file-system-test", /*Unique*/true); 333 TEST(VirtualFileSystemTest, BasicRealFSRecursiveIteration) { 334 ScopedDir TestDirectory("virtual-file-system-test", /*Unique*/true); 394 TEST(VirtualFileSystemTest, OverlayIteration) [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
| CollationThreadTest.java | 9 package android.icu.dev.test.collator; 15 import android.icu.dev.test.TestFmwk; 189 private static class Test implements Runnable { 196 Test(String name, String[] data, Collator collator, Random r, Control control) { 269 Test test = new Test("Collation test thread" + i, threadTestData.clone(), coll, local 271 threads[i] = new Thread(test); 285 Test test = new Test("Frozen collation test thread " + i, threadTestData.clone(), theCollator local [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
| UCharacterSurrogateTest.java | 9 package android.icu.dev.test.lang; 11 import android.icu.dev.test.TestFmwk; 19 * Test JDK 1.5 cover APIs. 222 class Test { 231 void test(String s, int start, int limit, int expected) { method in class:UCharacterSurrogateTest.Test 259 Test test = new Test(); local 260 test.fail(null, 0, 1, NullPointerException.class); 261 test.fail("a", -1, 0, IndexOutOfBoundsException.class) 289 void test(String s, int start, int count, int index, int offset, method in class:UCharacterSurrogateTest.Test 362 Test test = new Test(); local [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
| ReplaceableTest.java | 8 package android.icu.dev.test.translit; 10 import android.icu.dev.test.TestFmwk; 19 * @test 20 * @summary Round trip test of Transliterator 29 public void Test() { 45 void check(String transliteratorName, String test, String shouldProduceStyles) { 46 TestReplaceable tr = new TestReplaceable(test, null); 52 t = Transliterator.createFromRules("test", transliteratorName, 74 * This is a test class that simulates styled text.
|
| /external/icu/icu4c/source/test/intltest/ |
| idnaconf.cpp | 63 // read the test data file to memory 73 const char* name = "idna_conf.txt"; // test data file 88 errln("Error reading test data file."); 96 errln("Error reading test data file."); 279 void IdnaConfTest::Test(void){ 339 void IdnaConfTest::Test(void) 341 // test nothing... 347 TESTCASE(0,Test);
|
| /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| CollationThreadTest.java | 8 package com.ibm.icu.dev.test.collator; 14 import com.ibm.icu.dev.test.TestFmwk; 185 private static class Test implements Runnable { 192 Test(String name, String[] data, Collator collator, Random r, Control control) { 265 Test test = new Test("Collation test thread" + i, threadTestData.clone(), coll, local 267 threads[i] = new Thread(test); 281 Test test = new Test("Frozen collation test thread " + i, threadTestData.clone(), theCollator local [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| UCharacterSurrogateTest.java | 8 package com.ibm.icu.dev.test.lang; 10 import com.ibm.icu.dev.test.TestFmwk; 16 * Test JDK 1.5 cover APIs. 218 class Test { 227 void test(String s, int start, int limit, int expected) { method in class:UCharacterSurrogateTest.Test 255 Test test = new Test(); local 256 test.fail(null, 0, 1, NullPointerException.class); 257 test.fail("a", -1, 0, IndexOutOfBoundsException.class) 285 void test(String s, int start, int count, int index, int offset, method in class:UCharacterSurrogateTest.Test 358 Test test = new Test(); local [all...] |
| /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| ReplaceableTest.java | 7 package com.ibm.icu.dev.test.translit; 9 import com.ibm.icu.dev.test.TestFmwk; 16 * @test 17 * @summary Round trip test of Transliterator 25 public void Test() { 41 void check(String transliteratorName, String test, String shouldProduceStyles) { 42 TestReplaceable tr = new TestReplaceable(test, null); 48 t = Transliterator.createFromRules("test", transliteratorName, 70 * This is a test class that simulates styled text.
|
| /external/skia/tests/ |
| Test.h | 47 struct Test { 48 Test(const char* n, bool g, TestProc p) : name(n), needsGpu(g), proc(p) {} 54 typedef SkTRegistry<Test> TestRegistry; 59 #include "Test.h" 119 skiatest::Test(#name, false, test_##name)); \ 135 skiatest::Test(#name, true, test_##name)); \ 145 skiatest::Test(#name, true, test_gpu_contexts_##name)); \ 162 INFOF(REPORTER, "PDF disabled; %s test skipped.", #TEST_NAME); \
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| ThrowableTest.java | 50 // Test for method java.lang.Throwable 52 class Test implements Runnable { 55 public Test(int x) { 78 new Test(0).run(); 87 new Test(1).run(); 128 // Test for method void java.lang.Throwable.printStackTrace() 129 Throwable x = new ClassNotFoundException("A Test Message"); 146 // Test for method void 162 // Test for method void
|
| /ndk/tests/ |
| tests.py | 40 def _make_subtest_name(test, case): 41 return '.'.join([test, case]) 70 def _run_test(self, test, out_dir, test_filters): 71 if not test_filters.filter(test.name): 74 config = test.check_unsupported() 76 message = 'test unsupported for {}'.format(config) 77 return [Skipped(test.name, message)] 79 results = test.run(out_dir, test_filters) 80 config, bug = test.check_broken() 84 # We need to check each individual test case for pass/fail and chang [all...] |
| /packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
| KeyChainServiceTest.java | 108 new Thread(new Test(), TAG).start(); 117 private final class Test extends Assert implements Runnable {
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
| test_result.py | 4 from test import test_support 42 # "Called when the test case test is about to be run. The default 49 test = Foo('test_1') 53 result.startTest(test) 61 result.stopTest(test) 63 # "Called after the test case test has been executed, regardless of 70 test = Foo('test_1') 74 result.startTest(test) 293 def test(result): function in function:Test_TestResult.testFailFastSetByRunner 336 test = Test(test_name) variable in class:Test_OldTestResult.testOldTestResult.Test [all...] |
| test_runner.py | 16 test = TestableTest('testNothing') 17 self.assertEqual(test._cleanups, []) 27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye') 28 test.addCleanup(cleanup2) 30 self.assertEqual(test._cleanups, 34 result = test.doCleanups() 47 def addError(self, test, exc_info): 48 self.errors.append((test, exc_info)) 51 test = TestableTest('testNothing') 52 test._resultForDoCleanups = resul [all...] |
| test_setups.py | 34 class Test(unittest.TestCase): 38 Test.setUpCalled += 1 45 result = self.runTests(Test) 47 self.assertEqual(Test.setUpCalled, 1) 52 class Test(unittest.TestCase): 56 Test.tearDownCalled += 1 63 result = self.runTests(Test) 65 self.assertEqual(Test.tearDownCalled, 1) 70 class Test(unittest.TestCase): 74 Test.tearDownCalled += [all...] |
| test_suite.py | 10 class Test(object): 18 return unittest.TestSuite(Test.Foo(n) for n in names) 55 # "If tests is given, it must be an iterable of individual test cases 56 # or other test suites that will be used to build the suite initially" 67 # "If tests is given, it must be an iterable of individual test cases 68 # or other test suites that will be used to build the suite initially" 87 # "If tests is given, it must be an iterable of individual test cases 88 # or other test suites that will be used to build the suite initially" 112 # "Return the number of tests represented by the this test object. 122 # "Return the number of tests represented by the this test object 130 def test(self): member in class:Test_TestSuite.test_countTestCases_zero_nested.Test1 212 def test(self): pass member in class:Test_TestSuite.test_addTest__TestCase.Foo 225 def test(self): pass member in class:Test_TestSuite.test_addTest__TestSuite.Foo [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
| test_result.py | 4 from test import test_support 42 # "Called when the test case test is about to be run. The default 49 test = Foo('test_1') 53 result.startTest(test) 61 result.stopTest(test) 63 # "Called after the test case test has been executed, regardless of 70 test = Foo('test_1') 74 result.startTest(test) 293 def test(result): function in function:Test_TestResult.testFailFastSetByRunner 336 test = Test(test_name) variable in class:Test_OldTestResult.testOldTestResult.Test [all...] |
| test_runner.py | 16 test = TestableTest('testNothing') 17 self.assertEqual(test._cleanups, []) 27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye') 28 test.addCleanup(cleanup2) 30 self.assertEqual(test._cleanups, 34 result = test.doCleanups() 47 def addError(self, test, exc_info): 48 self.errors.append((test, exc_info)) 51 test = TestableTest('testNothing') 52 test._resultForDoCleanups = resul [all...] |
| test_setups.py | 34 class Test(unittest.TestCase): 38 Test.setUpCalled += 1 45 result = self.runTests(Test) 47 self.assertEqual(Test.setUpCalled, 1) 52 class Test(unittest.TestCase): 56 Test.tearDownCalled += 1 63 result = self.runTests(Test) 65 self.assertEqual(Test.tearDownCalled, 1) 70 class Test(unittest.TestCase): 74 Test.tearDownCalled += [all...] |
| test_suite.py | 10 class Test(object): 18 return unittest.TestSuite(Test.Foo(n) for n in names) 55 # "If tests is given, it must be an iterable of individual test cases 56 # or other test suites that will be used to build the suite initially" 67 # "If tests is given, it must be an iterable of individual test cases 68 # or other test suites that will be used to build the suite initially" 87 # "If tests is given, it must be an iterable of individual test cases 88 # or other test suites that will be used to build the suite initially" 112 # "Return the number of tests represented by the this test object. 122 # "Return the number of tests represented by the this test object 130 def test(self): member in class:Test_TestSuite.test_countTestCases_zero_nested.Test1 212 def test(self): pass member in class:Test_TestSuite.test_addTest__TestCase.Foo 225 def test(self): pass member in class:Test_TestSuite.test_addTest__TestSuite.Foo [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
| test_result.py | 4 from test import test_support 42 # "Called when the test case test is about to be run. The default 49 test = Foo('test_1') 53 result.startTest(test) 61 result.stopTest(test) 63 # "Called after the test case test has been executed, regardless of 70 test = Foo('test_1') 74 result.startTest(test) 293 def test(result): function in function:Test_TestResult.testFailFastSetByRunner 336 test = Test(test_name) variable in class:Test_OldTestResult.testOldTestResult.Test [all...] |
| test_runner.py | 16 test = TestableTest('testNothing') 17 self.assertEqual(test._cleanups, []) 27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye') 28 test.addCleanup(cleanup2) 30 self.assertEqual(test._cleanups, 34 result = test.doCleanups() 47 def addError(self, test, exc_info): 48 self.errors.append((test, exc_info)) 51 test = TestableTest('testNothing') 52 test._resultForDoCleanups = resul [all...] |
| test_setups.py | 34 class Test(unittest.TestCase): 38 Test.setUpCalled += 1 45 result = self.runTests(Test) 47 self.assertEqual(Test.setUpCalled, 1) 52 class Test(unittest.TestCase): 56 Test.tearDownCalled += 1 63 result = self.runTests(Test) 65 self.assertEqual(Test.tearDownCalled, 1) 70 class Test(unittest.TestCase): 74 Test.tearDownCalled += [all...] |