/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | SafeArrayList.java | 115 public final E[] getArray() { in getArray() method in SafeArrayList 164 return getArray(); in toArray() 169 E[] array = getArray(); in toArray() 196 return Arrays.asList(getArray()).containsAll(c); in containsAll() 249 E[] array = getArray(); in hashCode() 281 E[] array = getArray(); in indexOf() 295 E[] array = getArray(); in lastIndexOf() 309 return new ArrayIterator<E>(getArray(), 0); in listIterator() 313 return new ArrayIterator<E>(getArray(), index); in listIterator() 319 List<E> raw = Arrays.asList(getArray()).subList(fromIndex, toIndex); in subList() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
D | Node.java | 103 for (Spatial child : children.getArray()){ in setTransformRefresh() 114 for (Spatial child : children.getArray()){ in setLightListRefresh() 129 for (Spatial child : children.getArray()) { in updateWorldBound() 153 for (Spatial child : children.getArray()) { in updateLogicalState() 176 for (Spatial child : children.getArray()) { in updateGeometricState() 433 for (Spatial child : children.getArray()) { in getChild() 458 for (Spatial child : children.getArray()) { in hasChild() 486 for (Spatial child : children.getArray()) { in setLodLevel() 493 for (Spatial child : children.getArray()){ in collideWith() 604 for (Spatial child : children.getArray()) { in read() [all …]
|
D | Mesh.java | 237 for (VertexBuffer vb : buffersList.getArray()){ in deepClone() 540 for (VertexBuffer vb : buffersList.getArray()){ in setStatic() 551 for (VertexBuffer vb : buffersList.getArray()){ in setDynamic() 562 for (VertexBuffer vb : buffersList.getArray()){ in setStreamed()
|
D | Spatial.java | 539 for (Control c : controls.getArray()) { in runControlUpdate() 559 for (Control c : controls.getArray()) { in runControlRender() 617 for (Control c : controls.getArray()) { in getControl()
|
D | BatchNode.java | 116 for (Spatial child : children.getArray()) { in updateGeometricState() 412 for (VertexBuffer vb : geom.getMesh().getBufferList().getArray()) { in mergeGeometries()
|
/external/skia/src/gpu/ |
D | GrTextStrike.h | 43 int countGlyphs() const { return fCache.getArray().count(); } in countGlyphs() 45 return fCache.getArray()[index]; in glyphAt() 85 int countStrikes() const { return fCache.getArray().count(); } in countStrikes() 87 return fCache.getArray()[index]; in strikeAt()
|
D | GrTextStrike.cpp | 146 fCache.getArray().visit(FreeGlyph); in ~GrTextStrike()
|
D | GrTHashCache.h | 51 const GrTDArray<T*>& getArray() const { return fSorted; } in getArray() function
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ObjectManager.java | 60 final Object[] additionsArray = mPendingAdditions.getArray(); in commitUpdates() 70 final Object[] removalsArray = mPendingRemovals.getArray(); in commitUpdates() 85 final Object[] objectArray = mObjects.getArray(); in update() 120 final Object[] objectArray = mObjects.getArray(); in removeAll()
|
D | GameObjectManager.java | 66 final Object[] deathArray = mMarkedForDeathObjects.getArray(); in commitUpdates() 86 final Object[] objectArray = objects.getArray(); in update() 112 final Object[] inactiveArray = mInactiveObjects.getArray(); in update()
|
D | RenderSystem.java | 63 final Object[] objectArray = objects.getArray(); in clearQueue()
|
D | FixedSizeArray.java | 177 public final Object[] getArray() {
|
D | GameRenderer.java | 210 Object[] objectArray = objects.getArray(); in onDrawFrame()
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/ |
D | AppStateManager.java | 100 return initializing.getArray(); in getInitializing() 106 return terminating.getArray(); in getTerminating() 112 return states.getArray(); in getStates()
|
/external/icu4c/i18n/unicode/ |
D | fmtable.h | 431 const Formattable* getArray(int32_t& count) const in getArray() function 443 const Formattable* getArray(int32_t& count, UErrorCode& status) const;
|
/external/icu4c/test/intltest/ |
D | tfsmalls.cpp | 272 const Formattable* res_array = ft_arr.getArray( res_cnt ); in test_Formattable() 282 res_array = ft_arr.getArray( res_cnt, status = U_ZERO_ERROR); in test_Formattable() 295 res_array = fta.getArray(res_cnt, status = U_ZERO_ERROR); in test_Formattable()
|
/external/skia/src/animator/ |
D | SkOperand2.h | 46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; } in getArray() function
|
D | SkOperand.h | 36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; } in getArray() function
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | ShortArrayCodeOutput.java | 44 public short[] getArray() { in getArray() method in ShortArrayCodeOutput
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | DexFile.java | 197 out.write(result.getArray()); in writeTo() 222 return result.getArray(); in toDex()
|
/external/icu4c/samples/numfmt/ |
D | util.cpp | 103 const Formattable* array = f.getArray(count); in formattableToString()
|
/external/clang/include/clang/Sema/ |
D | Designator.h | 136 static Designator getArray(Expr *Index, in getArray() function
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
D | ByteArrayInput.java | 62 public byte[] getArray() { in getArray() method in ByteArrayInput
|
D | ByteArrayOutput.java | 121 public byte[] getArray() { in getArray() method in ByteArrayOutput
|
/external/icu4c/i18n/ |
D | fmtable.cpp | 662 Formattable::getArray(int32_t& count, UErrorCode& status) const in getArray() function in Formattable 843 array = obj.getArray(count);
|