| /external/opencore/baselibs/gen_data_structures/src/ |
| buf_frag_group.h | 26 // else return true and change idx, offset and ptr to the new position. 31 int & idx,
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| OneLocalsArray.java | 106 public void set(int idx, TypeBearer type) { 116 if (idx < 0) { 117 throw new IndexOutOfBoundsException("idx < 0"); 122 locals[idx + 1] = null; 125 locals[idx] = type; 127 if (idx != 0) { 128 TypeBearer prev = locals[idx - 1]; 130 locals[idx - 1] = null; 141 public void invalidate(int idx) { 143 locals[idx] = null [all...] |
| ByteBlockList.java | 56 int idx = indexOfLabel(label); local 58 if (idx < 0) { 63 return get(idx);
|
| LocalsArray.java | 83 * @param idx {@code >= 0, < getMaxLocals();} which local 84 * @param type {@code non-null;} new type for the local at {@code idx} 86 public abstract void set(int idx, TypeBearer type); 101 * @param idx {@code >= 0, < getMaxLocals();} which local 103 public abstract void invalidate(int idx); 109 * @param idx {@code >= 0, < getMaxLocals();} which local 112 public abstract TypeBearer getOrNull(int idx); 119 * @param idx {@code >= 0, < getMaxLocals();} which local 121 * @throws SimException thrown if {@code idx} is valid, but 124 public abstract TypeBearer get(int idx); [all...] |
| /system/core/nexus/ |
| WifiNetwork.h | 78 virtual int set(int idx, int value) = 0; 79 virtual int get(int idx, int *buffer) = 0; 90 virtual int set(int idx, const char *value) = 0; 91 virtual int get(int idx, char *buffer, size_t max) = 0; 99 int set(int idx, int value); 100 int get(int idx, int *buffer); 107 int set(int idx, int value); 108 int get(int idx, int *buffer); 115 int set(int idx, int value); 116 int get(int idx, int *buffer) [all...] |
| VpnController.h | 34 virtual int set(int idx, int value) = 0; 35 virtual int get(int idx, int *buffer) = 0; 46 virtual int set(int idx, const char *value) = 0; 47 virtual int get(int idx, char *buffer, size_t max) = 0; 58 virtual int set(int idx, struct in_addr *value) = 0; 59 virtual int get(int idx, struct in_addr *buffer) = 0; 67 int set(int idx, int value); 68 int get(int idx, int *buffer);
|
| WifiController.h | 49 virtual int set(int idx, int value) = 0; 50 virtual int get(int idx, int *buffer) = 0; 61 virtual int set(int idx, const char *value) = 0; 62 virtual int get(int idx, char *buffer, size_t max) = 0; 70 int set(int idx, int value); 71 int get(int idx, int *buffer); 78 int set(int idx, int value); 79 int get(int idx, int *buffer); 86 int set(int idx, int value); 87 int get(int idx, int *buffer) [all...] |
| /external/opencore/fileformats/mp4/parser/src/ |
| avcsampledependencytype.cpp | 60 for (uint32 idx = 0; idx < sample_count; idx++) 62 if (!AtomUtils::read8(fp, _reserved[idx])) 67 _sample_depends_on[idx] = (uint8)(_reserved[idx] & ~0xF3); 68 _sample_is_depended_on[idx] = (uint8)(_reserved[idx] & ~0xFC);
|
| avcsampledependency.cpp | 46 for (uint32 idx = 0; idx < sample_count; idx++) 48 if (!AtomUtils::read16(fp, _dependencycount[idx])) 52 for (uint32 i = 0; i < _dependencycount[idx]; i++)
|
| moviefragmentrandomaccess.cpp | 129 for (uint32 idx = 0; idx < num_tfra; idx++) 131 TrackFragmentRandomAccessAtom *tfraAtom = (*_pTrackFragmentRandomAccessAtomVec)[idx]; 169 for (uint32 idx = 0; idx < num_tfra; idx++) 171 TrackFragmentRandomAccessAtom *tfraAtom = (*_pTrackFragmentRandomAccessAtomVec)[idx]; 235 for (uint32 idx = 0; idx < num_tfra; idx++ 415 uint32 idx = 0; local [all...] |
| /frameworks/base/libs/utils/ |
| misc.cpp | 56 int len, totalLen, posn, idx; local 61 totalLen = idx = 0; 63 if (idx == argc || argv[idx] == NULL) 65 if (idx) 67 totalLen += strlen(argv[idx]); 68 idx++; 81 idx = posn = 0; 83 if (idx == argc || argv[idx] == NULL [all...] |
| /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
| EncodingInfo.java | 218 final int idx = codePoint - m_explFirst; local 221 if (m_alreadyKnown[idx]) 222 ret = m_isInEncoding[idx]; 227 m_alreadyKnown[idx] = true; 228 m_isInEncoding[idx] = ret; 265 final int idx = codePoint - m_explFirst; local 268 if (m_alreadyKnown[idx]) 269 ret = m_isInEncoding[idx]; 274 m_alreadyKnown[idx] = true; 275 m_isInEncoding[idx] = ret 382 final int idx = unicode - m_explFirst; local [all...] |
| /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
| ol_ltp.cpp | 96 idx = 16 bit value specifies the frame index 139 Word16 idx, // i : index 151 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx); 158 idx, dtx); 163 old_lags, ol_gain_flg, idx, dtx); 168 L_FRAME_BY2, idx, dtx); 210 Word16 idx, /* i : index */ 223 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx, 231 idx, dtx, pOverflow); 236 old_lags, ol_gain_flg, idx, dtx, pOverflow) [all...] |
| /frameworks/base/libs/rs/ |
| rsDevice.cpp | 41 for (size_t idx=0; idx < mContexts.size(); idx++) { 42 if (mContexts[idx] == rsc) { 43 mContexts.removeAt(idx);
|
| /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
| ol_ltp.cpp | 96 idx = 16 bit value specifies the frame index 139 Word16 idx, // i : index 151 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx); 158 idx, dtx); 163 old_lags, ol_gain_flg, idx, dtx); 168 L_FRAME_BY2, idx, dtx); 210 Word16 idx, /* i : index */ 223 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx, 231 idx, dtx, pOverflow); 236 old_lags, ol_gain_flg, idx, dtx, pOverflow) [all...] |
| /external/kernel-headers/original/asm-x86/ |
| fixmap_32.h | 48 * highger than 1) use fixmap_set(idx,phys) to associate 101 extern void __set_fixmap (enum fixed_addresses idx, 105 #define set_fixmap(idx, phys) \ 106 __set_fixmap(idx, phys, PAGE_KERNEL) 110 #define set_fixmap_nocache(idx, phys) \ 111 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) 113 #define clear_fixmap(idx) \ 114 __set_fixmap(idx, 0, __pgprot(0)) 129 * 'index to address' translation. If anyone tries to use the idx 133 static __always_inline unsigned long fix_to_virt(const unsigned int idx) [all...] |
| /external/iproute2/lib/ |
| ll_map.c | 91 const char *ll_idx_n2a(unsigned idx, char *buf) 95 if (idx == 0) 97 for (im = idxmap[idx&0xF]; im; im = im->next) 98 if (im->index == idx) 100 snprintf(buf, 16, "if%d", idx); 105 const char *ll_index_to_name(unsigned idx) 109 return ll_idx_n2a(idx, nbuf); 112 int ll_index_to_type(unsigned idx) 116 if (idx == 0) 118 for (im = idxmap[idx&0xF]; im; im = im->next [all...] |
| /external/dropbear/libtomcrypt/demos/ |
| hashsum.c | 18 int idx, x, z; local 34 idx = find_hash(argv[1]); 35 if (idx == -1) { 41 hash_descriptor[idx].init(&md); 44 hash_descriptor[idx].process(&md, hash_buffer, x); 46 hash_descriptor[idx].done(&md, hash_buffer); 47 for (x = 0; x < (int)hash_descriptor[idx].hashsize; x++) { 54 if ((errno = hash_file(idx,argv[z],hash_buffer,&w)) != CRYPT_OK) { 57 for (x = 0; x < (int)hash_descriptor[idx].hashsize; x++) {
|
| /frameworks/base/core/java/android/content/res/ |
| XmlBlock.java | 224 int idx = nativeGetAttributeIndex(mParseState, namespace, name); local 225 if (idx >= 0) { 227 + namespace + ":" + name + " index = " + idx); 229 "Namespace=" + getAttributeNamespace(idx) 230 + "Name=" + getAttributeName(idx) 231 + ", Value=" + getAttributeValue(idx)); 232 return getAttributeValue(idx); 316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local 317 if (idx >= 0) { 318 return getAttributeListValue(idx, options, defaultValue) 324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local 332 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local 340 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local 349 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local 357 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute); local [all...] |
| /external/skia/src/utils/ |
| SkMeshUtils.cpp | 44 uint16_t* idx = fIndices; local 48 *idx++ = index; 49 *idx++ = index + rows + 1; 50 *idx++ = index + 1; 52 *idx++ = index + 1; 53 *idx++ = index + rows + 1; 54 *idx++ = index + rows + 2; 84 SkMeshIndices idx; local 86 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) { 92 rows * cols, verts, idx.tex(), colors, NULL [all...] |
| /external/webkit/WebKit/android/wds/ |
| DebugServer.h | 59 Frame* getFrame(unsigned idx) { 60 if (idx < m_frames.size()) 61 return m_frames.at(idx);
|
| /external/elfutils/src/ |
| elflint.c | 320 section_name (Ebl *ebl, GElf_Ehdr *ehdr, int idx) 325 shdr = gelf_getshdr (elf_getscn (ebl->elf, idx), &shdr_mem); 522 /* Check that there is a section group section with index < IDX which 523 contains section IDX and that there is exactly one. */ 525 check_scn_group (Ebl *ebl, GElf_Ehdr *ehdr, int idx) 527 if (scnref[idx] == 0) 533 for (cnt = idx + 1; cnt < shnum; ++cnt) 560 if (grpdata[inner] == (Elf32_Word) idx) 568 idx, section_name (ebl, ehdr, idx)); 2297 GElf_Xword idx = 0; local [all...] |
| /external/elfutils/libelf/ |
| elf_getshnum.c | 35 int idx; local 48 idx = elf->state.elf.scns_last->cnt; 49 if (idx != 0 56 *dst = 1 + elf->state.elf.scns_last->data[idx - 1].index;
|
| /external/freetype/src/cff/ |
| cffload.h | 35 cff_index_get_name( CFF_Index idx, 39 cff_index_get_sid_string( CFF_Index idx, 45 cff_index_access_element( CFF_Index idx, 51 cff_index_forget_element( CFF_Index idx,
|
| /bootable/recovery/minzip/ |
| Hash.h | 150 int idx; member in struct:HashIter 153 int i = pIter->idx +1; 160 pIter->idx = i; 164 pIter->idx = -1; 168 return (pIter->idx >= pIter->pHashTable->tableSize); 171 assert(pIter->idx >= 0 && pIter->idx < pIter->pHashTable->tableSize); 172 return pIter->pHashTable->pEntries[pIter->idx].data;
|