Home
last modified time | relevance | path

Searched defs:getBody (Results 1 – 24 of 24) sorted by relevance

/external/smack/src/com/kenai/jbosh/
DHTTPResponse.java52 AbstractBody getBody() throws InterruptedException, BOSHException; in getBody() method
DBOSHMessageEvent.java88 public AbstractBody getBody() { in getBody() method in BOSHMessageEvent
DApacheHTTPResponse.java180 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/
DSecureCacheResponseTest.java73 public InputStream getBody() throws IOException { in getBody() method in SecureCacheResponseTest.MockCacheResponse
/external/javassist/src/main/javassist/compiler/ast/
DMethodDecl.java40 public Stmnt getBody() { return (Stmnt)sublist(4).head(); } in getBody() method in MethodDecl
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DRecordedRequest.java132 public byte[] getBody() { in getBody() method in RecordedRequest
DMockResponse.java139 public byte[] getBody() { in getBody() method in MockResponse
/external/smack/src/org/jivesoftware/smack/packet/
DMessage.java237 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/
DHttpMessage.java100 public final InputStream getBody() throws IOException in getBody() method in HttpMessage
/external/clang/include/clang/AST/
DStmtCXX.h157 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
174 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
DStmtObjC.h39 Stmt *getBody() { return SubExprs[BODY]; } in getBody() function
45 const Stmt *getBody() const { return SubExprs[BODY]; } in getBody() function
DStmt.h949 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
DDeclBase.h788 virtual Stmt* getBody() const { return 0; } in getBody() function
DDecl.h1614 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/
DHTMLDocument.java69 public IElement getBody () in getBody() method in HTMLDocument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERObjectIdentifier.java260 protected synchronized byte[] getBody() in getBody() method in DERObjectIdentifier
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { in getBody() function in AnalysisDeclContext
113 Stmt *AnalysisDeclContext::getBody() const { in getBody() function in AnalysisDeclContext
DBodyFarm.cpp344 Stmt *BodyFarm::getBody(const FunctionDecl *D) { in getBody() function in BodyFarm
/external/okhttp/src/main/java/com/squareup/okhttp/
DHttpResponseCache.java448 @Override public OutputStream getBody() throws IOException { in getBody() method in HttpResponseCache.CacheRequestImpl
/external/chromium_org/third_party/angle/src/compiler/
Dintermediate.h312 TIntermNode* getBody() { return body; } in getBody() function
/external/clang/lib/AST/
DExpr.cpp1894 const Stmt *BlockExpr::getBody() const { in getBody() function in BlockExpr
1897 Stmt *BlockExpr::getBody() { in getBody() function in BlockExpr
DDeclObjC.cpp580 Stmt *ObjCMethodDecl::getBody() const { in getBody() function in ObjCMethodDecl
DExprCXX.cpp1011 CompoundStmt *LambdaExpr::getBody() const { in getBody() function in LambdaExpr
DDecl.cpp2157 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { in getBody() function in FunctionDecl