Home
last modified time | relevance | path

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

12345678910>>...259

/external/fmtlib/doc/bootstrap/
Dglyphicons.less35 .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/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/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 …]
Dtest202620 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: 32
53 Content-Type: text/html; charset=iso-8859-1
54 Content-Length: 27
64 Content-Type: text/html; charset=iso-8859-1
65 Content-Length: 29
[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 …]
DMultipartMimeContent.java10 public abstract boolean add(Content content); in add() argument
13 * Return the Content type header to assign to the outgoing sip meassage.
22 * Set the content by its type.
24 * @param content
26 public abstract void addContent( Content content); in addContent() argument
29 * Retrieve the list of Content that is part of this MultitypeMime content.
31 * @return - the content iterator. Returns an empty iterator if no content list present.
33 public Iterator<Content> getContents(); in getContents()
36 * Get the number of Content parts.
38 * @return - the content parts.
/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/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/
DOGLES3ColourGrading.vcxproj161 <ClCompile Include="..\..\Content\FragShader.cpp" />
162 <ClCompile Include="..\..\Content\VertShader.cpp" />
163 <ClCompile Include="..\..\Content\SceneFragShader.cpp" />
164 <ClCompile Include="..\..\Content\SceneVertShader.cpp" />
165 <ClCompile Include="..\..\Content\BackgroundFragShader.cpp" />
166 <ClCompile Include="..\..\Content\Mask.cpp" />
167 <ClCompile Include="..\..\Content\MaskTexture.cpp" />
168 <ClCompile Include="..\..\Content\Background.cpp" />
169 <ClCompile Include="..\..\Content\identity.cpp" />
170 <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/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/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/Build/WindowsVC2010/
DOGLES2ChameleonMan.vcxproj161 <ClCompile Include="..\..\Content\skyline.cpp" />
162 <ClCompile Include="..\..\Content\Wall_diffuse_baked.cpp" />
163 <ClCompile Include="..\..\Content\Tang_space_BodyMap.cpp" />
164 <ClCompile Include="..\..\Content\Tang_space_LegsMap.cpp" />
165 <ClCompile Include="..\..\Content\Tang_space_BeltMap.cpp" />
166 <ClCompile Include="..\..\Content\FinalChameleonManLegs.cpp" />
167 <ClCompile Include="..\..\Content\FinalChameleonManHeadBody.cpp" />
168 <ClCompile Include="..\..\Content\lamp.cpp" />
169 <ClCompile Include="..\..\Content\ChameleonBelt.cpp" />
170 <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/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/skia/src/pdf/
DSkPDFUtils.cpp45 void SkPDFUtils::AppendTransform(const SkMatrix& matrix, SkWStream* content) { in AppendTransform() argument
51 SkPDFUtils::AppendScalar(values[i], content); in AppendTransform()
52 content->writeText(" "); in AppendTransform()
54 content->writeText("cm\n"); in AppendTransform()
58 void SkPDFUtils::MoveTo(SkScalar x, SkScalar y, SkWStream* content) { in MoveTo() argument
59 SkPDFUtils::AppendScalar(x, content); in MoveTo()
60 content->writeText(" "); in MoveTo()
61 SkPDFUtils::AppendScalar(y, content); in MoveTo()
62 content->writeText(" m\n"); in MoveTo()
66 void SkPDFUtils::AppendLine(SkScalar x, SkScalar y, SkWStream* content) { in AppendLine() argument
[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()
92 pat->content.Set.size = 0; in glob_set()
93 pat->content.Set.ptr_s = 0; in glob_set()
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
DProtectionSystemSpecificHeaderBox.java18 * This box contains information needed by a Content Protection System to play back the content. The
22 …* The data encapsulated in the Data field may be read by the identified Content Protection System …
40 byte[] content; field in ProtectionSystemSpecificHeaderBox
54 return content; in getContent()
57 public void setContent(byte[] content) { in setContent() argument
58 this.content = content; in setContent()
67 return 24 + content.length; in getContentSize()
75 IsoTypeWriter.writeUInt32(byteBuffer, content.length); in getContent()
76 byteBuffer.put(content); in getContent()
80 protected void _parseDetails(ByteBuffer content) { in _parseDetails() argument
[all …]
/external/libxml2/result/XPath/xptr/
Dstrrange8 content=a simple test
11 content=a simple test
20 content=a simple test
23 content=a simple test
28 content=multiple tests
31 content=multiple tests
36 content=anced test
39 content=anced test
48 content=a diff
51 content=cult one
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DMultipartBuilderTest.java36 + "Content-Length: 13\r\n" in singlePart()
57 + "Content-Length: 5\r\n" in threeParts()
61 + "Content-Length: 5\r\n" in threeParts()
65 + "Content-Length: 3\r\n" in threeParts()
88 + "Content-Disposition: form-data; name=\"submit-name\"\r\n" in fieldAndTwoFiles()
89 + "Content-Length: 5\r\n" in fieldAndTwoFiles()
93 + "Content-Disposition: form-data; name=\"files\"\r\n" in fieldAndTwoFiles()
94 + "Content-Type: multipart/mixed; boundary=BbC04y\r\n" in fieldAndTwoFiles()
95 + "Content-Length: 337\r\n" in fieldAndTwoFiles()
98 + "Content-Disposition: file; filename=\"file1.txt\"\r\n" in fieldAndTwoFiles()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequestBody.java28 /** Returns the Content-Type header for this body. */
39 /** Writes the content of this request to {@code out}. */
43 * Returns a new request body that transmits {@code content}. If {@code
46 public static RequestBody create(MediaType contentType, String content) { in create() argument
55 byte[] bytes = content.getBytes(charset); in create()
59 /** Returns a new request body that transmits {@code content}. */
60 public static RequestBody create(final MediaType contentType, final ByteString content) { in create() argument
67 return content.size(); in create()
71 sink.write(content); in create()
76 /** Returns a new request body that transmits {@code content}. */
[all …]

12345678910>>...259