| /external/blktrace/btt/ |
| btt_plot.py | 131 for idx in range(1, len(ys)): 132 if (xs[idx] - _xs[0]) > x_range: 137 _xs = [xs[idx]] 138 _ys = [ys[idx]] 140 _xs.append(xs[idx]) 141 _ys.append(ys[idx]) 285 def color(idx, style): 292 color = colors[idx % len(colors)] 294 style = l_styles[(idx / len(l_styles)) % len(l_styles)] 296 style = m_styles[(idx / len(m_styles)) % len(m_styles) [all...] |
| /dalvik/vm/interp/ |
| Jit.c | 520 u4 idx = dvmJitHash(dPC); local 523 while ((gDvmJit.pJitEntryTable[idx].u.info.chain != chainEndMarker) && 524 (gDvmJit.pJitEntryTable[idx].dPC != dPC)) { 525 idx = gDvmJit.pJitEntryTable[idx].u.info.chain; 528 if (gDvmJit.pJitEntryTable[idx].dPC != dPC) { 544 if (gDvmJit.pJitEntryTable[idx].dPC != NULL) { 546 while (gDvmJit.pJitEntryTable[idx].u.info.chain != chainEndMarker) { 547 if (gDvmJit.pJitEntryTable[idx].dPC == dPC) { 551 return &gDvmJit.pJitEntryTable[idx]; 816 int idx = dvmJitHash(pc); local 838 int idx = dvmJitHash(dPC); local [all...] |
| /external/icu4c/tools/toolutil/ |
| toolutil.c | 155 int32_t capacity, maxCapacity, size, idx; member in struct:UToolMemory 179 mem->idx=0; 201 return mem->idx; 228 uprv_memcpy(mem->array, mem->staticArray, mem->idx*mem->size); 245 char *p=(char *)mem->array+mem->idx*mem->size; 246 int32_t newIndex=mem->idx+1; 248 mem->idx=newIndex; 256 char *p=(char *)mem->array+mem->idx*mem->size; 257 int32_t newIndex=mem->idx+n; 259 mem->idx=newIndex [all...] |
| /frameworks/base/libs/rs/ |
| rsVertexArray.cpp | 102 void VertexArray::logAttrib(uint32_t idx, uint32_t slot) const { 103 LOGE("va %i: slot=%i name=%s buf=%i size=%i type=0x%x kind=%i stride=0x%x norm=%i offset=0x%x", idx, slot, 104 mAttribs[idx].name.string(), 105 mAttribs[idx].buffer, 106 mAttribs[idx].size, 107 mAttribs[idx].type, 108 mAttribs[idx].kind, 109 mAttribs[idx].stride, 110 mAttribs[idx].normalized, 111 mAttribs[idx].offset) [all...] |
| /frameworks/base/tools/aapt/ |
| StringPool.cpp | 60 ssize_t idx = mIdents.valueFor(ident); local 61 if (idx >= 0) { 63 String8(mEntries[idx].value).string()); 109 status_t StringPool::addStyleSpan(size_t idx, const String16& name, 116 return addStyleSpan(idx, span); 119 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans) 123 status_t err = addStyleSpan(idx, spans[i]); 131 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span) 136 while (mEntryStyleArray.size() <= idx) { 140 entry_style& style = mEntryStyleArray.editItemAt(idx); 207 ssize_t idx = add(span.name, true); local [all...] |
| StringPool.h | 94 status_t addStyleSpan(size_t idx, const String16& name, 96 status_t addStyleSpans(size_t idx, const Vector<entry_style_span>& spans); 97 status_t addStyleSpan(size_t idx, const entry_style_span& span); 101 const entry& entryAt(size_t idx) const;
|
| /development/tools/zoneinfo/ |
| ZoneCompactor.java | 30 // <produces zoneinfo.dat and zoneinfo.idx> 129 File idxFile = new File("zoneinfo.idx"); 131 FileOutputStream idx = new FileOutputStream(idxFile); local 148 idx.write(znameBuf); 149 writeInt(idx, starts.get(zname).intValue()); 150 writeInt(idx, lengths.get(zname).intValue()); 151 writeInt(idx, offsets.get(zname).intValue()); 153 idx.close();
|
| /external/e2fsprogs/lib/ss/ |
| help.c | 48 register int idx; local 83 for (fd = -1, idx = 0; info->info_dirs[idx] != (char *)NULL; idx++) { 84 buffer = malloc(strlen (info->info_dirs[idx]) + 1 + 91 (void) strcpy(buffer, info->info_dirs[idx]);
|
| /external/openssl/crypto/x509/ |
| x509_ext.c | 99 void *X509_CRL_get_ext_d2i(X509_CRL *x, int nid, int *crit, int *idx) 101 return X509V3_get_d2i(x->crl->extensions, nid, crit, idx); 150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx) 152 return X509V3_get_d2i(x->cert_info->extensions, nid, crit, idx); 198 void *X509_REVOKED_get_ext_d2i(X509_REVOKED *x, int nid, int *crit, int *idx) 200 return X509V3_get_d2i(x->extensions, nid, crit, idx);
|
| /frameworks/base/opengl/java/android/opengl/ |
| Group.java | 84 int idx = 0; local 86 byte b0 = indicesBytes[idx]; 87 byte b1 = indicesBytes[idx + 1]; 88 indicesBytes[idx] = b1; 89 indicesBytes[idx + 1] = b0; 90 idx += 2;
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| ProtoIdsSection.java | 133 int idx = 0; local 136 ((ProtoIdItem) i).setIndex(idx); 137 idx++;
|
| /dalvik/dx/src/com/android/dx/util/ |
| ListIntSet.java | 110 private int idx = 0; 114 return idx < ints.size(); 123 return ints.get(idx++);
|
| /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/ |
| Handler.java | 78 int idx = file.indexOf('!'); local 79 String tmpFile = file.substring(idx + 1, file.lastIndexOf('/') + 1) 82 file = file.substring(0, idx + 1) + tmpFile;
|
| /external/freetype/src/autofit/ |
| afwarp.c | 100 FT_Int idx; local 103 for ( idx = idx_min; idx <= idx_max; idx++, y++ ) 104 scores[idx] += af_warper_weights[y & 63] * len; 109 FT_Int idx; local 112 for ( idx = idx_min; idx <= idx_max; idx++ ) 114 AF_WarpScore score = scores[idx]; [all...] |
| /external/iproute2/tc/ |
| q_prio.c | 37 int idx = 0; local 78 if (idx > TC_PRIO_MAX) { 82 opt.priomap[idx++] = band; 89 for (; idx < TC_PRIO_MAX; idx++) 90 opt.priomap[idx] = opt.priomap[TC_PRIO_BESTEFFORT];
|
| q_rr.c | 37 int idx = 0; local 78 if (idx > TC_PRIO_MAX) { 82 opt.priomap[idx++] = band;
|
| /external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
| mp4enc_api.cpp | 190 Int nLayers, idx, i, j; local 603 for (idx = 0; idx < nLayers; idx++) 605 temp_w = video->encParams->LayerWidth[idx]; 606 temp_h = video->encParams->LayerHeight[idx]; 617 mbsPerSec = (Int)(nTotalMB * video->encParams->LayerFrameRate[idx]); 618 if (mbsPerSec > video->encParams->LayerMaxMbsPerSec[idx]) status = PV_FALSE; 660 for (idx = 0; idx < nTotalMB; idx++ 1080 Int idx, i; local 2965 Int idx, temp_w, temp_h, max = 0, max_width, max_height; local [all...] |
| /bionic/libc/kernel/arch-x86/asm/ |
| desc_32.h | 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
|
| /external/freetype/include/freetype/ |
| ftsnames.h | 140 /* idx :: The index of the `name' string. */ 159 FT_UInt idx,
|
| /external/jdiff/src/jdiff/ |
| ClassDiff.java | 100 int idx = Collections.binarySearch(newClass.implements_, oldInterface); local 101 if (idx < 0) { 113 int idx = Collections.binarySearch(oldClass.implements_, newInterface); local 114 if (idx < 0) {
|
| /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
| p_ol_wgh.h | 135 Word16 idx, /* i : index */
|
| /external/openssl/crypto/x509v3/ |
| pcy_map.c | 81 int idx; local 84 idx = sk_X509_POLICY_REF_find(cache->maps, &tmp); 85 if (idx == -1) 87 return sk_X509_POLICY_REF_value(cache->maps, idx);
|
| /frameworks/base/awt/org/apache/harmony/awt/gl/color/ |
| LUTColorConverter.java | 118 int idx = bits -1; local 121 if(fromsRGBto8sRGB_LUTs[idx] == null){ 122 fromsRGBto8sRGB_LUTs[idx] = createLUT(bits); 124 return fromsRGBto8sRGB_LUTs[idx];
|
| /frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
| p_ol_wgh.h | 135 Word16 idx, /* i : index */
|
| /ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
| desc_32.h | 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
|