/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 …]
|
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 …]
|
/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/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/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 …]
|
D | test2025 | 20 Content-Type: text/html; charset=iso-8859-1 21 Content-Length: 29 32 Content-Type: text/html; charset=iso-8859-1 33 Content-Length: 27 43 Content-Type: text/html; charset=iso-8859-1 44 Content-Length: 33 53 Content-Type: text/html; charset=iso-8859-1 54 Content-Length: 32 63 Content-Type: text/html; charset=iso-8859-1 64 Content-Length: 29 [all …]
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/ |
D | OGLES3ColourGrading.vcxproj | 166 <ClCompile Include="..\..\Content\FragShader.cpp" /> 167 <ClCompile Include="..\..\Content\VertShader.cpp" /> 168 <ClCompile Include="..\..\Content\SceneFragShader.cpp" /> 169 <ClCompile Include="..\..\Content\SceneVertShader.cpp" /> 170 <ClCompile Include="..\..\Content\BackgroundFragShader.cpp" /> 171 <ClCompile Include="..\..\Content\Mask.cpp" /> 172 <ClCompile Include="..\..\Content\MaskTexture.cpp" /> 173 <ClCompile Include="..\..\Content\Background.cpp" /> 174 <ClCompile Include="..\..\Content\identity.cpp" /> 175 <ClCompile Include="..\..\Content\cooler.cpp" /> [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/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/ |
D | OGLES2ChameleonMan.vcxproj | 166 <ClCompile Include="..\..\Content\skyline.cpp" /> 167 <ClCompile Include="..\..\Content\Wall_diffuse_baked.cpp" /> 168 <ClCompile Include="..\..\Content\Tang_space_BodyMap.cpp" /> 169 <ClCompile Include="..\..\Content\Tang_space_LegsMap.cpp" /> 170 <ClCompile Include="..\..\Content\Tang_space_BeltMap.cpp" /> 171 <ClCompile Include="..\..\Content\FinalChameleonManLegs.cpp" /> 172 <ClCompile Include="..\..\Content\FinalChameleonManHeadBody.cpp" /> 173 <ClCompile Include="..\..\Content\lamp.cpp" /> 174 <ClCompile Include="..\..\Content\ChameleonBelt.cpp" /> 175 <ClCompile Include="..\..\Content\SkinnedVertShader.cpp" /> [all …]
|
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/ |
D | DeflateCompressorTest.java | 41 private final static byte[] CONTENT = new DefaultDeflateCompatibilityWindow().getCorpus(); field in DeflateCompressorTest 46 private static class Content { class in DeflateCompressorTest 56 * Uncompress some content with Java's built-in {@link Inflater} as a sanity check against our own 80 rawContentIn = new ByteArrayInputStream(CONTENT); in setUp() 88 Assert.assertTrue(compressedContentOut.size() < CONTENT.length); in testCompress() 91 Assert.assertArrayEquals(CONTENT, uncompressed); in testCompress() 112 Assert.assertArrayEquals(CONTENT, uncompressedWithNowrapOn); 117 rawContentIn = new ByteArrayInputStream(CONTENT); 124 Assert.assertArrayEquals(CONTENT, uncompressedWithNowrapOff); 133 Content[] content = new Content[3]; [all …]
|
/external/libtextclassifier/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() 144 std::string content; in TEST_P() local 146 /*resource_name=*/"A", &content)); in TEST_P() [all …]
|
/external/python/httplib2/tests/ |
D | test_encoding.py | 9 headers={"content-encoding": "gzip", "content-length": 42} 12 response, content = http.request(uri, "HEAD") 14 assert int(response["content-length"]) != 0 15 assert content == b"" 22 headers={"content-encoding": "gzip"}, 26 response, content = http.request(uri, "GET") 28 assert "content-encoding" not in response 29 assert "-content-encoding" in response 30 assert int(response["content-length"]) == len(b"properly compressed") 31 assert content == b"properly compressed" [all …]
|
D | test_http.py | 25 response, content = http.request( 28 assert response["content-location"] == DUMMY_URL 29 assert content == b"the body" 38 response, content = http.request( 55 response, content = http.request("http://no-such-hostname./") 56 assert response["content-type"] == "text/plain" 57 assert content.startswith(b"Unable to find") 85 response, content = http.request(DUMMY_URL) 86 content = content.lower() 87 assert response["content-type"] == "text/plain" [all …]
|
/external/skia/src/pdf/ |
D | SkPDFUtils.cpp | 59 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() argument 60 SkPDFUtils::AppendScalar(x, content); in MoveTo() 61 content->writeText(" "); in MoveTo() 62 SkPDFUtils::AppendScalar(y, content); in MoveTo() 63 content->writeText(" m\n"); in MoveTo() 66 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() argument 67 SkPDFUtils::AppendScalar(x, content); in AppendLine() 68 content->writeText(" "); in AppendLine() 69 SkPDFUtils::AppendScalar(y, content); in AppendLine() 70 content->writeText(" l\n"); in AppendLine() [all …]
|
/external/skqp/src/pdf/ |
D | SkPDFUtils.cpp | 59 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() argument 60 SkPDFUtils::AppendScalar(x, content); in MoveTo() 61 content->writeText(" "); in MoveTo() 62 SkPDFUtils::AppendScalar(y, content); in MoveTo() 63 content->writeText(" m\n"); in MoveTo() 66 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() argument 67 SkPDFUtils::AppendScalar(x, content); in AppendLine() 68 content->writeText(" "); in AppendLine() 69 SkPDFUtils::AppendScalar(y, content); in AppendLine() 70 content->writeText(" l\n"); in AppendLine() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
D | AbstractBox.java | 56 private ByteBuffer content; field in AbstractBox 70 * Get the box's content size without its header. This must be the exact number of bytes 73 * @return Gets the box's content size in bytes 79 * Write the box's content into the given <code>ByteBuffer</code>. This must include flags 83 * @param byteBuffer the sink for the box's content 90 * @param content the box's raw content beginning after the 4-cc field. 92 protected abstract void _parseDetails(ByteBuffer content); in _parseDetails() argument 95 * Read the box's content from a byte channel without parsing it. Parsing is done on-demand. 109 …content = ((FileChannel) readableByteChannel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) re… in parse() 113 content = ChannelHelper.readFully(readableByteChannel, contentSize); in parse() [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | dfareporting_v2_8.contentCategories.html | 79 <p class="firstline">Deletes an existing content category.</p> 82 <p class="firstline">Gets one content category by ID.</p> 85 <p class="firstline">Inserts a new content category.</p> 88 <p class="firstline">Retrieves a list of content categories, possibly filtered. This method support… 94 <p class="firstline">Updates an existing content category. This method supports patch semantics.</p> 97 <p class="firstline">Updates an existing content category.</p> 101 <pre>Deletes an existing content category. 105 id: string, Content category ID. (required) 111 <pre>Gets one content category by ID. 115 id: string, Content category ID. (required) [all …]
|
D | dfareporting_v2_7.contentCategories.html | 79 <p class="firstline">Deletes an existing content category.</p> 82 <p class="firstline">Gets one content category by ID.</p> 85 <p class="firstline">Inserts a new content category.</p> 88 <p class="firstline">Retrieves a list of content categories, possibly filtered. This method support… 94 <p class="firstline">Updates an existing content category. This method supports patch semantics.</p> 97 <p class="firstline">Updates an existing content category.</p> 101 <pre>Deletes an existing content category. 105 id: string, Content category ID. (required) 111 <pre>Gets one content category by ID. 115 id: string, Content category ID. (required) [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 …]
|