/external/okhttp/src/test/java/com/squareup/okhttp/ |
D | RequestTest.java | 30 Request.Body body = Request.Body.create(contentType, "abc".getBytes(Util.UTF_8)); in string() 39 Request.Body body = Request.Body.create(contentType, "\u0800"); in stringWithDefaultCharsetAdded() 47 Request.Body body = Request.Body.create(contentType, "\u0800"); in stringWithNonDefaultCharsetSpecified() 55 Request.Body body = Request.Body.create(contentType, "abc".getBytes(Util.UTF_8)); in byteArray() 69 Request.Body body = Request.Body.create(contentType, file); in file() 76 private String bodyToHex(Request.Body body) throws IOException { in bodyToHex()
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
D | Request.java | 42 private final Body body; 89 public Body body() { in body() 97 public abstract static class Body { class in Request 118 public static Body create(MediaType contentType, String content) { in create() 131 public static Body create(final MediaType contentType, final byte[] content) { in create() 135 return new Body() { in create() 151 public static Body create(final MediaType contentType, final File file) { in create() 155 return new Body() { in create() 187 private Body body; 239 public Builder post(Body body) { [all …]
|
D | Response.java | 40 private final Body body; 100 public Body body() { in body() 114 public abstract static class Body { class in Response 173 private Body body; 201 public Builder body(Body body) { in body()
|
/external/smack/src/org/jivesoftware/smack/packet/ |
D | Message.java | 58 private final Set<Body> bodies = new HashSet<Body>(); 251 Body body = getMessageBody(language); in getBody() 255 private Body getMessageBody(String language) { in getMessageBody() 257 for (Body body : bodies) { in getMessageBody() 272 public Collection<Body> getBodies() { in getBodies() 298 public Body addBody(String language, String body) { in addBody() 300 Body messageBody = new Body(language, body); in addBody() 313 for (Body body : bodies) { in removeBody() 328 public boolean removeBody(Body body) { in removeBody() 339 Body defaultBody = getMessageBody(null); in getBodyLanguages() [all …]
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | access-nbody.js | 9 function Body(x,y,z,vx,vy,vz,mass){ class 19 Body.prototype.offsetMomentum = function(px,py,pz) { 27 return new Body( 39 return new Body( 51 return new Body( 63 return new Body( 75 return new Body(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, SOLAR_MASS);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | access-nbody.js | 9 function Body(x,y,z,vx,vy,vz,mass){ class 19 Body.prototype.offsetMomentum = function(px,py,pz) { 27 return new Body( 39 return new Body( 51 return new Body( 63 return new Body( 75 return new Body(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, SOLAR_MASS);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | access-nbody.js | 9 function Body(x,y,z,vx,vy,vz,mass){ class 19 Body.prototype.offsetMomentum = function(px,py,pz) { 27 return new Body( 39 return new Body( 51 return new Body( 63 return new Body( 75 return new Body(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, SOLAR_MASS);
|
/external/llvm/test/CodeGen/X86/ |
D | unreachable-loop-sinking.ll | 12 br i1 undef, label %Body, label %Exit 17 Body: ; preds = %Entry 20 Body3: ; preds = %Body6, %Body3, %Body 27 Brancher7: ; preds = %Body6, %Body
|
/external/clang/test/CXX/special/class.ctor/ |
D | p5-0x.cpp | 152 #define ASSERT_NONTRIVIAL_IMPL(Class, Bases, Body) \ argument 153 class Class Bases { Body }; \ 155 #define ASSERT_NONTRIVIAL(Class, Bases, Body) \ argument 156 ASSERT_NONTRIVIAL_IMPL(Class, Bases, Body) \ 157 ASSERT_NONTRIVIAL_IMPL(Def ## Class, Bases, Def ## Class() = default; Body) \ 158 ASSERT_NONTRIVIAL_IMPL(Del ## Class, Bases, Del ## Class() = delete; Body)
|
/external/clang/tools/libclang/ |
D | IndexDecl.cpp | 65 const Stmt *Body = D->getBody(); in handleObjCMethod() local 66 if (Body) { in handleObjCMethod() 67 IndexCtx.indexBody(Body, D, D); in handleObjCMethod() 92 const Stmt *Body = D->getBody(); in VisitFunctionDecl() local 93 if (Body) { in VisitFunctionDecl() 94 IndexCtx.indexBody(Body, D, D); in VisitFunctionDecl() 312 const Stmt *Body = FD->getBody(); in VisitFunctionTemplateDecl() local 313 if (Body) { in VisitFunctionTemplateDecl() 314 IndexCtx.indexBody(Body, D, FD); in VisitFunctionTemplateDecl()
|
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body, 77 Stmt *Body; variable 85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt() 90 const Stmt *getCatchBody() const { return Body; } in getCatchBody() 91 Stmt *getCatchBody() { return Body; } in getCatchBody() 92 void setCatchBody(Stmt *S) { Body = S; } in setCatchBody() 108 SourceLocation getLocEnd() const LLVM_READONLY { return Body->getLocEnd(); } in getLocEnd() 116 child_range children() { return child_range(&Body, &Body + 1); } in children()
|
/external/clang/lib/ARCMigrate/ |
D | TransUnusedInitDelegate.cpp | 35 Stmt *Body; member in __anon73e2c7ff0111::UnusedInitRewriter 42 : Body(0), Pass(pass) { } in UnusedInitRewriter() 45 Body = body; in transformBody()
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 174 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 178 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 185 ExprAST *Body; member in VarExprAST 189 : VarNames(varnames), Body(body) {} in VarExprAST() 224 ExprAST *Body; member in FunctionAST 227 : Proto(proto), Body(body) {} in FunctionAST() 381 ExprAST *Body = ParseExpression(); in ParseForExpr() local 382 if (Body == 0) return 0; in ParseForExpr() 384 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 426 ExprAST *Body = ParseExpression(); in ParseVarExpr() local [all …]
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 192 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 196 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 203 ExprAST *Body; member in VarExprAST 207 : VarNames(varnames), Body(body) {} in VarExprAST() 242 ExprAST *Body; member in FunctionAST 245 : Proto(proto), Body(body) {} in FunctionAST() 399 ExprAST *Body = ParseExpression(); in ParseForExpr() local 400 if (Body == 0) return 0; in ParseForExpr() 402 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 444 ExprAST *Body = ParseExpression(); in ParseVarExpr() local [all …]
|
D | toy.cpp | 198 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 202 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 209 ExprAST *Body; member in VarExprAST 213 : VarNames(varnames), Body(body) {} in VarExprAST() 248 ExprAST *Body; member in FunctionAST 251 : Proto(proto), Body(body) {} in FunctionAST() 405 ExprAST *Body = ParseExpression(); in ParseForExpr() local 406 if (Body == 0) return 0; in ParseForExpr() 408 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 450 ExprAST *Body = ParseExpression(); in ParseVarExpr() local [all …]
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 177 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 181 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 188 ExprAST *Body; member in VarExprAST 192 : VarNames(varnames), Body(body) {} in VarExprAST() 227 ExprAST *Body; member in FunctionAST 230 : Proto(proto), Body(body) {} in FunctionAST() 384 ExprAST *Body = ParseExpression(); in ParseForExpr() local 385 if (Body == 0) return 0; in ParseForExpr() 387 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 429 ExprAST *Body = ParseExpression(); in ParseVarExpr() local [all …]
|
D | toy.cpp | 177 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 181 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 188 ExprAST *Body; member in VarExprAST 192 : VarNames(varnames), Body(body) {} in VarExprAST() 227 ExprAST *Body; member in FunctionAST 230 : Proto(proto), Body(body) {} in FunctionAST() 384 ExprAST *Body = ParseExpression(); in ParseForExpr() local 385 if (Body == 0) return 0; in ParseForExpr() 387 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 429 ExprAST *Body = ParseExpression(); in ParseVarExpr() local [all …]
|
/external/clang/lib/Tooling/ |
D | RefactoringCallbacks.cpp | 69 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run() local 70 if (Body) { in run() 71 Replace.insert(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body)); in run()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 62 StringRef Body; member 67 Name(N), Body(B), Parameters(P) {} in MCAsmMacro() 70 : Name(Other.Name), Body(Other.Body), Parameters(Other.Parameters) {} in MCAsmMacro() 252 void CheckForBadMacro(SMLoc DirectiveLoc, StringRef Name, StringRef Body, 254 bool expandMacro(raw_svector_ostream &OS, StringRef Body, 1674 bool AsmParser::expandMacro(raw_svector_ostream &OS, StringRef Body, in expandMacro() argument 1684 while (!Body.empty()) { in expandMacro() 1686 std::size_t End = Body.size(), Pos = 0; in expandMacro() 1691 if (Body[Pos] != '$' || Pos + 1 == End) in expandMacro() 1694 char Next = Body[Pos + 1]; in expandMacro() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VirtualCallChecker.cpp | 224 if (Stmt *Body = I->getBody()) { in checkASTDecl() local 225 walker.Visit(Body); in checkASTDecl() 232 if (Stmt *Body = DD->getBody()) { in checkASTDecl() local 233 walker.Visit(Body); in checkASTDecl()
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 175 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 179 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 186 ExprAST *Body; member in VarExprAST 190 : VarNames(varnames), Body(body) {} in VarExprAST() 225 ExprAST *Body; member in FunctionAST 228 : Proto(proto), Body(body) {} in FunctionAST() 382 ExprAST *Body = ParseExpression(); in ParseForExpr() local 383 if (Body == 0) return 0; in ParseForExpr() 385 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 427 ExprAST *Body = ParseExpression(); in ParseVarExpr() local [all …]
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 154 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 158 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 178 ExprAST *Body; member in FunctionAST 181 : Proto(proto), Body(body) {} in FunctionAST() 335 ExprAST *Body = ParseExpression(); in ParseForExpr() local 336 if (Body == 0) return 0; in ParseForExpr() 338 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 606 if (Body->Codegen() == 0) in Codegen() 707 if (Value *RetVal = Body->Codegen()) { in Codegen()
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 222 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 226 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 233 ExprAST *Body; member in VarExprAST 237 : VarNames(varnames), Body(body) {} in VarExprAST() 272 ExprAST *Body; member in FunctionAST 275 : Proto(proto), Body(body) {} in FunctionAST() 429 ExprAST *Body = ParseExpression(); in ParseForExpr() local 430 if (Body == 0) return 0; in ParseForExpr() 432 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 474 ExprAST *Body = ParseExpression(); in ParseVarExpr() local [all …]
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 169 ExprAST *Start, *End, *Step, *Body; member in ForExprAST 173 : VarName(varname), Start(start), End(end), Step(step), Body(body) {} in ForExprAST() 206 ExprAST *Body; member in FunctionAST 209 : Proto(proto), Body(body) {} in FunctionAST() 363 ExprAST *Body = ParseExpression(); in ParseForExpr() local 364 if (Body == 0) return 0; in ParseForExpr() 366 return new ForExprAST(IdName, Start, End, Step, Body); in ParseForExpr() 710 if (Body->Codegen() == 0) in Codegen() 815 if (Value *RetVal = Body->Codegen()) { in Codegen()
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 154 DeallocateFunctionBodyCall(const void *Body) : Body(Body) {} in DeallocateFunctionBodyCall() 155 const void *Body; member 158 virtual void deallocateFunctionBody(void *Body) { in deallocateFunctionBody() argument 159 deallocateFunctionBodyCalls.push_back(DeallocateFunctionBodyCall(Body)); in deallocateFunctionBody() 160 Base->deallocateFunctionBody(Body); in deallocateFunctionBody() 422 FunctionsDeallocated.insert(RJMM->deallocateFunctionBodyCalls[i].Body); in TEST_F()
|