Home
last modified time | relevance | path

Searched defs:body (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DRequestTest.java36 RequestBody body = RequestBody.create(contentType, "abc".getBytes(Util.UTF_8)); in string() local
45 RequestBody body = RequestBody.create(contentType, "\u0800"); in stringWithDefaultCharsetAdded() local
53 RequestBody body = RequestBody.create(contentType, "\u0800"); in stringWithNonDefaultCharsetSpecified() local
61 RequestBody body = RequestBody.create(contentType, "abc".getBytes(Util.UTF_8)); in byteArray() local
70 RequestBody body = RequestBody.create(contentType, ".abcd".getBytes(Util.UTF_8), 1, 3); in byteArrayRange() local
84 RequestBody body = RequestBody.create(contentType, file); in file() local
94 RequestBody body = RequestBody.create(contentType, "{}"); in crudVerbs() local
231 private String bodyToHex(RequestBody body) throws IOException { in bodyToHex()
DMultipartBuilderTest.java183 private final String body; in streamingPartHasNoLength() field in MultipartBuilderTest.StreamingBody
185 StreamingBody(String body) { in streamingPartHasNoLength()
/external/okhttp/okcurl/src/test/java/com/squareup/okhttp/curl/
DMainTest.java45 RequestBody body = request.body(); in dataPost() local
54 RequestBody body = request.body(); in dataPut() local
64 RequestBody body = request.body(); in contentTypeHeader() local
93 private static String bodyAsString(RequestBody body) { in bodyAsString()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequest.java32 private final RequestBody body; field in Request
85 public RequestBody body() { in body() method in Request
124 private RequestBody body; field in Request.Builder
231 public Builder post(RequestBody body) { in post()
235 public Builder delete(RequestBody body) { in delete()
243 public Builder put(RequestBody body) { in put()
247 public Builder patch(RequestBody body) { in patch()
251 public Builder method(String method, RequestBody body) { in method()
DResponse.java43 private final ResponseBody body; field in Response
129 public ResponseBody body() { in body() method in Response
228 private ResponseBody body; field in Response.Builder
304 public Builder body(ResponseBody body) { in body() argument
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/
Dwebview.css1 html, body, webview { selector
6 body { selector
/external/python/cpython2/Lib/distutils/command/
Dconfig.py112 def _gen_temp_sourcefile(self, body, headers, lang): argument
125 def _preprocess(self, body, headers, include_dirs, lang): argument
132 def _compile(self, body, headers, include_dirs, lang): argument
141 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument
178 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument
196 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, argument
225 def try_compile(self, body, headers=None, include_dirs=None, lang="c"): argument
241 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument
260 def try_run(self, body, headers=None, include_dirs=None, libraries=None, argument
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DReportPage.java101 private void body(final HTMLElement body) throws IOException { in body() method in ReportPage
149 private void footer(final HTMLElement body) throws IOException { in footer()
173 protected abstract void content(final HTMLElement body) throws IOException; in content()
DSessionsPage.java91 protected void content(final HTMLElement body) throws IOException { in content()
106 private void sessionTable(final HTMLElement body) throws IOException { in sessionTable()
123 private void executionDataTable(final HTMLElement body) throws IOException { in executionDataTable()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DJsonMessageBuilder.java161 static PairingRequestMessage getPairingRequest(JSONObject body) in getPairingRequest()
181 static PairingRequestAckMessage getPairingRequestAck(JSONObject body) in getPairingRequestAck()
201 static OptionsMessage getOptionsMessage(JSONObject body) in getOptionsMessage()
253 static ConfigurationMessage getConfigMessage(JSONObject body) in getConfigMessage()
272 static ConfigurationAckMessage getConfigAckMessage(JSONObject body) { in getConfigAckMessage()
283 static SecretMessage getSecretMessage(JSONObject body) throws PoloException { in getSecretMessage()
300 static SecretAckMessage getSecretAckMessage(JSONObject body) in getSecretAckMessage()
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockResponse.java41 private byte[] body; field in MockResponse
157 public MockResponse setBody(byte[] body) { in setBody()
174 public MockResponse setBody(String body) { in setBody()
186 public MockResponse setChunkedBody(byte[] body, int maxChunkSize) { in setChunkedBody()
214 public MockResponse setChunkedBody(String body, int maxChunkSize) { in setChunkedBody()
/external/libcxxabi/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/libcxx/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DMockResponse.java34 private Buffer body; field in MockResponse
147 public MockResponse setBody(Buffer body) { in setBody()
154 public MockResponse setBody(String body) { in setBody()
162 public MockResponse setChunkedBody(Buffer body, int maxChunkSize) { in setChunkedBody()
184 public MockResponse setChunkedBody(String body, int maxChunkSize) { in setChunkedBody()
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
DXmlMessageBuilder.java206 PairingRequestMessage getPairingRequest(JSONObject body) in getPairingRequest()
230 PairingRequestAckMessage getPairingRequestAck(JSONObject body) in getPairingRequestAck()
252 OptionsMessage getOptionsMessage(JSONObject body) throws PoloException { in getOptionsMessage()
313 ConfigurationMessage getConfigMessage(JSONObject body) in getConfigMessage()
334 ConfigurationAckMessage getConfigAckMessage(JSONObject body) { in getConfigAckMessage()
345 SecretMessage getSecretMessage(JSONObject body) throws PoloException { in getSecretMessage()
363 SecretAckMessage getSecretAckMessage(JSONObject body) { in getSecretAckMessage()
/external/clang/www/
Dcontent.css1 html { margin: 0px; } body { margin: 8px; } selector
3 html, body { selector
/external/doclava/res/assets/templates/
Dhead_tag.cs32 html,body{overflow:auto;} property
/external/clang/tools/scan-build/share/scan-build/
Dscanview.css1 body { color:#000000; background-color:#ffffff } selector
2 body { font-family: Helvetica, sans-serif; font-size:9pt } selector
/external/clang/tools/scan-build-py/libscanbuild/resources/
Dscanview.css1 body { color:#000000; background-color:#ffffff } selector
2 body { font-family: Helvetica, sans-serif; font-size:9pt } selector
/external/autotest/tko/
Dquery_history.cgi11 def body(): function
/external/clang/docs/tools/
Ddump_ast_matchers.py340 body = False variable
349 body = False variable
363 body = True variable
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DCacheRequest.java22 Sink body() throws IOException; in body() method
/external/valgrind/docs/lib/
Dvg_basic.css5 body { selector
10 body, td { selector
/external/valgrind/docs/html/
Dvg_basic.css5 body { selector
10 body, td { selector
/external/libnl/doc/stylesheets/
Dtoc2.css2 body { selector

12345678910>>...13