HomeSort by relevance Sort by last modified time
    Searched refs:Content (Results 1 - 25 of 496) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Content.java 49 interface Content extends Sendable {
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Content.java 49 interface Content extends Sendable {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
cgi0.sh 5 echo Content-type: text/plain
  /external/python/cpython2/Demo/cgi/
cgi0.sh 5 echo Content-type: text/plain
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContent.java 10 public abstract boolean add(Content content);
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);
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
    [all...]
Content.java 6 public interface Content {
8 public abstract void setContent(Object content);
17 * The default packing method. This packs the content to be appended to the
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) {
50 return contentList.add((ContentImpl) content);
71 for (Content content : this.contentList)
91 ContentImpl content = new ContentImpl(body, delimiter); local
128 ContentImpl content = new ContentImpl(rest, boundary); local
    [all...]
  /frameworks/base/cmds/content/
content 2 # Script to start "content" on the device, which has a very rudimentary shell.
4 export CLASSPATH=$base/framework/content.jar
5 exec app_process $base/bin com.android.commands.content.Content "$@"
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Report.py 90 Content = """ <tr>
95 self.WriteLn(Content)
102 Content = """ <tr>
107 self.WriteLn(Content)
109 Content = """ <td colspan="3"><table width="100%%" border="1">
111 self.WriteLn(Content)
116 Content = """ </table></td>
118 self.WriteLn(Content)
121 Content = """ <td colspan="3"><table width="100%%" border="1">
124 self.WriteLn(Content)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
InfBuildOptionObject.py 25 self.Content = ''
29 def SetContent(self, Content):
30 self.Content = Content
32 return self.Content
InfUserExtensionObject.py 28 Content = '',
31 self.Content = Content
36 def SetContent(self, Content):
37 self.Content = Content
39 return self.Content
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 14 import com.sun.tools.doclets.internal.toolkit.Content;
30 public Content getTagletOutput(Tag tag, TagletWriter writer)
37 Content out = writer.getOutputInstance();
43 public Content getTagletOutput(Doc holder, TagletWriter writer)
46 Content out = writer.getOutputInstance();
  /frameworks/base/wifi/tests/assets/hsr1/
HSR1ProfileWithCACert.conf 2 Content-Type: multipart/mixed; boundary={boundary}; charset=UTF-8
3 Content-Transfer-Encoding: base64
6 Content-Type: application/x-passpoint-profile; charset=UTF-8
7 Content-Transfer-Encoding: base64
50 Content-Type: application/x-x509-ca-cert
51 Content-Transfer-Encoding: base64
  /external/curl/tests/
http_pipe.py 220 'Content-Length: {}'.format(len(body)),
227 'Content-Length: 26',
233 '200 OK', ['Content-Length: 26', 'Cache-Control: no-store'], body)
248 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60'], body)
253 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60', 'Connection: close'], body)
260 'Content-Length: 1024',
267 'Content-Length: 10240',
275 'Content-Length: 102400',
295 ['Content-Length: %s' % len(body), 'Cache-Control: no-store'], body)
299 result += self._BuildResponse('404 Not Found', ['Content-Length: 7'], 'Go away'
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentGenerating.py 122 Content = ''
132 Content += CommChar * 2 + TAB_SPACE_SPLIT + TAB_BINARY_HEADER_COMMENT + '\r\n'
134 Content += CommChar + TAB_SPACE_SPLIT + TAB_COMMENT_EDK1_START + TAB_STAR + TAB_SPACE_SPLIT +\
137 Content += CommChar * 2 + TAB_SPACE_SPLIT + TAB_HEADER_COMMENT + '\r\n'
140 Content += CommChar + TAB_SPACE_SPLIT + ('\r\n' + CommChar + TAB_SPACE_SPLIT).join(GetSplitValueList\
142 Content += '\r\n' + CommChar + '\r\n'
144 Content += CommChar + '\r\n'
148 Content += CommChar + TAB_SPACE_SPLIT + ('\r\n' + CommChar + TAB_SPACE_SPLIT).join(GetSplitValueList\
150 Content += '\r\n' + CommChar + '\r\n'
157 Content += CommChar + TAB_SPACE_SPLIT + ('\r\n' + CommChar + TAB_SPACE_SPLIT).join\
    [all...]
  /external/curl/docs/cmdline-opts/
ignore-content-length.d 1 Long: ignore-content-length
5 For HTTP, Ignore the Content-Length header. This is particularly useful for
6 servers running Apache 1.x, which will report incorrect Content-Length for
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfParserMisc.py 75 def InfExpandMacro(Content, LineInfo, GlobalMacros=None, SectionMacros=None, Flag=False):
87 return Content
94 Content = ReplaceMacro (Content,
103 Content = ReplaceMacro (Content,
110 MacroUsed = gMACRO_PATTERN.findall(Content)
115 return Content
119 if not gQuotedMacro.match(Content):
126 return Content
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
header_test.go 22 "Content-Type": {"text/html; charset=UTF-8"},
23 "Content-Length": {"0"},
26 "Content-Length: 0\r\nContent-Type: text/html; charset=UTF-8\r\n",
30 "Content-Length": {"0", "1", "2"},
33 "Content-Length: 0\r\nContent-Length: 1\r\nContent-Length: 2\r\n",
38 "Content-Length": {"0"},
39 "Content-Encoding": {"gzip"},
41 map[string]bool{"Content-Length": true},
42 "Content-Encoding: gzip\r\nExpires: -1\r\n",
47 "Content-Length": {"0", "1", "2"}
    [all...]
response_test.go 39 // Unchunked response without Content-Length.
63 // Unchunked HTTP/1.1 response without Content-Length or
85 // Unchunked HTTP/1.1 204 response without Content-Length.
87 "HTTP/1.1 204 No Content\r\n" +
92 Status: "204 No Content",
106 // Unchunked response with Content-Length.
109 "Content-Length: 10\r\n" +
123 "Content-Length": {"10"},
132 // Chunked response without Content-Length.
160 // Chunked response with Content-Length
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
header_test.go 22 "Content-Type": {"text/html; charset=UTF-8"},
23 "Content-Length": {"0"},
26 "Content-Length: 0\r\nContent-Type: text/html; charset=UTF-8\r\n",
30 "Content-Length": {"0", "1", "2"},
33 "Content-Length: 0\r\nContent-Length: 1\r\nContent-Length: 2\r\n",
38 "Content-Length": {"0"},
39 "Content-Encoding": {"gzip"},
41 map[string]bool{"Content-Length": true},
42 "Content-Encoding: gzip\r\nExpires: -1\r\n",
47 "Content-Length": {"0", "1", "2"}
    [all...]
response_test.go 39 // Unchunked response without Content-Length.
63 // Unchunked HTTP/1.1 response without Content-Length or
85 // Unchunked HTTP/1.1 204 response without Content-Length.
87 "HTTP/1.1 204 No Content\r\n" +
92 Status: "204 No Content",
106 // Unchunked response with Content-Length.
109 "Content-Length: 10\r\n" +
123 "Content-Length": {"10"},
132 // Chunked response without Content-Length.
160 // Chunked response with Content-Length
    [all...]
  /external/libxml2/python/tests/
serialize.py 79 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p></body></html>
87 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
99 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
118 if str != """<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p></body></html>""":
124 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 60 Content = ''
111 Content += GenHeaderCommentSection(ModuleAbstract,
132 Content += GenHeaderCommentSection(ModuleBinaryAbstract,
161 Content += GenDefines(ModuleObject)
162 Content += GenBuildOptions(ModuleObject)
163 Content += GenLibraryClasses(ModuleObject)
164 Content += GenPackages(ModuleObject)
165 Content += GenPcdSections(ModuleObject)
166 Content += GenSources(ModuleObject)
167 Content += GenProtocolPPiSections(ModuleObject.GetProtocolList(), True)
    [all...]
  /external/abi-compliance-checker/
Makefile.pl 192 my $Content = readFile($ARCHIVE_DIR."/".$TOOL_SNAME.".pl");
194 $Content=~s/MODULES_INSTALL_PATH/$REL_PATH/;
197 $Content=~s/MODULES_INSTALL_PATH/$MODULES_PATH/;
203 writeFile($EXE_PATH."/".$TOOL_SNAME, $Content);
279 my $Content = <FILE>;
281 return $Content;
286 my ($Path, $Content) = @_;
289 print FILE $Content;
  /external/abi-dumper/
Makefile.pl 188 my $Content = readFile($ARCHIVE_DIR."/".$TOOL_SNAME.".pl");
190 $Content=~s/MODULES_INSTALL_PATH/$REL_PATH/;
193 $Content=~s/MODULES_INSTALL_PATH/$MODULES_PATH/;
199 writeFile($EXE_PATH."/".$TOOL_SNAME, $Content);
248 my $Content = <FILE>;
250 return $Content;
255 my ($Path, $Content) = @_;
258 print FILE $Content;

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011>>