/external/clang/test/Tooling/ |
clang-check-ast-dump.cpp | 2 // CHECK: NamespaceDecl{{.*}}test_namespace 10 // RUN: clang-check -ast-dump -ast-dump-filter test_namespace::TheClass::theMethod "%s" -- 2>&1 | FileCheck -check-prefix CHECK-FILTER %s 13 // CHECK-FILTER: {{^}}Dumping test_namespace::TheClass::theMethod 21 // CHECK-PRINT: namespace test_namespace 26 // CHECK-LIST: test_namespace 27 // CHECK-LIST-NEXT: test_namespace::TheClass 28 // CHECK-LIST-NEXT: test_namespace::TheClass::theMethod 31 // RUN: clang-check -ast-dump -ast-dump-filter test_namespace::TheClass::n "%s" -- 2>&1 | FileCheck -check-prefix CHECK-ATTR %s 32 // CHECK-ATTR: test_namespace 37 // RUN: clang-check -ast-dump -ast-dump-filter test_namespace::AfterNullNode "%s" -- 2>&1 | FileCheck -check-prefix CHECK-AFTER-NULL % 40 namespace test_namespace { namespace [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/ |
get_logs_test.py | 24 logger = quick_logger.QuickLogger('test_namespace', 'test_name') 32 'namespace': 'test_namespace', 43 'namespace': 'test_namespace',
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
quick-log-test.html | 29 'namespace': 'test_namespace', 48 quickLog.initialize('A label', 'test_namespace', 'test_name'); 55 'namespace': 'test_namespace', 74 quickLog.initialize('A label', 'test_namespace', 'test_name'); 88 quickLog.initialize('A label', 'test_namespace', 'test_name'); 91 'namespace': 'test_namespace',
|
/external/clang/test/SemaTemplate/ |
ms-delayed-default-template-args.cpp | 12 namespace test_namespace { namespace
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_rlcompleter.py | 21 def test_namespace(self): member in class:TestRlcompleter
|
test_multiprocessing.py | 1089 def test_namespace(self): member in class:_TestContainers [all...] |
test_argparse.py | 4356 def test_namespace(self): member in class:TestStrings [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_rlcompleter.py | 21 def test_namespace(self): member in class:TestRlcompleter
|
test_multiprocessing.py | 1089 def test_namespace(self): member in class:_TestContainers [all...] |
test_argparse.py | 4356 def test_namespace(self): member in class:TestStrings [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_rlcompleter.py | 21 def test_namespace(self): member in class:TestRlcompleter
|
test_multiprocessing.py | 1089 def test_namespace(self): member in class:_TestContainers [all...] |
test_argparse.py | 4356 def test_namespace(self): member in class:TestStrings [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_rlcompleter.py | 21 def test_namespace(self): member in class:TestRlcompleter
|
test_multiprocessing.py | 1089 def test_namespace(self): member in class:_TestContainers [all...] |
test_argparse.py | 4356 def test_namespace(self): member in class:TestStrings [all...] |
/external/clang/test/Analysis/ |
misc-ps-region-store.cpp | 233 void test_namespace() { function
|