HomeSort by relevance Sort by last modified time
    Searched defs:idx (Results 376 - 400 of 475) sorted by null

<<111213141516171819

  /prebuilt/sdk/tools/lib/
dx.jar 
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 465 int idx = labelToResultIndex(label); local
467 if (idx < 0) {
472 return result.get(idx);
508 int idx = labelToResultIndex(block.getLabel()); local
511 if (idx < 0) {
521 removeBlockAndSpecialSuccessors(idx);
547 int idx = labelToResultIndex(block.getLabel()); local
550 if (idx < 0) {
553 result.remove(idx);
554 resultSubroutines.remove(idx);
1669 int idx = labelToResultIndex(succ); local
    [all...]
  /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...]
  /dalvik/libdex/
DexSwapVerify.c 1419 u4 idx = annotationItemTypeIdx(annotation); local
2018 u4 idx; local
2050 u4 idx; local
2078 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay); local
2194 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1); local
2203 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1); local
2213 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1); local
2222 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1); local
2273 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay); local
    [all...]
  /dalvik/vm/
CheckJni.c 975 int idx = 0; local
    [all...]
Jni.c 1671 int idx = 0; local
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.c 1850 int idx; local
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.c 67 pLoc->idx = read8BE(pBuf);
78 expandBufAdd8BE(pReply, pLoc->idx);
1587 int idx; local
    [all...]
  /dalvik/vm/oo/
Class.c 396 int idx = 0; local
408 LOGI(" %2d: type=%s %s %p\n", idx, kindStr, cpe->fileName, cpe->ptr);
416 idx++;
546 int idx, count; local
582 idx = 0;
604 cpe[idx].kind = kCpeLastEntry;
605 cpe[idx].fileName = NULL;
606 cpe[idx].ptr = NULL;
613 cpe[idx] = tmp;
614 idx++
2956 int ifCount, superIfCount, idx; local
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 509 int idx = 0; local
511 int lx = (((ilights[idx + 1] & 0xff) << 8) |
512 (ilights[idx ] & 0xff));
513 int ly = (((ilights[idx + 3] & 0xff) << 8) |
514 (ilights[idx + 2] & 0xff));
515 idx += 4;
    [all...]
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp.c 2840 long idx; local
    [all...]
  /device/samsung/crespo/alsa-lib/src/
conf.c 685 size_t idx; member in struct:local_string
704 if (s->idx >= s->alloc) {
719 s->buf[s->idx++] = c;
725 char *dst = malloc(s->idx + 1);
727 memcpy(dst, s->buf, s->idx);
728 dst[s->idx] = '\0';
994 static int parse_array_def(snd_config_t *father, input_t *input, int idx, int skip, int override)
1003 snprintf(static_id, sizeof(static_id), "%i", idx);
1066 int idx = 0; local
1074 err = parse_array_def(father, input, idx++, skip, override)
2729 int err, hit, idx = 0; local
2775 int err, idx = 0, fi_count = 0, errors = 1, hit; local
3681 size_t idx = 0; local
    [all...]
  /device/samsung/crespo/alsa-utils/aplay/
aplay.c 209 int card, err, dev, idx; local
257 for (idx = 0; idx < (int)count; idx++) {
258 snd_pcm_info_set_subdevice(pcminfo, idx);
263 idx, snd_pcm_info_get_subdevice_name(pcminfo));
    [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo5.c 805 const char *idx; local
812 idx = &cmd[1];
814 idx = NULL;
816 if (idx)
817 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1);
828 if (idx) {
839 if (idx) {
    [all...]
telephony-maemo6.c 765 const char *idx; local
772 idx = &cmd[1];
774 idx = NULL;
776 if (idx)
777 call = g_slist_nth_data(calls, strtol(idx, NULL, 0) - 1);
788 if (idx) {
799 if (idx) {
    [all...]
  /external/chromium/third_party/icu/source/common/
uresbund.c 696 const char *key, int32_t idx, UResourceDataEntry *realData,
836 } else if(idx != -1) {
840 r = res_getTableItemByIndex(&(mainRes->fResData), r, idx, (const char **)&aKey);
842 r = res_getArrayItem(&(mainRes->fResData), r, idx);
2157 UResourceBundle *idx = NULL; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
zstrfmt.cpp 1727 int32_t idx = 1; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 64 int32_t idx; member in class:TestZIDEnumeration
72 : idx(0) {
93 } else if (U_SUCCESS(status) && idx < len) {
94 unistr = UnicodeString(TESTZIDS[idx++], "");
105 idx = 0;
665 for (int32_t idx = 0; STARTYEARS[idx] != 0; idx++) {
666 UDate start = getUTCMillis(STARTYEARS[idx], UCAL_JANUARY, 1);
667 UDate until = getUTCMillis(STARTYEARS[idx] + 20, UCAL_JANUARY, 1)
    [all...]
  /external/elfutils/src/
elflint.c 320 section_name (Ebl *ebl, GElf_Ehdr *ehdr, int idx)
325 shdr = gelf_getshdr (elf_getscn (ebl->elf, idx), &shdr_mem);
522 /* Check that there is a section group section with index < IDX which
523 contains section IDX and that there is exactly one. */
525 check_scn_group (Ebl *ebl, GElf_Ehdr *ehdr, int idx)
527 if (scnref[idx] == 0)
533 for (cnt = idx + 1; cnt < shnum; ++cnt)
560 if (grpdata[inner] == (Elf32_Word) idx)
568 idx, section_name (ebl, ehdr, idx));
2297 GElf_Xword idx = 0; local
    [all...]
  /external/freetype/src/cff/
cffgload.c 2105 FT_Int idx = (FT_Int)( args[0] >> 16 ); local
2122 FT_Int idx = (FT_Int)( args[1] >> 16 ); local
2176 FT_Int idx = (FT_Int)( args[1] >> 16 ); local
2188 FT_Int idx = (FT_Int)( args[0] >> 16 ); local
2367 FT_UInt idx = (FT_UInt)( ( args[0] >> 16 ) + local
2409 FT_UInt idx = (FT_UInt)( ( args[0] >> 16 ) + local
    [all...]
  /external/icu4c/common/
putil.c 661 int32_t idx = 0; local
665 while (id[idx] && isNonDigit(id[idx]) && id[idx] != ',') {
666 idx++;
673 return (UBool)(id[idx] == 0
767 int32_t idx; local
771 for (idx = 0; idx < (int32_t)sizeof(OFFSET_ZONE_MAPPINGS)/sizeof(OFFSET_ZONE_MAPPINGS[0]); idx++
    [all...]
unames.c 1008 uint16_t prefixLength, i, idx; local
1038 idx=(uint16_t)(indexes[--i]+1);
1039 if(idx<factors[i]) {
1041 indexes[i]=idx;
1137 uint16_t i, idx; local
    [all...]
uresbund.c 828 const char *key, int32_t idx, UResourceDataEntry *realData,
2277 UResourceBundle *idx = NULL; local
    [all...]
  /external/icu4c/i18n/
zstrfmt.cpp 1891 int32_t idx = 1; local
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 2930 int32_t idx = 0; local
    [all...]

Completed in 1002 milliseconds

<<111213141516171819