/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | RequestTest.java | 36 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()
|
D | MultipartBuilderTest.java | 183 private final String body; in streamingPartHasNoLength() field in MultipartBuilderTest.StreamingBody 185 StreamingBody(String body) { in streamingPartHasNoLength()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Request.java | 32 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()
|
D | Response.java | 43 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() method in Response.Builder
|
D | MultipartBuilder.java | 112 public MultipartBuilder addPart(RequestBody body) { in addPart() 117 public MultipartBuilder addPart(Headers headers, RequestBody body) { in addPart() 239 RequestBody body = partBodies.get(p); in writeOrCountBytes() local
|
/external/okhttp/okcurl/src/test/java/com/squareup/okhttp/curl/ |
D | MainTest.java | 45 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/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | ReportPage.java | 101 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()
|
D | SessionsPage.java | 91 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/ |
D | JsonMessageBuilder.java | 161 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/ |
D | MockResponse.java | 41 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/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/ |
D | webview.css | 1 html, body, webview { selector 6 body { selector
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
D | XmlMessageBuilder.java | 206 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/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
D | MockResponse.java | 34 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()
|
D | RecordedRequest.java | 34 private final Buffer body; field in RecordedRequest 39 long bodySize, Buffer body, int sequenceNumber, Socket socket) { in RecordedRequest()
|
/external/libcxxabi/www/ |
D | content.css | 1 html { margin: 0px; } body { margin: 8px; } selector 3 html, body { selector
|
/external/libcxx/www/ |
D | content.css | 1 html { margin: 0px; } body { margin: 8px; } selector 3 html, body { selector
|
/external/clang/docs/tools/ |
D | dump_ast_matchers.py | 340 body = False variable 349 body = False variable 363 body = True variable
|
/external/clang/www/ |
D | content.css | 1 html { margin: 0px; } body { margin: 8px; } selector 3 html, body { selector
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.c | 82 static void set_mka_param_body_len(void *body, unsigned int len) in set_mka_param_body_len() 90 static unsigned int get_mka_param_body_len(const void *body) in get_mka_param_body_len() 97 static u8 get_mka_param_body_type(const void *body) in get_mka_param_body_type() 108 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) in ieee802_1x_mka_dump_basic_body() 142 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) in ieee802_1x_mka_dump_peer_body() 174 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) in ieee802_1x_mka_dump_dist_sak_body() 206 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) in ieee802_1x_mka_dump_sak_use_body() 692 struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_encode_basic_body() local 746 const struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_decode_basic_body() local 858 struct ieee802_1x_mka_peer_body *body; in ieee802_1x_mka_encode_live_peer_body() local [all …]
|
/external/clang/tools/scan-build/share/scan-build/ |
D | scanview.css | 1 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/ |
D | scanview.css | 1 body { color:#000000; background-color:#ffffff } selector 2 body { font-family: Helvetica, sans-serif; font-size:9pt } selector
|
/external/valgrind/docs/lib/ |
D | vg_basic.css | 5 body { selector 10 body, td { selector
|
/external/xmlrpcpp/src/ |
D | XmlRpcServerConnection.cpp | 330 std::string body = RESPONSE_1 + resultXml + RESPONSE_2; in generateResponse() local 339 XmlRpcServerConnection::generateHeader(std::string const& body) in generateHeader() 368 std::string body = RESPONSE_1 + faultStruct.toXml() + RESPONSE_2; in generateFaultResponse() local
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
D | MethodWriter.java | 37 private Optional<BlockWriter> body; field in MethodWriter 82 public BlockWriter body() { in body() method in MethodWriter
|
/external/okhttp/website/static/ |
D | app.css | 1 html, body { selector 5 body { selector
|