| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/ |
| highmem.h | 25 #define kmap_atomic(page, idx) page_address(page) 26 #define kunmap_atomic(addr, idx) do { } while (0) 27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
|
| /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/ |
| highmem.h | 25 #define kmap_atomic(page, idx) page_address(page) 26 #define kunmap_atomic(addr, idx) do { } while (0) 27 #define kmap_atomic_pfn(pfn, idx) page_address(pfn_to_page(pfn))
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_object/d/ |
| T_aget_object_8.java | 21 public String run(String [] arr, float idx) {
|
| /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/ |
| T_aput_object_12.java | 21 public void run(String[] arr, float idx, String value) {
|
| T_aput_object_4.java | 21 // public void run(Integer[] arr, int idx) { 28 public void run(String[] arr, int idx, Object a) { 29 //arr[idx] = a;
|
| /dalvik/vm/ |
| PointerSet.h | 76 int idx; local 77 if (!dvmPointerSetHas(pSet, ptr, &idx)) 78 idx = -1; 79 return idx;
|
| /external/dropbear/libtomcrypt/src/pk/ecc/ |
| ecc_get_size.c | 34 if (ltc_ecc_is_valid_idx(key->idx))
|
| /frameworks/base/graphics/java/android/renderscript/ |
| ProgramFragment.java | 69 int idx = 0; local 72 tmp[idx++] = ProgramParam.INPUT.mID; 73 tmp[idx++] = mInputs[i].getID(mRS); 76 tmp[idx++] = ProgramParam.OUTPUT.mID; 77 tmp[idx++] = mOutputs[i].getID(mRS); 80 tmp[idx++] = ProgramParam.CONSTANT.mID; 81 tmp[idx++] = mConstants[i].getID(mRS); 84 tmp[idx++] = ProgramParam.TEXTURE_TYPE.mID; 85 tmp[idx++] = mTextureTypes[i].mID;
|
| ProgramVertex.java | 128 int idx = 0; local 131 tmp[idx++] = ProgramParam.INPUT.mID; 132 tmp[idx++] = mInputs[i].getID(mRS); 135 tmp[idx++] = ProgramParam.OUTPUT.mID; 136 tmp[idx++] = mOutputs[i].getID(mRS); 139 tmp[idx++] = ProgramParam.CONSTANT.mID; 140 tmp[idx++] = mConstants[i].getID(mRS); 143 tmp[idx++] = ProgramParam.TEXTURE_TYPE.mID; 144 tmp[idx++] = mTextureTypes[i].mID;
|
| /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);
|
| /external/srtp/test/ |
| rdbx_driver.c | 142 * rdbx_check_add(rdbx, idx) checks a known-to-be-good idx against 150 rdbx_check_add(rdbx_t *rdbx, uint32_t idx) { 154 delta = index_guess(&rdbx->index, &est, idx); 157 printf("replay_check failed at index %u\n", idx); 162 * in practice, we'd authenticate the packet containing idx, using 167 printf("rdbx_add_index failed at index %u\n", idx); 175 * rdbx_check_expect_failure(rdbx_t *rdbx, uint32_t idx) 177 * checks that a sequence number idx is in the replay database 182 rdbx_check_expect_failure(rdbx_t *rdbx, uint32_t idx) { 214 uint32_t idx, ircvd; local [all...] |
| /external/elfutils/libdwfl/ |
| dwfl_module_getsrc.c | 73 size_t idx = (l + u) / 2; local 74 if (addr < cu->die.cu->lines->info[idx].addr) 75 u = idx; 76 else if (addr > cu->die.cu->lines->info[idx].addr) 77 l = idx + 1; 79 return &cu->lines->idx[idx]; 91 return &cu->lines->idx[u - 1];
|
| /external/apache-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/chromium/googleurl/src/ |
| url_file.h | 56 int idx = begin_index; local 57 while (idx < spec_len && !IsURLSlash(spec[idx])) 58 idx++; 59 return idx;
|
| /external/elfutils/libdw/ |
| dwarf_decl_file.c | 64 Dwarf_Sword idx = 0; local 67 &attr_mem), &idx) != 0) 71 if (idx == 0) 100 if (idx >= cu->files->nfiles) 106 return cu->files->info[idx].name;
|
| /frameworks/av/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...] |
| /frameworks/rs/ |
| rsDevice.cpp | 35 for (size_t idx=0; idx < mContexts.size(); idx++) { 36 if (mContexts[idx] == rsc) { 37 mContexts.removeAt(idx);
|
| /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/elfutils/src/ |
| elflint.c | 105 GElf_Shdr *shdr, int idx); 319 section_name (Ebl *ebl, int idx) 324 shdr = gelf_getshdr (elf_getscn (ebl->elf, idx), &shdr_mem); 511 /* Check that there is a section group section with index < IDX which 512 contains section IDX and that there is exactly one. */ 514 check_scn_group (Ebl *ebl, int idx) 516 if (scnref[idx] == 0) 522 for (cnt = idx + 1; cnt < shnum; ++cnt) 544 if (grpdata[inner] == (Elf32_Word) idx) 552 idx, section_name (ebl, idx)) 1194 idx, section_name (ebl, idx)); local [all...] |
| /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/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++) {
|
| /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
| ANTLRSymbolStack.h | 66 -(ANTLRSymbolsScope *)getHashMapEntry:(NSInteger)idx; 72 - (void) insertObject:(ANTLRSymbolsScope *)aScope atIndex:(NSInteger)idx; 73 - (ANTLRSymbolsScope *)objectAtIndex:(NSInteger)idx;
|
| /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
| ANTLRSymbolStack.h | 66 -(ANTLRSymbolsScope *)getHashMapEntry:(NSInteger)idx; 72 - (void) insertObject:(ANTLRSymbolsScope *)aScope atIndex:(NSInteger)idx; 73 - (ANTLRSymbolsScope *)objectAtIndex:(NSInteger)idx;
|
| /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
| ANTLRSymbolStack.h | 66 -(ANTLRSymbolsScope *)getHashMapEntry:(NSInteger)idx; 72 - (void) insertObject:(ANTLRSymbolsScope *)aScope atIndex:(NSInteger)idx; 73 - (ANTLRSymbolsScope *)objectAtIndex:(NSInteger)idx;
|