Searched refs:Test (Results 1 - 25 of 5350) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/s390x/
H A Dspechelper-or.stdout.exp0 Test #1 result = 0
3 Test #2 result = 0xffffffff
H A Dspechelper-icm-1.stdout.exp0 Test #1 mask == 0, value == 0xFFFFFFFF --> cc == 0
3 Test #2 mask == 0xF, value == 0 --> cc == 0
5 Test #3 load one byte, msb set --> cc == 1
7 Test #4 load two bytes, msb set --> cc == 1
9 Test #5 load three bytes, msb set --> cc == 1
11 Test #6 load four bytes, msb set --> cc == 1
13 Test #7 load one byte, msb not set --> cc == 2
15 Test #8 load two bytes, msb not set --> cc == 2
17 Test #9 load three bytes, msb not set --> cc == 2
19 Test #1
[all...]
H A Dspechelper-icm-2.stdout.exp0 Test #1 mask == 0, value == 0xFFFFFFFF --> cc == 0
3 Test #2 mask == 0xF, value == 0 --> cc == 0
5 Test #3 load one byte, msb set --> cc == 1
7 Test #4 load two bytes, msb set --> cc == 1
9 Test #5 load three bytes, msb set --> cc == 1
11 Test #6 load four bytes, msb set --> cc == 1
13 Test #7 load one byte, msb not set --> cc == 2
15 Test #8 load two bytes, msb not set --> cc == 2
17 Test #9 load three bytes, msb not set --> cc == 2
19 Test #1
[all...]
H A Dspechelper-clr.stdout.exp0 Test #1 op1 == op2
3 Test #2 op1 > op2
5 Test #3 op1 < op2
H A Dspechelper-cr.stdout.exp0 Test #1 op1 == op2
3 Test #2 op1 > op2
5 Test #3 op1 < op2
H A Dspechelper-ltr.stdout.exp0 Test #1 value = 0
3 Test #2 value > 0
5 Test #3 value < 0
H A Dspechelper-slgr.stdout.exp0 Test #1 op1 == op2
3 Test #2 op1 < op2
5 Test #3 op1 > op2
H A Dspechelper-slr.stdout.exp0 Test #1 op1 == op2
3 Test #2 op1 < op2
5 Test #3 op1 > op2
H A Dspechelper-algr.stdout.exp0 Test #1 cc == 0
3 Test #2 cc == 1
5 Test #3 cc == 2
7 Test #4 cc == 3
H A Dspechelper-alr.stdout.exp0 Test #1 cc == 0
3 Test #2 cc == 1
5 Test #3 cc == 2
7 Test #4 cc == 3
H A Dspechelper-tm.stdout.exp0 Test #1 mask == 0, value == ~0 --> cc == 0
3 Test #2 mask == 0xFF, value == 0 --> cc == 0
5 Test #3 mask == 0xFF, value == 0xFF --> cc == 3
7 Test #4 mask == 0x80, value == 0x80 --> cc == 3
9 Test #5 mask == 0xF0, value == 0x90 --> cc == 1
11 Test #6 mask == 0xF0, value == 0x30 --> cc == 1
H A Dspechelper-tmll.stdout.exp0 Test #1 mask == 0, value == ~0 --> cc == 0
3 Test #2 mask == 0xFFF, value == 0 --> cc == 0
5 Test #3 mask == 0xFFFF, value == 0xFFFF --> cc == 3
7 Test #4 mask == 0x8000, value == 0x8000 --> cc == 3
9 Test #5 mask == 0xF000, value == 0x9000 --> cc == 2
11 Test #6 mask == 0xF000, value == 0x3000 --> cc == 1
/external/nanopb-c/tests/no_messages/
H A Dno_messages.proto0 /* Test that a file without any messages works. */
3 enum Test {
/external/valgrind/memcheck/tests/
H A Daddressable.stdout.exp0 Test 1: PASS
2 Test 2: PASS
3 Test 3: PASS
4 Test 4: PASS
5 Test 5: PASS
/external/valgrind/none/tests/amd64/
H A Dfaultstatus.stderr.exp2 Test 1: PASS
3 Test 2: PASS
4 Test 3: PASS
/external/valgrind/none/tests/mips32/
H A DSignalException.stderr.exp0 Test 1: PASS
2 Test 2: PASS
3 Test 3: PASS
/external/clang/test/Misc/
H A Dast-dump-lookups.cpp1 // RUN: %clang_cc1 -std=c++11 -ast-dump -ast-dump-filter Test %s | FileCheck -check-prefix DECLS %s
2 // RUN: %clang_cc1 -std=c++11 -ast-dump-lookups -ast-dump-filter Test %s | FileCheck -check-prefix LOOKUPS %s
3 // RUN: %clang_cc1 -std=c++11 -ast-dump -ast-dump-lookups -ast-dump-filter Test %s | FileCheck -check-prefix DECLS-LOOKUPS %s
6 namespace Test { namespace
13 #pragma clang __debug dump Test
14 // PRAGMA: lookup results for Test:
15 // PRAGMA-NEXT: NamespaceDecl {{.*}} Test
23 namespace Test { } namespace
25 // DECLS: Dumping Test:
26 // DECLS-NEXT: NamespaceDecl {{.*}} Test
[all...]
/external/testng/src/test/java/test/mixed/
H A DJUnit4Test1.java3 import org.junit.Test;
11 @Test
16 @Test
H A DTestNGGroups.java3 import org.testng.annotations.Test;
5 @Test(groups = {"unit"})
7 @Test
12 @Test(groups = {"ignore"})
/external/clang/test/SemaCXX/
H A Dwarn-new-overaligned-2.cpp10 struct Test { struct
20 Test t;
21 new Test;
22 new Test[10];
/external/testng/src/test/java/test/dependsongroup/
H A DFirstSampleTest.java3 import org.testng.annotations.Test;
5 @Test(groups = { "first" }, dependsOnGroups = { "zero" })
8 @Test
13 @Test
H A DSecondSampleTest.java3 import org.testng.annotations.Test;
5 @Test(groups = { "second" }, dependsOnGroups = { "zero" })
8 @Test
13 @Test
H A DZeroSampleTest.java3 import org.testng.annotations.Test;
5 @Test(groups = { "zero" })
8 @Test
13 @Test
/external/testng/src/test/java/test/methodinterceptors/
H A DFooTest.java3 import org.testng.annotations.Test;
7 @Test(groups = "fast")
10 @Test
13 @Test
/external/testng/src/test/java/test/preserveorder/
H A DEdnTest.java3 import org.testng.annotations.Test;
5 @Test(singleThreaded = true)
8 @Test
12 @Test

Completed in 405 milliseconds

1234567891011>>