/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/ |
H A D | 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… [all …]
|
/aosp_15_r20/external/speex/doc/ |
H A D | manual.lyx | 73 \begin_layout Plain Layout 165 \begin_layout Plain Layout 289 \begin_layout Plain Layout 375 \begin_layout Plain Layout 408 \begin_layout Plain Layout 418 \begin_layout Plain Layout 428 \begin_layout Plain Layout 492 \begin_layout Plain Layout 512 \begin_layout Plain Layout 528 \begin_layout Plain Layout [all …]
|
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | u_format.yaml | 21 # - channel encoding (only meaningful for plain layout), containing for each 41 layout: plain 50 layout: plain 60 layout: plain 70 layout: plain 76 layout: plain 82 layout: plain 88 layout: plain 98 layout: plain 104 layout: plain [all …]
|
/aosp_15_r20/external/llvm/test/Other/ |
H A D | constant-fold-gep-address-spaces.ll | 1 ; "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 …]
|
H A D | constant-fold-gep.ll | 1 ; "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 …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/net/ |
H A D | MediaTypeTest.java | 226 assertEquals("text", MediaType.parse("text/plain").type()); 231 assertEquals("plain", MediaType.parse("text/plain").subtype()); 239 assertEquals(ImmutableListMultimap.of(), MediaType.parse("text/plain").parameters()); 254 MediaType.parse("text/plain; a=1; a=2; b=3"), 255 MediaType.parse("text/plain").withParameters(PARAMETERS)); 257 MediaType.parse("text/plain; a=1; a=2; b=3"), 258 MediaType.parse("text/plain; a=1; a=2; b=3").withParameters(PARAMETERS)); 262 MediaType mediaType = MediaType.parse("text/plain"); 273 MediaType mediaType = MediaType.parse("text/plain"); 283 MediaType mediaType = MediaType.parse("text/plain"); [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/net/ |
H A D | MediaTypeTest.java | 226 assertEquals("text", MediaType.parse("text/plain").type()); 231 assertEquals("plain", MediaType.parse("text/plain").subtype()); 239 assertEquals(ImmutableListMultimap.of(), MediaType.parse("text/plain").parameters()); 254 MediaType.parse("text/plain; a=1; a=2; b=3"), 255 MediaType.parse("text/plain").withParameters(PARAMETERS)); 257 MediaType.parse("text/plain; a=1; a=2; b=3"), 258 MediaType.parse("text/plain; a=1; a=2; b=3").withParameters(PARAMETERS)); 262 MediaType mediaType = MediaType.parse("text/plain"); 273 MediaType mediaType = MediaType.parse("text/plain"); 283 MediaType mediaType = MediaType.parse("text/plain"); [all …]
|
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
H A D | MediaTypeTest.java | 38 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tokenizer/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/any/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/conversion/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/system/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/foreach/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/integer/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/ |
D | .gitattributes | 1 * text=auto !eol svneol=native#text/plain 2 *.gitattributes text svneol=native#text/plain 5 *.bat text svneol=native#text/plain 7 *.cgi text svneol=native#text/plain 8 *.cmd text svneol=native#text/plain 32 *.dsp text svneol=crlf#text/plain 33 *.dsw text svneol=crlf#text/plain 44 *.sln text svneol=native#text/plain 55 .htaccess text svneol=native#text/plain 57 *.cmake text svneol=native#text/plain [all …]
|