HomeSort by relevance Sort by last modified time
    Searched refs:Test (Results 1 - 25 of 13660) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/626-const-class-linking/src-multidex/
Test.java 17 public class Test {
  /external/valgrind/none/tests/s390x/
spechelper-or.stdout.exp 0 Test #1 result = 0
3 Test #2 result = 0xffffffff
spechelper-icm-1.stdout.exp 0 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 #10 load four bytes, msb not set --> cc ==
    [all...]
spechelper-icm-2.stdout.exp 0 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 #10 load four bytes, msb not set --> cc ==
    [all...]
spechelper-clr.stdout.exp 0 Test #1 op1 == op2
3 Test #2 op1 > op2
5 Test #3 op1 < op2
spechelper-cr.stdout.exp 0 Test #1 op1 == op2
3 Test #2 op1 > op2
5 Test #3 op1 < op2
spechelper-ltr.stdout.exp 0 Test #1 value = 0
3 Test #2 value > 0
5 Test #3 value < 0
spechelper-slgr.stdout.exp 0 Test #1 op1 == op2
3 Test #2 op1 < op2
5 Test #3 op1 > op2
spechelper-slr.stdout.exp 0 Test #1 op1 == op2
3 Test #2 op1 < op2
5 Test #3 op1 > op2
spechelper-algr.stdout.exp 0 Test #1 cc == 0
3 Test #2 cc == 1
5 Test #3 cc == 2
7 Test #4 cc == 3
spechelper-alr.stdout.exp 0 Test #1 cc == 0
3 Test #2 cc == 1
5 Test #3 cc == 2
7 Test #4 cc == 3
spechelper-tm.stdout.exp 0 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
spechelper-tmll.stdout.exp 0 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/
no_messages.proto 0 /* Test that a file without any messages works. */
3 enum Test {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
dual01.s 0 # Test fnop's dual bit (all other floating point operations have their dual
2 # bit tested in their individual test files).
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
asi.s 0 # Test asi's.
  /external/valgrind/memcheck/tests/
addressable.stdout.exp 0 Test 1: PASS
2 Test 2: PASS
3 Test 3: PASS
4 Test 4: PASS
5 Test 5: PASS
  /external/valgrind/none/tests/amd64/
faultstatus.stderr.exp 2 Test 1: PASS
3 Test 2: PASS
4 Test 3: PASS
  /external/valgrind/none/tests/mips32/
SignalException.stderr.exp 0 Test 1: PASS
2 Test 2: PASS
3 Test 3: PASS
  /external/clang/test/Misc/
ast-dump-lookups.cpp 1 // 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 {
13 #pragma clang __debug dump Test
14 // PRAGMA: lookup results for Test:
15 // PRAGMA-NEXT: NamespaceDecl {{.*}} Test
23 namespace Test { }
25 // DECLS: Dumping Test:
26 // DECLS-NEXT: NamespaceDecl {{.*}} Test
    [all...]
  /external/testng/src/test/java/test/mixed/
JUnit4Test1.java 1 package test.mixed;
3 import org.junit.Test;
11 @Test
16 @Test
  /external/testng/src/test/java/test/dependsongroup/
FirstSampleTest.java 1 package test.dependsongroup;
3 import org.testng.annotations.Test;
5 @Test(groups = { "first" }, dependsOnGroups = { "zero" })
8 @Test
13 @Test
SecondSampleTest.java 1 package test.dependsongroup;
3 import org.testng.annotations.Test;
5 @Test(groups = { "second" }, dependsOnGroups = { "zero" })
8 @Test
13 @Test
ZeroSampleTest.java 1 package test.dependsongroup;
3 import org.testng.annotations.Test;
5 @Test(groups = { "zero" })
8 @Test
13 @Test
  /external/testng/src/test/java/test/methodinterceptors/
FooTest.java 1 package test.methodinterceptors;
3 import org.testng.annotations.Test;
7 @Test(groups = "fast")
10 @Test
13 @Test

Completed in 335 milliseconds

1 2 3 4 5 6 7 8 91011>>