HomeSort by relevance Sort by last modified time
    Searched full:check (Results 1 - 25 of 50477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/testng/gradle/
buildWithTravis.sh 1 ../gradlew check
  /external/e2fsprogs/tests/f_invalid_bad_inode/
name 0 check for bogus bad inode
  /external/llvm/test/MC/MachO/
comm-1.s 10 // CHECK: File: <stdin>
11 // CHECK: Format: Mach-O 32-bit i386
12 // CHECK: Arch: i386
13 // CHECK: AddressSize: 32bit
14 // CHECK: MachHeader {
15 // CHECK: Magic: Magic (0xFEEDFACE)
16 // CHECK: CpuType: X86 (0x7)
17 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
18 // CHECK: FileType: Relocatable (0x1)
19 // CHECK: NumOfLoadCommands:
    [all...]
tdata.s 6 // CHECK: File: <stdin>
7 // CHECK: Format: Mach-O 64-bit x86-64
8 // CHECK: Arch: x86_64
9 // CHECK: AddressSize: 64bit
10 // CHECK: MachHeader {
11 // CHECK: Magic: Magic64 (0xFEEDFACF)
12 // CHECK: CpuType: X86-64 (0x1000007)
13 // CHECK: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3)
14 // CHECK: FileType: Relocatable (0x1)
15 // CHECK: NumOfLoadCommands:
    [all...]
zerofill-5.s 9 // CHECK: File: <stdin>
10 // CHECK: Format: Mach-O 64-bit x86-64
11 // CHECK: Arch: x86_64
12 // CHECK: AddressSize: 64bit
13 // CHECK: MachHeader {
14 // CHECK: Magic: Magic64 (0xFEEDFACF)
15 // CHECK: CpuType: X86-64 (0x1000007)
16 // CHECK: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3)
17 // CHECK: FileType: Relocatable (0x1)
18 // CHECK: NumOfLoadCommands:
    [all...]
string-table.s 5 // CHECK: File: <stdin>
6 // CHECK: Format: Mach-O 32-bit i386
7 // CHECK: Arch: i386
8 // CHECK: AddressSize: 32bit
9 // CHECK: MachHeader {
10 // CHECK: Magic: Magic (0xFEEDFACE)
11 // CHECK: CpuType: X86 (0x7)
12 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
13 // CHECK: FileType: Relocatable (0x1)
14 // CHECK: NumOfLoadCommands:
    [all...]
zerofill-2.s 8 // CHECK: File: <stdin>
9 // CHECK: Format: Mach-O 32-bit i386
10 // CHECK: Arch: i386
11 // CHECK: AddressSize: 32bit
12 // CHECK: MachHeader {
13 // CHECK: Magic: Magic (0xFEEDFACE)
14 // CHECK: CpuType: X86 (0x7)
15 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
16 // CHECK: FileType: Relocatable (0x1)
17 // CHECK: NumOfLoadCommands:
    [all...]
absolute.s 20 // CHECK: File: <stdin>
21 // CHECK: Format: Mach-O 64-bit x86-64
22 // CHECK: Arch: x86_64
23 // CHECK: AddressSize: 64bit
24 // CHECK: MachHeader {
25 // CHECK: Magic: Magic64 (0xFEEDFACF)
26 // CHECK: CpuType: X86-64 (0x1000007)
27 // CHECK: CpuSubType: CPU_SUBTYPE_X86_64_ALL (0x3)
28 // CHECK: FileType: Relocatable (0x1)
29 // CHECK: NumOfLoadCommands:
    [all...]
x86_32-symbols.s 124 // CHECK: File: <stdin>
125 // CHECK: Format: Mach-O 32-bit i386
126 // CHECK: Arch: i386
127 // CHECK: AddressSize: 32bit
128 // CHECK: MachHeader {
129 // CHECK: Magic: Magic (0xFEEDFACE)
130 // CHECK: CpuType: X86 (0x7)
131 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
132 // CHECK: FileType: Relocatable (0x1)
133 // CHECK: NumOfLoadCommands:
    [all...]
indirect-symbols.s 23 // CHECK: File: <stdin>
24 // CHECK: Format: Mach-O 32-bit i386
25 // CHECK: Arch: i386
26 // CHECK: AddressSize: 32bit
27 // CHECK: MachHeader {
28 // CHECK: Magic: Magic (0xFEEDFACE)
29 // CHECK: CpuType: X86 (0x7)
30 // CHECK: CpuSubType: CPU_SUBTYPE_I386_ALL (0x3)
31 // CHECK: FileType: Relocatable (0x1)
32 // CHECK: NumOfLoadCommands:
    [all...]
  /external/llvm/test/MC/COFF/
linkonce.s 42 // CHECK: Sections [
43 // CHECK: Section {
44 // CHECK: Name: s1
45 // CHECK: Characteristics [
46 // CHECK: IMAGE_SCN_LNK_COMDAT
47 // CHECK: ]
48 // CHECK: }
49 // CHECK: Section {
50 // CHECK: Name: s2
51 // CHECK: Characteristics
    [all...]
section-comdat.s 47 // CHECK: Sections [
48 // CHECK: Section {
49 // CHECK: Number: 4
50 // CHECK: Name: assocSec
51 // CHECK: Characteristics [
52 // CHECK: IMAGE_SCN_LNK_COMDAT
53 // CHECK: ]
54 // CHECK: }
55 // CHECK: Section {
56 // CHECK: Number:
    [all...]
directive-section-characteristics.ll 9 ; CHECK: Section {
10 ; CHECK: Name: .text
11 ; CHECK: PointerToRawData: 0xB4
12 ; CHECK: }
14 ; CHECK: Section {
15 ; CHECK: Name: .drectve
16 ; CHECK: PointerToRawData: 0xB8
17 ; CHECK: Characteristics [
18 ; CHECK: IMAGE_SCN_ALIGN_1BYTES
19 ; CHECK: IMAGE_SCN_LNK_INF
    [all...]
  /external/llvm/test/TableGen/
NestedForeach.td 20 // CHECK: def C2D0
21 // CHECK: def C2D2
22 // CHECK: def C2D4
23 // CHECK: def C2P0
24 // CHECK: def C2P2
25 // CHECK: def C2P4
26 // CHECK: def C2Q0
27 // CHECK: def C2Q2
28 // CHECK: def C2Q4
29 // CHECK: def C3D
    [all...]
SiblingForeach.td 23 // CHECK: def I1_1
24 // CHECK: int I = 1;
25 // CHECK: int J = 0;
26 // CHECK: int K = 0;
28 // CHECK: def I1_1_J1_1
29 // CHECK: int I = 1;
30 // CHECK: int J = 1;
31 // CHECK: int K = 0;
33 // CHECK: def I1_1_J1_2
34 // CHECK: int I = 1
    [all...]
ForeachLoop.td 8 // CHECK-NOT: !strconcat
13 // CHECK: def Q0
14 // CHECK: def Q1
15 // CHECK: def Q2
16 // CHECK: def Q3
21 // CHECK: def R0
22 // CHECK: string Name = "R0";
23 // CHECK: int Index = 0;
25 // CHECK: def R1
26 // CHECK: string Name = "R1"
    [all...]
ForeachList.td 13 // CHECK: def F0
14 // CHECK: string Name = "F0";
15 // CHECK: int Index = 0;
17 // CHECK: def F1
18 // CHECK: string Name = "F1";
19 // CHECK: int Index = 1;
21 // CHECK: def F2
22 // CHECK: string Name = "F2";
23 // CHECK: int Index = 2;
25 // CHECK: def F
    [all...]
  /external/clang/test/Analysis/
objc-radar17039661.m 62 // CHECK: <key>diagnostics</key>
63 // CHECK: <array>
64 // CHECK: <dict>
65 // CHECK: <key>path</key>
66 // CHECK: <array>
67 // CHECK: <dict>
68 // CHECK: <key>kind</key><string>control</string>
69 // CHECK: <key>edges</key>
70 // CHECK: <array>
71 // CHECK: <dict
    [all...]
  /external/llvm/test/tools/llvm-readobj/
coff-non-null-terminated-file.test 3 CHECK: Symbols [
4 CHECK: Symbol {
5 CHECK: Name: .file
6 CHECK: Value: 0
7 CHECK: StorageClass: File
8 CHECK: AuxSymbolCount: 1
9 CHECK: AuxFileRecord {
10 CHECK: FileName: eighteen-chars.obj{{$}}
11 CHECK: }
12 CHECK:
    [all...]
  /external/llvm/test/MC/Mips/
micromips-label-test.s 17 # CHECK: Symbols [
18 # CHECK: Symbol {
19 # CHECK: Name: f
20 # CHECK: Binding: Local
21 # CHECK: Type: None
22 # CHECK: Other: 0
23 # CHECK: Section: .text
24 # CHECK: }
25 # CHECK: Symbol {
26 # CHECK: Name:
    [all...]
  /art/test/136-daemon-jni-shutdown/
expected.txt 2 About to call exception check
3 About to call exception check
4 About to call exception check
5 About to call exception check
  /art/test/142-classloader2/
info.txt 0 Check sub-classing of PathClassLoader.
  /art/test/464-checker-inline-sharpen-calls/
info.txt 0 Check that we inline sharpen calls.
  /art/test/465-checker-clinit-gvn/
info.txt 0 Check that we GVN HClinitCheck instructions.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
sse-check-error.s 1 .include "sse-check.s"

Completed in 287 milliseconds

1 2 3 4 5 6 7 8 91011>>