/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...] |
ContentImpl.java | 8 public class ContentImpl implements Content { 12 * The content type header for this chunk of content. 15 private Object content; field in class:ContentImpl 25 public ContentImpl( String content, String boundary ) { 26 this.content = content; 36 public void setContent(Object content) { 37 this.content = content; [all...] |
/external/icu/icu4j/tools/build/src8/com/ibm/icu/dev/tool/docs/ |
ICUTagletAdapter.java | 12 import com.sun.tools.doclets.internal.toolkit.Content; 28 public Content getTagletOutput(Tag tag, TagletWriter writer) 35 Content out = writer.getOutputInstance(); 41 public Content getTagletOutput(Doc holder, TagletWriter writer) 44 Content out = writer.getOutputInstance();
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
metadata.py | 24 GET requests are handled, including Content-Type, Cache-Control, 25 Content-Disposition, and Content-Encoding (discussed in more detail in 34 would cause gsutil to set the Content-Type and Cache-Control for each 37 gsutil -h "Content-Type:text/html" \\ 49 <B>CONTENT TYPE</B> 50 The most commonly set metadata is Content-Type (also known as MIME type), 52 gsutil sets the Content-Type automatically at upload time, based on each 54 will set Content-Type to text/plain. If you're running gsutil on Linux or 55 MacOS and would prefer to have content type set based on naming plus conten [all...] |
command_opts.py | 48 -h "Content-Type:text/html" cp ... 51 contain spaces (such as "Content-Disposition: attachment; 57 Content-Disposition 58 Content-Encoding 59 Content-Language 60 Content-MD5 61 Content-Type
|
/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...] |
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
App.xaml.cpp | 45 auto rootFrame = dynamic_cast<Frame^>(Window::Current->Content); 47 // Do not repeat app initialization when the Window already has content, 62 if (rootFrame->Content == nullptr) 73 Window::Current->Content = rootFrame; 79 if (rootFrame->Content == nullptr)
|
/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...] |
/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...] |
/external/jetty/src/java/org/eclipse/jetty/server/ |
ResourceCache.java | 55 private final ConcurrentMap<String,Content> _cache; 75 _cache=new ConcurrentHashMap<String,Content>(); 162 Content content = _cache.remove(path); local 163 if (content!=null) 164 content.invalidate(); 176 * if no matching entry was found. If the content exists but is not cachable, 184 // Is the content in this cache? 185 Content content =_cache.get(pathInContext) local 223 Content content=null; local [all...] |
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/ |
App.xaml.cpp | 54 auto rootFrame = dynamic_cast<Frame^>(Window::Current->Content); 56 // Do not repeat app initialization when the Window already has content, 76 if (rootFrame->Content == nullptr) 84 Window::Current->Content = rootFrame; 90 if (rootFrame->Content == nullptr)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_MimeWriter.py | 88 Content-Type: multipart/knowbot; 95 Content-Type: multipart/knowbot-metadata; 100 Content-Type: message/rfc822 113 Content-Type: text/isl 130 Content-Type: message/external-body; 134 Content-Type: text/isl 146 Content-Type: multipart/knowbot-code; 151 Content-Type: text/plain 176 Content-Type: multipart/knowbot-state; 182 Content-Type: text/plai [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_MimeWriter.py | 88 Content-Type: multipart/knowbot; 95 Content-Type: multipart/knowbot-metadata; 100 Content-Type: message/rfc822 113 Content-Type: text/isl 130 Content-Type: message/external-body; 134 Content-Type: text/isl 146 Content-Type: multipart/knowbot-code; 151 Content-Type: text/plain 176 Content-Type: multipart/knowbot-state; 182 Content-Type: text/plai [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 88 Content-Type: multipart/knowbot; 95 Content-Type: multipart/knowbot-metadata; 100 Content-Type: message/rfc822 113 Content-Type: text/isl 130 Content-Type: message/external-body; 134 Content-Type: text/isl 146 Content-Type: multipart/knowbot-code; 151 Content-Type: text/plain 176 Content-Type: multipart/knowbot-state; 182 Content-Type: text/plai [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_MimeWriter.py | 88 Content-Type: multipart/knowbot; 95 Content-Type: multipart/knowbot-metadata; 100 Content-Type: message/rfc822 113 Content-Type: text/isl 130 Content-Type: message/external-body; 134 Content-Type: text/isl 146 Content-Type: multipart/knowbot-code; 151 Content-Type: text/plain 176 Content-Type: multipart/knowbot-state; 182 Content-Type: text/plai [all...] |
/external/opencv3/samples/winrt_universal/PhoneTutorial/ |
App.xaml.cpp | 53 auto rootFrame = dynamic_cast<Frame^>(Window::Current->Content); 55 // Do not repeat app initialization when the Window already has content, 73 Window::Current->Content = rootFrame; 76 if (rootFrame->Content == nullptr) 105 /// Restores the content transitions after the app has launched.
|
/external/clang/unittests/Tooling/ |
RewriterTestContext.h | 55 FileID createInMemoryFile(StringRef Name, StringRef Content) { 57 llvm::MemoryBuffer::getMemBuffer(Content); 67 FileID createOnDiskFile(StringRef Name, StringRef Content) { 75 OutStream << Content;
|
/external/clang/lib/Index/ |
SimpleFormatContext.h | 48 FileID createInMemoryFile(StringRef Name, StringRef Content) { 50 llvm::MemoryBuffer::getMemBuffer(Content));
|
/external/opencv3/samples/winrt/ImageManipulations/ |
App.xaml.cpp | 86 if (rootFrame->Content == nullptr) 95 Window::Current->Content = rootFrame;
|
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/ |
App.xaml.cpp | 79 auto rootFrame = dynamic_cast<Frame^>(Window::Current->Content); 81 // Do not repeat app initialization when the Window already has content, 99 Window::Current->Content = rootFrame; 102 if (rootFrame->Content == nullptr) 134 /// Restores the content transitions after the app has launched.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GameActivity.java | 23 import android.content.Context; 24 import android.content.Intent; 56 //BEGIN_INCLUDE(content) 57 public static class Content extends TouchPaint.PaintView implements 77 public Content(Context context, AttributeSet attrs) { 161 //END_INCLUDE(content) 163 Content mContent; 173 mContent = (Content)findViewById(R.id.content);
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Diagnostics.cpp | 174 static void printErrorContentToStream(const Diagnostics::ErrorContent &Content, 176 if (Content.Messages.size() == 1) { 177 printMessageToStream(Content.Messages[0], "", OS); 179 for (size_t i = 0, e = Content.Messages.size(); i != e; ++i) { 181 printMessageToStream(Content.Messages[i],
|
/external/chromium-trace/catapult/third_party/Paste/paste/debug/ |
watchthreads.py | 190 start_response('403 Forbidden', [('Content-type', 'text/plain')]) 198 start_response('200 OK', [('Content-type', 'text/html')]) 345 start_response('200 OK', [('content-type', 'text/plain')])
|