/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()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/ |
D | ForeachStmt.java | 41 private Statement body; field in ForeachStmt 47 final Expression iterable, final Statement body) { in ForeachStmt() 55 final Statement body) { in ForeachStmt() 69 public ForeachStmt(VariableDeclarationExpr var, String iterable, BlockStmt body) { in ForeachStmt() 99 public ForeachStmt setBody(final Statement body) { in setBody()
|
D | DoStmt.java | 35 private Statement body; field in DoStmt 42 public DoStmt(final Statement body, final Expression condition) { in DoStmt() 47 public DoStmt(Range range, final Statement body, final Expression condition) { in DoStmt() 71 public DoStmt setBody(final Statement body) { in setBody()
|
D | WhileStmt.java | 37 private Statement body; field in WhileStmt 42 public WhileStmt(final Expression condition, final Statement body) { in WhileStmt() 47 public WhileStmt(Range range, final Expression condition, final Statement body) { in WhileStmt() 71 public WhileStmt setBody(final Statement body) { in setBody()
|
D | ForStmt.java | 45 private Statement body; field in ForStmt 51 final List<Expression> update, final Statement body) { in ForStmt() 60 final List<Expression> update, final Statement body) { in ForStmt() 98 public ForStmt setBody(final Statement body) { in setBody()
|
/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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
D | charset-media.css | 4 body { selector 6 body { selector
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
D | CatchClause.java | 53 private BlockStmt body; field in CatchClause 59 …ations, final ClassOrInterfaceType exceptType, final SimpleName exceptName, final BlockStmt body) { in CatchClause() 64 public CatchClause(final Parameter parameter, final BlockStmt body) { in CatchClause() 72 public CatchClause(TokenRange tokenRange, Parameter parameter, BlockStmt body) { in CatchClause() 121 public CatchClause setBody(final BlockStmt body) { in setBody()
|
D | ForeachStmt.java | 53 private Statement body; field in ForeachStmt 60 …eachStmt(final VariableDeclarationExpr variable, final Expression iterable, final Statement body) { in ForeachStmt() 68 …tmt(TokenRange tokenRange, VariableDeclarationExpr variable, Expression iterable, Statement body) { in ForeachStmt() 76 public ForeachStmt(VariableDeclarationExpr variable, String iterable, BlockStmt body) { in ForeachStmt() 108 public ForeachStmt setBody(final Statement body) { in setBody()
|
D | DoStmt.java | 49 private Statement body; field in DoStmt 58 public DoStmt(final Statement body, final Expression condition) { in DoStmt() 66 public DoStmt(TokenRange tokenRange, Statement body, Expression condition) { in DoStmt() 96 public DoStmt setBody(final Statement body) { in setBody()
|
D | WhileStmt.java | 51 private Statement body; field in WhileStmt 58 public WhileStmt(final Expression condition, final Statement body) { in WhileStmt() 66 public WhileStmt(TokenRange tokenRange, Expression condition, Statement body) { in WhileStmt() 96 public WhileStmt setBody(final Statement body) { in setBody()
|
D | SynchronizedStmt.java | 51 private BlockStmt body; field in SynchronizedStmt 58 public SynchronizedStmt(final Expression expression, final BlockStmt body) { in SynchronizedStmt() 66 public SynchronizedStmt(TokenRange tokenRange, Expression expression, BlockStmt body) { in SynchronizedStmt() 110 public SynchronizedStmt setBody(final BlockStmt body) { in setBody()
|
/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()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
D | DoStmt.java | 33 private Statement body; field in DoStmt 40 public DoStmt(final Statement body, final Expression condition) { in DoStmt() 46 final Statement body, final Expression condition) { in DoStmt() 68 public void setBody(final Statement body) { in setBody()
|
D | WhileStmt.java | 35 private Statement body; field in WhileStmt 40 public WhileStmt(final Expression condition, final Statement body) { in WhileStmt() 46 final Expression condition, final Statement body) { in WhileStmt() 68 public void setBody(final Statement body) { in setBody()
|
D | ForeachStmt.java | 38 private Statement body; field in ForeachStmt 44 final Expression iterable, final Statement body) { in ForeachStmt() 53 final Statement body) { in ForeachStmt() 82 public void setBody(final Statement body) { in setBody()
|
D | ForStmt.java | 41 private Statement body; field in ForStmt 47 final List<Expression> update, final Statement body) { in ForStmt() 57 final List<Expression> update, final Statement body) { in ForStmt() 91 public void setBody(final Statement body) { in setBody()
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/styles/ |
D | webview.css | 1 html, body, webview { selector 6 body { selector
|
/external/python/cpython3/Lib/distutils/command/ |
D | config.py | 107 def _gen_temp_sourcefile(self, body, headers, lang): argument 120 def _preprocess(self, body, headers, include_dirs, lang): argument 127 def _compile(self, body, headers, include_dirs, lang): argument 136 def _link(self, body, headers, include_dirs, libraries, library_dirs, argument 173 def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): argument 191 def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, argument 220 def try_compile(self, body, headers=None, include_dirs=None, lang="c"): argument 236 def try_link(self, body, headers=None, include_dirs=None, libraries=None, argument 255 def try_run(self, body, headers=None, include_dirs=None, libraries=None, argument
|
/external/python/cpython2/Lib/distutils/command/ |
D | config.py | 112 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/ |
D | ReportPage.java | 101 private void body(final HTMLElement body) throws IOException { in body() argument 149 private void footer(final HTMLElement body) throws IOException { in footer() 173 protected abstract void content(final HTMLElement body) throws IOException; in content()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
D | InitializerDeclaration.java | 52 private BlockStmt body; field in InitializerDeclaration 59 public InitializerDeclaration(boolean isStatic, BlockStmt body) { in InitializerDeclaration() 67 public InitializerDeclaration(TokenRange tokenRange, boolean isStatic, BlockStmt body) { in InitializerDeclaration() 97 public InitializerDeclaration setBody(final BlockStmt body) { in setBody()
|
/external/python/cpython3/Doc/includes/ |
D | email-read-alternative.py | 45 body = richest variable 50 body = richest.get_body(preferencelist=('html')) variable
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/ |
D | LambdaExpr.java | 45 private Statement body; field in LambdaExpr 50 public LambdaExpr(Range range, List<Parameter> parameters, Statement body, in LambdaExpr() 74 public LambdaExpr setBody(Statement body) { in setBody()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
D | LambdaExpr.java | 66 private Statement body; field in LambdaExpr 73 … public LambdaExpr(NodeList<Parameter> parameters, Statement body, boolean isEnclosingParameters) { in LambdaExpr() 81 …public LambdaExpr(TokenRange tokenRange, NodeList<Parameter> parameters, Statement body, boolean i… in LambdaExpr() 117 public LambdaExpr setBody(final Statement body) { in setBody()
|