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

12 3 4 5 6 7 8 91011>>

  /external/iproute2/testsuite/tests/
dsmark.t 14 dsmark indices 64 default_index 1 set_tc_index
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 49 * physical memory with fixmap indices.
131 * kernel oops. Illegal ranges of incoming indices are caught too.
137 * except when someone tries to use fixaddr indices in an
139 * out-of-range indices).
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-001.js 22 * - value of the array indices
  /external/icu4c/layout/
OpenTypeLayoutEngine.h 34 * the previous two steps may have generated "fake" glyph indices to use with a "canned" GSUB
35 * table. This step turns those glyph indices into actual font-specific glyph indices, and may
281 * Note that in the case of "canned" GSUB tables, the output glyph indices may be
282 * "fake" glyph indices that need to be converted to "real" glyph indices by the
312 * glyph indices used by the glyphProcessing method into "real" glyph
313 * indices which can be used to render the text. Note that in some
318 * index and character index arrays, assuming that no "fake" glyph indices
324 * @param tempGlyphCount - the number of "fake" glyph indices
    [all...]
IndicLayoutEngine.cpp 55 // Output: glyphs, char indices
85 // Output: characters, char indices, tags
  /external/skia/include/effects/
SkDashPathEffect.h 29 indices specifying the "on" intervals, and the odd indices specifying the "off"
  /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);
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);
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...]
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...]
  /external/icu4c/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);
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);
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...]
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...]
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 80 Vector<CFIndex, 16> indices; local
83 indices.append(r);
92 m_glyphCount = indices.size();
95 std::swap(indices[r], indices[end]);
98 CFDataAppendBytes(m_coreTextIndicesData.get(), reinterpret_cast<const UInt8*>(indices.data()), m_glyphCount * sizeof(CFIndex));
  /external/webkit/WebCore/wml/
WMLSelectElement.cpp 417 Vector<unsigned> indices; local
419 return indices;
430 // Spec: Remove all non-integer indices from the value. Remove all out-of-range indices
436 // Spec: Remove duplicate indices.
437 if (indices.find(parsedValue) == notFound)
438 indices.append(parsedValue);
441 return indices;
446 Vector<unsigned> indices; local
448 return indices;
    [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];
  /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);
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
qisf_ns.c 38 Word16 * indice /* output: quantization indices */
68 * indice[] : indices of the selected codebook entries *
73 Word16 * indice, /* input: quantization indices */
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 244 * {@code Calendar.PM} as indices for the array.
255 * {@code GregorianCalendar.AD} as indices for the array.
276 * indices for the array.
287 * {@code Calendar.JANUARY} etc. as indices for the array.
298 * {@code Calendar.SUNDAY} etc. as indices for the array.
309 * {@code Calendar.SUNDAY} etc. as indices for the array.
369 * {@code Calendar.PM} as indices for the array.
381 * {@code GregorianCalendar.AD} as indices for the array.
409 * indices for the array.
421 * etc. as indices for the array
    [all...]
  /external/skia/src/gl/
SkGLDevice_SWLayer.cpp 81 const uint16_t indices[], int indexCount,
84 indices, indexCount, paint);
  /external/webkit/JavaScriptCore/runtime/
PropertyMapHashTable.h 70 // The entries vector comes after the indices vector.
80 // So the number of indices we need is the size of the hash table.
  /dalvik/dx/src/com/android/dx/cf/iface/
StdFieldList.java 27 * Constructs an instance. All indices initially contain {@code null}.
StdMethodList.java 27 * Constructs an instance. All indices initially contain {@code null}.
  /external/chromium/third_party/icu/source/test/intltest/
utxttest.h 38 struct m { // Map between native indices & code points.

Completed in 1330 milliseconds

12 3 4 5 6 7 8 91011>>