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

1234567891011>>

/external/valgrind/main/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/main/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/main/none/tests/amd64/
H A Dfaultstatus.stderr.exp2 Test 1: PASS
3 Test 2: PASS
4 Test 3: PASS
/external/valgrind/main/none/tests/mips32/
H A DSignalException.stderr.exp0 Test 1: PASS
2 Test 2: PASS
3 Test 3: PASS
/external/clang/test/SemaCXX/
H A Dwarn-new-overaligned-2.cpp10 struct Test { struct
20 Test t;
21 new Test;
22 new Test[10];
H A Dpragma-weak.cpp10 extern "C" int Test; variable
11 #pragma weak test = Test
/external/clang/test/Misc/
H A Dast-dump-arm-attr.c1 // RUN: %clang_cc1 -triple arm-apple-darwin -ast-dump -ast-dump-filter Test %s | FileCheck --strict-whitespace %s
3 __attribute__((interrupt)) void Test(void);
4 // CHECK: FunctionDecl{{.*}}Test
H A Dast-dump-msp430-attr.c1 // RUN: %clang_cc1 -triple msp430-unknown-unknown -ast-dump -ast-dump-filter Test %s | FileCheck --strict-whitespace %s
3 __attribute__((interrupt(12))) void Test(void);
4 // CHECK: FunctionDecl{{.*}}Test
/external/clang/test/Parser/
H A Dcxx-member-init-missing-paren-crash.cpp3 class Test { class
5 Test() : ab_(false {};
/external/valgrind/main/none/tests/
H A Dfaultstatus.stderr.exp2 Test 1: PASS
3 Test 2: PASS
4 Test 3: PASS
5 Test 4: PASS
/external/clang/test/CodeGenCXX/
H A Dblock.cpp7 struct Test struct
10 Test(Test&c) { func((void*)this); } function in struct:Test
11 Test() { func((void*)this); } function in struct:Test
17 __block Test t;
H A Ddebug-info-dup-fwd-decl.cpp3 class Test class
6 Test () : reserved (new data()) {} function in class:Test
20 Test t;
/external/libunwind/tests/
H A DLtest-cxx-exceptions.cxx35 struct Test struct
38 Test() { ++counter_; } function in struct:Test
39 ~Test() { -- counter_; }
40 Test(const Test&) { ++counter_; } argument
46 int Test::counter_ = 0;
51 Test t;
53 Test t;
56 Test t;
68 Test
[all...]

Completed in 422 milliseconds

1234567891011>>