/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/ |
D | forum_test_data.json | 6 "body": "Forum poll: What's your favorite chiptune band & why?" string 12 "body": "I'd definitely go with POWERLIFTER. Love the use of LSDJ & vocals." string 18 …"body": "Hm, I hadn't heard of them before. Will give a listen.\n\nMy favorite is definitely D&D S… string 24 … "body": "Oh man, POWERLIFTER is really good. Do they have any more albums than the first one?" string 30 … "body": "Yeah, check out their site. The second album has been out for a bit & is just as good." string 36 …"body": "I'm working on my latest & having some trouble. I've got compression on my drum track but… string 42 "body": "Thanks for the tip! I'll have to check it out!" string 48 …"body": "Have you tried using side-chaining the compression? That'll allow the bass' input to cont… string
|
/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 222 private String bodyToHex(RequestBody body) throws IOException { in bodyToHex()
|
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/ |
D | reduction.hpp | 79 SumExprBody<SrcPtr> body; in sum_() local 101 FindMinValExprBody<SrcPtr> body; in minVal_() local 123 FindMaxValExprBody<SrcPtr> body; in maxVal_() local 145 FindMinMaxValExprBody<SrcPtr> body; in minMaxVal_() local 167 CountNonZeroExprBody<SrcPtr> body; in countNonZero_() local 189 ReduceToRowBody<Reductor, SrcPtr> body; in reduceToRow_() local 211 ReduceToColumnBody<Reductor, SrcPtr> body; in reduceToColumn_() local 233 HistogramBody<BIN_COUNT, SrcPtr> body; in histogram_() local 255 IntegralBody<SrcPtr> body; in integral_() local
|
D | warping.hpp | 123 PyrDownBody<SrcPtr> body; in pyrDown_() local 145 PyrUpBody<SrcPtr> body; in pyrUp_() local 167 TransposeBody<SrcPtr> body; in transpose_() local
|
/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 228 public Builder post(RequestBody body) { in post() 232 public Builder delete(RequestBody body) { in delete() 240 public Builder put(RequestBody body) { in put() 244 public Builder patch(RequestBody body) { in patch() 248 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
|
/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/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | charset-media.css | 4 body { selector 6 body { selector
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/ |
D | webview.css | 1 html, body, webview { selector 6 body { selector
|
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/ |
D | MockResponse.java | 33 private Buffer body; field in MockResponse 145 public MockResponse setBody(Buffer body) { in setBody() 152 public MockResponse setBody(String body) { in setBody() 160 public MockResponse setChunkedBody(Buffer body, int maxChunkSize) { in setChunkedBody() 182 public MockResponse setChunkedBody(String body, int maxChunkSize) { in setChunkedBody()
|
/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/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | pyami_sendmail | 45 body = open(options.file, 'r').read() variable 47 body = sys.stdin.read() variable
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/ |
D | common.css | 6 body { selector 10 body { selector
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/ |
D | default.css | 173 body { selector 395 body { selector 413 body { selector 423 body { selector
|
/external/opencv3/doc/ |
D | stylesheet.css | 3 body, table, div, p, dl { selector 18 body { selector
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/contrib/ |
D | ymlmessage.py | 45 def __init__(self, queue=None, body='', xml_attrs=None): argument 49 def set_body(self, body): argument
|
/external/libweave/src/notification/ |
D | xmpp_iq_stanza_handler.cc | 30 const std::string& body) { in BuildIqStanza() 57 const std::string& body, in SendRequest() 70 const std::string& body, in SendRequestWithCustomTimeout()
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_kay.c | 86 static void set_mka_param_body_len(void *body, unsigned int len) in set_mka_param_body_len() 94 static unsigned int get_mka_param_body_len(const void *body) in get_mka_param_body_len() 101 static int get_mka_param_body_type(const void *body) in get_mka_param_body_type() 112 ieee802_1x_mka_dump_basic_body(struct ieee802_1x_mka_basic_body *body) in ieee802_1x_mka_dump_basic_body() 146 ieee802_1x_mka_dump_peer_body(struct ieee802_1x_mka_peer_body *body) in ieee802_1x_mka_dump_peer_body() 178 ieee802_1x_mka_dump_dist_sak_body(struct ieee802_1x_mka_dist_sak_body *body) in ieee802_1x_mka_dump_dist_sak_body() 210 ieee802_1x_mka_dump_sak_use_body(struct ieee802_1x_mka_sak_use_body *body) in ieee802_1x_mka_dump_sak_use_body() 666 struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_encode_basic_body() local 709 const struct ieee802_1x_mka_basic_body *body; in ieee802_1x_mka_decode_basic_body() local 822 struct ieee802_1x_mka_peer_body *body; in ieee802_1x_mka_encode_live_peer_body() local [all …]
|
/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/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | gcs_json_media.py | 145 def NewRequest(uri, method='GET', body=None, headers=None, argument 272 body, headers, redirections, cachekey): argument 367 def NewRequest(uri, method='GET', body=None, headers=None, argument 400 …def _conn_request(self, conn, request_uri, method, body, headers): # pylint: disable=too-many-sta… argument 470 …def _conn_request(self, conn, request_uri, method, body, headers): # pylint: disable=too-many-sta… argument
|