HomeSort by relevance Sort by last modified time
    Searched refs:INDEX (Results 1 - 25 of 34) sorted by null

1 2

  /device/samsung/crespo/include/
s3c_bc.h 56 #define S3C_BC_IOWR(INDEX) _IOWR(S3C_BC_IOC_GID, INDEX, S3C_BC_ioctl_package)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
289 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
310 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) +
311 INDEX(pell, thr);
370 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr)
    [all...]
deringing_chroma.cpp 79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
145 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres)
    [all...]
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...]
  /cts/suite/audio_quality/test/
TaskProcessTest.cpp 37 const android::String8 INDEX("index");
40 ASSERT_TRUE(mSequential->parseAttribute(INDEX, I));
TaskSequentialTest.cpp 44 const android::String8 INDEX("index");
49 ASSERT_TRUE(mSequential->parseAttribute(INDEX, I));
56 int index = -10; local
58 ASSERT_TRUE(mTestCase->findIndex(I, index));
59 ASSERT_TRUE(index == 10);
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 74 CREATE INDEX contactMethodsPeopleIndex ON contact_methods (person);
75 CREATE INDEX extensionsIndex1 ON extensions (person, name);
76 CREATE INDEX groupmembershipIndex1 ON groupmembership (person, group_id);
77 CREATE INDEX groupmembershipIndex2 ON groupmembership (group_id, person);
78 CREATE INDEX groupmembershipIndex3 ON groupmembership (group_sync_account, group_sync_id);
79 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
80 CREATE INDEX organizationsIndex1 ON organizations (person);
81 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source);
82 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source);
83 CREATE INDEX peopleNameIndex ON people (name)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 106 CREATE INDEX contactMethodsPeopleIndex ON contact_methods (person);
107 CREATE INDEX extensionsIndex1 ON extensions (person, name);
108 CREATE INDEX groupmembershipIndex1 ON groupmembership (person, group_id);
109 CREATE INDEX groupmembershipIndex2 ON groupmembership (group_id, person);
110 CREATE INDEX groupmembershipIndex3 ON groupmembership (group_sync_account, group_sync_id);
111 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
112 CREATE INDEX organizationsIndex1 ON organizations (person);
113 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source);
114 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source);
115 CREATE INDEX peopleNameIndex ON people (name)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 130 CREATE INDEX contactMethodsPeopleIndex ON contact_methods (person);
131 CREATE INDEX extensionsIndex1 ON extensions (person, name);
132 CREATE INDEX groupmembershipIndex1 ON groupmembership (person, group_id);
133 CREATE INDEX groupmembershipIndex2 ON groupmembership (group_id, person);
134 CREATE INDEX groupmembershipIndex3 ON groupmembership (group_sync_account, group_sync_id);
135 CREATE INDEX groupsSyncDirtyIndex ON groups (_sync_dirty);
136 CREATE INDEX organizationsIndex1 ON organizations (person);
137 CREATE INDEX peopleLookupIndex ON peopleLookup (token,source);
138 CREATE INDEX peopleLookupWithPhoneticNameIndex ON peopleLookupWithPhoneticName (token,source);
139 CREATE INDEX peopleNameIndex ON people (name)
    [all...]
  /external/bison/lib/
bitset.h 284 /* Find next set bit from the given bit index. */
287 /* Find previous set bit from the given bit index. */
302 /* Loop over all elements of BSET, starting with MIN, setting INDEX
303 to the index of each set bit. For example, the following will print
314 #define BITSET_FOR_EACH(ITER, BSET, INDEX, MIN) \
320 ITER.i < ITER.num && ((INDEX) = ITER.list[ITER.i], 1); \
325 MIN, setting INDEX to the index of each set bit. For example, the
336 #define BITSET_FOR_EACH_REVERSE(ITER, BSET, INDEX, MIN) \
342 ITER.i < ITER.num && ((INDEX) = ITER.list[ITER.i], 1);
    [all...]
  /external/zlib/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...]
  /frameworks/wilhelm/tests/sandbox/
intbufq.c 39 #define INDEX index
45 #define INDEX playIndex
238 printf("\rplayIndex=%u\r\n", (unsigned) bufqstate.INDEX);
  /external/webkit/LayoutTests/storage/
test-authorizer.js 17 tx.executeSql("DROP INDEX IF EXISTS TestIndex;");
48 executeStatement(tx, "CREATE INDEX TestIndex ON Test (Foo);", "SQLITE_CREATE_INDEX");
89 executeStatement(tx, "DROP INDEX TestIndex;", "SQLITE_DROP_INDEX");
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 56 %token <i> SUB GSUB IF INDEX LSUBSTR MATCHFCN NEXT NEXTFILE
83 %left GSUB IF INDEX LSUBSTR MATCHFCN NEXT NUMBER
376 | INDEX '(' pattern comma pattern ')'
377 { $$ = op2(INDEX, $3, $5); }
378 | INDEX '(' pattern comma reg_expr ')'
379 { SYNTAX("index() doesn't permit regular expressions");
380 $$ = op2(INDEX, $3, (Node*)$5); }
maketab.c 57 { INDEX, "sindex", "sindex" },
lex.c 68 { "index", INDEX, 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;
  /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
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 73 void GLEScmContext::setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index){
89 m_pointsIndex = index;
174 #define INDEX \
179 GLfloat pSize = *((GLfloat*)(pointsArr+(INDEX*stride)));
182 while(i < count && pSize == *((GLfloat*)(pointsArr+(INDEX*stride))))
  /bionic/libc/arch-x86/string/
ssse3-memcpy5.S 115 jump table with relative offsets. INDEX is a register contains the
116 index into the jump table. SCALE is the scale of INDEX. */
117 # define BRANCH_TO_JMPTBL_ENTRY(TABLE, INDEX, SCALE) \
124 addl (%ebx,INDEX,SCALE), %ebx; \
131 # define BRANCH_TO_JMPTBL_ENTRY_TAIL(TABLE, INDEX, SCALE) \
132 addl (%ebx,INDEX,SCALE), %ebx; \
152 absolute offsets. INDEX is a register contains the index into the
153 jump table. SCALE is the scale of INDEX. *
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 23 INDEX;
218 -> ^(INDEX $r39 $ie)
498 ast_test :input => "gnurz[1]", :rule => :r39, :ast => "(INDEX gnurz 1)"
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 231 #undef INDEX
259 #define INDEX() ISTREAM->index(ISTREAM)
362 #undef INDEX
376 #define INDEX() ISTREAM->index(INPUT->istream)
445 #undef INDEX
480 #define INDEX() ISTREAM->index(ISTREAM)
    [all...]
  /external/bluetooth/glib/tests/
queue-test.c 204 PEEK_NTH, INDEX, REMOVE, REMOVE_ALL,
471 case INDEX:

Completed in 615 milliseconds

1 2