HomeSort by relevance Sort by last modified time
    Searched refs:getBody (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/clang/lib/Analysis/
BodyFarm.h 36 Stmt *getBody(const FunctionDecl *D);
39 Stmt *getBody(const ObjCMethodDecl *D);
AnalysisDeclContext.cpp 92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const {
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 {
122 return getBody(Tmp);
127 getBody(Tmp)
    [all...]
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
DetailsDescriptionPresenter.java 28 viewHolder.getBody().setText(movie.getDescription());
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DetailsDescriptionPresenter.java 25 vh.getBody().setText("Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do "
  /external/deqp/framework/randomshaders/
rsgFunctionGenerator.cpp 48 statementStack.push_back(&m_function.getBody());
49 m_function.getBody().init(m_state);
79 m_function.getBody().addChild(new AssignStatement(m_state, variable, valueRange));
rsgShader.hpp 51 BlockStatement& getBody (void) { return m_functionBlock; }
52 const BlockStatement& getBody (void) const { return m_functionBlock; }
  /cts/tests/tests/net/src/android/net/cts/
MailToTest.java 50 assertNull(mailTo_1.getBody());
61 assertNull(mailTo_2.getBody());
73 assertEquals("send current-issue", mailTo_3.getBody());
83 Log.d("Trace", mailTo_4.toString() + " " + mailTo_4.getBody());
86 assertEquals("send current-issue\r\nsend index", mailTo_4.getBody());
102 assertEquals("hello", mailTo_5.getBody());
117 assertEquals("hello", mailTo_6.getBody());
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsArticle.java 60 public String getBody() {
ArticleFragment.java 69 mWebView.loadData(mNewsArticle == null ? "" : mNewsArticle.getBody(), "text/html",
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 72 if (!FD || !FD->getBody())
91 assert(FD && FD->getBody());
97 Visit(FD->getBody());
221 if (Stmt *Body = I->getBody()) {
229 if (Stmt *Body = DD->getBody()) {
ObjCUnusedIVarsChecker.cpp 47 Scan(M, BE->getBody());
81 Scan(M, I->getBody());
103 Scan(M, FD->getBody());
CheckSizeofPointer.cpp 86 walker.Visit(D->getBody());
MallocOverflowSecurityChecker.cpp 176 return this->Visit(S->getBody());
179 return this->Visit(S->getBody());
182 return this->Visit(S->getBody());
208 c.Visit(mgr.getAnalysisDeclContext(D)->getBody());
IdenticalExprChecker.cpp 367 if (!isIdenticalStmt(Ctx, ForStmt1->getBody(), ForStmt2->getBody(),
379 if (!isIdenticalStmt(Ctx, DStmt1->getBody(), DStmt2->getBody(),
391 if (!isIdenticalStmt(Ctx, WStmt1->getBody(), WStmt2->getBody(),
ObjCMissingSuperCallChecker.cpp 191 if (MD->getBody())
199 PathDiagnosticLocation::createEnd(MD->getBody(),
UndefCapturedBlockVarChecker.cpp 93 if (const Expr *Ex = FindBlockDeclRefExpr(BE->getBody(), VD))
CheckObjCDealloc.cpp 185 if (MD->getBody() && !scan_dealloc(MD->getBody(), S)) {
234 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx)
  /external/javassist/src/main/javassist/compiler/ast/
MethodDecl.java 40 public Stmnt getBody() { return (Stmnt)sublist(4).head(); }
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERObjectIdentifier.java 281 protected synchronized byte[] getBody()
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/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 119 if (!S->getBody())
121 return Visit(S->getBody());
129 if (!S->getBody())
131 return Visit(S->getBody());
139 if (!S->getBody())
141 return Visit(S->getBody());
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 296 CounterMap[D->getBody()] = NextCounter++;
398 RegionCounter Cnt(PGO, D->getBody());
400 CountMap[D->getBody()] = PGO.getCurrentRegionCount();
401 Visit(D->getBody());
411 RegionCounter Cnt(PGO, D->getBody());
413 CountMap[D->getBody()] = PGO.getCurrentRegionCount();
414 Visit(D->getBody());
419 RegionCounter Cnt(PGO, D->getBody());
421 CountMap[D->getBody()] = PGO.getCurrentRegionCount();
422 Visit(D->getBody());
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
ForLoopUnroll.cpp 52 TIntermNode *body = node->getBody();
  /external/oauth/core/src/main/java/net/oauth/client/
OAuthResponseMessage.java 57 return http.getBody();
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 71 InputStream body = in.getBody();
  /external/clang/lib/AST/
StmtPrinter.cpp 227 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
233 PrintStmt(Node->getBody());
244 PrintStmt(Node->getBody());
249 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
254 PrintStmt(Node->getBody());
283 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
288 PrintStmt(Node->getBody());
302 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(Node->getBody())) {
307 PrintStmt(Node->getBody());
319 PrintStmt(Node->getBody());
    [all...]

Completed in 717 milliseconds

1 2 3 4 5 6