| /frameworks/av/media/libstagefright/codecs/aacdec/ |
| huffspec_fxp.cpp | 320 Int idx; local 489 idx = (*pDec_huff_tab)(pInputStream); 492 idx, 495 &max); /* unpack idx -> coefs */
|
| /frameworks/base/tools/aapt/ |
| StringPool.cpp | 182 status_t StringPool::addStyleSpan(size_t idx, const String16& name, 189 return addStyleSpan(idx, span); 192 status_t StringPool::addStyleSpans(size_t idx, const Vector<entry_style_span>& spans) 196 status_t err = addStyleSpan(idx, spans[i]); 204 status_t StringPool::addStyleSpan(size_t idx, const entry_style_span& span) 207 while (mEntryStyleArray.size() <= idx) { 211 entry_style& style = mEntryStyleArray.editItemAt(idx); 213 mEntries.editItemAt(mEntryArray[idx]).hasStyles = true; 388 ssize_t idx = add(span.name, true); local 389 if (idx < 0) [all...] |
| StringPool.h | 102 status_t addStyleSpan(size_t idx, const String16& name, 104 status_t addStyleSpans(size_t idx, const Vector<entry_style_span>& spans); 105 status_t addStyleSpan(size_t idx, const entry_style_span& span);
|
| /libcore/luni/src/test/java/libcore/java/util/zip/ |
| OldAndroidZipFileTest.java | 103 int idx = 0; local 109 assertEquals(entry.getName(), "file-" + idx); local 110 idx++;
|
| /external/opencv/cv/src/ |
| cvfloodfill.cpp | 523 int idx, val[1]; local 527 (unsigned)(idx = i-L-1) <= length) && 529 ((unsigned)(++idx) <= length && 531 ((unsigned)(++idx) <= length && 542 (((unsigned)(idx = i-L-1) <= length && 544 ((unsigned)(++idx) <= length && 546 ((unsigned)(++idx) <= length && 611 int idx, val[3]; local 615 (unsigned)(idx = i-L-1) <= length) && 617 ((unsigned)(++idx) <= length & 829 int idx; local 918 int idx; local 1028 int i, type, depth, cn, is_simple, idx; local [all...] |
| /dalvik/vm/compiler/ |
| Utility.cpp | 139 iterator->idx = 0; 146 if (iterator->idx == iterator->size) return 0; 147 return iterator->list->elemList[iterator->idx++]; 150 intptr_t dvmGrowableListGetElement(const GrowableList *gList, size_t idx) 152 assert(idx < gList->numUsed); 153 return gList->elemList[idx];
|
| /external/clang/include/clang/AST/ |
| ASTVector.h | 103 reference operator[](unsigned idx) { 104 assert(Begin + idx < End); 105 return Begin[idx]; 107 const_reference operator[](unsigned idx) const { 108 assert(Begin + idx < End); 109 return Begin[idx];
|
| /external/dbus/dbus/ |
| dbus-hash.c | 807 unsigned int idx, 815 b = &(table->buckets[idx]); 834 unsigned int idx, 856 add_allocated_entry (table, entry, idx, key, bucket); 904 unsigned int idx, 916 entry = table->buckets[idx]; 923 *bucket = &(table->buckets[idx]); 935 entry = add_entry (table, idx, key, bucket, preallocated); 949 unsigned int idx; local 951 idx = string_hash (key) & table->mask 986 unsigned int idx; local 1003 unsigned int idx; local 1101 unsigned int idx; local [all...] |
| /external/icu4c/tools/tzcode/ |
| icuzdump.cpp | 220 idx = 0; 228 idx = 0; 248 if (idx < numids) { 250 tz = TimeZone::createTimeZone((const UnicodeString&)zids[idx]); 255 idx++; 264 int32_t idx; member in class:ZoneIterator
|
| /external/libffi/src/ |
| closures.c | 539 #define GET(idx, len) do { p[idx] = dlmalloc (len); printf ("allocated %zi for p[%i]\n", (len), (idx)); } while (0) 540 #define PUT(idx) do { printf ("freeing p[%i]\n", (idx)); dlfree (p[idx]); } while (0)
|
| /dalvik/libdex/ |
| DexSwapVerify.cpp | 1421 u4 idx = annotationItemTypeIdx(annotation); local 2020 u4 idx; local 2052 u4 idx; local 2080 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay); local 2196 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1); local 2205 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1); local 2215 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1); local 2224 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1); local 2275 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay); local [all...] |
| /external/freetype/src/sfnt/ |
| ttcmap.c | 101 FT_UInt n, idx; local 107 idx = *p++; 108 if ( idx >= TT_VALID_GLYPH_COUNT( valid ) ) 296 FT_UInt idx = TT_NEXT_USHORT( p ); local 300 if ( valid->level >= FT_VALIDATE_PARANOID && ( idx & 7 ) != 0 ) 303 idx >>= 3; 305 if ( idx > max_subs ) 306 max_subs = idx; 351 FT_UInt idx; local 356 idx = TT_NEXT_USHORT( p ) 438 FT_UInt idx = (FT_UInt)(char_code & 0xFF); local 485 FT_UInt pos, idx; local 958 FT_UInt i, idx; local 1472 FT_UInt idx = (FT_UInt)( char_code - start ); local 1496 FT_UInt idx; local 1883 FT_UInt32 idx = (FT_ULong)( char_code - start ); local 1905 FT_UInt32 idx; local [all...] |
| /cts/tools/dasm/src/dasm/ |
| Scanner.java | 62 char charAt(int idx) { 63 return buffer[idx];
|
| /dalvik/vm/native/ |
| java_lang_VMClassLoader.cpp | 136 int idx = args[1]; local 143 result = dvmGetBootPathResource(name, idx);
|
| /external/aac/libFDK/src/ |
| dct.cpp | 367 int idx, i; local 378 for (idx = sin_step,i=1; i<(M+1)>>1; i++, idx+=sin_step) 380 FIXP_STP twd = sin_twiddle[idx]; 492 int idx, i; local 504 for (idx = sin_step,i=1; i<(M+1)>>1; i++, idx+=sin_step) 506 FIXP_STP twd = sin_twiddle[idx];
|
| /external/dropbear/libtomcrypt/src/pk/ecc/ |
| ecc_make_key.c | 46 key->idx = x; 67 key->idx = -1;
|
| /external/linux-tools-perf/util/ |
| annotate.h | 71 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) 74 (notes->src->sizeof_sym_hist * idx));
|
| path.c | 42 static int idx; local 44 return pathname_array[3 & ++idx];
|
| /external/llvm/include/llvm/CodeGen/ |
| LiveRangeEdit.h | 124 LiveInterval *get(unsigned idx) const { return newRegs_[idx+firstNew_]; }
|
| /external/llvm/lib/Transforms/Utils/ |
| SSAUpdater.cpp | 239 unsigned idx; member in class:__anon9400::PHIiter 243 : PHI(P), idx(0) {} 245 : PHI(P), idx(PHI->getNumIncomingValues()) {} 247 PHIiter &operator++() { ++idx; return *this; } 248 bool operator==(const PHIiter& x) const { return idx == x.idx; } 250 Value *getIncomingValue() { return PHI->getIncomingValue(idx); } 251 BasicBlock *getIncomingBlock() { return PHI->getIncomingBlock(idx); }
|
| /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);
|
| /external/qemu/ |
| qemu-error.c | 127 * Change the current location to argument ARGV[IDX..IDX+CNT-1]. 129 void loc_set_cmdline(char **argv, int idx, int cnt) 133 cur_loc->ptr = argv + idx;
|
| /external/srtp/crypto/include/ |
| cipher.h | 98 (void *state, xtd_seq_num_t idx); 129 uint8_t *idx; /* packet index */ member in struct:cipher_test_case_t
|
| /packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
| GrassRS.java | 207 short[] idx = new short[mIndicies]; local 212 idx[idxIdx + 0] = (short)(vtxIdx + 0); 213 idx[idxIdx + 1] = (short)(vtxIdx + 1); 214 idx[idxIdx + 2] = (short)(vtxIdx + 2); 215 idx[idxIdx + 3] = (short)(vtxIdx + 1); 216 idx[idxIdx + 4] = (short)(vtxIdx + 3); 217 idx[idxIdx + 5] = (short)(vtxIdx + 2); 224 mBladesIndicies.copyFrom(idx);
|
| /dalvik/dexdump/ |
| DexDump.cpp | 505 void dumpClassDef(DexFile* pDexFile, int idx) 511 pClassDef = dexGetClassDef(pDexFile, idx); 520 printf("Class #%d header:\n", idx); 1605 int idx, addr, byte; local 1645 int idx; local [all...] |