HomeSort by relevance Sort by last modified time
    Searched full:indices (Results 201 - 225 of 3095) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/av/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 232 * {@code Calendar.PM} as indices for the array.
243 * {@code GregorianCalendar.AD} as indices for the array.
264 * indices for the array.
275 * {@code Calendar.JANUARY} etc. as indices for the array.
286 * {@code Calendar.SUNDAY} etc. as indices for the array.
297 * {@code Calendar.SUNDAY} etc. as indices for the array.
387 * {@code Calendar.PM} as indices for the array.
399 * {@code GregorianCalendar.AD} as indices for the array.
427 * indices for the array.
439 * etc. as indices for the array
    [all...]
  /external/chromium_org/third_party/angle/samples/gles2_book/MultipleRenderTargets/
MultipleRenderTargets.c 193 GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; local
228 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
237 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
241 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
245 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
249 glDrawElements ( GL_TRIANGLES, 6, GL_UNSIGNED_SHORT, indices );
  /external/chromium_org/third_party/angle/samples/gles2_book/Stencil_Test/
Stencil_Test.c 111 GLubyte indices[][6] = { local
167 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[0] );
183 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[1] );
199 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[2] );
216 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[3] );
236 glDrawElements( GL_TRIANGLES, 6, GL_UNSIGNED_BYTE, indices[4] );
  /external/chromium_org/third_party/icu/source/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);
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_noop.c 370 const GLvoid * indices)
376 const GLvoid * indices, GLint basevertex)
385 const GLvoid * indices)
391 const GLvoid ** indices, GLsizei primcount)
399 const GLvoid * indices,
407 const GLvoid * const *indices,
  /external/eigen/Eigen/src/SparseCore/
ConservativeSparseSparseProduct.h 30 Matrix<Index,Dynamic,1> indices(rows);
60 indices[nnz] = i;
71 int i = indices[k];
92 if(nnz>1) std::sort(indices.data(),indices.data()+nnz);
95 int i = indices[k];
  /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);
  /external/mesa3d/src/mesa/vbo/
vbo_noop.c 370 const GLvoid * indices)
376 const GLvoid * indices, GLint basevertex)
385 const GLvoid * indices)
391 const GLvoid ** indices, GLsizei primcount)
399 const GLvoid * indices,
407 const GLvoid * const *indices,
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop.cc 72 // Menu indices correspond to indices in profile cache.
  /external/chromium_org/ppapi/c/
ppb_gamepad.h 39 * Normalized values for the axes, indices valid up to |axes_length|-1. Axis
48 * Normalized values for the buttons, indices valid up to |buttons_length|
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterMesh.cpp 58 m_context->bufferData(GL_ELEMENT_ARRAY_BUFFER, generator.indices().size() * sizeof(uint16_t), generator.indices().data(), GL_STATIC_DRAW);
  /external/chromium_org/third_party/WebKit/public/web/
WebExternalPopupMenuClient.h 49 // Should be called when a set of indices have been selected.
52 virtual void didAcceptIndices(const WebVector<int>& indices) = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
u_indices.h 43 * be able to reuse translated indices under some circumstances.
67 * API's PV is, as the indices generated will depend on whether it is
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_shader_semantics.h 34 * The variables contain indices to tgsi_shader_info semantics and those
35 * indices are nothing else than input/output register numbers. */
  /external/chromium_org/third_party/opus/src/silk/
NLSF_unpack.c 34 /* Unpack predictor values and indices for entropy coding tables */
36 opus_int16 ec_ix[], /* O Indices to entropy tables [ LPC_ORDER ] */
stereo_encode_pred.c 34 /* Entropy code the mid/side quantization indices */
37 opus_int8 ix[ 2 ][ 3 ] /* I Quantization indices */
  /external/chromium_org/tools/json_schema_compiler/test/
choices.json 92 "description": "One or more tab indices to highlight.",
99 "description": "One or more tab indices to highlight.",
  /external/chromium_org/ui/gfx/
utf16_indexing.cc 18 // The indices point between UTF-16 words (range 0 to s.length() inclusive).
19 // In order to consistently handle indices that point to the middle of a
  /external/chromium_org/ui/views/
view_model.h 22 // indices from the model not lining up with those you expect. This class lets
42 // this the bounds of the view at |target_index| (and all other indices) are
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-single-inheritance.cpp 64 // CHECK-C: VFTable indices for 'C' (2 entries).
71 // CHECK-C: VTable indices for 'C' (2 entries).
103 // CHECK-E: VFTable indices for 'E' (2 entries).
113 // CHECK-E: VTable indices for 'E' (2 entries).
132 // CHECK-F: VTable indices for 'F' (2 entries).
142 // CHECK-F: VFTable indices for 'F' (2 entries).
160 // CHECK-G: VFTable indices for 'G' (3 entries).
172 // CHECK-G: VTable indices for 'G' (3 entries).
  /external/icu4c/layout/
IndicLayoutEngine.cpp 55 // Output: glyphs, char indices
85 // Output: characters, char indices, tags
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
NativeMeshUtil.java 55 IndexBuffer indices = mesh.getIndicesAsList(); local
67 triangleIndexBase.putInt(indices.get(i));
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/util/
EntropyComputeUtil.java 40 // Set the LOD indices on the block
68 // Restore original indices
  /external/llvm/test/Assembler/
getelementptr.ll 10 ; Verify that i16 indices work.
15 ; See if i92 indices work too.

Completed in 501 milliseconds

1 2 3 4 5 6 7 891011>>