Searched defs:getBody (Results 1 - 25 of 40) sorted by relevance

12

/external/smack/src/com/kenai/jbosh/
H A DHTTPResponse.java52 AbstractBody getBody() throws InterruptedException, BOSHException; method in interface:HTTPResponse
H A DBOSHMessageEvent.java88 public AbstractBody getBody() { method in class:BOSHMessageEvent
H A DApacheHTTPResponse.java180 public AbstractBody getBody() throws InterruptedException, BOSHException { method in class:ApacheHTTPResponse
/external/javassist/src/main/javassist/compiler/ast/
H A DMethodDecl.java40 public Stmnt getBody() { return (Stmnt)sublist(4).head(); } method in class:MethodDecl
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DRecordedRequest.java122 public byte[] getBody() { method in class:RecordedRequest
H A DMockResponse.java135 public byte[] getBody() { method in class:MockResponse
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERObjectIdentifier.java281 protected synchronized byte[] getBody() method in class:DERObjectIdentifier
303 int length = getBody().length;
312 byte[] enc = getBody();
420 if (Arrays.areEqual(enc, possibleMatch.getBody()))
438 if (Arrays.areEqual(enc, possibleMatch.getBody()))
451 if (Arrays.areEqual(enc, possibleMatch.getBody()))
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java69 public IElement getBody () method in class:HTMLDocument
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DRecordedRequest.java161 public byte[] getBody() { method in class:RecordedRequest
H A DMockResponse.java146 public byte[] getBody() { method in class:MockResponse
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpMessage.java100 public final InputStream getBody() throws IOException method in class:HttpMessage
/external/clang/lib/Analysis/
H A DBodyFarm.cpp356 Stmt *BodyFarm::getBody(const FunctionDecl *D) { function in class:BodyFarm
448 Stmt *BodyFarm::getBody(const ObjCMethodDecl *D) { function in class:BodyFarm
H A DAnalysisDeclContext.cpp92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { function in class:AnalysisDeclContext
95 Stmt *Body = FD->getBody();
97 Body = getBodyFarm(getASTContext()).getBody(FD);
104 Stmt *Body = MD->getBody();
106 Body = getBodyFarm(getASTContext()).getBody(MD);
112 return BD->getBody();
115 return FunTmpl->getTemplatedDecl()->getBody();
120 Stmt *AnalysisDeclContext::getBody() const { function in class:AnalysisDeclContext
122 return getBody(Tmp);
127 getBody(Tm
[all...]
/external/deqp/framework/randomshaders/
H A DrsgShader.hpp51 BlockStatement& getBody (void) { return m_functionBlock; } function in class:rsg::Function
52 const BlockStatement& getBody (void) const { return m_functionBlock; } function in class:rsg::Function
/external/smack/src/org/jivesoftware/smack/packet/
H A DMessage.java237 public String getBody() { method in class:Message
238 return getBody(null);
243 * will be the same as {@link #getBody()}. Null will be returned if the language does not have
250 public String getBody(String language) { method in class:Message
267 * from {@link #getBody()}.
/external/clang/include/clang/AST/
H A DStmtCXX.h157 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::CXXForRangeStmt
174 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::CXXForRangeStmt
H A DStmtObjC.h39 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::ObjCForCollectionStmt
45 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::ObjCForCollectionStmt
H A DDeclBase.h809 /// getBody - If this Decl represents a declaration for a body of code,
812 virtual Stmt* getBody() const { return nullptr; } function in class:clang::Decl
818 virtual bool hasBody() const { return getBody() != nullptr; }
H A DStmt.h973 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::SwitchStmt
978 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::SwitchStmt
1060 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::WhileStmt
1061 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::WhileStmt
1105 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::DoStmt
1106 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::DoStmt
1170 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::ForStmt
1175 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::ForStmt
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java381 @Override public OutputStream getBody() throws IOException { method in class:HttpResponseCache.CacheRequestImpl
/external/clang/lib/AST/
H A DDeclObjC.cpp673 Stmt *ObjCMethodDecl::getBody() const { function in class:ObjCMethodDecl
793 if (Stmt *Body = getBody())
H A DExprCXX.cpp968 *Stored++ = getCallOperator()->getBody();
1091 CompoundStmt *LambdaExpr::getBody() const { function in class:LambdaExpr
1093 getStoredStmts()[NumCaptures] = getCallOperator()->getBody();
H A DDecl.cpp2287 Stmt *S = getBody();
2311 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { function in class:FunctionDecl
2960 assert(getPrimaryTemplate()->getTemplatedDecl()->getBody() &&
H A DExpr.cpp1946 const Stmt *BlockExpr::getBody() const { function in class:BlockExpr
1947 return TheBlock->getBody();
1949 Stmt *BlockExpr::getBody() { function in class:BlockExpr
1950 return TheBlock->getBody();
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.h327 TIntermNode *getBody() { return mBody; } function in class:TIntermLoop

Completed in 6430 milliseconds

12