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

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PropsVectors.java 381 Integer[] indexArray = new Integer[rows];
383 indexArray[i] = Integer.valueOf(columns * i);
386 Arrays.sort(indexArray, new Comparator<Integer>() {
417 int start = v[indexArray[i].intValue()];
421 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, v,
422 indexArray[i-1].intValue() + 2, valueColumns)) {
451 int start = v[indexArray[i].intValue()];
452 int limit = v[indexArray[i].intValue() + 1];
456 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2,
459 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PropsVectors.java 379 Integer[] indexArray = new Integer[rows];
381 indexArray[i] = Integer.valueOf(columns * i);
384 Arrays.sort(indexArray, new Comparator<Integer>() {
415 int start = v[indexArray[i].intValue()];
419 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, v,
420 indexArray[i-1].intValue() + 2, valueColumns)) {
449 int start = v[indexArray[i].intValue()];
450 int limit = v[indexArray[i].intValue() + 1];
454 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2,
457 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
CompactByteArray.java 86 * @param indexArray the indicies of the compact array.
93 public CompactByteArray(char indexArray[],
97 if (indexArray.length != INDEXCOUNT)
100 char index = indexArray[i];
104 indices = indexArray;
112 * @param indexArray the RLE-encoded indicies of the compact array.
121 public CompactByteArray(String indexArray,
124 this( Utility.RLEStringToCharArray(indexArray),
CompactCharArray.java 87 * @param indexArray the indicies of the compact array.
94 public CompactCharArray(char indexArray[],
98 if (indexArray.length != INDEXCOUNT)
101 char index = indexArray[i];
105 indices = indexArray;
113 * @param indexArray the RLE-encoded indicies of the compact array.
122 public CompactCharArray(String indexArray,
125 this( Utility.RLEStringToCharArray(indexArray),
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
CompactByteArray.java 84 * @param indexArray the indicies of the compact array.
91 public CompactByteArray(char indexArray[],
95 if (indexArray.length != INDEXCOUNT)
98 char index = indexArray[i];
102 indices = indexArray;
110 * @param indexArray the RLE-encoded indicies of the compact array.
119 public CompactByteArray(String indexArray,
122 this( Utility.RLEStringToCharArray(indexArray),
CompactCharArray.java 85 * @param indexArray the indicies of the compact array.
92 public CompactCharArray(char indexArray[],
96 if (indexArray.length != INDEXCOUNT)
99 char index = indexArray[i];
103 indices = indexArray;
111 * @param indexArray the RLE-encoded indicies of the compact array.
120 public CompactCharArray(String indexArray,
123 this( Utility.RLEStringToCharArray(indexArray),
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 190 range.indexArray.surfaceId = SVGA3D_INVALID_ID;
191 range.indexArray.offset = 0;
192 range.indexArray.stride = 0;
svga_draw_elements.c 170 range.indexArray.offset = index_offset;
171 range.indexArray.stride = index_size;
svga_draw.c 282 &prim[i].indexArray.surfaceId,
638 range->indexArray.offset != svga->state.hw_draw.ib_offset) {
643 range->indexArray.offset);
649 svga->state.hw_draw.ib_offset = range->indexArray.offset;
862 assert(range->indexWidth == range->indexArray.stride);
866 MAYBE_UNUSED unsigned offset = range->indexArray.offset;
867 MAYBE_UNUSED unsigned stride = range->indexArray.stride;
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 372 indexArray = [ ];
401 currentGroup = [indexArray.length, 0];
488 indexArray.push(facemap[array[i]]);
507 obj.numIndices = indexArray.length;
510 obj.ctx.bufferData(obj.ctx.ELEMENT_ARRAY_BUFFER, new Uint16Array(indexArray), obj.ctx.STREAM_DRAW);
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h 655 * Optional index buffer. If indexArray.surfaceId is
662 * indexArray.stride.
665 * packed. In other words, indexWidth == indexArray.stride)
667 SVGA3dArray indexArray;
672 * indexArray before they are used as vertex array indices. This
675 * - When not using an indexArray, this bias can be used to
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 655 milliseconds