Home
last modified time | relevance | path

Searched full:plain (Results 1 – 25 of 2742) sorted by relevance

12345678910>>...110

/external/mesa3d/src/amd/vulkan/
Dvk_format_layout.csv4 VK_FORMAT_UNDEFINED , plain, 1, 1, u8 , , , , x001, rgb
5 VK_FORMAT_R4G4_UNORM_PACK8 , plain, 1, 1, un4 , un4 , , , xy01, rgb
6 VK_FORMAT_R4G4B4A4_UNORM_PACK16 , plain, 1, 1, un4 , un4 , un4 , un4 , wzyx, rgb
7 VK_FORMAT_B4G4R4A4_UNORM_PACK16 , plain, 1, 1, un4 , un4 , un4 , un4 , wxyz, rgb
8 VK_FORMAT_R5G6B5_UNORM_PACK16 , plain, 1, 1, un5 , un6 , un5 , , zyx1, rgb
9 VK_FORMAT_B5G6R5_UNORM_PACK16 , plain, 1, 1, un5 , un6 , un5 , , xyz1, rgb
10 VK_FORMAT_R5G5B5A1_UNORM_PACK16 , plain, 1, 1, un1 , un5 , un5 , un5 , wzyx, rgb
11 VK_FORMAT_B5G5R5A1_UNORM_PACK16 , plain, 1, 1, un1 , un5 , un5 , un5 , wxyz, rgb
12 VK_FORMAT_A1R5G5B5_UNORM_PACK16 , plain, 1, 1, un5 , un5 , un5 , un1 , zyxw, rgb
13 VK_FORMAT_R8_UNORM , plain, 1, 1, un8 , , , , x001, rgb
[all …]
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.csv36 # - channel encoding (only meaningful for plain layout), containing for each
64 PIPE_FORMAT_NONE , plain, 1, 1, u8 , , , , x001, rgb
67 PIPE_FORMAT_B8G8R8A8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , zyxw, rgb
68 PIPE_FORMAT_B8G8R8X8_UNORM , plain, 1, 1, un8 , un8 , un8 , x8 , zyx1, rgb
69 PIPE_FORMAT_A8R8G8B8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , yzwx, rgb
70 PIPE_FORMAT_X8R8G8B8_UNORM , plain, 1, 1, x8 , un8 , un8 , un8 , yzw1, rgb
71 PIPE_FORMAT_A8B8G8R8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , wzyx, rgb
72 PIPE_FORMAT_X8B8G8R8_UNORM , plain, 1, 1, x8 , un8 , un8 , un8 , wzy1, rgb
74 PIPE_FORMAT_R8G8B8X8_UNORM , plain, 1, 1, un8 , un8 , un8 , x8 , xyz1, rgb
75 PIPE_FORMAT_B5G5R5X1_UNORM , plain, 1, 1, un5 , un5 , un5 , x1 , zyx1, rgb, x1 , un5 , un5…
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.csv36 # - channel encoding (only meaningful for plain layout), containing for each
64 PIPE_FORMAT_NONE , plain, 1, 1, u8 , , , , x001, rgb
67 PIPE_FORMAT_B8G8R8A8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , zyxw, rgb
68 PIPE_FORMAT_B8G8R8X8_UNORM , plain, 1, 1, un8 , un8 , un8 , x8 , zyx1, rgb
69 PIPE_FORMAT_A8R8G8B8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , yzwx, rgb
70 PIPE_FORMAT_X8R8G8B8_UNORM , plain, 1, 1, x8 , un8 , un8 , un8 , yzw1, rgb
71 PIPE_FORMAT_A8B8G8R8_UNORM , plain, 1, 1, un8 , un8 , un8 , un8 , wzyx, rgb
72 PIPE_FORMAT_X8B8G8R8_UNORM , plain, 1, 1, x8 , un8 , un8 , un8 , wzy1, rgb
74 PIPE_FORMAT_R8G8B8X8_UNORM , plain, 1, 1, un8 , un8 , un8 , x8 , xyz1, rgb
75 PIPE_FORMAT_B5G5R5X1_UNORM , plain, 1, 1, un5 , un5 , un5 , x1 , zyx1, rgb, x1 , un5 , un5…
[all …]
/external/swiftshader/third_party/llvm-7.0/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/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/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
DMediaTypeTest.java103 assertEquals("text", MediaType.parse("text/plain").type()); in testGetType()
109 assertEquals("plain", MediaType.parse("text/plain").subtype()); in testGetSubtype()
118 assertEquals(ImmutableListMultimap.of(), MediaType.parse("text/plain").parameters()); in testGetParameters()
133 assertEquals(MediaType.parse("text/plain; a=1; a=2; b=3"), in testWithParameters()
134 MediaType.parse("text/plain").withParameters(PARAMETERS)); in testWithParameters()
135 assertEquals(MediaType.parse("text/plain; a=1; a=2; b=3"), in testWithParameters()
136 MediaType.parse("text/plain; a=1; a=2; b=3").withParameters(PARAMETERS)); in testWithParameters()
140 MediaType mediaType = MediaType.parse("text/plain"); in testWithParameters_invalidAttribute()
150 assertEquals(MediaType.parse("text/plain; a=1"), in testWithParameter()
151 MediaType.parse("text/plain").withParameter("a", "1")); in testWithParameter()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DMediaTypeTest.java38 MediaType mediaType = MediaType.parse("text/plain;boundary=foo;charset=utf-8"); in testParse()
40 assertEquals("plain", mediaType.subtype()); in testParse()
42 assertEquals("text/plain;boundary=foo;charset=utf-8", mediaType.toString()); in testParse()
43 assertTrue(mediaType.equals(MediaType.parse("text/plain;boundary=foo;charset=utf-8"))); in testParse()
45 MediaType.parse("text/plain;boundary=foo;charset=utf-8").hashCode()); in testParse()
49 assertMediaType("text/plain"); in testValidParse()
53 assertMediaType("text/plain; a=1"); in testValidParse()
54 assertMediaType("text/plain; a=1; a=2; b=3"); in testValidParse()
55 assertMediaType("text/plain; charset=utf-16"); in testValidParse()
56 assertMediaType("text/plain; \t \n \r a=b"); in testValidParse()
[all …]
/external/guava/guava-tests/test/com/google/common/net/
DMediaTypeTest.java163 assertEquals("text", MediaType.parse("text/plain").type());
169 assertEquals("plain", MediaType.parse("text/plain").subtype());
178 assertEquals(ImmutableListMultimap.of(), MediaType.parse("text/plain").parameters());
193 assertEquals(MediaType.parse("text/plain; a=1; a=2; b=3"),
194 MediaType.parse("text/plain").withParameters(PARAMETERS));
195 assertEquals(MediaType.parse("text/plain; a=1; a=2; b=3"),
196 MediaType.parse("text/plain; a=1; a=2; b=3").withParameters(PARAMETERS));
200 MediaType mediaType = MediaType.parse("text/plain");
210 assertEquals(MediaType.parse("text/plain; a=1"),
211 MediaType.parse("text/plain").withParameter("a", "1"));
[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/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DChannelCrypterNettyTestBase.java55 List<ByteBuf> plain; field in ChannelCrypterNettyTestBase.FrameEncrypt
68 ByteBuf plain = getDirectBuffer(messageBytes.length, ref); in createFrameEncrypt() local
69 plain.writeBytes(messageBytes); in createFrameEncrypt()
70 frame.plain = Collections.singletonList(plain); in createFrameEncrypt()
90 client.encrypt(frameEncrypt.out, frameEncrypt.plain); in encryptDecrypt()
94 assertThat(frameEncrypt.plain.get(0).slice(0, frameDecrypt.out.readableBytes())) in encryptDecrypt()
101 ByteBuf plain = getRandom(17 * 1024, ref); in encryptDecryptLarge() local
102 frameEncrypt.plain = Collections.singletonList(plain); in encryptDecryptLarge()
103 frameEncrypt.out = getDirectBuffer(plain.readableBytes() + client.getSuffixLength(), ref); in encryptDecryptLarge()
105 client.encrypt(frameEncrypt.out, frameEncrypt.plain); in encryptDecryptLarge()
[all …]
DAltsTsiFrameProtectorTest.java281 ByteBuf plain = getRandom(payloadBytes, ref); in parseFrame_oneFrameNoFragment() local
294 List<ByteBuf> framePlain = Collections.singletonList(plain); in parseFrame_oneFrameNoFragment()
297 plain.readerIndex(0); in parseFrame_oneFrameNoFragment()
303 assertThat(out1).isEqualTo(plain); in parseFrame_oneFrameNoFragment()
319 ByteBuf plain = getRandom(payloadBytes, ref); in parseFrame_twoFramesNoFragment() local
331 List<ByteBuf> framePlain1 = Collections.singletonList(plain.readSlice(payloadBytes1)); in parseFrame_twoFramesNoFragment()
339 List<ByteBuf> framePlain2 = Collections.singletonList(plain); in parseFrame_twoFramesNoFragment()
344 plain.readerIndex(0); in parseFrame_twoFramesNoFragment()
349 assertThat(out1).isEqualTo(plain); in parseFrame_twoFramesNoFragment()
367 ByteBuf plain = getRandom(payloadBytes, ref); in parseFrame_twoFramesNoFragment_Leftover() local
[all …]
/external/python/cpython3/Lib/test/test_email/
Dtest_headerregistry.py249 'text/plain; charset=us-ascii (Plain text)',
250 'text/plain',
252 'plain',
255 'text/plain; charset="us-ascii"'),
258 'text/plain; charset=us-ascii',
259 'text/plain',
261 'plain',
264 'text/plain; charset="us-ascii"'),
267 'text/plain; charset="us-ascii"',
268 'text/plain',
[all …]
Dtest_message.py29 Content-Type: text/plain; charset="utf-8"
43 # The first argument is a triple (related, html, plain) of indices into the
95 Content-Type: text/plain
118 Content-Type: text/plain
140 Content-Type: text/plain
163 Content-Type: text/plain
186 Content-Type: text/plain
267 Content-Type: text/plain
322 Content-Type: text/plain
381 Content-Type: text/plain
[all …]
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument
110 if (plain != crypt) in crypto_cipher_encrypt()
111 os_memcpy(crypt, plain, len); in crypto_cipher_encrypt()
122 ctx->u.aes.cbc[j] ^= plain[j]; in crypto_cipher_encrypt()
126 plain += AES_BLOCK_SIZE; in crypto_cipher_encrypt()
136 ctx->u.des3.cbc[j] ^= plain[j]; in crypto_cipher_encrypt()
140 plain += 8; in crypto_cipher_encrypt()
150 ctx->u.des3.cbc[j] ^= plain[j]; in crypto_cipher_encrypt()
154 plain += 8; in crypto_cipher_encrypt()
167 u8 *plain, size_t len) in crypto_cipher_decrypt() argument
[all …]
Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument
103 return aes_ecb_encrypt(plain, crypt, skey) == CRYPT_OK ? 0 : -1; in aes_encrypt()
129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument
132 return aes_ecb_encrypt(plain, (u8 *) crypt, skey) == CRYPT_OK ? 0 : -1; in aes_decrypt()
354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument
360 if (plain != crypt) in crypto_cipher_encrypt()
361 os_memcpy(crypt, plain, len); in crypto_cipher_encrypt()
368 res = cbc_encrypt(plain, crypt, len, &ctx->u.cbc); in crypto_cipher_encrypt()
379 u8 *plain, size_t len) in crypto_cipher_decrypt() argument
384 if (plain != crypt) in crypto_cipher_decrypt()
[all …]
/external/libbrillo/brillo/
Dmime_utils.h46 BRILLO_EXPORT extern const char kPlain[]; // text/plain
74 // e.g. Combine("text", "plain", {{"charset", "utf-8"}}) will give:
75 // "text/plain; charset=utf-8"
82 // "text/plain;charset=utf-8" => ("text", "plain")
88 // "text/plain;charset=utf-8" => ("text", "plain", {{"charset","utf-8"}})
95 // "text/plain;charset=utf-8" => "text"
99 // "text/plain;charset=utf-8" => "plain"
103 // "text/plain;charset=utf-8" => {{"charset","utf-8"}}
107 // "text/plain;charset=utf-8" => "text/plain"
112 // "text/plain" => "text/plain; charset=utf-8"
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
DImplicitTuple.java20 * if the tag may be omitted when the scalar is emitted in a plain and non-plain
26 private final boolean plain; field in ImplicitTuple
29 public ImplicitTuple(boolean plain, boolean nonplain) { in ImplicitTuple() argument
30 this.plain = plain; in ImplicitTuple()
36 * plain style.
39 return plain; in canOmitTagInPlainScalar()
44 * non-plain style.
51 return !plain && !nonPlain; in bothFalse()
56 return "implicit=[" + plain + ", " + nonPlain + "]"; in toString()
/external/libxml2/doc/
Dxmllint.xml69 <arg choice="plain"><option>--version</option></arg>
70 <arg choice="plain"><option>--debug</option></arg>
71 <arg choice="plain"><option>--shell</option></arg>
72 …<arg choice="plain"><option>--xpath "<replaceable class="option">XPath_expression</replaceable>"</…
73 <arg choice="plain"><option>--debugent</option></arg>
74 <arg choice="plain"><option>--copy</option></arg>
75 <arg choice="plain"><option>--recover</option></arg>
76 <arg choice="plain"><option>--noent</option></arg>
77 <arg choice="plain"><option>--noout</option></arg>
78 <arg choice="plain"><option>--nonet</option></arg>
[all …]
/external/fonttools/Lib/fontTools/misc/
Deexec.py10 plain = ( (cipher ^ (R>>8)) ) & 0xFF
12 return bytechr(plain), R
14 def _encryptChar(plain, R): argument
15 plain = byteord(plain)
16 cipher = ( (plain ^ (R>>8)) ) & 0xFF
32 plain, R = _decryptChar(cipher, R)
33 plainList.append(plain)
47 for plain in plainstring:
48 cipher, R = _encryptChar(plain, R)
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DScalarToken.java22 private final boolean plain; field in ScalarToken
25 public ScalarToken(String value, Mark startMark, Mark endMark, boolean plain) { in ScalarToken() argument
26 this(value, plain, startMark, endMark, (char) 0); in ScalarToken()
29 public ScalarToken(String value, boolean plain, Mark startMark, Mark endMark, char style) { in ScalarToken() argument
32 this.plain = plain; in ScalarToken()
37 return this.plain; in getPlain()
50 return "value=" + value + ", plain=" + plain + ", style=" + style; in getArguments()
/external/clang/test/CodeGen/
Daddress-sanitizer-and-array-cookie.cpp1 // RUN: %clang_cc1 -triple x86_64-gnu-linux -emit-llvm -o - %s | FileCheck %s -check-prefix=PLAIN
20 // PLAIN-LABEL: CallNew
21 // PLAIN-NOT: nosanitize
22 // PLAIN-NOT: __asan_poison_cxx_array_cookie
31 // PLAIN-LABEL: CallNewNoThrow
32 // PLAIN-NOT: nosanitize
33 // PLAIN-NOT: __asan_poison_cxx_array_cookie
43 // PLAIN-LABEL: CallDelete
44 // PLAIN-NOT: nosanitize
/external/python/cpython2/Doc/library/
Demail.iterators.rst51 text/plain
52 text/plain
55 text/plain
57 text/plain
59 text/plain
61 text/plain
63 text/plain
64 text/plain
/external/python/cpython3/Doc/library/
Demail.iterators.rst62 text/plain
63 text/plain
66 text/plain
68 text/plain
70 text/plain
72 text/plain
74 text/plain
75 text/plain

12345678910>>...110