HomeSort by relevance Sort by last modified time
    Searched defs:Body (Results 1 - 25 of 36) sorted by null

1 2

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Body.java 23 public interface Body {
  /external/clang/lib/ARCMigrate/
TransUnusedInitDelegate.cpp 35 Stmt *Body;
42 : Body(0), Pass(pass) { }
44 void transformBody(Stmt *body, Decl *ParentD) {
45 Body = body;
46 collectRemovables(body, Removables);
47 TraverseStmt(body);
TransRetainReleaseDealloc.cpp 36 Stmt *Body;
46 : Body(0), Pass(pass) {
53 void transformBody(Stmt *body, Decl *ParentD) {
54 Body = body;
55 collectRemovables(body, Removables);
56 StmtMap.reset(new ParentMap(body));
57 TraverseStmt(body);
TransAutoreleasePool.cpp 73 : Body(0), Pass(pass) {
79 void transformBody(Stmt *body, Decl *ParentD) {
80 Body = body;
81 TraverseStmt(body);
413 Stmt *Body;
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Body.java 26 * Encapsulates the body of an entity (see RFC 2045).
29 * @version $Id: Body.java,v 1.4 2004/10/04 15:36:43 ntherning Exp $
31 public interface Body {
34 * Gets the parent of this body.
41 * Sets the parent of this body.
48 * Writes this body to the given stream in MIME message format.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
access-nbody.js 9 function Body(x,y,z,vx,vy,vz,mass){
19 Body.prototype.offsetMomentum = function(px,py,pz) {
27 return new Body(
39 return new Body(
51 return new Body(
63 return new Body(
75 return new Body(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, SOLAR_MASS);
121 var body = this.bodies[i];
122 body.x += dt * body.vx
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
access-nbody.js 9 function Body(x,y,z,vx,vy,vz,mass){
19 Body.prototype.offsetMomentum = function(px,py,pz) {
27 return new Body(
39 return new Body(
51 return new Body(
63 return new Body(
75 return new Body(0.0, 0.0, 0.0, 0.0, 0.0, 0.0, SOLAR_MASS);
121 var body = this.bodies[i];
122 body.x += dt * body.vx
    [all...]
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 69 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse();
70 if (Body) {
71 Replace.insert(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body));
  /external/clang/tools/libclang/
IndexDecl.cpp 55 const Stmt *Body = D->getBody();
56 if (Body) {
57 IndexCtx.indexBody(Body, D, D);
82 const Stmt *Body = D->getBody();
83 if (Body) {
84 IndexCtx.indexBody(Body, D, D);
295 const Stmt *Body = FD->getBody();
296 if (Body) {
297 IndexCtx.indexBody(Body, D, FD);
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 450 self.Body()
455 def Body(self): raise NotImplementedError # define in subclass
491 def Body(self):
  /external/clang/include/clang/AST/
StmtObjC.h 25 enum { ELEM, COLLECTION, BODY, END_EXPR };
30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
39 Stmt *getBody() { return SubExprs[BODY]; }
45 const Stmt *getBody() const { return SubExprs[BODY]; }
51 void setBody(Stmt *S) { SubExprs[BODY] = S; }
59 return SourceRange(ForLoc, SubExprs[BODY]->getLocEnd());
76 Stmt *Body;
84 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
89 const Stmt *getCatchBody() const { return Body; }
90 Stmt *getCatchBody() { return Body; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 144 const Stmt *Body;
193 Handler.Body = CatchStmt->getCatchBody();
211 // Emit the try body.
235 CodeGenFunction::LexicalScope cleanups(CGF, Handler.Body->getSourceRange());
273 CGF.EmitStmt(Handler.Body);
330 // Emit the body of the statement.
CGClass.cpp 490 llvm::BasicBlock *ForBody = CGF.createBasicBlock("for.body");
491 // Generate: if (loop-index < number-of-elements) fall to the loop body,
500 // If the condition is true, execute the body.
509 // Inside the loop body recurse to emit the inner loop or, eventually, the
723 /// EmitConstructorBody - Emits the body of the current constructor.
738 Stmt *Body = Ctor->getBody();
742 bool IsTryBody = (Body && isa<CXXTryStmt>(Body));
744 EnterCXXTryStmt(*cast<CXXTryStmt>(Body), true);
755 // Emit the body of the statement
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 131 ExprAST *Body;
133 FunctionAST(PrototypeAST *proto, ExprAST *body)
134 : Proto(proto), Body(body) {}
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 142 ExprAST *Body;
144 FunctionAST(PrototypeAST *proto, ExprAST *body)
145 : Proto(proto), Body(body) {}
411 // body, don't allow redefinition or reextern.
417 // If F already has a body, reject this.
454 if (Value *RetVal = Body->Codegen()) {
464 // Error reading body, remove function.
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 149 ExprAST *Body;
151 FunctionAST(PrototypeAST *proto, ExprAST *body)
152 : Proto(proto), Body(body) {}
419 // body, don't allow redefinition or reextern.
425 // If F already has a body, reject this.
462 if (Value *RetVal = Body->Codegen()) {
475 // Error reading body, remove function.
  /frameworks/base/include/androidfw/
InputTransport.h 52 uint32_t padding; // 8 byte alignment for the body that follows
55 union Body {
115 } body; member in struct:android::InputMessage
358 eventTime = msg->body.motion.eventTime;
360 for (size_t i = 0; i < msg->body.motion.pointerCount; i++) {
361 uint32_t id = msg->body.motion.pointers[i].properties.id;
364 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 154 ExprAST *Start, *End, *Step, *Body;
157 ExprAST *step, ExprAST *body)
158 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
178 ExprAST *Body;
180 FunctionAST(PrototypeAST *proto, ExprAST *body)
181 : Proto(proto), Body(body) {}
335 ExprAST *Body = ParseExpression();
336 if (Body == 0) return 0
    [all...]
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 80 public static class Body {
86 public Body(float _m, Vec _p) {
113 return "Body(m=" + m + " p=" + p + " v=" + v + ")";
116 LinkedList<Body> mBodies = new LinkedList<Body>();
117 public void addBody(Body b) {
122 for (Body b : mBodies) {
134 World.Body mBody;
204 mBody = new World.Body(mass, new World.Vec(200,200));
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 319 static void CheckFallThroughForBody(Sema &S, const Decl *D, const Stmt *Body,
354 if (const CompoundStmt *Compound = dyn_cast<CompoundStmt>(Body)) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 451 // In this case, fall back to the start of the body (even if we were
454 const Stmt *Body = ADC->getBody();
455 if (Body)
456 L = Body->getLocStart();
713 if (Stmt *Body = FD->getBody())
714 return Body->getSourceRange();
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 169 ExprAST *Start, *End, *Step, *Body;
172 ExprAST *step, ExprAST *body)
173 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
206 ExprAST *Body;
208 FunctionAST(PrototypeAST *proto, ExprAST *body)
209 : Proto(proto), Body(body) {}
363 ExprAST *Body = ParseExpression();
364 if (Body == 0) return 0
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 174 ExprAST *Start, *End, *Step, *Body;
177 ExprAST *step, ExprAST *body)
178 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
185 ExprAST *Body;
188 ExprAST *body)
189 : VarNames(varnames), Body(body) {}
224 ExprAST *Body;
226 FunctionAST(PrototypeAST *proto, ExprAST *body)
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 135 DeallocateFunctionBodyCall(const void *Body) : Body(Body) {}
136 const void *Body;
139 virtual void deallocateFunctionBody(void *Body) {
140 deallocateFunctionBodyCalls.push_back(DeallocateFunctionBodyCall(Body));
141 Base->deallocateFunctionBody(Body);
447 FunctionsDeallocated.insert(RJMM->deallocateFunctionBodyCalls[i].Body);
  /external/clang/lib/AST/
StmtPrinter.cpp     [all...]

Completed in 797 milliseconds

1 2