HomeSort by relevance Sort by last modified time
    Searched defs:indexArray (Results 1 - 15 of 15) sorted by null

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_MulticlassPA.java 31 int[] indexArray;
38 splited.indexArray = new int[s.size()];
41 splited.indexArray[i] = s.get(i).index;
74 mMulticlassPA_learner.sparseTrainOneExample(splited.indexArray,
84 int prediction = mMulticlassPA_learner.sparseGetClass(splited.indexArray,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PropsVectors.java 379 Integer[] indexArray = new Integer[rows];
381 indexArray[i] = Integer.valueOf(columns * i);
384 Arrays.sort(indexArray, new Comparator<Integer>() {
414 int start = v[indexArray[i].intValue()];
418 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, v,
419 indexArray[i-1].intValue() + 2, valueColumns)) {
448 int start = v[indexArray[i].intValue()];
449 int limit = v[indexArray[i].intValue() + 1];
453 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2,
456 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PropsVectors.java 377 Integer[] indexArray = new Integer[rows];
379 indexArray[i] = Integer.valueOf(columns * i);
382 Arrays.sort(indexArray, new Comparator<Integer>() {
412 int start = v[indexArray[i].intValue()];
416 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, v,
417 indexArray[i-1].intValue() + 2, valueColumns)) {
446 int start = v[indexArray[i].intValue()];
447 int limit = v[indexArray[i].intValue() + 1];
451 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2,
454 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 667 int* indexArray = (int*)btAlignedAlloc(sizeof(int)*3*meshPart.m_numTriangles,16);
668 m_indexArrays.push_back(indexArray);
671 indexArray[j] = meshData.m_meshPartsPtr[i].m_indices32[j].m_value;
673 meshPart.m_triangleIndexBase = (const unsigned char*)indexArray;
681 short int* indexArray = (short int*)btAlignedAlloc(sizeof(short int)*3*meshPart.m_numTriangles,16);
682 m_shortIndexArrays.push_back(indexArray);
686 indexArray[3*j] = meshData.m_meshPartsPtr[i].m_3indices16[j].m_values[0];
687 indexArray[3*j+1] = meshData.m_meshPartsPtr[i].m_3indices16[j].m_values[1];
688 indexArray[3*j+2] = meshData.m_meshPartsPtr[i].m_3indices16[j].m_values[2];
691 meshPart.m_triangleIndexBase = (const unsigned char*)indexArray;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp     [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
VBOWithVAOPerformanceTest.java 106 short[] indexArray = new short[maxIndices];
108 indexArray[i] = i;
112 newVBOWithVAOMesh.setIndices(indexArray);
115 oldVBOWithVAOMesh.setIndices(indexArray);
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1375 milliseconds