Home
last modified time | relevance | path

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

1234

/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/swiftshader/third_party/LLVM/test/Other/
Dconstant-fold-gep.ll1 ; "PLAIN" - No optimizations. This tests the target-independent
3 ; RUN: opt -S -o - < %s | FileCheck --check-prefix=PLAIN %s
21 ; PLAIN: @G8 = global i8* getelementptr (i8* inttoptr (i32 1 to i8*), i32 -1)
22 ; PLAIN: @G1 = global i1* getelementptr (i1* inttoptr (i32 1 to i1*), i32 -1)
23 ; PLAIN: @F8 = global i8* getelementptr (i8* inttoptr (i32 1 to i8*), i32 -2)
24 ; PLAIN: @F1 = global i1* getelementptr (i1* inttoptr (i32 1 to i1*), i32 -2)
25 ; PLAIN: @H8 = global i8* getelementptr (i8* null, i32 -1)
26 ; PLAIN: @H1 = global i1* getelementptr (i1* null, i32 -1)
51 ; PLAIN: @a = constant i64 mul (i64 ptrtoint (double* getelementptr (double* null, i32 1) to i64), …
52 ; PLAIN: @b = constant i64 ptrtoint (double* getelementptr ({ i1, double }* null, i64 0, i32 1) to …
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java402 {Direction.PLAIN, AbsoluteUnit.DAY, "day"}, in TestRelativeDateWithoutQuantity()
403 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"}, in TestRelativeDateWithoutQuantity()
404 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"}, in TestRelativeDateWithoutQuantity()
405 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"}, in TestRelativeDateWithoutQuantity()
406 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"}, in TestRelativeDateWithoutQuantity()
407 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"}, in TestRelativeDateWithoutQuantity()
408 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"}, in TestRelativeDateWithoutQuantity()
409 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"}, in TestRelativeDateWithoutQuantity()
410 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"}, in TestRelativeDateWithoutQuantity()
411 {Direction.PLAIN, AbsoluteUnit.SATURDAY, "Saturday"}, in TestRelativeDateWithoutQuantity()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java401 {Direction.PLAIN, AbsoluteUnit.DAY, "day"}, in TestRelativeDateWithoutQuantity()
402 {Direction.PLAIN, AbsoluteUnit.WEEK, "week"}, in TestRelativeDateWithoutQuantity()
403 {Direction.PLAIN, AbsoluteUnit.MONTH, "month"}, in TestRelativeDateWithoutQuantity()
404 {Direction.PLAIN, AbsoluteUnit.YEAR, "year"}, in TestRelativeDateWithoutQuantity()
405 {Direction.PLAIN, AbsoluteUnit.MONDAY, "Monday"}, in TestRelativeDateWithoutQuantity()
406 {Direction.PLAIN, AbsoluteUnit.TUESDAY, "Tuesday"}, in TestRelativeDateWithoutQuantity()
407 {Direction.PLAIN, AbsoluteUnit.WEDNESDAY, "Wednesday"}, in TestRelativeDateWithoutQuantity()
408 {Direction.PLAIN, AbsoluteUnit.THURSDAY, "Thursday"}, in TestRelativeDateWithoutQuantity()
409 {Direction.PLAIN, AbsoluteUnit.FRIDAY, "Friday"}, in TestRelativeDateWithoutQuantity()
410 {Direction.PLAIN, AbsoluteUnit.SATURDAY, "Saturday"}, in TestRelativeDateWithoutQuantity()
[all …]
/external/curl/tests/data/
Dtest9377 SASL AUTH PLAIN
18 AUTH DIGEST-MD5 PLAIN
21 REPLY "AUTH PLAIN" 334 PLAIN supported
55 AUTH PLAIN
Dtest9357 SASL AUTH PLAIN
18 AUTH CRAM-MD5 PLAIN
21 REPLY "AUTH PLAIN" 334 PLAIN supported
53 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
64 AUTH PLAIN
Dtest9036 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
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" +
71 AUTH PLAIN
Dtest8347 SASL AUTH PLAIN
16 AUTH NTLM PLAIN
20 REPLY "AUTHENTICATE PLAIN" +
69 A003 AUTHENTICATE PLAIN
Dtest8656 SASL AUTH PLAIN
17 AUTH PLAIN
51 AUTH PLAIN
Dtest8716 SASL AUTH PLAIN
18 AUTH PLAIN
51 AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
Dtest8196 SASL AUTH PLAIN
15 AUTH PLAIN
49 A002 AUTHENTICATE PLAIN
Dtest8256 SASL AUTH PLAIN
16 AUTH PLAIN
50 A002 AUTHENTICATE PLAIN dXNlcgB1c2VyAHNlY3JldA==
Dtest9196 SASL AUTH PLAIN
17 AUTH PLAIN
44 AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
/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/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py37 PLAIN = 'plain' variable
146 if self.layout != PLAIN:
167 if self.layout != PLAIN:
186 if self.layout != PLAIN:
194 if self.layout != PLAIN:
202 if self.layout != PLAIN:
212 if self.layout != PLAIN or self.colorspace == ZS:
268 if layout == PLAIN:
/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack-poisoning.ll2 …: opt < %s -asan -asan-module -asan-use-after-return=0 -S | FileCheck --check-prefix=CHECK-PLAIN %s
10 ; CHECK-PLAIN-LABEL: Bar
11 ; CHECK-PLAIN-NOT: label
12 ; CHECK-PLAIN: ret void
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py37 PLAIN = 'plain' variable
150 if self.layout != PLAIN:
173 if self.layout != PLAIN:
194 if self.layout != PLAIN:
202 if self.layout != PLAIN:
210 if self.layout != PLAIN:
220 if self.layout != PLAIN or self.colorspace == ZS:
276 if layout == PLAIN:

1234