Home
last modified time | relevance | path

Searched defs:space (Results 1 – 25 of 190) sorted by relevance

12345678

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_PhysicsSpace.cpp51 jmePhysicsSpace* space = new jmePhysicsSpace(env, object); in Java_com_jme3_bullet_PhysicsSpace_createPhysicsSpace() local
68 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_stepSimulation() local
84 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() local
109 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_removeCollisionObject() local
133 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_addRigidBody() local
157 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_removeRigidBody() local
181 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_addCharacterObject() local
208 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_removeCharacterObject() local
232 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_addAction() local
254 jmePhysicsSpace* space = reinterpret_cast<jmePhysicsSpace*>(spaceId); in Java_com_jme3_bullet_PhysicsSpace_removeAction() local
[all …]
DjmeBulletUtil.h60 void *space; variable
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
DPhysicsTickListener.java45 public void prePhysicsTick(PhysicsSpace space, float f); in prePhysicsTick()
52 public void physicsTick(PhysicsSpace space, float f); in physicsTick()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
DPhysicsSpace.java118 public static void setLocalThreadPhysicsSpace(PhysicsSpace space) { in setLocalThreadPhysicsSpace()
351 private native void stepSimulation(long space, float time, int maxSteps, float accuracy); in stepSimulation()
543 private native void addCollisionObject(long space, long id); in addCollisionObject()
545 private native void removeCollisionObject(long space, long id); in removeCollisionObject()
547 private native void addRigidBody(long space, long id); in addRigidBody()
549 private native void removeRigidBody(long space, long id); in removeRigidBody()
551 private native void addCharacterObject(long space, long id); in addCharacterObject()
553 private native void removeCharacterObject(long space, long id); in removeCharacterObject()
555 private native void addAction(long space, long id); in addAction()
557 private native void removeAction(long space, long id); in removeAction()
[all …]
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DPhysicsHoverControl.java59 protected PhysicsSpace space = null; field in PhysicsHoverControl
129 public void prePhysicsTick(PhysicsSpace space, float f) { in prePhysicsTick()
169 public void physicsTick(PhysicsSpace space, float f) { in physicsTick()
191 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
DPhysicsTestHelper.java40 … static void createPhysicsTestWorld(Node rootNode, AssetManager assetManager, PhysicsSpace space) { in createPhysicsTestWorld()
82 …c void createPhysicsTestWorldSoccer(Node rootNode, AssetManager assetManager, PhysicsSpace space) { in createPhysicsTestWorldSoccer()
177 …atic void createBallShooter(final Application app, final Node rootNode, final PhysicsSpace space) { in createBallShooter()
DBombControl.java57 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
110 public void prePhysicsTick(PhysicsSpace space, float f) { in prePhysicsTick()
114 public void physicsTick(PhysicsSpace space, float f) { in physicsTick()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DFeature.java23 protected Space space; field in Feature
45 public Feature(Space space, Long oma, BlenderContext blenderContext) { in Feature()
63 public Feature(Spatial spatial, Space space, Long oma, BlenderContext blenderContext) { in Feature()
80 public Feature(Bone bone, Space space, Long oma, BlenderContext blenderContext) { in Feature()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DPhysicsControl.java16 public void setPhysicsSpace(PhysicsSpace space); in setPhysicsSpace()
DGhostControl.java32 protected PhysicsSpace space = null; field in GhostControl
140 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
DCharacterControl.java31 protected PhysicsSpace space = null; field in CharacterControl
166 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
DRigidBodyControl.java38 protected PhysicsSpace space = null; field in RigidBodyControl
226 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
DVehicleControl.java35 protected PhysicsSpace space = null; field in VehicleControl
231 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
/external/valgrind/main/coregrind/m_demangle/
Ddyn-string.c72 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) in dyn_string_init()
99 dyn_string_new (int space) in dyn_string_new()
152 dyn_string_resize (dyn_string_t ds, int space) in dyn_string_resize()
/external/v8/src/
Dserialize.cc595 Address Deserializer::Allocate(int space_index, Space* space, int size) { in Allocate()
637 HeapObject* Deserializer::GetAddressFromEnd(int space) { in GetAddressFromEnd()
647 HeapObject* Deserializer::GetAddressFromStart(int space) { in GetAddressFromStart()
736 Space* space, in ReadObject()
1066 int space = source_->Get(); in ReadChunk() local
1273 int space, in SerializeReferenceToPreviousObject()
1321 int space = SpaceOfAlreadySerializedObject(heap_object); in SerializeObject() local
1409 int space = SpaceOfAlreadySerializedObject(heap_object); in SerializeObject() local
1428 int space = Serializer::SpaceOfObject(object_); in Serialize() local
1665 int Serializer::Allocate(int space, int size, bool* new_page) { in Allocate()
[all …]
Dspaces-inl.h53 PageIterator::PageIterator(PagedSpace* space) in PageIterator()
76 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator()
81 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
Dspaces.cc42 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) { in HeapObjectIterator()
55 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, in HeapObjectIterator()
86 void HeapObjectIterator::Initialize(PagedSpace* space, in Initialize()
559 ObjectSpace space = static_cast<ObjectSpace>(1 << owner->identity()); in AllocateChunk() local
599 ObjectSpace space = in Free() local
647 void MemoryAllocator::PerformAllocationCallback(ObjectSpace space, in PerformAllocationCallback()
671 ObjectSpace space, in AddMemoryAllocationCallback()
1528 SemiSpace* space = page->semi_space(); in AssertValidRange() local
1547 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space) { in SemiSpaceIterator()
1552 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space, in SemiSpaceIterator()
[all …]
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
Dstring_buffer.cc37 size_t space; in Printf() local
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
Dmatrox_mmio.h38 #define mga_wait(space) \ argument
D3dfx_mmio.h38 #define tdfx_wait(space) \ argument
/external/apache-harmony/support/src/test/resources/tests/resources/
Dhyts_PropertiesTest.properties26 space=\ c key
/external/chromium_org/v8/src/
Dspaces-inl.h54 PageIterator::PageIterator(PagedSpace* space) in PageIterator()
77 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator()
82 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
Dsweeper-thread.cc82 intptr_t SweeperThread::StealMemory(PagedSpace* space) { in StealMemory()
Dmark-compact.cc124 static void VerifyMarking(NewSpace* space) { in VerifyMarking()
140 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
203 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
221 static void VerifyEvacuation(PagedSpace* space) { in VerifyEvacuation()
354 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
455 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
466 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
520 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
529 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
580 StealMemoryFromSweeperThreads(PagedSpace* space) { in StealMemoryFromSweeperThreads()
[all …]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DToken.cpp40 void Token::setHasLeadingSpace(bool space) in setHasLeadingSpace()

12345678