/external/aac/libSBRdec/src/ |
psbitdec.cpp | 148 aIndex buffer is decoded from delta values to actual values. 155 SCHAR *aIndex, /*!< ICC/IID parameters */ 169 aIndex[0] = 0 + aIndex[0]; 170 aIndex[0] = limitMinMax(aIndex[0],minIdx,maxIdx); 172 aIndex[i] = aIndex[i-1] + aIndex[i]; 173 aIndex[i] = limitMinMax(aIndex[i],minIdx,maxIdx) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/ |
vectorbuffer.h | 51 TPtrC8 operator[](TInt aIndex) const; 174 TPtrC8 TVectorBuffer<C>::operator[](TInt aIndex) const 178 while(index < aIndex) 202 const T& operator[](TInt aIndex) const; 232 const T& TVector<T, C>::operator[](TInt aIndex) const 234 const TPtrC8 ptr = TVectorBuffer<C * sizeof(T)>::operator[](aIndex);
|
SDL_main.cpp | 181 const void* TMainFunc::operator[](TInt aIndex) const 183 return iMainFunc[aIndex];
|
/external/chromium_org/third_party/sqlite/src/src/ |
test8.c | 64 ** echo.vtab.aIndex is an array of booleans. The nth entry is true if 83 int *aIndex; /* Array of size nCol. True if column has an index */ 232 ** See comments associated with the member variable aIndex above 242 int *aIndex = 0; 247 aIndex = (int *)sqlite3MallocZero(sizeof(int) * nCol); 248 if( !aIndex ){ 263 ** corresponding entry in aIndex[] to 1. 278 aIndex[cid] = 1; 297 sqlite3_free(aIndex); 298 aIndex = 0 [all...] |
wal.c | 463 int iNext; /* Next slot in aIndex[] not yet returned */ 464 ht_slot *aIndex; /* i0, i1, i2... such that aPgno[iN] ascend */ 466 int nEntry; /* Nr. of entries in aPgno[] and aIndex[] */ [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
DexMerger.java | 245 int aIndex = 0; 252 if (a == null && aIndex < aSection.size) { 254 a = read(inA, aIndexMap, aIndex); 276 updateIndex(aOffset, aIndexMap, aIndex++, outCount); [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |