/external/clang/test/CodeGenCXX/ |
key-function-vtable.cpp | 13 struct testc { virtual void a(); }; struct 14 inline void testc::a() {}
|
/external/clang/test/CodeGen/ |
inline.c | 19 // CHECK1-LABEL: define void @testC 41 // CHECK2-LABEL: define void @testC 138 extern inline void testC() {} 139 inline void testC();
|
/external/clang/test/Analysis/ |
superclass.m | 97 @interface TestC : UIViewController {} 99 @implementation TestC 152 } // expected-warning {{The 'removeFromParentViewController' instance method in UIViewController subclass 'TestC' is missing a [super removeFromParentViewController] call}}
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p6.cpp | 23 only<int> testC = c;
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/ |
timeline_view_test.html | 79 model.metadata.push({name: 'c', value: 'testC'});
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldAndroidPipedStreamTest.java | 193 public void testC() throws Exception {
|
/external/clang/test/SemaCXX/ |
attr-deprecated.cpp | 219 void testC() {
|
constant-expression-cxx1y.cpp | 588 constexpr bool testC() { 595 static_assert(testC(), ""); 939 constexpr int testc = f(e3, 3); member in namespace:EmptyClass
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
IdentityHashMapTest.java | 530 assertTrue("testC can not find a key with null value", map 532 assertTrue("testC can not find null value", map.containsValue(null)); 533 assertNull("testC can not get null value for key", map.get(key)); 534 assertNull("testC put returned wrong value", result); [all...] |
CollectionsTest.java | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_csv.py | 390 class testC(csv.excel): 393 csv.register_dialect('testC', testC) 431 writer = csv.writer(fileobj, dialect='testC') 451 csv.unregister_dialect('testC') [all...] |
test_xml_etree.py | 532 >>> elem.attrib['testc'] = 'test2' 534 '<test testa="testval" testb="test1" testc="test2">aa</test>' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_csv.py | 390 class testC(csv.excel): 393 csv.register_dialect('testC', testC) 431 writer = csv.writer(fileobj, dialect='testC') 451 csv.unregister_dialect('testC') [all...] |
test_xml_etree.py | 532 >>> elem.attrib['testc'] = 'test2' 534 '<test testa="testval" testb="test1" testc="test2">aa</test>' [all...] |
/external/lldb/test/unittest2/test/ |
test_loader.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_loader.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_loader.py | [all...] |
/external/bison/tests/ |
actions.at | [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
URITest.java | 274 fail("TestC, URISyntaxException expected, but not received."); 276 assertEquals("TestC, Wrong URISyntaxException index, ", 0, e2 626 assertTrue("TestC", uri.compareTo(uri2) > 0); [all...] |