/external/chromium_org/v8/test/mjsunit/ |
delete-non-configurable.js | 63 var INDEX = 28; 66 obj[INDEX] = TIPLI; 67 Object.defineProperty(obj, INDEX, { configurable: false }); 69 assertFalse(delete obj[INDEX]); 70 assertThrows("'use strict'; delete obj[INDEX];", TypeError); 71 assertFalse(delete obj[INDEX.toString()]); 72 assertThrows("'use strict'; delete obj[INDEX.toString()];", TypeError); 73 assertEquals(TIPLI, obj[INDEX]); 74 assertTrue(delete arr[INDEX+1]);
|
/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 52 has size 1 << (len - root), to index the remaining bits in that set of 138 We build the array with length max-1 lists for the len index, with syms-3 140 varying in length as a function of sym. See the calculation of index in 141 count() for the index, and the calculation of size in main() for the size 158 states. mem and rem are used to calculate a single index in a triangular 178 /* Index function for num[] and done[] */ 179 #define INDEX(i,j,k) (((size_t)((i-1)>>1)*((i-2)>>1)+(j>>1)-1)*(max-1)+k-1) 210 size_t index; /* index of this case in *num * local 260 size_t index; \/* index for this state's bit vector *\/ local 407 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)
|
/external/chromium_org/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/chromium_org/third_party/mesa/src/src/mesa/main/ |
api_loopback.c | 59 #define INDEX(c) CALL_Indexf(GET_DISPATCH(), (c)) 72 #define ATTRIB1NV(index,x) CALL_VertexAttrib1fNV(GET_DISPATCH(), (index,x)) 73 #define ATTRIB2NV(index,x,y) CALL_VertexAttrib2fNV(GET_DISPATCH(), (index,x,y)) 74 #define ATTRIB3NV(index,x,y,z) CALL_VertexAttrib3fNV(GET_DISPATCH(), (index,x,y,z)) 75 #define ATTRIB4NV(index,x,y,z,w) CALL_VertexAttrib4fNV(GET_DISPATCH(), (index,x,y,z,w)) 77 #define ATTRIB1ARB(index,x) CALL_VertexAttrib1fARB(GET_DISPATCH(), (index,x) [all...] |
/external/mesa3d/src/mesa/main/ |
api_loopback.c | 59 #define INDEX(c) CALL_Indexf(GET_DISPATCH(), (c)) 72 #define ATTRIB1NV(index,x) CALL_VertexAttrib1fNV(GET_DISPATCH(), (index,x)) 73 #define ATTRIB2NV(index,x,y) CALL_VertexAttrib2fNV(GET_DISPATCH(), (index,x,y)) 74 #define ATTRIB3NV(index,x,y,z) CALL_VertexAttrib3fNV(GET_DISPATCH(), (index,x,y,z)) 75 #define ATTRIB4NV(index,x,y,z,w) CALL_VertexAttrib4fNV(GET_DISPATCH(), (index,x,y,z,w)) 77 #define ATTRIB1ARB(index,x) CALL_VertexAttrib1fARB(GET_DISPATCH(), (index,x) [all...] |
/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 | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |