| /cts/tools/dasm/src/dasm/ |
| Scanner.java | 62 char charAt(int idx) { 63 return buffer[idx];
|
| /dalvik/vm/ |
| IndirectRefTable.h | 361 int idx = dvmIndirectRefToIndex(iref); 362 return pRef->table[idx];
|
| /dalvik/vm/native/ |
| dalvik_system_VMDebug.c | 88 int idx = 0; local 92 features[idx++] = "method-trace-profiling"; 93 features[idx++] = "method-trace-profiling-streaming"; 97 features[idx++] = "hprof-heap-dump"; 98 features[idx++] = "hprof-heap-dump-streaming"; 101 assert(idx <= MAX_FEATURE_COUNT); 103 LOGV("+++ sending up %d features\n", idx); 104 ArrayObject* arrayObj = convertStringArray(features, idx);
|
| java_lang_VMClassLoader.c | 139 int idx = args[1]; local 146 result = dvmGetBootPathResource(name, idx);
|
| /external/dropbear/libtomcrypt/src/pk/ecc/ |
| ecc_make_key.c | 46 key->idx = x; 67 key->idx = -1;
|
| /external/elfcopy/ |
| rangesort.c | 29 int idx; local 30 for (idx = 0; idx < ranges->num_ranges; idx++) { 31 if (ranges->array[idx].user_dtor) { 32 ASSERT(ranges->array[idx].user); 33 ranges->array[idx].user_dtor(ranges->array[idx].user);
|
| /external/openssl/crypto/ocsp/ |
| ocsp_ext.c | 106 void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx) 108 return X509V3_get_d2i(x->tbsRequest->requestExtensions, nid, crit, idx); 154 void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx) 156 return X509V3_get_d2i(x->singleRequestExtensions, nid, crit, idx); 202 void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit, int *idx) 204 return X509V3_get_d2i(x->tbsResponseData->responseExtensions, nid, crit, idx); 250 void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, int *idx) 252 return X509V3_get_d2i(x->singleExtensions, nid, crit, idx);
|
| /frameworks/base/awt/java/awt/image/ |
| SinglePixelPackedSampleModel.java | 312 int idx = 0; local 317 pixels[idx++] = getSample(j, i, n, data); 332 int idx = 0; local 337 setSample(j, i, n, iArray[idx++], data); 364 int idx = 0; local 374 samples[idx++] = getSample(j, i, b, data); 389 int idx = 0; local 392 setSample(x + j, y + i, b, iArray[idx++], data);
|
| /frameworks/base/tools/aapt/ |
| Command.cpp | 239 ssize_t idx = tree.indexOfAttribute(ns, attr); local 240 if (idx < 0) { 244 if (tree.getAttributeValue(idx, &value) != NO_ERROR) { 251 const uint16_t* str = tree.getAttributeStringValue(idx, &len); 257 ssize_t idx = indexOfAttribute(tree, attrRes); local 258 if (idx < 0) { 262 if (tree.getAttributeValue(idx, &value) != NO_ERROR) { 269 const uint16_t* str = tree.getAttributeStringValue(idx, &len); 276 ssize_t idx = indexOfAttribute(tree, attrRes); local 277 if (idx < 0) 294 ssize_t idx = indexOfAttribute(tree, attrRes); local 343 ssize_t idx = componentName.find("."); local [all...] |
| /packages/apps/AlarmClock/src/com/android/alarmclock/ |
| SettingsActivity.java | 98 final int idx = listPref.findIndexOfValue((String) newValue); local 99 listPref.setSummary(listPref.getEntries()[idx]);
|
| /dalvik/dexdump/ |
| DexDump.c | 402 void dumpClassDef(DexFile* pDexFile, int idx) 408 pClassDef = dexGetClassDef(pDexFile, idx); 417 printf("Class #%d header:\n", idx); 971 "GLITCH: zero-width instruction at idx=0x%04x\n", insnIdx); 1482 int idx, addr, byte; local 1522 int idx; local [all...] |
| /dalvik/vm/analysis/ |
| ReduceConstants.c | 363 u4 idx; local 365 for (idx = 0; idx < count; idx++) { 370 pClassDef = dexGetClassDef(pDexFile, idx); 806 int entry, idx = 0; local 809 mapToNew[entry] = idx; 810 mapToOld[idx] = entry; 811 idx++; 817 if (idx != setCount) [all...] |
| /external/icu4c/test/perf/convperf/ |
| convperf.h | 123 int32_t idx; local 127 for (idx = 0; idx < availableConverters; idx++) { 128 convNames[idx] = ucnv_getAvailableName(idx); 132 int32_t idx; local 136 for (idx = 0; idx < availableConverters; idx++) [all...] |
| /external/qemu/tcg/ |
| tcg.c | 151 int idx; local 156 idx = s->nb_labels++; 157 l = &s->labels[idx]; 160 return idx; 290 int idx; local 298 idx = s->nb_globals; 308 return idx; 313 int idx; local 315 idx = tcg_global_reg_new_internal(TCG_TYPE_I32, reg, name); 316 return MAKE_TCGV_I32(idx); 321 int idx; local 333 int idx; local 391 int idx; local 400 int idx; local 410 int idx, k; local 459 int idx; local 467 int idx; local [all...] |
| /hardware/broadcom/wlan/bcm4329/src/shared/ |
| aiutils.c | 156 uint i, j, idx; local 201 idx = sii->numcores; 202 /* sii->eromptr[idx] = base; */ 203 sii->common_info->cia[idx] = cia; 204 sii->common_info->cib[idx] = cib; 205 sii->common_info->coreid[idx] = cid; 235 sii->common_info->coresba[idx] = addrl; 236 sii->common_info->coresba_size[idx] = sizel; 243 sii->common_info->coresba2[idx] = addrl; 244 sii->common_info->coresba2_size[idx] = sizel [all...] |
| siutils.c | 214 /* figure out bus/orignal core idx */ 259 /* find the core idx before entering this func. */ 416 uint idx; local 424 for (idx = 0; idx < SI_MAXCORES; idx++) 425 if (sii->common_info->regs[idx]) { 426 REG_UNMAP(sii->common_info->regs[idx]); 427 sii->common_info->regs[idx] = NULL; 555 uint idx; local 662 uint idx; local 1027 uint idx; local [all...] |
| /external/icu4c/common/ |
| ucnv_ext.c | 128 int32_t i, j, idx, length, matchLength; local 137 idx=0; 161 toUSection=toUTable+idx; 205 idx=(int32_t)UCNV_EXT_TO_U_GET_PARTIAL_INDEX(value); 531 int32_t i, j, idx, length, matchLength; local 539 idx=firstCP>>10; /* stage 1 index */ 540 if(idx>=cx[UCNV_EXT_FROM_U_STAGE_1_LENGTH]) { 546 idx=UCNV_EXT_FROM_U(stage12, stage3, idx, firstCP); 549 value=stage3b[idx]; [all...] |
| ucnv_io.c | 197 #define GET_STRING(idx) (const char *)(gMainTable.stringTable + (idx)) 198 #define GET_NORMALIZED_STRING(idx) (const char *)(gMainTable.normalizedStringTable + (idx)) 657 uint32_t idx; local 680 for (idx = 0; idx < gMainTable.taggedAliasArraySize; idx++) { 681 listOffset = gMainTable.taggedAliasArray[idx]; 683 uint32_t currTagNum = idx/gMainTable.converterListSize 708 uint32_t idx; local [all...] |
| /external/freetype/src/cff/ |
| cffgload.c | 2100 FT_Int idx = (FT_Int)( args[0] >> 16 ); local 2117 FT_Int idx = (FT_Int)( args[1] >> 16 ); local 2171 FT_Int idx = (FT_Int)( args[1] >> 16 ); local 2183 FT_Int idx = (FT_Int)( args[0] >> 16 ); local 2342 FT_UInt idx = (FT_UInt)( ( args[0] >> 16 ) + local 2384 FT_UInt idx = (FT_UInt)( ( args[0] >> 16 ) + local [all...] |
| /build/tools/apriori/ |
| source.h | 33 size_t idx; /* index of DT entry in the .dynamic section, if entry has a ptr value */ member in struct:__anon600
|
| /dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
| BufferedWriterTest.java | 185 int idx = sw.toString().length(); local 187 assertEquals(idx + testCharArray.length, sw.toString().length()); 189 assertEquals(idx + testCharArray.length, sw.toString().length()); 191 assertEquals(idx + testCharArray.length, sw.toString().length());
|
| /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/lang/annotation/ |
| AnnotationFactory.java | 73 int idx = 0; local 78 desc[idx] = new AnnotationMember(name, 81 desc[idx] = new AnnotationMember(name, t, type, element); 83 idx++;
|
| /dalvik/libdex/ |
| DexFile.c | 287 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx, 289 const DexStringId* pStringId = dexGetStringId(pDexFile, idx); 368 int idx = hash & mask; local 375 while (pLookup->table[idx].classDescriptorOffset != 0) { 376 idx = (idx + 1) & mask; 382 pLookup->table[idx].classDescriptorHash = hash; 383 pLookup->table[idx].classDescriptorOffset = stringOff; 384 pLookup->table[idx].classDefOffset = classDefOff; 862 int idx, mask local [all...] |
| /development/samples/GlobalTime/src/com/android/globaltime/ |
| City.java | 101 int idx = 0; local 103 ocities[idx++] = iter.next(); 117 int idx = 0; local 119 ocities[idx++] = iter.next();
|
| /development/simulator/app/ |
| PhoneData.h | 175 const LoadableImage* GetBkgImage(int idx) const; 335 PhoneMode* GetPhoneMode(int idx); 341 PhoneDisplay* GetPhoneDisplay(int idx); 349 PhoneKeyboard* GetPhoneKeyboard(int idx);
|