HomeSort by relevance Sort by last modified time
    Searched refs:CreateLoop (Results 1 - 6 of 6) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
b2ChainShape.h 46 void CreateLoop(const b2Vec2* vertices, int32 count);
b2ChainShape.cpp 37 void b2ChainShape::CreateLoop(const b2Vec2* vertices, int32 count)
  /external/v8/test/unittests/compiler/
scheduler-rpo-unittest.cc 61 TestLoop* CreateLoop(Schedule* schedule, int count) {
138 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 2));
147 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 2));
321 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1));
322 base::SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1));
341 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1));
342 base::SmartPointer<TestLoop> loop2(CreateLoop(&schedule, 1));
364 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, size));
365 base::SmartPointer<TestLoop> loop2(CreateLoop(&schedule, size));
384 base::SmartPointer<TestLoop> loop1(CreateLoop(&schedule, 1))
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/
com.badlogic.gdx.physics.box2d.ChainShape.cpp 26 chain->CreateLoop( verticesOut, numVertices );
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]
hydrogen.h     [all...]

Completed in 137 milliseconds