HomeSort by relevance Sort by last modified time
    Searched refs:idx (Results 826 - 850 of 960) sorted by null

<<313233343536373839

  /frameworks/base/include/utils/
AssetManager.h 307 void closeZip(int idx);
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avclib_common.h 213 void unmark_for_reference(AVCHandle *avcHandle, AVCDecPicBuffer *dpb, uint idx);
  /external/icu4c/common/
ucnvisci.c 1553 int32_t idx, script; local
    [all...]
  /external/openssl/apps/
apps.c 1206 int i, idx, ret = 0; local
1214 idx = X509_get_ext_by_OBJ(x, obj, -1);
1216 if (idx != -1) {
1222 tmpext = X509_get_ext(x, idx);
1223 X509_delete_ext(x, idx);
1225 idx = X509_get_ext_by_OBJ(x, obj, -1);
1226 } while (idx != -1);
    [all...]
  /external/webkit/JavaScriptCore/runtime/
ArrayPrototype.cpp 956 unsigned idx = length - i - 1; local
971 unsigned idx = length - i - 1; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
driver_ti.c 158 int idx; local
160 for(idx=0;( idx < IPC_EVENT_MAX );idx++) {
161 if( myDrv->hEvents[idx] ) {
162 pEvent.uEventType = idx;
163 pEvent.uEventID = myDrv->hEvents[idx];
    [all...]
  /external/libxml2/
xmlIO.c 264 unsigned int idx; local
425 idx = 0;
426 if (code >= XML_IO_UNKNOWN) idx = code - XML_IO_UNKNOWN;
427 if (idx >= (sizeof(IOerr) / sizeof(IOerr[0]))) idx = 0;
429 __xmlSimpleError(domain, code, NULL, IOerr[idx], extra);
1318 int idx; local
1330 for ( idx = 0; idx < 4; idx++ )
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 3395 int32_t idx = Res_GETENTRY(p.ident); local
3539 int32_t idx = t->getPublicIndex(); local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c 220 int idx; /* iface idx in dongle */ member in struct:dhd_if
410 static int dhd_toe_get(dhd_info_t *dhd, int idx, uint32 *toe_ol);
411 static int dhd_toe_set(dhd_info_t *dhd, int idx, uint32 toe_ol);
555 DHD_TRACE(("%s: return idx %d for \"%s\"\n", __FUNCTION__, i, name));
730 ASSERT(ifp && ifp->info && ifp->idx); /* Virtual interfaces only */
734 DHD_TRACE(("%s: idx %d, state %d\n", __FUNCTION__, ifp->idx, ifp->state));
757 if ((err = dhd_net_attach(&dhd->pub, ifp->idx)) != 0) {
795 dhd->iflist[ifp->idx] = NULL
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 496 int32_t i, idx, logLimit, visLimit; local
518 idx = ubidi_getVisualIndex(bidi, i, &errorCode);
519 if (idx != logMap[i]) {
522 if (idx == UBIDI_MAP_NOWHERE) {
525 if (idx >= visLimit) {
528 accumDst[idx] = srcChars[i];
529 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
566 idx = ubidi_getLogicalIndex(bidi, i, &errorCode);
567 if (idx != visMap[i]) {
570 if (idx == UBIDI_MAP_NOWHERE)
    [all...]
ccapitst.c 1270 int32_t idx; local
2859 int32_t idx; local
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 361 int32_t idx; local
362 for (idx = 0; idx < subformatCount; idx++) {
363 delete subformats[idx].format;
364 delete subformats[idx].argName;
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
store.h 111 int STORE_set_ex_data(STORE *r,int idx,void *arg);
112 void *STORE_get_ex_data(STORE *r, int idx);
  /external/openssl/ssl/
ssl.h     [all...]
ssl_lib.c     [all...]
  /external/sqlite/dist/
sqlite3.c 9275 int idx; \/* Index in some Table.aCol[] of a column named zName *\/ member in struct:IdList::IdList_item
16565 int idx; \/* A general purpose loop counter *\/ local
37088 u16 idx; \/* Insert this cell before idx-th non-overflow cell *\/ member in struct:MemPage::_OvflCell
42114 int idx = pCur->aiIdx[pCur->iPage]; \/* Index of current cell in pPage *\/ local
42250 int idx; local
42341 int idx = pCur->aiIdx[pCur->iPage]; local
43079 int idx; \/* Where to write new cell content in data[] *\/ local
44273 int idx; local
50142 u32 idx; local
51859 int idx = 0; \/* Index of a host parameter *\/ local
52646 int idx; member in struct:vdbeExecUnion::OP_Compare_stack_vars
71262 int idx = pIdx->aiColumn[j]; local
74439 int i, j, idx; \/* Loop counters *\/ local
75303 int idx = pIdx->aiColumn[i]; local
87081 int idx; local
106032 int idx; \/* Index of new segment created *\/ local
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 723 private void setIndex(ScheduledFutureTask f, int idx) {
725 ((ScheduledFutureTask)f).heapIndex = idx;
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-data.c 160 GList *idx; local
202 GList *idx; local
fen-helper.c 71 GList *idx; local
  /external/openssl/crypto/store/
store.h 111 int STORE_set_ex_data(STORE *r,int idx,void *arg);
112 void *STORE_get_ex_data(STORE *r, int idx);
  /external/wpa_supplicant/
config_file.c 559 static void write_wep_key(FILE *f, int idx, struct wpa_ssid *ssid)
563 os_snprintf(field, sizeof(field), "wep_key%d", idx);
  /frameworks/base/libs/rs/
rs.spec 469 param RsAllocation idx
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 99 * The "+1" below is so the idx-past-end is also valid,
188 int idx, Type type, int value) {
  /dalvik/dx/src/com/android/dx/dex/code/
Dops.java 1179 int idx = opcode - DalvOps.MIN_VALUE; local
1228 int idx = opcode.getOpcode() - DalvOps.MIN_VALUE; local
    [all...]

Completed in 1335 milliseconds

<<313233343536373839