/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_PhysicsSpace.cpp | 51 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 …]
|
D | jmeBulletUtil.h | 60 void *space; variable
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/ |
D | PhysicsSpace.java | 118 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/ |
D | PhysicsTickListener.java | 45 public void prePhysicsTick(PhysicsSpace space, float f); in prePhysicsTick() 52 public void physicsTick(PhysicsSpace space, float f); in physicsTick()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_xml.h | 95 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/ |
D | fx_xml_parser.cpp | 125 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/ |
D | Feature.java | 23 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/ |
D | PhysicsHoverControl.java | 59 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()
|
D | PhysicsTestHelper.java | 40 … 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()
|
D | BombControl.java | 57 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/ |
D | dyn-string.c | 72 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/ |
D | GhostControl.java | 32 protected PhysicsSpace space = null; field in GhostControl 140 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
|
D | PhysicsControl.java | 16 public void setPhysicsSpace(PhysicsSpace space); in setPhysicsSpace()
|
D | CharacterControl.java | 31 protected PhysicsSpace space = null; field in CharacterControl 166 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
|
D | RigidBodyControl.java | 38 protected PhysicsSpace space = null; field in RigidBodyControl 226 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
|
D | VehicleControl.java | 35 protected PhysicsSpace space = null; field in VehicleControl 231 public void setPhysicsSpace(PhysicsSpace space) { in setPhysicsSpace()
|
/external/v8/src/heap/ |
D | spaces-inl.h | 32 PageIterator::PageIterator(PagedSpace* space) in PageIterator() 53 NewSpacePageIterator::NewSpacePageIterator(NewSpace* space) in NewSpacePageIterator() 58 NewSpacePageIterator::NewSpacePageIterator(SemiSpace* space) in NewSpacePageIterator()
|
D | mark-compact.cc | 109 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 …]
|
D | heap.cc | 236 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 …]
|
D | spaces.cc | 21 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 …]
|
D | heap-inl.h | 92 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/ |
D | hyts_PropertiesTest.properties | 26 space=\ c key
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | DirectNIOBuffer.java | 174 int space = _buf.remaining(); in poke() local 216 int space=_buf.remaining(); in poke() local
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 331 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/ |
D | wc.c | 50 int i, len, clen=1, space; in do_wc() local
|