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

12

  /development/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 205 String[] indices = getResources().getStringArray(resid); local
206 float lastVal = Float.parseFloat(indices[0]);
207 for (int i=1; i<indices.length; i++) {
208 float thisVal = Float.parseFloat(indices[i]);
214 return indices.length-1;
  /external/chromium/third_party/icu/source/test/letest/
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/
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 890 int[] indices = new int[2]; local
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 659 int[] indices = new int[mKeys.size()]; local
672 indices[count++] = i;
676 System.arraycopy(indices, 0, cell, 0, count);
683 * Returns the indices of the keys that are closest to the given point.
686 * @return the array of integer indices for the nearest keys to the given point. If the given
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 589 indices [ptCount * sizeof(uint16_t)]
595 storageSize += indexCount * sizeof(uint16_t); // indices[]
600 uint16_t* indices; local
603 indices = (uint16_t*)(texs + ptCount);
606 indices = (uint16_t*)(verts + ptCount);
617 // cons up texture coordinates and indices
643 // cons up indices
645 uint16_t* indexPtr = indices;
663 SkASSERT(indexPtr - indices == indexCount);
667 // double-check that we have legal indices
735 const uint16_t* indices = NULL; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 1907 final short[] indices = { local
    [all...]
  /external/skia/src/core/
SkPicturePlayback.cpp 698 const uint16_t* indices = NULL; local
710 indices = (const uint16_t*)fReader.skip(
714 indices, iCount, paint);
    [all...]
SkDraw.cpp 1979 const uint16_t* indices = state->fIndices; local
2009 const uint16_t* indices = state->fIndices; local
2039 const uint16_t* indices = state->fIndices; local
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 553 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) */
559 GLvoid *indices = (GLvoid *) 0; local
561 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining);
570 (GLvoid *)indices
575 releasePointer(_env, _array, indices, JNI_FALSE);
    [all...]
android_util_AssetManager.cpp 953 jint* indices = NULL; local
957 indices = (jint*)env->GetPrimitiveArrayCritical(outIndices, 0);
1196 jint* indices = NULL; local
    [all...]
android_opengl_GLES20.cpp 838 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) */
844 GLvoid *indices = (GLvoid *) 0; local
846 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining);
855 (GLvoid *)indices
860 releasePointer(_env, _array, indices, JNI_FALSE);
    [all...]
com_google_android_gles_jni_GLImpl.cpp 679 /* void glDrawElements ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices ) */
685 GLvoid *indices = (GLvoid *) 0; local
687 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining);
696 (GLvoid *)indices
701 releasePointer(_env, _array, indices, JNI_FALSE);
    [all...]
  /prebuilt/common/jython/
jython.jar 
  /external/kernel-headers/original/linux/
fb.h 676 __u32 *indices; /* array of indices to tile map */ member in struct:fb_tileblit
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 579 milliseconds

12