HomeSort by relevance Sort by last modified time
    Searched refs:body (Results 76 - 100 of 3368) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 49 public HttpMessage(String method, URL url, InputStream body)
53 this.body = body;
59 protected InputStream body = null; field in class:HttpMessage
102 if (body == null) {
105 body = new ExcerptInputStream(raw);
108 return body;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
ConversionUtilities.java 31 * Values for HEADER_ANDROID_BODY_QUOTED_PART to tag body parts
58 * Copy body text (plain and/or HTML) from MimeMessage to provider Message
60 public static boolean updateBodyFields(EmailContent.Body body,
64 body.mMessageKey = localMessage.mId;
106 // Most of the time, just process regular body parts
114 // write the combined data to the body part
117 body.mTextContent = text;
122 body.mHtmlContent = text;
128 body.mHtmlReply = sbHtmlReply.toString()
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/
ContentTypeField.java 75 protected ContentTypeField(String name, String body, String raw, String mimeType, Map<String, String> parameters, ParseException parseException) {
76 super(name, body, raw);
211 public Field parse(final String name, final String body, final String raw) {
216 ContentTypeParser parser = new ContentTypeParser(new StringReader(body));
222 log.debug("Parsing value '" + body + "': "+ e.getMessage());
228 log.debug("Parsing value '" + body + "': "+ e.getMessage());
256 return new ContentTypeField(name, body, raw, mimeType, parameters, parseException);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBodyElement09.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
99 body = doc.body;
101 hasXML = body.isSupported("XML",version);
102 state = body.isSupported("xhTmL",version);
HTMLBodyElement10.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
98 body = doc.body;
100 hasXML = body.isSupported("XML",version);
101 state = body.isSupported("xhTmL",version);
HTMLBodyElement07.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
98 body = doc.body;
100 state = body.isSupported("hTmL",version);
HTMLBodyElement08.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
97 body = doc.body;
99 state = body.isSupported("hTmL",version);
HTMLBodyElement11.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
98 body = doc.body;
100 state = body.isSupported("cOrE",version);
HTMLBodyElement12.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
97 body = doc.body;
99 state = body.isSupported("cOrE",version);
body01.js 33 // raised when entering the body of the test.
49 docsLoaded += preload(docRef, "doc", "body");
68 // body of the test to be executed.
79 The value of attribute alink of the body element is read and checked against the expected value.
97 doc = load(docRef, "doc", "body");
98 nodeList = doc.getElementsByTagName("body");
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBodyElement09.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
99 body = doc.body;
101 hasXML = body.isSupported("XML",version);
102 state = body.isSupported("xhTmL",version);
HTMLBodyElement10.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
98 body = doc.body;
100 hasXML = body.isSupported("XML",version);
101 state = body.isSupported("xhTmL",version);
HTMLBodyElement07.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
98 body = doc.body;
100 state = body.isSupported("hTmL",version);
HTMLBodyElement08.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
97 body = doc.body;
99 state = body.isSupported("hTmL",version);
HTMLBodyElement11.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
88 var body;
98 body = doc.body;
100 state = body.isSupported("cOrE",version);
  /external/webkit/Source/WebCore/html/
HTMLDocument.cpp 108 HTMLElement* b = body();
116 HTMLElement* b = body();
143 return body();
162 HTMLElement* b = body();
172 HTMLElement* b = body();
181 HTMLElement* b = body();
191 HTMLElement* b = body();
200 HTMLElement* b = body();
210 HTMLElement* b = body();
224 HTMLElement* b = body();
    [all...]
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 17 body {
50 div.body {
140 /* -- body styles ----------------------------------------------------------- */
155 div.body p a{
181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a
    [all...]
  /external/chromium/chrome/browser/accessibility/
renderer_accessibility_browsertest.cc 100 "<body><input type='button' value='push' /><input type='checkbox' />"
101 "</body></html>";
118 // Check properites of the BODY element.
120 const WebAccessibility& body = tree.children[0]; local
121 EXPECT_EQ(WebAccessibility::ROLE_GROUP, body.role);
122 EXPECT_STREQ("body", GetAttr(body, WebAccessibility::ATTR_HTML_TAG).c_str());
123 EXPECT_STREQ("block", GetAttr(body, WebAccessibility::ATTR_DISPLAY).c_str());
125 // Check properties of the two children of the BODY element.
126 ASSERT_EQ(2U, body.children.size())
169 const WebAccessibility& body = tree.children[0]; local
200 const WebAccessibility& body = tree.children[0]; local
288 const WebAccessibility& body = tree.children[0]; local
    [all...]
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 254 my $body = shift;
255 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
335 my $body = shift;
336 my @insns = (&$body,&$body,&$body,&$body); # 32 to 48 instruction
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-586.pl 527 my $body = shift;
528 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
611 my $body = shift;
612 my @insns = (&$body,&$body,&$body,&$body); # 32 to 48 instruction
    [all...]
sha1-x86_64.pl 372 my $body = shift;
373 my @insns = (&$body,&$body,&$body,&$body); # 40 instructions
453 my $body = shift;
454 my @insns = (&$body,&$body,&$body,&$body); # 32 to 48 instruction
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 75 public void end(String body) {
76 this.bodies += body;
133 public void end(String body) {
219 public void end(String body) {
220 video.videoId = body;
226 public void end(String body) {
229 video.dateAdded.parse3339(body);
236 public void end(String body) {
237 video.authorName = body;
275 public void end(String body) {
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 31 import com.android.emailcommon.provider.EmailContent.Body;
66 /** A less-than-perfect pattern to pull out <body> content */
68 "(?:<\\s*body[^>]*>)(.*)(?:<\\s*/\\s*body\\s*>)",
70 /** Match group in {@code BODDY_PATTERN} for the body HTML */
77 /** Index of the plain text version of the message body */
79 /** Index of the HTML version of the message body */
85 * Returns just the content between the <body></body> tags. This is not perfect and breaks
87 * the <body> tag (e.g. a '>' in a java script block)
216 Body body = Body.restoreBodyWithMessageId(context, message.mId); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js 72 sendCommand(commands.PONG, [], parsed.body);
78 if (parsed.body.charCodeAt(0) == 1) {
84 parsed.body);
97 that.onConnect(parsed.body);
143 parsed.body = "";
162 // If there is still a ':', then the message has trailing body.
165 parsed.body = message.substring(bodyMarker + 1);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/
webserver.rb 61 response.body = ie.buildMediaFile(mime_type)
64 response.body = ie.buildPage()
94 response.body = File.read("index.html")
101 response.body = File.read("media/bug.png")
107 response.body = 'OHAI'
113 response.body = $last_page_requested.join(' ')

Completed in 1557 milliseconds

1 2 34 5 6 7 8 91011>>