HomeSort by relevance Sort by last modified time
    Searched refs:indices (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /external/chromium/third_party/icu/source/test/letest/
xmlreader.cpp 150 UnicodeString result_indices = UNICODE_STRING_SIMPLE("result-indices");
180 UnicodeString text, glyphs, indices, positions; local
214 indices = element->getText(TRUE);
227 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
242 DELETE_ARRAY(expected.indices);
letest.cpp 60 le_int32 *indices = NULL; local
70 indices = NEW_ARRAY(le_int32, glyphCount + 10);
108 engine->getCharIndices(indices, status);
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
122 engine->getCharIndices(indices, 1024, status);
125 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
143 DELETE_ARRAY(indices);
246 le_int32 biasedIndices[6], indices[6], glyph; local
267 engine->getCharIndices(indices, status);
271 log_err("Could not get glyph, indices and position arrays.\n")
611 UnicodeString text, glyphs, indices, positions; local
    [all...]
cletest.c 43 le_int32 *indices = NULL; local
61 indices = NEW_ARRAY(le_int32, glyphCount + 10);
85 le_getCharIndices(engine, indices, &status);
88 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
99 le_getCharIndicesWithBase(engine, indices, 1024, &status);
102 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
120 DELETE_ARRAY(indices);
216 le_int32 biasedIndices[6], indices[6], glyph; local
237 le_getCharIndices(engine, indices, &status);
241 log_err("Could not get glyph, indices and position arrays.\n")
    [all...]
  /external/freetype/src/psaux/
t1cmap.c 183 cmap->indices = encoding->char_index;
185 FT_ASSERT( cmap->indices != NULL );
195 cmap->indices = NULL;
210 result = cmap->indices[char_code];
231 result = cmap->indices[char_code];
  /external/icu4c/test/letest/
gendata.cpp 165 le_int32 *indices = NULL; local
260 indices = NEW_ARRAY(le_int32, glyphCount);
264 engine->getCharIndices(indices, leStatus);
269 dumpLongs(outputFile, "result-indices", indices, glyphCount);
276 DELETE_ARRAY(indices);
xmlreader.cpp 150 UnicodeString result_indices = UNICODE_STRING_SIMPLE("result-indices");
180 UnicodeString text, glyphs, indices, positions; local
214 indices = element->getText(TRUE);
227 expected.indices = (le_int32 *) getHexArray(indices, indexCount);
242 DELETE_ARRAY(expected.indices);
letest.cpp 60 le_int32 *indices = NULL; local
70 indices = NEW_ARRAY(le_int32, glyphCount + 10);
108 engine->getCharIndices(indices, status);
111 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
122 engine->getCharIndices(indices, 1024, status);
125 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
143 DELETE_ARRAY(indices);
246 le_int32 biasedIndices[6], indices[6], glyph; local
267 engine->getCharIndices(indices, status);
271 log_err("Could not get glyph, indices and position arrays.\n")
611 UnicodeString text, glyphs, indices, positions; local
    [all...]
cletest.c 43 le_int32 *indices = NULL; local
61 indices = NEW_ARRAY(le_int32, glyphCount + 10);
85 le_getCharIndices(engine, indices, &status);
88 log_err("Calling getCharIndices(indices, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
99 le_getCharIndicesWithBase(engine, indices, 1024, &status);
102 log_err("Calling getCharIndices(indices, 1024, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
120 DELETE_ARRAY(indices);
216 le_int32 biasedIndices[6], indices[6], glyph; local
237 le_getCharIndices(engine, indices, &status);
241 log_err("Could not get glyph, indices and position arrays.\n")
    [all...]
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 249 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices)); local
251 memcpy(indices+(sizeof(quadIndices)/sizeof(indices[0]))*i, quadIndices, sizeof(quadIndices));
271 glDrawElements(GL_TRIANGLES, nelem*quads, GL_UNSIGNED_SHORT, indices);
275 free(indices);
  /external/skia/src/gl/
SkGLDevice_SWLayer.cpp 81 const uint16_t indices[], int indexCount,
84 indices, indexCount, paint);
SkGLDevice_SWLayer.h 37 const uint16_t indices[], int indexCount,
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dtx.h 186 int16 * indice /* output: quantization indices */
212 int16 * indice, /* input: quantization indices */
218 int16 indices[],
223 int16 indices[],
  /frameworks/base/tools/aapt/
StringPool.cpp 95 ent.indices.add(pos);
366 ent.indices.clear();
367 ent.indices.add(i);
397 const Vector<size_t>* indices = offsetsForString(val); local
398 ssize_t res = indices != NULL && indices->size() > 0 ? indices->itemAt(0) : -1;
410 return &mEntries[mEntryArray[pos]].indices;
  /frameworks/base/opengl/libagl/
array.cpp 761 GLsizei count, const GLvoid *indices)
767 vertex_t * v = fetch_vertex(c, read_index(type, indices));
778 GLsizei count, const GLvoid *indices)
788 c->arrays.compileElement(c, v0, read_index(type, indices));
791 v1 = fetch_vertex(c, read_index(type, indices));
803 GLsizei count, const GLvoid *indices)
806 drawIndexedPrimitivesLines(c, count, indices);
815 c->arrays.compileElement(c, v0, read_index(type, indices));
818 v1 = fetch_vertex(c, read_index(type, indices));
835 GLsizei count, const GLvoid *indices)
    [all...]
  /external/svox/pico/lib/
picocep.c 202 /*---------------------- indices --------------------------------------*/
203 /* index buffer to hold indices as input for smoothing */
207 picoos_uint16 activeEndPos; /* end position of indices to be considered */
255 picoos_uint16 *indices, picoos_uint16 b, picoos_uint16 N,
258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
262 static void getVoiced(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
308 /* indices* */
    [all...]
  /external/iproute2/examples/diffserv/
Edge1 33 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64 set_tc_index
  /external/iproute2/testsuite/tests/
cls-testbed.t 43 dsmark indices 64 default_index 1 set_tc_index
  /external/junit/src/junit/swingui/
TestTreeModel.java 72 int[] indices= {index}; local
74 TreeModelEvent event= new TreeModelEvent(this, path, indices, changedChildren);
  /external/skia/src/core/
SkDevice.cpp 105 const uint16_t indices[], int indexCount,
108 indices, indexCount, paint);
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 281 private void setFiltersAt(int[] indices)
283 for (int index = indices.length - 1; index >= 0; index--)
285 ClassPathEntry entry = (ClassPathEntry)listModel.get(indices[index]);
294 list.setSelectedIndices(indices);
  /external/skia/include/core/
SkDevice.h 129 const uint16_t indices[], int indexCount,
SkDraw.h 63 const uint16_t indices[], int ptCount,
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 355 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
360 int nelem = sizeof(indices)/sizeof(indices[0]);
362 glDrawElements(GL_TRIANGLES, nelem, GL_UNSIGNED_SHORT, indices);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 177 byte indices[] = { 0, 1, 0, 2, 0, 3 };
200 mIndexBuffer = ByteBuffer.allocateDirect(indices.length);
201 mIndexBuffer.put(indices);
  /external/skia/include/utils/
SkNWayCanvas.h 64 const uint16_t indices[], int indexCount,

Completed in 405 milliseconds

12 3 4 5 6