| /third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/ |
| D | struct-packing.comp | 33 struct Content 48 Content content; 49 Content content1[2]; 50 Content content2; 64 Content content; 65 Content content1[2]; 66 Content content2; 80 ssbo_430.content.m0s[0].a[0] = ssbo_140.content.m0s[0].a[0]; 81 ssbo_430.content.m0s[0].b = ssbo_140.content.m0s[0].b; 82 ssbo_430.content.m1s[0].a = ssbo_140.content.m1s[0].a; [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/ |
| D | struct-packing-scalar.nocompat.invalid.vk.comp.vk | 34 struct Content 49 Content content; 50 Content content1[2]; 51 Content content2; 65 Content content; 66 Content content1[2]; 67 Content content2; 81 ssbo_430.content.m0s[0].a[0] = ssbo_140.content.m0s[0].a[0]; 82 ssbo_430.content.m0s[0].b = ssbo_140.content.m0s[0].b; 83 ssbo_430.content.m1s[0].a = ssbo_140.content.m1s[0].a; [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/ |
| D | struct-packing.comp | 33 struct Content 48 Content content; 49 Content content1[2]; 50 Content content2; 64 Content content; 65 Content content1[2]; 66 Content content2; 80 ssbo_430.content.m0s[0].a[0] = ssbo_140.content.m0s[0].a[0]; 81 ssbo_430.content.m0s[0].b = ssbo_140.content.m0s[0].b; 82 ssbo_430.content.m1s[0].a = ssbo_140.content.m1s[0].a; [all …]
|
| /third_party/python/Lib/test/test_email/ |
| D | test_contentmanager.py | 28 m['Content-Type'] = 'text/plain' 43 m['Content-Type'] = 'text/plain' 51 m['Content-Type'] = 'text/plain' 116 m['Content-Type'] = 'multipart/foo' 122 m['Content-Foo'] = 'bar' 123 m['Content-Type'] = 'text/html' 129 self.assertIsNone(m['Content-Foo']) 130 self.assertIsNone(m['Content-Type']) 150 Content-Type: text/plain 158 Content-Type: text/html [all …]
|
| D | test_message.py | 29 Content-Type: text/plain; charset="utf-8" 78 Content-Type: image/jpg 90 Content-Type: multipart/alternative; boundary="===" 95 Content-Type: text/plain 100 Content-Type: text/html 113 Content-Type: multipart/mixed; boundary="===" 118 Content-Type: text/plain 123 Content-Type: text/html 137 Content-Type: multipart/mixed; boundary="===" 140 Content-Type: text/plain [all …]
|
| /third_party/python/Lib/test/test_email/data/ |
| D | msg_39.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 6 Content-ID: <20592.1022586929.1@example.com> 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa1" 10 Content-ID: <20592.1022586929.2@example.com> 13 Content-Type: application/octet-stream 14 Content-ID: <20592.1022586929.3@example.com> 15 Content-Description: patch1 16 Content-Transfer-Encoding: base64 21 Content-Type: application/octet-stream [all …]
|
| D | msg_38.txt | 2 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" 5 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa1" 6 Content-ID: <20592.1022586929.1@example.com> 9 Content-Type: multipart/alternative; boundary="----- =_aaaaaaaaaa2" 10 Content-ID: <20592.1022586929.2@example.com> 13 Content-Type: text/plain 14 Content-ID: <20592.1022586929.3@example.com> 15 Content-Description: very tricky 16 Content-Transfer-Encoding: 7bit 39 Content-Type: application/octet-stream [all …]
|
| /third_party/libexif/libexif/ |
| D | exif-content.c | 1 /* exif-content.c 23 #include <libexif/exif-content.h> 51 ExifContent *content = exif_content_new_mem (mem); in exif_content_new() local 55 return content; in exif_content_new() 61 ExifContent *content; in exif_content_new_mem() local 65 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent)); in exif_content_new_mem() 66 if (!content) in exif_content_new_mem() 68 content->priv = exif_mem_alloc (mem, in exif_content_new_mem() 70 if (!content->priv) { in exif_content_new_mem() 71 exif_mem_free (mem, content); in exif_content_new_mem() [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/comp/ |
| D | struct-packing-scalar.nocompat.invalid.vk.comp | 34 struct Content 48 Content content; 49 Content content1[2]; 50 Content content2; 104 Content_1 content; 129 ssbo_scalar.content.m0s[0].a[0] = ssbo_140.content.m0s[0].a[0]; 130 ssbo_scalar.content.m0s[0].b = ssbo_140.content.m0s[0].b; 131 ssbo_scalar.content.m1s[0].a = float3(ssbo_140.content.m1s[0].a); 132 ssbo_scalar.content.m1s[0].b = ssbo_140.content.m1s[0].b; 133 ssbo_scalar.content.m2s[0].a[0] = ssbo_140.content.m2s[0].a[0]; [all …]
|
| /third_party/rust/crates/serde/serde/src/private/ |
| D | de.rs | 13 pub use self::content::{ 14 Content, ContentDeserializer, ContentRefDeserializer, EnumDeserializer, 198 mod content { module 223 pub enum Content<'de> { enum 246 Some(Box<Content<'de>>), 249 Newtype(Box<Content<'de>>), 250 Seq(Vec<Content<'de>>), 251 Map(Vec<(Content<'de>, Content<'de>)>), 254 impl<'de> Content<'de> { implementation 257 Content::Str(x) => Some(x), in as_str() [all …]
|
| /third_party/curl/tests/data/ |
| D | test2031 | 17 Content-Type: text/html; charset=iso-8859-1 18 Content-Length: 27 27 Content-Type: text/html; charset=iso-8859-1 28 Content-Length: 33 37 Content-Type: text/html; charset=iso-8859-1 38 Content-Length: 29 48 Content-Type: text/html; charset=iso-8859-1 49 Content-Length: 27 58 Content-Type: text/html; charset=iso-8859-1 59 Content-Length: 33 [all …]
|
| D | test2028 | 21 Content-Type: text/html; charset=iso-8859-1 22 Content-Length: 27 32 Content-Type: text/html; charset=iso-8859-1 33 Content-Length: 29 44 Content-Type: text/html; charset=iso-8859-1 45 Content-Length: 27 55 Content-Type: text/html; charset=iso-8859-1 56 Content-Length: 33 65 Content-Type: text/html; charset=iso-8859-1 66 Content-Length: 32 [all …]
|
| D | test2025 | 21 Content-Type: text/html; charset=iso-8859-1 22 Content-Length: 29 33 Content-Type: text/html; charset=iso-8859-1 34 Content-Length: 27 44 Content-Type: text/html; charset=iso-8859-1 45 Content-Length: 33 54 Content-Type: text/html; charset=iso-8859-1 55 Content-Length: 32 64 Content-Type: text/html; charset=iso-8859-1 65 Content-Length: 29 [all …]
|
| D | test2030 | 33 Content-Type: text/html; charset=iso-8859-1 34 Content-Length: 27 44 Content-Type: text/html; charset=iso-8859-1 45 Content-Length: 33 54 Content-Type: text/html; charset=iso-8859-1 55 Content-Length: 29 66 Content-Type: text/html; charset=iso-8859-1 67 Content-Length: 27 77 Content-Type: text/html; charset=iso-8859-1 78 Content-Length: 32 [all …]
|
| D | test2029 | 21 Content-Type: text/html; charset=iso-8859-1 22 Content-Length: 27 32 Content-Type: text/html; charset=iso-8859-1 33 Content-Length: 33 42 Content-Type: text/html; charset=iso-8859-1 43 Content-Length: 29 54 Content-Type: text/html; charset=iso-8859-1 55 Content-Length: 32 64 Content-Type: text/html; charset=iso-8859-1 65 Content-Length: 27 [all …]
|
| D | test2027 | 27 Content-Type: text/html; charset=iso-8859-1 28 Content-Length: 27 37 Content-Type: text/html; charset=iso-8859-1 38 Content-Length: 29 48 Content-Type: text/html; charset=iso-8859-1 49 Content-Length: 27 58 Content-Type: text/html; charset=iso-8859-1 59 Content-Length: 32 68 Content-Type: text/html; charset=iso-8859-1 69 Content-Length: 27 [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
| D | struct-packing.comp | 37 struct Content 53 Content content; 54 Content content1[2]; 55 Content content2; 116 Content_1 content; 126 Content_1 _60 = ssbo_140.content; 127 ssbo_430.content.m0s[0].a[0] = _60.m0s[0].a[0]; 128 ssbo_430.content.m0s[0].b = _60.m0s[0].b; 129 ssbo_430.content.m1s[0].a = float3(_60.m1s[0].a); 130 ssbo_430.content.m1s[0].b = _60.m1s[0].b; [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
| D | struct-packing.comp | 37 struct Content 53 Content content; 54 Content content1[2]; 55 Content content2; 116 Content_1 content; 126 Content_1 _60 = ssbo_140.content; 127 ssbo_430.content.m0s[0].a[0] = _60.m0s[0].a[0]; 128 ssbo_430.content.m0s[0].b = _60.m0s[0].b; 129 ssbo_430.content.m1s[0].a = float3(_60.m1s[0].a); 130 ssbo_430.content.m1s[0].b = _60.m1s[0].b; [all …]
|
| /third_party/skia/src/pdf/ |
| D | SkPDFUtils.cpp | 61 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() argument 62 SkPDFUtils::AppendScalar(x, content); in MoveTo() 63 content->writeText(" "); in MoveTo() 64 SkPDFUtils::AppendScalar(y, content); in MoveTo() 65 content->writeText(" m\n"); in MoveTo() 68 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() argument 69 SkPDFUtils::AppendScalar(x, content); in AppendLine() 70 content->writeText(" "); in AppendLine() 71 SkPDFUtils::AppendScalar(y, content); in AppendLine() 72 content->writeText(" l\n"); in AppendLine() [all …]
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| D | getsockopt_network.c | 36 int content = getsockopt(sockfd, SOL_SOCKET, SO_DEBUG, &optval, (socklen_t *)(&optlen)); in getsockopt_0100() local 37 EXPECT_EQ("getsockopt_0100", content, 0); in getsockopt_0100() 50 int content = getsockopt(sockfd, SOL_SOCKET, SO_REUSEADDR, &optval, (socklen_t *)(&optlen)); in getsockopt_0200() local 51 EXPECT_EQ("getsockopt_0200", content, 0); in getsockopt_0200() 64 int content = getsockopt(sockfd, SOL_SOCKET, SO_TYPE, &optval, (socklen_t *)(&optlen)); in getsockopt_0300() local 65 EXPECT_EQ("getsockopt_0300", content, 0); in getsockopt_0300() 78 int content = getsockopt(sockfd, SOL_SOCKET, SO_ERROR, &optval, (socklen_t *)(&optlen)); in getsockopt_0400() local 79 EXPECT_EQ("getsockopt_0400", content, 0); in getsockopt_0400() 92 int content = getsockopt(sockfd, SOL_SOCKET, SO_DONTROUTE, &optval, (socklen_t *)(&optlen)); in getsockopt_0500() local 93 EXPECT_EQ("getsockopt_0500", content, 0); in getsockopt_0500() [all …]
|
| /third_party/nghttp2/doc/ |
| D | mkapiref.py | 33 def __init__(self, name, content, domain, filename): argument 35 self.content = content 44 for line in self.content: 48 def __init__(self, name, content, members, member_domain): argument 50 self.content = content 58 for line in self.content: 61 for name, content in self.members: 64 for line in content: 69 def __init__(self, name, content, members): argument 71 self.content = content [all …]
|
| /third_party/ltp/docparse/ |
| D | testinfo.pl | 49 my ($fh, $json, $title, $content) = @_; 57 $content 170 my $content; 172 $content .= print_defined("URL", $json->{'testsuite'}->{'url'}); 173 $content .= print_defined("Version", $json->{'testsuite'}->{'version'}); 174 $content .= print_defined("Default timeout", $json->{'defaults'}->{'timeout'}, "seconds"); 176 return $content; 188 my $content; 193 $content .= "\n"; 196 $content .= reference($name, delimiter => " "); [all …]
|
| /third_party/curl/src/ |
| D | tool_urlglob.c | 44 pat->content.Set.size = 1; in glob_fixed() 45 pat->content.Set.ptr_s = 0; in glob_fixed() 48 pat->content.Set.elements = malloc(sizeof(char *)); in glob_fixed() 50 if(!pat->content.Set.elements) in glob_fixed() 53 pat->content.Set.elements[0] = malloc(len + 1); in glob_fixed() 54 if(!pat->content.Set.elements[0]) in glob_fixed() 57 memcpy(pat->content.Set.elements[0], fixed, len); in glob_fixed() 58 pat->content.Set.elements[0][len] = 0; in glob_fixed() 107 pat->content.Set.size = 0; in glob_set() 108 pat->content.Set.ptr_s = 0; in glob_set() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | indexedAccessTypeConstraints.types | 5 content: T; 6 >content : T 41 return this.getData().get('content'); 42 >this.getData().get('content') : C 43 >this.getData().get : <K extends "content">(prop: K) => IData<C>[K] 48 >get : <K extends "content">(prop: K) => IData<C>[K] 49 >'content' : "content" 60 return this.getData().get('content'); 61 >this.getData().get('content') : T["content"] 68 >'content' : "content" [all …]
|
| /third_party/typescript/src/testRunner/unittests/tscWatch/ |
| D | incremental.ts | 7 content: JSON.stringify({ compilerOptions: { incremental: true } }) 65 content: "const x = 10;" 69 content: "const y = 20;" 73 … const modifiedFile2Content = file2.content.replace("y", "z").replace("20", "10"); 88 content: `const y: string = 20;` 91 modifyFs: host => host.writeFile(file1.path, file1.content.replace("x", "z")), 97 … content: JSON.stringify({ compilerOptions: { incremental: true, outFile: "out.js" } }) 106 content: "export const x = 10;" 110 content: "export const y = 20;" 114 content: JSON.stringify({ compilerOptions: { incremental: true, module: "amd" } }) constant [all …]
|