Home
last modified time | relevance | path

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

123456

/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/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/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/pdfium/core/include/fxcrt/
Dfx_xml.h95 CFX_WideString GetAttrValue(FX_BSTR space, FX_BSTR name) const in GetAttrValue()
111 int GetAttrInteger(FX_BSTR space, FX_BSTR name) const in GetAttrInteger()
127 FX_FLOAT GetAttrFloat(FX_BSTR space, FX_BSTR name) const in GetAttrFloat()
144 CXML_Element* GetElement(FX_BSTR space, FX_BSTR tag) const in GetElement()
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp125 void CXML_Parser::GetName(CFX_ByteString &space, CFX_ByteString &name) in GetName()
313 void CXML_Parser::GetTagName(CFX_ByteString &space, CFX_ByteString &name, FX_BOOL &bEndTag, FX_BOOL… in GetTagName()
454 CFX_ByteString space, name; in ParseElement() local
637 void CXML_Element::GetAttrByIndex(int index, CFX_ByteString& space, CFX_ByteString& name, CFX_WideS… in GetAttrByIndex()
659 FX_BOOL CXML_Element::GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const in GetAttrValue()
679 FX_BOOL CXML_Element::GetAttrInteger(FX_BSTR space, FX_BSTR name, int& attribute) const in GetAttrInteger()
694 FX_BOOL CXML_Element::GetAttrFloat(FX_BSTR space, FX_BSTR name, FX_FLOAT& attribute) const in GetAttrFloat()
737 FX_DWORD CXML_Element::CountElements(FX_BSTR space, FX_BSTR tag) const in CountElements()
752 CXML_Element* CXML_Element::GetElement(FX_BSTR space, FX_BSTR tag, int index) const in GetElement()
782 const CFX_WideString* CXML_AttrMap::Lookup(FX_BSTR space, FX_BSTR name) const in Lookup()
[all …]
/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/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/valgrind/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/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DGhostControl.java32 protected PhysicsSpace space = null; field in GhostControl
140 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
DPhysicsControl.java16 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/v8/src/heap/
Dspaces-inl.h32 PageIterator::PageIterator(PagedSpace* space) in PageIterator()
53 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator()
58 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
Dmark-compact.cc109 static void VerifyMarking(NewSpace* space) { in VerifyMarking()
125 static void VerifyMarking(PagedSpace* space) { in VerifyMarking()
183 static void VerifyEvacuation(NewSpace* space) { in VerifyEvacuation()
201 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { in VerifyEvacuation()
343 static void TraceFragmentation(PagedSpace* space) { in TraceFragmentation()
436 void MarkCompactCollector::VerifyMarkbitsAreClean(PagedSpace* space) { in VerifyMarkbitsAreClean()
447 void MarkCompactCollector::VerifyMarkbitsAreClean(NewSpace* space) { in VerifyMarkbitsAreClean()
498 static void ClearMarkbitsInPagedSpace(PagedSpace* space) { in ClearMarkbitsInPagedSpace()
507 static void ClearMarkbitsInNewSpace(NewSpace* space) { in ClearMarkbitsInNewSpace()
538 SweeperTask(Heap* heap, PagedSpace* space) : heap_(heap), space_(space) {} in SweeperTask()
[all …]
Dheap.cc236 GarbageCollector Heap::SelectGarbageCollector(AllocationSpace space, in SelectGarbageCollector()
463 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in SizeOfObjects() local
486 for (PagedSpace* space = spaces.next(); space != NULL; in RepairFreeListsAfterBoot() local
684 #define UPDATE_COUNTERS_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
691 #define UPDATE_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
698 #define UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(space) \ in GarbageCollectionEpilogue() argument
912 Heap* heap, AllocationSpace space, const char* gc_reason = NULL) { in AbortIncrementalMarkingAndCollectGarbage()
927 for (int space = NEW_SPACE; space <= LAST_PAGED_SPACE; space++) { in ReserveSpace() local
2325 AllocationSpace space) { in AllocateFillerObject()
2626 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, pretenure); in AllocateHeapNumber() local
[all …]
Dspaces.cc21 HeapObjectIterator::HeapObjectIterator(PagedSpace* space) { in HeapObjectIterator()
30 HeapObjectIterator::HeapObjectIterator(PagedSpace* space, in HeapObjectIterator()
55 void HeapObjectIterator::Initialize(PagedSpace* space, Address cur, Address end, in Initialize()
660 ObjectSpace space = static_cast<ObjectSpace>(1 << owner->identity()); in AllocateChunk() local
703 ObjectSpace space = in Free() local
750 void MemoryAllocator::PerformAllocationCallback(ObjectSpace space, in PerformAllocationCallback()
773 MemoryAllocationCallback callback, ObjectSpace space, in AddMemoryAllocationCallback()
1716 SemiSpace* space = page->semi_space(); in AssertValidRange() local
1735 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space) { in SemiSpaceIterator()
1740 SemiSpaceIterator::SemiSpaceIterator(NewSpace* space, in SemiSpaceIterator()
[all …]
Dheap-inl.h92 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateOneByteInternalizedString() local
124 AllocationSpace space = SelectSpace(size, OLD_DATA_SPACE, TENURED); in AllocateTwoByteInternalizedString() local
166 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space, in AllocateRaw()
394 AllocationSpace space = TargetSpaceId(type); in TargetSpace() local
581 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason, in CollectGarbage()
/external/apache-harmony/support/src/test/resources/tests/resources/
Dhyts_PropertiesTest.properties26 space=\ c key
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DDirectNIOBuffer.java174 int space = _buf.remaining(); in poke() local
216 int space=_buf.remaining(); in poke() local
/external/skia/src/core/
DSkPathRef.cpp331 size_t space = numVbs * sizeof(uint8_t) + pCnt * sizeof (SkPoint); in growForRepeatedVerb() local
401 size_t space = sizeof(uint8_t) + pCnt * sizeof (SkPoint); in growForVerb() local
/external/toybox/toys/posix/
Dwc.c50 int i, len, clen=1, space; in do_wc() local

123456