Searched defs:idx (Results 1 - 8 of 8) sorted by relevance

/system/core/libpixelflinger/
H A Dpicker.cpp133 int idx = 0; local
155 new_needs.t[idx++] = t;
/system/extras/ext4_utils/
H A Dextent.c117 struct ext4_extent_idx *idx = local
119 idx->ei_block = 0;
120 idx->ei_leaf_lo = extent_block;
121 idx->ei_leaf_hi = 0;
122 idx->ei_unused = 0;
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp287 // @param idx iteration number.
290 bool readData(char *const chunk, const int idx, TestCase *testCase) argument
294 sprintf(filename, "%s/file-%d-%d", kTestDir, idx, getpid());
418 bool writeData(const char *const chunk, const int idx, TestCase *testCase) { argument
421 sprintf(filename, "%s/file-%d-%d", kTestDir, idx, getpid());
/system/security/keystore-engine/
H A Deng_keystore.cpp94 int keyhandle_new(void*, void*, CRYPTO_EX_DATA* ad, int idx, long, void*) { argument
95 return CRYPTO_set_ex_data(ad, idx, NULL);
111 int keyhandle_dup(CRYPTO_EX_DATA* to, CRYPTO_EX_DATA*, void *ptrRef, int idx, long, void *) { argument
120 (void) CRYPTO_set_ex_data(to, idx, keyhandle_copy);
/system/core/sh/
H A Dexec.c119 shellexec(char **argv, char **envp, const char *path, int idx, int vforked) argument
130 if (--idx < 0 && pathopt == NULL) {
379 int idx; local
385 idx = cmdp->param.index;
390 } while (--idx >= 0);
430 int idx; local
510 idx = -1;
514 idx++;
528 if (fullname[0] == '/' && idx <= prev) {
529 if (idx < pre
697 int idx; local
[all...]
/system/core/init/
H A Dinit_parser.c191 int idx = 0; local
/system/core/liblog/
H A Dfake_log_device.c308 int idx; local
310 idx = (int) priority - (int) ANDROID_LOG_VERBOSE;
311 if (idx < 0 ||
312 idx >= (int) (sizeof(priorityStrings) / sizeof(priorityStrings[0])))
314 return priorityStrings[idx];
/system/core/toolbox/
H A Dtop.c327 int res, idx; local

Completed in 110 milliseconds