Home
last modified time | relevance | path

Searched refs:PLAIN (Results 1 – 25 of 103) sorted by relevance

12345

/external/llvm-project/llvm/test/Other/
Dconstant-fold-gep-address-spaces.ll1 ; "PLAIN" - No optimizations. This tests the target-independent
3 ; RUN: opt -S -o - %s | FileCheck --check-prefix=PLAIN %s
10 ; PLAIN: @G8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* inttoptr (i32 1 to i8 ad…
12 ; PLAIN: @G1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* inttoptr (i8 1 to i1 add…
14 ; PLAIN: @F8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* inttoptr (i32 1 to i8 ad…
16 ; PLAIN: @F1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* inttoptr (i8 1 to i1 add…
18 ; PLAIN: @H8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* null, i32 -1)
20 ; PLAIN: @H1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* null, i8 -1)
27 ; PLAIN-X: @a = constant i64 mul (i64 ptrtoint (double addrspace(4)* getelementptr (double, double …
30 ; PLAIN-X: @b = constant i64 ptrtoint (double addrspace(4)* getelementptr ({ i1, double }, { i1, do…
[all …]
Dconstant-fold-gep.ll1 ; "PLAIN" - No optimizations. This tests the default target layout
3 ; RUN: opt -S -o - < %s | FileCheck --check-prefix=PLAIN %s
22 ; PLAIN: @G8 = global i8* getelementptr (i8, i8* inttoptr (i32 1 to i8*), i32 -1)
23 ; PLAIN: @G1 = global i1* getelementptr (i1, i1* inttoptr (i32 1 to i1*), i32 -1)
24 ; PLAIN: @F8 = global i8* getelementptr (i8, i8* inttoptr (i32 1 to i8*), i32 -2)
25 ; PLAIN: @F1 = global i1* getelementptr (i1, i1* inttoptr (i32 1 to i1*), i32 -2)
26 ; PLAIN: @H8 = global i8* getelementptr (i8, i8* null, i32 -1)
27 ; PLAIN: @H1 = global i1* getelementptr (i1, i1* null, i32 -1)
52 ; PLAIN: @a = constant i64 mul (i64 ptrtoint (double* getelementptr (double, double* null, i32 1) t…
53 ; PLAIN: @b = constant i64 ptrtoint (double* getelementptr ({ i1, double }, { i1, double }* null, i…
[all …]
/external/llvm/test/Other/
Dconstant-fold-gep-address-spaces.ll1 ; "PLAIN" - No optimizations. This tests the target-independent
3 ; RUN: opt -S -o - %s | FileCheck --check-prefix=PLAIN %s
10 ; PLAIN: @G8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* inttoptr (i32 1 to i8 ad…
12 ; PLAIN: @G1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* inttoptr (i8 1 to i1 add…
14 ; PLAIN: @F8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* inttoptr (i32 1 to i8 ad…
16 ; PLAIN: @F1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* inttoptr (i8 1 to i1 add…
18 ; PLAIN: @H8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* null, i32 -1)
20 ; PLAIN: @H1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* null, i8 -1)
27 ; PLAIN-X: @a = constant i64 mul (i64 ptrtoint (double addrspace(4)* getelementptr (double, double …
30 ; PLAIN-X: @b = constant i64 ptrtoint (double addrspace(4)* getelementptr ({ i1, double }, { i1, do…
[all …]
Dconstant-fold-gep.ll1 ; "PLAIN" - No optimizations. This tests the default target layout
3 ; RUN: opt -S -o - < %s | FileCheck --check-prefix=PLAIN %s
21 ; PLAIN: @G8 = global i8* getelementptr (i8, i8* inttoptr (i32 1 to i8*), i32 -1)
22 ; PLAIN: @G1 = global i1* getelementptr (i1, i1* inttoptr (i32 1 to i1*), i32 -1)
23 ; PLAIN: @F8 = global i8* getelementptr (i8, i8* inttoptr (i32 1 to i8*), i32 -2)
24 ; PLAIN: @F1 = global i1* getelementptr (i1, i1* inttoptr (i32 1 to i1*), i32 -2)
25 ; PLAIN: @H8 = global i8* getelementptr (i8, i8* null, i32 -1)
26 ; PLAIN: @H1 = global i1* getelementptr (i1, i1* null, i32 -1)
51 ; PLAIN: @a = constant i64 mul (i64 ptrtoint (double* getelementptr (double, double* null, i32 1) t…
52 ; PLAIN: @b = constant i64 ptrtoint (double* getelementptr ({ i1, double }, { i1, double }* null, i…
[all …]
/external/llvm-project/llvm/test/tools/llvm-objdump/XCOFF/
Ddisassemble-symbol-description.test4 # RUN: FileCheck --check-prefixes=COMMON,PLAIN %s
27 PLAIN: 00000000 <.text>:
41 PLAIN: 00000080 <func>:
45 PLAIN: 00000084 <a>:
49 PLAIN: 00000088 <b>:
53 PLAIN: 0000008c <c>:
57 PLAIN: 00000090 <d>:
61 PLAIN: 00000094 <func>:
68 PLAIN: 000000a0 <b>:
72 PLAIN: 000000a4 <a>:
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java414 {Direction.PLAIN, AbsoluteUnit.DAY, "day"}, in TestRelativeDateWithoutQuantity()
415 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"}, in TestRelativeDateWithoutQuantity()
416 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"}, in TestRelativeDateWithoutQuantity()
417 {Direction.PLAIN, AbsoluteUnit.QUARTER, "quarter"}, in TestRelativeDateWithoutQuantity()
418 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"}, in TestRelativeDateWithoutQuantity()
419 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"}, in TestRelativeDateWithoutQuantity()
420 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"}, in TestRelativeDateWithoutQuantity()
421 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"}, in TestRelativeDateWithoutQuantity()
422 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"}, in TestRelativeDateWithoutQuantity()
423 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"}, in TestRelativeDateWithoutQuantity()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java411 {Direction.PLAIN, AbsoluteUnit.DAY, "day"}, in TestRelativeDateWithoutQuantity()
412 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"}, in TestRelativeDateWithoutQuantity()
413 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"}, in TestRelativeDateWithoutQuantity()
414 {Direction.PLAIN, AbsoluteUnit.QUARTER, "quarter"}, in TestRelativeDateWithoutQuantity()
415 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"}, in TestRelativeDateWithoutQuantity()
416 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"}, in TestRelativeDateWithoutQuantity()
417 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"}, in TestRelativeDateWithoutQuantity()
418 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"}, in TestRelativeDateWithoutQuantity()
419 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"}, in TestRelativeDateWithoutQuantity()
420 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"}, in TestRelativeDateWithoutQuantity()
[all …]
/external/curl/tests/data/
Dtest9357 SASL AUTH PLAIN
18 AUTH CRAM-MD5 PLAIN
21 REPLY "AUTH PLAIN" 334 PLAIN supported
53 AUTH PLAIN
Dtest9377 SASL AUTH PLAIN
18 AUTH DIGEST-MD5 PLAIN
21 REPLY "AUTH PLAIN" 334 PLAIN supported
55 AUTH PLAIN
Dtest9386 SASL AUTH PLAIN
17 AUTH PLAIN
18 REPLY AUTH 334 PLAIN supported
46 AUTH PLAIN
53 AUTH PLAIN
Dtest9367 SASL AUTH PLAIN
17 AUTH NTLM PLAIN
21 REPLY "AUTH PLAIN" 334 PLAIN supported
65 AUTH PLAIN
Dtest9036 SASL AUTH PLAIN
16 AUTH PLAIN
17 REPLY AUTH 334 PLAIN supported
44 AUTH PLAIN
Dtest9536 SASL AUTH PLAIN
16 AUTH PLAIN
17 REPLY AUTH 334 PLAIN supported
44 AUTH PLAIN
Dtest8817 SASL AUTH PLAIN
19 AUTH DIGEST-MD5 PLAIN
22 REPLY "AUTH PLAIN" +
62 AUTH PLAIN
Dtest8797 SASL AUTH PLAIN
19 AUTH CRAM-MD5 PLAIN
22 REPLY "AUTH PLAIN" +
60 AUTH PLAIN
Dtest8337 SASL AUTH PLAIN
17 AUTH CRAM-MD5 PLAIN
20 REPLY "AUTHENTICATE PLAIN" +
58 A003 AUTHENTICATE PLAIN
Dtest9546 SASL AUTH PLAIN
16 AUTH PLAIN
17 REPLY AUTH 334 PLAIN supported
51 AUTH PLAIN
Dtest8357 SASL AUTH PLAIN
17 AUTH DIGEST-MD5 PLAIN
20 REPLY "AUTHENTICATE PLAIN" +
60 A003 AUTHENTICATE PLAIN
Dtest8807 SASL AUTH PLAIN
18 AUTH NTLM PLAIN
22 REPLY "AUTH PLAIN" +
72 AUTH PLAIN
Dtest8347 SASL AUTH PLAIN
16 AUTH NTLM PLAIN
20 REPLY "AUTHENTICATE PLAIN" +
70 A003 AUTHENTICATE PLAIN
Dtest8656 SASL AUTH PLAIN
17 AUTH PLAIN
51 AUTH PLAIN
Dtest8716 SASL AUTH PLAIN
18 AUTH PLAIN
51 AUTH PLAIN AHVzZXIAc2VjcmV0
/external/apache-http/src/org/apache/http/conn/routing/
DHttpRoute.java115 tunnelled = TunnelType.PLAIN; in HttpRoute()
117 layered = LayerType.PLAIN; in HttpRoute()
181 this(local, target, null, secure, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute()
191 this(null, target, null, false, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute()
211 secure ? TunnelType.TUNNELLED : TunnelType.PLAIN, in HttpRoute()
212 secure ? LayerType.LAYERED : LayerType.PLAIN); in HttpRoute()
/external/icing/icing/tokenization/
Dplain-tokenizer_test.cc53 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
66 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
101 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
130 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
177 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
204 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
220 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
291 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
311 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
331 StringIndexingConfig::TokenizerType::PLAIN, in TEST_F()
[all …]
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
Dstack-poisoning.ll3 …-asan-module -enable-new-pm=0 -asan-use-after-return=0 -S | FileCheck --check-prefix=CHECK-PLAIN %s
4 … < %s -passes='asan-pipeline' -asan-use-after-return=0 -S | FileCheck --check-prefix=CHECK-PLAIN %s
12 ; CHECK-PLAIN-LABEL: Bar
13 ; CHECK-PLAIN-NOT: label
14 ; CHECK-PLAIN: ret void

12345