/external/fmtlib/doc/bootstrap/ |
D | glyphicons.less | 35 .glyphicon-asterisk { &:before { content: "\2a"; } } 36 .glyphicon-plus { &:before { content: "\2b"; } } 38 .glyphicon-eur { &:before { content: "\20ac"; } } 39 .glyphicon-minus { &:before { content: "\2212"; } } 40 .glyphicon-cloud { &:before { content: "\2601"; } } 41 .glyphicon-envelope { &:before { content: "\2709"; } } 42 .glyphicon-pencil { &:before { content: "\270f"; } } 43 .glyphicon-glass { &:before { content: "\e001"; } } 44 .glyphicon-music { &:before { content: "\e002"; } } 45 .glyphicon-search { &:before { content: "\e003"; } } [all …]
|
/external/python/cpython3/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 …]
|
/external/python/cpython3/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 …]
|
/external/python/cpython2/Lib/email/test/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 …]
|
/external/libxml2/result/XPath/tests/ |
D | nodespat | 16 content=txt 18 content=hello 20 content=data 22 content=data 25 content=txt 27 content=hello 29 content=data 31 content=data 40 content=txt 42 content=hello [all …]
|
/external/rust/crates/serde/src/private/ |
D | de.rs | 10 pub use self::content::{ 11 Content, ContentDeserializer, ContentRefDeserializer, EnumDeserializer, 195 mod content { module 219 pub enum Content<'de> { enum 242 Some(Box<Content<'de>>), 245 Newtype(Box<Content<'de>>), 246 Seq(Vec<Content<'de>>), 247 Map(Vec<(Content<'de>, Content<'de>)>), 250 impl<'de> Content<'de> { implementation 253 Content::Str(x) => Some(x), in as_str() [all …]
|
/external/curl/tests/data/ |
D | test2031 | 16 Content-Type: text/html; charset=iso-8859-1 17 Content-Length: 27 26 Content-Type: text/html; charset=iso-8859-1 27 Content-Length: 33 36 Content-Type: text/html; charset=iso-8859-1 37 Content-Length: 29 47 Content-Type: text/html; charset=iso-8859-1 48 Content-Length: 27 57 Content-Type: text/html; charset=iso-8859-1 58 Content-Length: 33 [all …]
|
D | test2028 | 20 Content-Type: text/html; charset=iso-8859-1 21 Content-Length: 27 31 Content-Type: text/html; charset=iso-8859-1 32 Content-Length: 29 43 Content-Type: text/html; charset=iso-8859-1 44 Content-Length: 27 54 Content-Type: text/html; charset=iso-8859-1 55 Content-Length: 33 64 Content-Type: text/html; charset=iso-8859-1 65 Content-Length: 32 [all …]
|
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/ |
D | group.yaml | 1 ## Check how the "Content", "Size" and "Members" keys can be used to 2 ## describe the content for group sections. 4 ## Check we can use the "Content" key with the "Size" key when the size is greater 5 ## than or equal to the content size. 8 # RUN: FileCheck %s --check-prefix=CONTENT-SIZE-ERR 10 # CONTENT-SIZE-ERR: error: Section size must be greater than or equal to the content size 23 Content: [[CONTENT=<none>]] 28 # RUN: FileCheck %s --check-prefix=CHECK-CONTENT -DDATA="0011" 32 # RUN: FileCheck %s --check-prefix=CHECK-CONTENT -DDATA="001100" 34 # CHECK-CONTENT: Name: .group [all …]
|
D | reloc-sec.yaml | 1 ## Check how "Content", "Size" and "Entries" keys can be used to 2 ## describe a content for relocations sections. 4 ## Check we can use the "Content" key with the "Size" key when the size is greater 5 ## than or equal to the content size. 8 # RUN: FileCheck %s --check-prefix=CONTENT-SIZE-ERR 10 # CONTENT-SIZE-ERR: error: Section size must be greater than or equal to the content size 24 Content: [[CONTENT=<none>]] 29 # RUN: FileCheck %s --check-prefix=CHECK-CONTENT -DDATA="0011" 33 # RUN: FileCheck %s --check-prefix=CHECK-CONTENT -DDATA="001100" 35 # CHECK-CONTENT: Name: .rela [all …]
|
D | hash-section.yaml | 3 ## Check we can describe a SHT_HASH section using the "Content" tag. 8 # RUN: FileCheck %s -DENTSIZE=4 --check-prefix=CONTENT 10 # CONTENT: Name: .hash 11 # CONTENT-NEXT: Type: SHT_HASH 12 # CONTENT-NEXT: Flags [ 13 # CONTENT-NEXT: ] 14 # CONTENT-NEXT: Address: 0x0 15 # CONTENT-NEXT: Offset: 0x44 16 # CONTENT-NEXT: Size: 20 17 # CONTENT-NEXT: Link: 1 [all …]
|
D | verdef-section.yaml | 78 ## Check we can use "Content" to describe the content. 81 # RUN: llvm-readobj --sections --section-data %t2 | FileCheck %s --check-prefix=CONTENT 83 # CONTENT: Name: .gnu.version_d 84 # CONTENT-NEXT: Type: SHT_GNU_verdef 85 # CONTENT-NEXT: Flags [ (0x2) 86 # CONTENT-NEXT: SHF_ALLOC (0x2) 87 # CONTENT-NEXT: ] 88 # CONTENT-NEXT: Address: 0x0 89 # CONTENT-NEXT: Offset: 0x40 90 # CONTENT-NEXT: Size: 3 [all …]
|
/external/libexif/libexif/ |
D | exif-content.c | 1 /* exif-content.c 23 #include <libexif/exif-content.h> 46 ExifContent *content = exif_content_new_mem (mem); in exif_content_new() local 50 return content; in exif_content_new() 56 ExifContent *content; in exif_content_new_mem() local 60 content = exif_mem_alloc (mem, (ExifLong) sizeof (ExifContent)); in exif_content_new_mem() 61 if (!content) in exif_content_new_mem() 63 content->priv = exif_mem_alloc (mem, in exif_content_new_mem() 65 if (!content->priv) { in exif_content_new_mem() 66 exif_mem_free (mem, content); in exif_content_new_mem() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MultipartMimeContentImpl.java | 21 * Content list for multipart mime content type. 27 private List<Content> contentList = new LinkedList<Content>(); 36 * Creates a default content list. 47 … * @see gov.nist.javax.sip.message.MultipartMimeContentExt#add(gov.nist.javax.sip.message.Content) 49 public boolean add(Content content) { in add() argument 50 return contentList.add((ContentImpl) content); in add() 71 for (Content content : this.contentList) { in toString() 72 stringBuffer.append(content.toString()); in toString() 79 * unpack a multipart mime packet and return a list of content packets. 81 * @return -- an iterator of Content blocks. [all …]
|
/external/doclava/res/assets/templates/assets/ |
D | style.css | 8 div#jd-content table { 12 div#jd-content td, div#jd-content th { 16 div#jd-content table.jd-linktable { 21 div#jd-content p.jd-deprecated-warning { 26 div#jd-content table.jd-linktable th { 38 div#jd-content table.jd-linktable td { 42 div#jd-content table.jd-linktable td p { 48 div#jd-content table.jd-linktable .jd-linkcol { 59 div#jd-content table.jd-linktable .jd-descrcol { 70 div#jd-content table.jd-linktable .jd-descrcol p { [all …]
|
/external/cpuinfo/test/mock/ |
D | galaxy-s9-us.h | 6 .content = 86 .content = 174 .content = "1\n", 179 .content = "257\n", 184 .content = "6\n", 189 .content = "234:0\n", 194 .content = "710 675 596 520 414 342 257 \n", 199 .content = "0\n", 204 .content = "1\n", 209 .content = "0x0\n", [all …]
|
D | pixel-c.h | 5 .content = 42 .content = "3\n", 47 .content = "0-3\n", 52 .content = "0-3\n", 57 .content = "0-3\n", 62 .content = "\n", 67 .content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n", 72 .content = 98 .content = 107 .content = "arm_idle\n", [all …]
|
D | pixel-2-xl.h | 5 .content = 84 .content = "7\n", 89 .content = "0-7\n", 94 .content = "0-7\n", 99 .content = "0-7\n", 104 .content = "\n", 109 .content = "cpu:type:aarch64:feature:,0000,0001,0002,0003,0004,0005,0006,0007\n", 114 .content = 173 .content = "msm_idle\n", 178 .content = "qcom\n", [all …]
|
D | oneplus-5.h | 6 .content = 86 .content = 174 .content = "0\n", 179 .content = "\n", 184 .content = "Snapdragon\n", 189 .content = "3\n", 194 .content = "MTP\n", 199 .content = 206 .content = 213 .content = [all …]
|
D | oneplus-5t.h | 6 .content = 86 .content = 174 .content = "0\n", 179 .content = "\n", 184 .content = "Snapdragon\n", 189 .content = "3\n", 194 .content = "MTP\n", 199 .content = 206 .content = 213 .content = [all …]
|
/external/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 …]
|
/external/python/apitools/apitools/base/py/ |
D | batch_test.py | 110 'content-type': 'multipart/mixed; boundary="None"', 111 'content-length': 80, 119 'content-type': 'multipart/mixed; boundary="None"', 120 'content-length': 419, 124 'content-type': 'multipart/mixed; boundary="boundary"', 127 content-type: text/plain 128 content-id: <id+0> 158 self.assertEqual('content', response.content) 169 'content-type': 'multipart/mixed; boundary="None"', 170 'content-length': 80, [all …]
|
/external/libtextclassifier/native/utils/ |
D | resources_test.cc | 71 test_resources.resource_entry.back()->resource.back()->content = "localize"; in BuildTestResources() 80 test_resources.resource_entry.back()->resource.back()->content = "localise"; in BuildTestResources() 85 test_resources.resource_entry.back()->resource.back()->content = in BuildTestResources() 91 test_resources.resource_entry.back()->resource.back()->content = in BuildTestResources() 98 test_resources.resource_entry.back()->resource.back()->content = in BuildTestResources() 104 test_resources.resource_entry.back()->resource.back()->content = in BuildTestResources() 110 test_resources.resource_entry.back()->resource.back()->content = "龙"; in BuildTestResources() 115 test_resources.resource_entry.back()->resource.back()->content = "龍"; in BuildTestResources() 131 std::string content; in TEST_F() local 133 /*resource_name=*/"A", &content)); in TEST_F() [all …]
|