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

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/resources/pyyaml/
spec-10-02.data 5 plain
spec-08-12.data 6 !!str , # Empty plain scalar
7 '', # Empty plain scalar
spec-06-06.data 0 plain: text
spec-08-15.data 1 - # Empty plain scalar
spec-02-18.data 0 plain:
spec-10-14.data 0 plain key: # empty value
spec-05-12.data 9 indentation, in plain scalar
  /external/mesa3d/src/amd/vulkan/
vk_format_layout.csv 4 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, rg
    [all...]
  /external/llvm/test/YAMLParser/
spec-08-12.test 8 !!str , # Empty plain scalar
9 '', # Empty plain scalar
spec-08-15.test 3 - # Empty plain scalar
spec-10-02.test 7 plain
spec-02-18.test 3 plain:
spec-06-06.test 3 plain: text
spec-10-14.test 3 plain key: # empty value
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.csv 36 # - 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 , un5 , yzw
    [all...]
  /external/snakeyaml/src/test/resources/specification/
example2_18.yaml 0 plain:
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
MediaTypeTest.java 38 MediaType mediaType = MediaType.parse("text/plain;boundary=foo;charset=utf-8");
40 assertEquals("plain", mediaType.subtype());
42 assertEquals("text/plain;boundary=foo;charset=utf-8", mediaType.toString());
43 assertTrue(mediaType.equals(MediaType.parse("text/plain;boundary=foo;charset=utf-8")));
45 MediaType.parse("text/plain;boundary=foo;charset=utf-8").hashCode());
49 assertMediaType("text/plain");
53 assertMediaType("text/plain; a=1");
54 assertMediaType("text/plain; a=1; a=2; b=3");
55 assertMediaType("text/plain; charset=utf-16");
56 assertMediaType("text/plain; \t \n \r a=b")
    [all...]
  /external/fonttools/Lib/fontTools/misc/
eexec.py 10 plain = ( (cipher ^ (R>>8)) ) & 0xFF
12 return bytechr(plain), R
14 def _encryptChar(plain, R):
15 plain = byteord(plain)
16 cipher = ( (plain ^ (R>>8)) ) & 0xFF
24 plain, R = _decryptChar(cipher, R)
25 plainList.append(plain)
31 for plain in plainstring:
32 cipher, R = _encryptChar(plain, R
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
MediaTypeTest.java 103 assertEquals("text", MediaType.parse("text/plain").type());
109 assertEquals("plain", MediaType.parse("text/plain").subtype());
118 assertEquals(ImmutableListMultimap.of(), MediaType.parse("text/plain").parameters());
133 assertEquals(MediaType.parse("text/plain; a=1; a=2; b=3"),
134 MediaType.parse("text/plain").withParameters(PARAMETERS));
135 assertEquals(MediaType.parse("text/plain; a=1; a=2; b=3"),
136 MediaType.parse("text/plain; a=1; a=2; b=3").withParameters(PARAMETERS));
140 MediaType mediaType = MediaType.parse("text/plain");
150 assertEquals(MediaType.parse("text/plain; a=1")
    [all...]
  /external/apache-harmony/luni/src/test/resources/net.resources/HTTP/cgi-bin/
test.pl 2 print "Content-type: text/plain\n\n";
  /external/clang/test/CodeGen/
address-sanitizer-and-array-cookie.cpp 1 // 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/curl/tests/data/
test819 6 SASL AUTH PLAIN
15 AUTH PLAIN
37 IMAP plain authentication
49 A002 AUTHENTICATE PLAIN
test865 6 SASL AUTH PLAIN
17 AUTH PLAIN
39 POP3 plain authentication
51 AUTH PLAIN
test871 6 SASL AUTH PLAIN
18 AUTH PLAIN
39 POP3 plain authentication with initial response
51 AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
ScalarToken.java 22 private final boolean plain; field in class:ScalarToken
25 public ScalarToken(String value, Mark startMark, Mark endMark, boolean plain) {
26 this(value, plain, startMark, endMark, (char) 0);
29 public ScalarToken(String value, boolean plain, Mark startMark, Mark endMark, char style) {
32 this.plain = plain;
37 return this.plain;
50 return "value=" + value + ", plain=" + plain + ", style=" + style;

Completed in 1278 milliseconds

1 2 3 4 5 6 7 8 91011>>