/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p4.cpp | 38 namespace Test { 39 void test() { function in namespace:Test 65 void test() { function in namespace:test1
|
/external/clang/test/CodeGen/ |
2002-03-12-ArrayInitialization.c | 15 struct Test { int X; double Y; }; 17 struct Test Array[10] = { { 2, 12.0 }, { 3, 24.0 } };
|
/external/clang/test/CoverageMapping/ |
nestedclass.cpp | 6 struct Test { // CHECK-OUTER: emitTest 23 Test t; 24 Test::Test2 t2;
|
/external/clang/test/Misc/ |
ast-dump-color.cpp | 6 int Test __attribute__((unused)); 36 //CHECK: {{^}}[[Blue]]|-[[RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]{{.*}}ast-dump-color.cpp:6:1[[RESET]], [[Yellow]]col:5[[RESET]]> [[Yellow]]col:5[[RESET]][[CYAN]] Test[[RESET]] [[Green]]'int'[[RESET]]
|
/external/clang/test/SemaCXX/ |
tag-ambig.cpp | 13 class Test 17 virtual bool testMethod (Test::Point& p) = 0;
|
/external/compiler-rt/test/tsan/ |
atomic_norace.cc | 2 #include "test.h" 8 void Test(int test, T *p, bool main_thread) { 10 if (test == 0) { 15 } else if (test == 1) { 20 } else if (test == 2) { 25 } else if (test == 3) { 35 Test(i, &atomics[i], false); 40 fprintf(stderr, "Test %d reverse\n", i); 41 Test(i, &atomics[kTestCount + i], false) [all...] |
atomic_race.cc | 2 #include "test.h" 8 void Test(int test, T *p, bool main_thread) { 10 if (test == 0) { 15 } else if (test == 1) { 20 } else if (test == 2) { 25 } else if (test == 3) { 35 Test(i, &atomics[i], false); 40 fprintf(stderr, "Test %d reverse\n", i); 41 Test(i, &atomics[kTestCount + i], false) [all...] |
unaligned_norace.cc | 45 void Test(bool main) { 71 Test(false); 78 Test(true);
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
FlatBuffersExampleTests.cs | 21 namespace FlatBuffers.Test 42 // Second, let's create a FlatBuffer from scratch in C#, and test it also. 81 MyGame.Example.Test.CreateTest(fbb, (short)10, (sbyte)20); 82 MyGame.Example.Test.CreateTest(fbb, (short)30, (sbyte)40); 211 var t = (MyGame.Example.Test)pos.Test3; 217 var monster2 = monster.Test<Monster>().Value; 325 // Now test the data extracted from the nested buffer
|
/external/flatbuffers/tests/MyGame/Example/ |
Test.go | 9 type Test struct { 13 func (rcv *Test) Init(buf []byte, i flatbuffers.UOffsetT) { 18 func (rcv *Test) Table() flatbuffers.Table { 22 func (rcv *Test) A() int16 { 25 func (rcv *Test) MutateA(n int16) bool { 29 func (rcv *Test) B() int8 { 32 func (rcv *Test) MutateB(n int8) bool {
|
Test.java | 11 public final class Test extends Struct { 13 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
|
/external/junit/src/main/java/org/junit/ |
Test.java | 9 * The <code>Test</code> annotation tells JUnit that the <code>public void</code> method 10 * to which it is attached can be run as a test case. To run the method, 12 * annotated method. Any exceptions thrown by the test will be reported 13 * by JUnit as a failure. If no exceptions are thrown, the test is assumed 16 * A simple test looks like this: 19 * <b>@Test</b> 26 * The <code>Test</code> annotation supports two optional parameters. 27 * The first, <code>expected</code>, declares that a test method should throw 29 * than the one declared, the test fails. For example, the following test succeeds [all...] |
/external/python/cpython2/Demo/tkinter/matt/ |
canvas-moving-or-creating.py | 6 class Test(Frame): 61 test = Test() variable 62 test.mainloop()
|
canvas-moving-w-mouse.py | 5 class Test(Frame): 54 test = Test() variable 55 test.mainloop()
|
canvas-mult-item-sel.py | 8 class Test(Frame): 77 test = Test() variable 78 test.mainloop()
|
printing-coords-of-items.py | 5 class Test(Frame): 60 test = Test() variable 61 test.mainloop()
|
rubber-band-box-demo-1.py | 3 class Test(Frame): 56 test = Test() variable 58 test.mainloop()
|
/external/python/cpython2/Lib/ctypes/test/ |
test_frombuffer.py | 12 class Test(unittest.TestCase):
|
/external/python/cpython3/Lib/ctypes/test/ |
test_simplesubclasses.py | 10 class Test(unittest.TestCase): 17 # Test if the return value of a callback is ignored
|
/external/python/cpython3/Lib/test/ |
test_syslog.py | 2 from test import support 6 # XXX(nnorwitz): This test sucks. I don't know of a platform independent way 8 # The only purpose of this test is to verify the code doesn't crash or leak. 10 class Test(unittest.TestCase): 19 syslog.syslog('test message from python test_syslog') 20 syslog.syslog(syslog.LOG_ERR, 'test error from python test_syslog') 37 syslog.syslog('test message from python test_syslog')
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
AliasSetTrackerTest.cpp | 1 //=======- AliasSetTrackerTest.cpp - Unit test for the Alias Set Tracker -===// 21 TEST(AliasSetTracker, AliasUnknownInst) { 39 define void @test() #0 { 53 // Parse the IR. The two calls in @test can not access aliasing elements. 67 // Initialize the alias set tracker for the @test function. 68 Function *Test = M->getFunction("test"); 69 ASSERT_NE(Test, nullptr); 71 for (auto &BB : *Test) 76 // Directly test aliasesUnknownInst [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
raw_pwrite_stream_test.cpp | 32 TEST(raw_pwrite_ostreamTest, TestSVector) { 36 StringRef Test = "test"; 37 OS.pwrite(Test.data(), Test.size(), 0); 38 EXPECT_EQ(Test, OS.str()); 52 TEST(raw_pwrite_ostreamTest, TestFD) { 56 // If we want to clean up from a death test, we have to remove the file from 72 StringRef Test = "test"; [all...] |
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
ControlFlow.cpp | 14 namespace Test { 30 AssembledTest test = assemble(); \ 31 test.run(); \ 32 EXPECT_EQ(Value0, test.Src0()) << "Br_" #C ", " #Near; \ 33 EXPECT_EQ(Value1, test.Src1()) << "Br_" #C ", " #Near; \ 34 EXPECT_EQ(0xBEEFul, test.Dest()) << "Br_" #C ", " #Near; \ 91 AssembledTest test = assemble(); local 93 test.run(); 95 EXPECT_EQ(0xF00Fu, test.eax()); 115 AssembledTest test = assemble() local 139 AssembledTest test = assemble(); local [all...] |
Other.cpp | 13 namespace Test { 82 } // end of namespace Test
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
ControlFlow.cpp | 13 namespace Test { 31 AssembledTest test = assemble(); \ 32 test.run(); \ 33 ASSERT_EQ(Value0, test.Src0()) << TestString; \ 34 ASSERT_EQ(Value1, test.Src1()) << TestString; \ 35 ASSERT_EQ(0xBEEFul, test.Dest()) << TestString; \ 111 AssembledTest test = assemble(); local 113 test.run(); 115 EXPECT_EQ(0xF00Fu, test.eax()); 132 AssembledTest test = assemble(); [all...] |