/external/smack/src/com/kenai/jbosh/ |
D | HTTPResponse.java | 52 AbstractBody getBody() throws InterruptedException, BOSHException; in getBody() method
|
D | BOSHMessageEvent.java | 88 public AbstractBody getBody() { in getBody() method in BOSHMessageEvent
|
D | ApacheHTTPResponse.java | 180 public AbstractBody getBody() throws InterruptedException, BOSHException { in getBody() method in ApacheHTTPResponse
|
/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 | 132 public byte[] getBody() { in getBody() method in RecordedRequest
|
D | MockResponse.java | 139 public byte[] getBody() { in getBody() method in MockResponse
|
/external/smack/src/org/jivesoftware/smack/packet/ |
D | Message.java | 237 public String getBody() { in getBody() method in Message 250 public String getBody(String language) { in getBody() method in Message
|
/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/clang/include/clang/AST/ |
D | StmtCXX.h | 157 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 174 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 | 949 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function 954 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 1036 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 1037 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function 1081 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 1082 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function 1145 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function 1150 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
|
D | DeclBase.h | 788 virtual Stmt* getBody() const { return 0; } in getBody() function
|
D | Decl.h | 1614 virtual Stmt *getBody() const { in getBody() function 3184 Stmt *getBody() const { return (Stmt*) Body; } in getBody() function 3290 Stmt *getBody() const { return Body; } in getBody() function
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLDocument.java | 69 public IElement getBody () in getBody() method in HTMLDocument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | DERObjectIdentifier.java | 260 protected synchronized byte[] getBody() in getBody() method in DERObjectIdentifier
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext 113 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
|
D | BodyFarm.cpp | 344 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody() function in BodyFarm
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
D | HttpResponseCache.java | 448 @Override public OutputStream getBody() throws IOException { in getBody() method in HttpResponseCache.CacheRequestImpl
|
/external/chromium_org/third_party/angle/src/compiler/ |
D | intermediate.h | 312 TIntermNode* getBody() { return body; } in getBody() function
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1894 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr 1897 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
|
D | DeclObjC.cpp | 580 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
|
D | ExprCXX.cpp | 1011 CompoundStmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
|
D | Decl.cpp | 2157 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl
|