| /sdk/emulator/qtools/ |
| trace_reader.h | 230 void AddRegionSymbol(region_type *region, int idx, 482 void TraceReader<T>::AddRegionSymbol(region_type *region, int idx, 486 region->symbols[idx].addr = addr; 487 region->symbols[idx].name = Strdup(name); 488 region->symbols[idx].vm_sym = NULL; 489 region->symbols[idx].region = region; 490 region->symbols[idx].flags = flags; 683 int idx = elf_symbols[ii].st_name; local 687 if (idx == 0 || symbol_names[idx] == 0 || symbol_names[idx] == '$' 763 int idx = shdr[section].sh_name; local [all...] |
| /dalvik/dexlist/ |
| DexList.c | 152 void dumpClass(DexFile* pDexFile, int idx) 160 pClassDef = dexGetClassDef(pDexFile, idx);
|
| /dalvik/libcore/luni/src/main/java/java/lang/ |
| StringBuffer.java | 398 * starting at {@code idx}. 406 * @param idx 414 public synchronized void getChars(int start, int end, char[] buffer, int idx) { 415 super.getChars(start, end, buffer, idx);
|
| /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
| NamespaceMappings.java | 431 public Object peek(int idx) { 432 return m_stack[idx];
|
| /external/freetype/src/psaux/ |
| t1cmap.c | 268 FT_UInt idx ) 270 return face->type1.glyph_names[idx];
|
| /external/icu4c/test/intltest/ |
| tzregts.cpp | [all...] |
| /external/icu4c/tools/toolutil/ |
| ucm.h | 53 uint32_t idx; member in union:UCMapping::__anon2480 114 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
|
| /external/opencore/codecs_v2/omx/omx_h264enc/src/ |
| avc_enc.cpp | 493 int32 idx = 0; local 497 slice_group[ii] = idx++; 498 if (idx >= aEncOption.num_slice_group) 500 idx = 0; 509 for (idx = 0; idx < aEncOption.num_slice_group; idx++) 511 aEncOption.run_length_minus1[idx] = run_length - 1;
|
| /external/openssl/crypto/dsa/ |
| dsa.h | 232 int DSA_set_ex_data(DSA *d, int idx, void *arg); 233 void *DSA_get_ex_data(DSA *d, int idx);
|
| /external/openssl/crypto/ocsp/ |
| ocsp_cl.c | 228 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx) 231 return sk_OCSP_SINGLERESP_value(bs->tbsResponseData->responses, idx);
|
| ocsp.h | 437 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx); 496 void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx); 507 void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx); 518 void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit, int *idx); 529 void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, int *idx);
|
| /external/openssl/crypto/perlasm/ |
| x86nasm.pl | 94 my($size,$addr,$reg1,$reg2,$idx)=@_; 127 $t="*$idx" if ($idx != 0);
|
| /external/openssl/include/openssl/ |
| dsa.h | 232 int DSA_set_ex_data(DSA *d, int idx, void *arg); 233 void *DSA_get_ex_data(DSA *d, int idx);
|
| ocsp.h | 437 OCSP_SINGLERESP *OCSP_resp_get0(OCSP_BASICRESP *bs, int idx); 496 void *OCSP_REQUEST_get1_ext_d2i(OCSP_REQUEST *x, int nid, int *crit, int *idx); 507 void *OCSP_ONEREQ_get1_ext_d2i(OCSP_ONEREQ *x, int nid, int *crit, int *idx); 518 void *OCSP_BASICRESP_get1_ext_d2i(OCSP_BASICRESP *x, int nid, int *crit, int *idx); 529 void *OCSP_SINGLERESP_get1_ext_d2i(OCSP_SINGLERESP *x, int nid, int *crit, int *idx);
|
| /frameworks/base/libs/binder/ |
| IPCThreadState.cpp | 72 static const char* getReturnString(size_t idx); 73 static const char* getCommandString(size_t idx); 137 static const char* getReturnString(size_t idx) 139 if (idx < sizeof(kReturnStrings) / sizeof(kReturnStrings[0])) 140 return kReturnStrings[idx]; 145 static const char* getCommandString(size_t idx) 147 if (idx < sizeof(kCommandStrings) / sizeof(kCommandStrings[0])) 148 return kCommandStrings[idx]; [all...] |
| /frameworks/base/services/java/com/android/server/ |
| NativeDaemonConnector.java | 260 int idx = 0; local 268 rdata[idx++] = line.substring(tok[0].length() + 1);
|
| /frameworks/base/tools/aapt/ |
| Bundle.h | 148 const char* getFileSpecEntry(int idx) const { return mArgv[idx]; }
|
| /hardware/broadcom/wlan/bcm4329/src/shared/ |
| sbutils.c | 907 sb_set_initiator_to(si_t *sih, uint32 to, uint idx) 921 if (idx == BADIDX) { 924 idx = sii->pub.buscoreidx; 927 idx = SI_CC_IDX; 931 idx = si_findcoreidx(sih, PCMCIA_CORE_ID, 0); 934 idx = si_findcoreidx(sih, MIPS33_CORE_ID, 0); 939 if (idx == BADIDX) 946 sb = REGS2SB(sb_setcoreidx(sih, idx));
|
| /system/core/libpixelflinger/ |
| picker.cpp | 133 int idx = 0; local 155 new_needs.t[idx++] = t;
|
| /external/icu4c/common/ |
| uloc_tag.c | 124 ultag_getExtlang(const ULanguageTag* langtag, int32_t idx); 136 ultag_getVariant(const ULanguageTag* langtag, int32_t idx); 142 ultag_getExtensionKey(const ULanguageTag* langtag, int32_t idx); 145 ultag_getExtensionValue(const ULanguageTag* langtag, int32_t idx); [all...] |
| /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/ |
| Ctrl.c | 1783 UINT8 idx; local 1816 UINT8 idx; local [all...] |
| /external/bluetooth/glib/glib/ |
| gthread.c | 500 guint idx = private_key->index; local 503 if (!idx) 516 if (array && idx <= array->len) 520 idx - 1); 536 GUINT_TO_POINTER (idx));
|
| /external/icu4c/samples/cal/ |
| cal.c | 307 int32_t idx = (i + firstIndex) % arrayLength; local 308 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); 310 array[idx] = (UChar *) malloc(sizeof(UChar) * size); 313 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status);
|
| /bionic/libc/bionic/ |
| dlmalloc.c | 2727 bindex_t idx; local 3799 bindex_t idx; local 4225 bindex_t idx; local 4654 bindex_t idx; local [all...] |
| /external/libffi/src/ |
| dlmalloc.c | 2641 bindex_t idx; local 3663 bindex_t idx; local 4089 bindex_t idx; local 4496 bindex_t idx; local [all...] |