/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | SecureCacheResponseTest.java | 73 public InputStream getBody() throws IOException { in getBody() method in SecureCacheResponseTest.MockCacheResponse
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | MethodDecl.java | 40 public Stmnt getBody() { return (Stmnt)sublist(4).head(); } in getBody() method in MethodDecl
|
/external/mockwebserver/src/main/java/com/google/mockwebserver/ |
D | RecordedRequest.java | 91 public byte[] getBody() { in getBody() method in RecordedRequest
|
D | MockResponse.java | 112 public byte[] getBody() { in getBody() method in MockResponse
|
/external/oauth/core/src/main/java/net/oauth/http/ |
D | HttpMessage.java | 100 public final InputStream getBody() throws IOException in getBody() method in HttpMessage
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLDocument.java | 69 public IElement getBody () in getBody() method in HTMLDocument
|
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 158 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 175 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
|
D | StmtObjC.h | 39 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 45 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
|
D | Stmt.h | 951 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function 956 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 1040 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 1041 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function 1084 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 1085 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function 1149 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 1154 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
|
D | DeclBase.h | 761 virtual Stmt* getBody() const { return 0; } in getBody() function
|
D | Decl.h | 1660 virtual Stmt *getBody() const { in getBody() function 3150 Stmt *getBody() const { return (Stmt*) Body; } in getBody() function
|
D | DeclObjC.h | 430 virtual Stmt *getBody() const { in getBody() function
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DERObjectIdentifier.java | 211 protected byte[] getBody() in getBody() method in DERObjectIdentifier
|
/external/okhttp/src/main/java/libcore/net/http/ |
D | HttpResponseCache.java | 308 @Override public OutputStream getBody() throws IOException { in getBody() method in HttpResponseCache.CacheRequestImpl
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 80 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | intermediate.h | 291 TIntermNode* getBody() { return body; } in getBody() function
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1778 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr 1781 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
|
D | ExprCXX.cpp | 956 CompoundStmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
|
D | Decl.cpp | 1676 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl
|