| /external/openssl/crypto/ |
| ex_data.c | 593 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val) 607 while (i <= idx) 616 sk_set(ad->sk,idx,val); 622 void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx) 626 else if (idx >= sk_num(ad->sk)) 629 return(sk_value(ad->sk,idx));
|
| /frameworks/base/awt/java/awt/image/ |
| BandedSampleModel.java | 295 int idx = 0; local 305 samples[idx++] = getSample(j, i, b, data); 372 int idx = 0; local 377 setSample(j, i, n, iArray[idx++], data); 415 int idx = 0; local 419 setSample(j, i, b, iArray[idx++], data);
|
| ComponentSampleModel.java | 425 int idx = 0; local 436 pixels[idx++] = getSample(j, i, n, data); 450 int idx = 0; local 454 setSample(j, i, n, iArray[idx++], data); 477 int idx = 0; local 492 samples[idx++] = getSample(j, i, b, data); 505 int idx = 0; local 508 setSample(j, i, b, iArray[idx++], data);
|
| /frameworks/base/graphics/java/android/graphics/drawable/ |
| DrawableContainer.java | 199 public boolean selectDrawable(int idx) 201 if (idx == mCurIndex) { 204 if (idx >= 0 && idx < mDrawableContainerState.mNumChildren) { 205 Drawable d = mDrawableContainerState.mDrawables[idx]; 210 mCurIndex = idx;
|
| LevelListDrawable.java | 75 int idx = mLevelListState.indexOfLevel(level); local 76 if (selectDrawable(idx)) {
|
| /dalvik/vm/interp/ |
| Interp.c | 182 int idx = dvmBreakpointSetFind(pSet, addr); local 183 if (idx < 0) 186 *pOrig = pSet->breakpoints[idx].originalOpCode; 229 int idx = dvmBreakpointSetFind(pSet, addr); local 232 if (idx < 0) { 285 pBreak = &pSet->breakpoints[idx]; 309 int idx = dvmBreakpointSetFind(pSet, addr); local 311 if (idx < 0) { 322 Breakpoint* pBreak = &pSet->breakpoints[idx]; 336 if (idx != pSet->count-1) [all...] |
| /external/icu4c/common/ |
| ustring.c | 539 int32_t idx = _matchFromSet(string, matchSet, TRUE); local 540 if(idx >= 0) { 541 return (UChar *)string + idx; 551 int32_t idx = _matchFromSet(string, matchSet, TRUE); local 552 if(idx >= 0) { 553 return idx; 555 return -idx - 1; /* == u_strlen(string) */ 563 int32_t idx = _matchFromSet(string, matchSet, FALSE); local 564 if(idx >= 0) { 565 return idx; [all...] |
| /bionic/libc/include/sys/ |
| cdefs.h | 366 * __link_set_entry(set, idx) 367 * Access the link set entry at index `idx' from set `set'. 372 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
|
| /external/e2fsprogs/lib/ss/ |
| listen.c | 144 #define get_request(tbl,idx) ((tbl) -> requests + (idx))
|
| /external/freetype/src/cff/ |
| cffcmap.c | 124 FT_UInt idx ) 129 FT_UInt sid = charset->sids[idx];
|
| /external/freetype/src/truetype/ |
| ttinterp.h | 86 (*TT_Get_CVT_Func)( EXEC_OP_ FT_ULong idx ); 91 (*TT_Set_CVT_Func)( EXEC_OP_ FT_ULong idx,
|
| /external/iproute2/ip/ |
| tunnel.c | 100 char * tnl_ioctl_get_ifname(int idx) 106 ifr.ifr_ifindex = idx;
|
| /external/kernel-headers/original/linux/ |
| mempolicy.h | 142 unsigned long idx); 222 mpol_shared_policy_lookup(struct shared_policy *sp, unsigned long idx)
|
| /external/openssl/crypto/asn1/ |
| asn_mime.c | 807 int idx; local 809 idx = sk_MIME_HEADER_find(hdrs, &htmp); 810 if(idx < 0) return NULL; 811 return sk_MIME_HEADER_value(hdrs, idx); 817 int idx; local 819 idx = sk_MIME_PARAM_find(hdr->params, ¶m); 820 if(idx < 0) return NULL; 821 return sk_MIME_PARAM_value(hdr->params, idx);
|
| /external/openssl/crypto/dh/ |
| dh.h | 188 int DH_set_ex_data(DH *d, int idx, void *arg); 189 void *DH_get_ex_data(DH *d, int idx);
|
| /external/openssl/crypto/ui/ |
| ui.h | 232 int UI_set_ex_data(UI *r,int idx,void *arg); 233 void *UI_get_ex_data(UI *r, int idx);
|
| /external/openssl/include/openssl/ |
| dh.h | 188 int DH_set_ex_data(DH *d, int idx, void *arg); 189 void *DH_get_ex_data(DH *d, int idx);
|
| ui.h | 232 int UI_set_ex_data(UI *r,int idx,void *arg); 233 void *UI_get_ex_data(UI *r, int idx);
|
| /frameworks/base/libs/rs/ |
| rsSimpleMesh.cpp | 118 RsSimpleMesh rsi_SimpleMeshCreate(Context *rsc, RsType prim, RsType idx, RsType *vtx, uint32_t vtxCount, uint32_t primType) 123 sm->mIndexType.set((const Type *)idx);
|
| /ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
| cdefs.h | 366 * __link_set_entry(set, idx) 367 * Access the link set entry at index `idx' from set `set'. 372 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
|
| /ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
| cdefs.h | 366 * __link_set_entry(set, idx) 367 * Access the link set entry at index `idx' from set `set'. 372 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
|
| /ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
| cdefs.h | 366 * __link_set_entry(set, idx) 367 * Access the link set entry at index `idx' from set `set'. 372 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
|
| /ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
| cdefs.h | 366 * __link_set_entry(set, idx) 367 * Access the link set entry at index `idx' from set `set'. 372 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
|
| /ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
| cdefs.h | 366 * __link_set_entry(set, idx) 367 * Access the link set entry at index `idx' from set `set'. 372 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
|
| /ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
| cdefs.h | 366 * __link_set_entry(set, idx) 367 * Access the link set entry at index `idx' from set `set'. 372 #define __link_set_entry(set, idx) (__link_set_begin(set)[idx])
|