HomeSort by relevance Sort by last modified time
    Searched defs:INDEX (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc.h 37 #define INDEX(x,thr) (((x)>=thr)?1:0)
  /cts/tests/tests/database/src/android/database/cts/
CursorIndexOutOfBoundsExceptionTest.java 25 int INDEX = 100;
28 String expected2 = "Index " + INDEX + " requested, with a size of " + SIZE;
44 throw new CursorIndexOutOfBoundsException(INDEX, SIZE);
  /external/bison/src/
relation.c 55 static relation_nodes INDEX;
68 INDEX[i] = height = top;
73 if (INDEX[R[i][j]] == 0)
76 if (INDEX[i] > INDEX[R[i][j]])
77 INDEX[i] = INDEX[R[i][j]];
82 if (INDEX[i] == height)
86 INDEX[j] = infinity;
102 INDEX = xcalloc (size + 1, sizeof *INDEX)
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 44 private static final int INDEX = SHA1Impl.BYTES_OFFSET;
66 int[] words = new int[INDEX +6]; // working array to compute hash
  /external/zlib/src/examples/
enough.c 16 Use a macro to compute the history index
49 has size 1 << (len - root), to index the remaining bits in that set of
135 We build the array with length max-1 lists for the len index, with syms-3
137 varying in length as a function of sym. See the calculation of index in
138 count() for the index, and the calculation of size in main() for the size
155 states. mem and rem are used to calculate a single index in a triangular
175 /* Index function for num[] and done[] */
176 #define INDEX(i,j,k) (((size_t)((i-1)>>1)*((i-2)>>1)+(j>>1)-1)*(max-1)+k-1)
207 size_t index; /* index of this case in *num * local
257 size_t index; \/* index for this state's bit vector *\/ local
404 size_t index; \/* index of this case in *num *\/ local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmametadatapass.py 71 # An index in to an array or object.
72 INDEX = 'index'
332 self._AddContext(EcmaContext.INDEX)
337 return self._PopContextType(EcmaContext.INDEX, EcmaContext.ARRAY_LITERAL)
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 39 #define INDEX index
45 #define INDEX playIndex
238 printf("\rplayIndex=%u\r\n", (unsigned) bufqstate.INDEX);
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 48 private static final int INDEX = 1;
57 sUriMatcher.addURI(HomeProvider.AUTHORITY, "/", INDEX);
86 case INDEX:
166 int index = -1;
170 File f = files[index];
192 if (index % 2 == 0) {
205 index = -1;
210 return (++index) < files.length;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 70 void GLEScmContext::setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index){
86 m_pointsIndex = index;
171 #define INDEX \
176 GLfloat pSize = *((GLfloat*)(pointsArr+(INDEX*stride)));
179 while(i < count && pSize == *((GLfloat*)(pointsArr+(INDEX*stride))))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 3249 milliseconds