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

1 2 3 4 5 6 7 8 91011>>

  /external/smack/src/com/kenai/jbosh/
ApacheHTTPResponse.java 50 * Name of the character set to encode the body to/from.
55 * Content type to use when transmitting the body data.
94 * The response body which was received from the server or {@code null}
97 private AbstractBody body; field in class:ApacheHTTPResponse
115 * @param request body of the client request
174 * Wait for and then return the response body.
176 * @return body of the response
192 return body;
241 body = StaticBody.fromString(new String(data, CHARSET));
ComposableBody.java 29 * definition of messages from individual elements of a body.
35 * ComposableBody body = ComposableBody.builder()
43 * ComposableBody body2 = body.rebuild()
57 * Pattern used to identify the beginning {@code body} element of a
62 + "body" + "(?:[\t\n\r ][^>]*?)?" + "(/>|>)");
105 * @param source body template
117 * Set the body message's wrapped payload content. Any previous
133 * Set an attribute on the message body / wrapper element.
158 * {@code <body xmlns:prefix="uri"/>}
175 * @return composable body instanc
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 249 * Helper to build a response from the MockWebServer with no body.
264 * @param body The body to return in this response
267 protected MockResponse buildResponse(int status, byte[] body) {
268 return buildResponse(status).setBody(body);
275 * @param bodyFile The body to return in this response
280 final byte[] body = Streams.readFully(new FileInputStream(bodyFile));
281 return buildResponse(status).setBody(body);
    [all...]
  /frameworks/volley/src/com/android/volley/toolbox/
HttpClientStack.java 95 // If the request's post body is null, then the assumption is that the request is
132 byte[] body = request.getBody();
133 if (body != null) {
134 HttpEntity entity = new ByteArrayEntity(body);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationPage.java 84 Composite body = form.getBody(); local
88 // MasterDetailsBlock.createContent() below will reset the body's layout to a grid layout.
89 mTooglePart = new ApplicationToggle(body, toolkit, mEditor, appUiNode);
92 mAttrPart = new ApplicationAttributesPart(body, toolkit, mEditor, appUiNode);
OverviewExportPart.java 47 public OverviewExportPart(OverviewPage overviewPage, final Composite body, FormToolkit toolkit,
49 super(body, toolkit, Section.TWISTIE | Section.EXPANDED, true /* description */);
99 WizardDialog dialog = new WizardDialog(body.getShell(), wizard);
  /build/tools/droiddoc/templates-ds/
customizations.cs 3 <div id="body-content">
7 <div class="wrap clearfix" id="body-content">
21 <div class="wrap clearfix" id="body-content">
41 <div class="wrap clearfix" id="body-content">
59 <div class="wrap clearfix" id="body-content">
79 <div class="wrap clearfix" id="body-content">
99 <div class="wrap clearfix" id="body-content">
119 <div class="wrap clearfix" id="body-content">
139 <div class="wrap clearfix" id="body-content">
163 <div class="wrap clearfix" id="body-content"
    [all...]
trailer.cs 1 </div> <!-- end body-content --> <?cs # normally opened by header.cs ?>
  /build/tools/droiddoc/templates-sdk/
customizations.cs 3 <div id="body-content">
7 <div class="wrap clearfix" id="body-content">
21 <div class="wrap clearfix" id="body-content">
41 <div class="wrap clearfix" id="body-content">
59 <div class="wrap clearfix" id="body-content">
79 <div class="wrap clearfix" id="body-content">
99 <div class="wrap clearfix" id="body-content">
119 <div class="wrap clearfix" id="body-content">
139 <div class="wrap clearfix" id="body-content">
163 <div class="wrap clearfix" id="body-content"
    [all...]
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java 48 * can get a body or parameters but not both. Calling a getParameter method will
49 * read and close the body (like readBodyAsString), so you can't read it later.
50 * If you read or close the body first, then getParameter can't read it. The
218 ParameterStyle style = (ps == null) ? ParameterStyle.BODY : Enum
267 InputStream body = request.getBodyAsStream(); local
268 if (style == ParameterStyle.BODY && !(isPost && body == null)) {
278 case BODY: {
284 body = new ByteArrayInputStream(form);
300 if (isPost && body == null)
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument17.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
98 bodyElem = doc.body;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument17.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
98 bodyElem = doc.body;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegetbaseuri09.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
99 bodyList = doc.getElementsByTagName("body");
nodegetbaseuri15.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
100 bodyList = doc.getElementsByTagName("body");
nodegettextcontent12.js 33 // raised when entering the body of the test.
68 // body of the test to be executed.
100 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","body");
nodegettextcontent19.js 33 // raised when entering the body of the test.
70 // body of the test to be executed.
100 elemList = doc.getElementsByTagName("body");
textiselementcontentwhitespace03.js 33 // raised when entering the body of the test.
70 // body of the test to be executed.
80 Get the newline between the "body" and "p" element. Since node is both in element content
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 209 byte[] body = null;
213 body = new byte[(int) entity.getContentLength()];
216 dis.readFully(body);
251 body = new byte[offset];
252 System.arraycopy(tempBody, 0, body, 0, offset);
272 return body;
  /system/core/sh/
nodes.c 152 calcsize(n->nfor.body);
160 calcsize(n->nclist.body);
250 new->nfor.body = copynode(n->nfor.body);
258 new->nclist.body = copynode(n->nclist.body);
  /build/tools/droiddoc/templates-sac/
customizations.cs 3 <div id="body-content">
7 <div class="wrap clearfix" id="body-content">
21 <div class="wrap clearfix" id="body-content">
41 <div class="wrap clearfix" id="body-content">
59 <div class="wrap clearfix" id="body-content">
79 <div class="wrap clearfix" id="body-content">
99 <div class="wrap clearfix" id="body-content">
119 <div class="wrap clearfix" id="body-content">
139 <div class="wrap clearfix" id="body-content">
163 <div class="wrap clearfix" id="body-content"
    [all...]
  /external/chromium/net/tools/flip_server/
mem_cache.h 57 std::string body; member in class:net::StoreBodyAndHeadersVisitor
73 std::string body; member in struct:net::FileData
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
msgutil.py 98 def send_ping(request, body=''):
99 request.ws_stream.send_ping(body)
  /external/dexmaker/javadoc/
stylesheet.css 6 body { background-color: #FFFFFF; color:#000000 }
  /external/jsr305/javadoc/
stylesheet.css 6 body { background-color: #FFFFFF }
  /external/libvorbis/examples/
encoder_example.c 175 fwrite(og.body,1,og.body_len,stdout);
228 fwrite(og.body,1,og.body_len,stdout);

Completed in 452 milliseconds

1 2 3 4 5 6 7 8 91011>>