Home
last modified time | relevance | path

Searched full:content (Results 1 – 25 of 7232) sorted by relevance

12345678910>>...290

/external/python/cpython3/Lib/test/test_email/
Dtest_contentmanager.py28 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 …]
Dtest_message.py29 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/cpython2/Lib/email/test/data/
Dmsg_39.txt2 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 …]
Dmsg_38.txt2 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/cpython3/Lib/test/test_email/data/
Dmsg_39.txt2 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 …]
Dmsg_38.txt2 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/
Dnodespat16 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/skia/src/pdf/
DSkPDFUtils.cpp46 void SkPDFUtils::AppendTransform(const SkMatrix& matrix, SkWStream* content) { in AppendTransform() argument
52 SkPDFUtils::AppendScalar(values[i], content); in AppendTransform()
53 content->writeText(" "); in AppendTransform()
55 content->writeText("cm\n"); in AppendTransform()
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()
67 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() argument
[all …]
/external/skqp/src/pdf/
DSkPDFUtils.cpp46 void SkPDFUtils::AppendTransform(const SkMatrix& matrix, SkWStream* content) { in AppendTransform() argument
52 SkPDFUtils::AppendScalar(values[i], content); in AppendTransform()
53 content->writeText(" "); in AppendTransform()
55 content->writeText("cm\n"); in AppendTransform()
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()
67 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() argument
[all …]
/external/libexif/libexif/
Dexif-content.c1 /* 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/
Dtest203116 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 …]
Dtest202820 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 …]
Dtest202520 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 …]
Dtest203032 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: 29
65 Content-Type: text/html; charset=iso-8859-1
66 Content-Length: 27
76 Content-Type: text/html; charset=iso-8859-1
77 Content-Length: 32
[all …]
Dtest202920 Content-Type: text/html; charset=iso-8859-1
21 Content-Length: 27
31 Content-Type: text/html; charset=iso-8859-1
32 Content-Length: 33
41 Content-Type: text/html; charset=iso-8859-1
42 Content-Length: 29
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: 27
[all …]
Dtest202727 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 …]
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/
DOGLES3ColourGrading.vcxproj162 <ClCompile Include="..\..\Content\FragShader.cpp" />
163 <ClCompile Include="..\..\Content\VertShader.cpp" />
164 <ClCompile Include="..\..\Content\SceneFragShader.cpp" />
165 <ClCompile Include="..\..\Content\SceneVertShader.cpp" />
166 <ClCompile Include="..\..\Content\BackgroundFragShader.cpp" />
167 <ClCompile Include="..\..\Content\Mask.cpp" />
168 <ClCompile Include="..\..\Content\MaskTexture.cpp" />
169 <ClCompile Include="..\..\Content\Background.cpp" />
170 <ClCompile Include="..\..\Content\identity.cpp" />
171 <ClCompile Include="..\..\Content\cooler.cpp" />
[all …]
DOGLES3ColourGrading.vcxproj.filters16 <Filter Include="Content Files">
19 <Filter Include="Content Files\Scene Files">
23 <Filter Include="Content Files\Generic Files">
27 <Filter Include="Content Files\Shaders">
31 <Filter Include="Content Files\Textures">
71 <ClCompile Include="..\..\Content\FragShader.cpp">
74 <ClCompile Include="..\..\Content\VertShader.cpp">
77 <ClCompile Include="..\..\Content\SceneFragShader.cpp">
80 <ClCompile Include="..\..\Content\SceneVertShader.cpp">
83 <ClCompile Include="..\..\Content\BackgroundFragShader.cpp">
[all …]
/external/nist-sip/java/gov/nist/javax/sip/message/
DMultipartMimeContentImpl.java21 * 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/
Dstyle.css8 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/
DOGLES2ChameleonMan.vcxproj162 <ClCompile Include="..\..\Content\skyline.cpp" />
163 <ClCompile Include="..\..\Content\Wall_diffuse_baked.cpp" />
164 <ClCompile Include="..\..\Content\Tang_space_BodyMap.cpp" />
165 <ClCompile Include="..\..\Content\Tang_space_LegsMap.cpp" />
166 <ClCompile Include="..\..\Content\Tang_space_BeltMap.cpp" />
167 <ClCompile Include="..\..\Content\FinalChameleonManLegs.cpp" />
168 <ClCompile Include="..\..\Content\FinalChameleonManHeadBody.cpp" />
169 <ClCompile Include="..\..\Content\lamp.cpp" />
170 <ClCompile Include="..\..\Content\ChameleonBelt.cpp" />
171 <ClCompile Include="..\..\Content\SkinnedVertShader.cpp" />
[all …]
DOGLES2ChameleonMan.vcxproj.filters16 <Filter Include="Content Files">
19 <Filter Include="Content Files\Scene Files">
23 <Filter Include="Content Files\Shaders">
27 <Filter Include="Content Files\Textures">
67 <ClCompile Include="..\..\Content\skyline.cpp">
70 <ClCompile Include="..\..\Content\Wall_diffuse_baked.cpp">
73 <ClCompile Include="..\..\Content\Tang_space_BodyMap.cpp">
76 <ClCompile Include="..\..\Content\Tang_space_LegsMap.cpp">
79 <ClCompile Include="..\..\Content\Tang_space_BeltMap.cpp">
82 <ClCompile Include="..\..\Content\FinalChameleonManLegs.cpp">
[all …]
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DDeflateCompressorTest.java41 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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
DAbstractBox.java56 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.
109content = ((FileChannel) readableByteChannel).map(FileChannel.MapMode.READ_ONLY, ((FileChannel) re… in parse()
113 content = ChannelHelper.readFully(readableByteChannel, contentSize); in parse()
[all …]
/external/curl/src/
Dtool_urlglob.c43 pat->content.Set.size = 1; in glob_fixed()
44 pat->content.Set.ptr_s = 0; in glob_fixed()
47 pat->content.Set.elements = malloc(sizeof(char *)); in glob_fixed()
49 if(!pat->content.Set.elements) in glob_fixed()
52 pat->content.Set.elements[0] = malloc(len + 1); in glob_fixed()
53 if(!pat->content.Set.elements[0]) in glob_fixed()
56 memcpy(pat->content.Set.elements[0], fixed, len); in glob_fixed()
57 pat->content.Set.elements[0][len] = 0; in glob_fixed()
96 pat->content.Set.size = 0; in glob_set()
97 pat->content.Set.ptr_s = 0; in glob_set()
[all …]

12345678910>>...290