Home
last modified time | relevance | path

Searched defs:indexArray (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java89 public CompactByteArray(char indexArray[], in CompactByteArray()
117 public CompactByteArray(String indexArray, in CompactByteArray()
DCompactCharArray.java90 public CompactCharArray(char indexArray[], in CompactCharArray()
118 public CompactCharArray(String indexArray, in CompactCharArray()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCompactByteArray.java91 public CompactByteArray(char indexArray[], in CompactByteArray()
119 public CompactByteArray(String indexArray, in CompactByteArray()
DCompactCharArray.java92 public CompactCharArray(char indexArray[], in CompactCharArray()
120 public CompactCharArray(String indexArray, in CompactCharArray()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorldImporter.cpp667 int* indexArray = (int*)btAlignedAlloc(sizeof(int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local
681 …short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local
697 …short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local
712 …unsigned char* indexArray = (unsigned char*)btAlignedAlloc(sizeof(unsigned char)*3*meshPart.m_numT… in createMeshInterface() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPropsVectors.java379 Integer[] indexArray = new Integer[rows]; in compact() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPropsVectors.java377 Integer[] indexArray = new Integer[rows]; in compact() local
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtWorldImporter.cpp1433 int* indexArray = (int*)btAlignedAlloc(sizeof(int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local
1447 …short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local
1463 …short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16); in createMeshInterface() local
1478 …unsigned char* indexArray = (unsigned char*)btAlignedAlloc(sizeof(unsigned char)*3*meshPart.m_numT… in createMeshInterface() local
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DVBOWithVAOPerformanceTest.java106 short[] indexArray = new short[maxIndices]; in create() local
/external/deqp/modules/glshared/
DglsDrawTest.cpp1925 …int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render()
3339 …const char* indexArray = RandomArrayGenerator::generateIndices(seed, (int)elementCount, spec.in… in iterate() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h1509 SVGA3dArray indexArray; member