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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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...]
  /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...]
CodeFragment.py 29 self.Content = Str
46 self.Content = Str
80 self.Content = Str
133 self.Content = Str
149 self.Content = Str
  /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...]
  /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 59 Content = ''
110 Content += GenHeaderCommentSection(ModuleAbstract,
131 Content += GenHeaderCommentSection(ModuleBinaryAbstract,
160 Content += GenDefines(ModuleObject)
161 Content += GenBuildOptions(ModuleObject)
162 Content += GenLibraryClasses(ModuleObject)
163 Content += GenPackages(ModuleObject)
164 Content += GenPcdSections(ModuleObject)
165 Content += GenSources(ModuleObject)
166 Content += GenProtocolPPiSections(ModuleObject.GetProtocolList(), True)
    [all...]
GenDecFile.py 68 def GenPcd(Package, Content):
134 Content += GenSection(ValidUsage, ValidUsageDict[ValidUsage], True, True)
136 return Content
138 def GenPcdErrorMsgSection(Package, Content):
140 return Content
145 Content += END_OF_LINE + END_OF_LINE
161 Content += SectionComment
162 Content += SectionName
169 Content += SectionItem
171 Content += TAB_COMMENT_SPLIT
    [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;
  /external/wpa_supplicant_8/hs20/server/www/
est.php 83 header("Content-Transfer-Encoding: base64");
84 header("Content-Type: application/pkcs7-mime");
91 header("Content-Transfer-Encoding: base64");
92 header("Content-Type: application/csrattrs");
104 error_log("EST: simpleenroll without Content-Type");
105 die("Missing Content-Type");
108 error_log("EST: simpleenroll - unexpected Content-Type: " .
110 die("Unexpected Content-Type");
185 header("Content-Transfer-Encoding: base64");
186 header("Content-Type: application/pkcs7-mime")
    [all...]
  /frameworks/native/libs/binder/
Value.cpp 97 template<typename T> class Value::Content : public Value::ContentBase {
99 Content() = default;
100 Content(const T & value) : mValue(value) { }
102 virtual ~Content() = default;
118 return new Content(mValue);
126 return mValue == static_cast<const Content<T>* >(&rhs)->mValue;
139 *out = static_cast<const Content<T>*>(this)->mValue;
256 mContent = new Content< T >(rhs); \
260 : mContent(new Content< T >(value)) \
312 RETURN_IF_FAILED(parcel->TYPEMETHOD(static_cast<const Content<T>*>(mContent)->mValue));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
CodeFragment.py 29 self.Content = Str
46 self.Content = Str
62 self.Content = Str
115 self.Content = Str
131 self.Content = Str

Completed in 1411 milliseconds

1 2 3 4 5 6 7 8 91011>>