| /external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
| ANTLRSymbolStack.h | 66 -(ANTLRSymbolsScope *)getHashMapEntry:(NSInteger)idx; 72 - (void) insertObject:(ANTLRSymbolsScope *)aScope atIndex:(NSInteger)idx; 73 - (ANTLRSymbolsScope *)objectAtIndex:(NSInteger)idx;
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| MemberIdsSection.java | 42 int idx = 0; local 51 ((MemberIdItem) i).setIndex(idx); 52 idx++;
|
| /external/elfutils/libdwfl/ |
| dwfl_validate_address.c | 60 int idx = INTUSE(dwfl_module_relocate_address) (mod, &relative); local 61 if (idx < 0) 74 if (offset_idx != idx)
|
| lines.c | 64 cu->lines = malloc (offsetof (struct Dwfl_Lines, idx[nlines])); 69 cu->lines->idx[i].idx = i;
|
| segment.c | 152 size_t idx = (l + u) / 2; local 153 if (address < dwfl->lookup_addr[idx]) 154 u = idx; 157 l = idx + 1; 159 return idx; 176 int idx = lookup (dwfl, start, hint); local 177 if (unlikely (idx < 0)) 182 idx = 0; 184 else if (dwfl->lookup_addr[idx] > start) 187 if (unlikely (insert (dwfl, idx + 1, start, end 244 int idx = lookup (dwfl, address, -1); local [all...] |
| /external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
| AssetKey.java | 59 int idx = name.lastIndexOf('.'); local 62 idx = name.substring(0, idx).lastIndexOf('.'); 63 if (idx == -1) { 64 idx = name.lastIndexOf('.'); 67 if (idx <= 0 || idx == name.length() - 1) 70 return name.substring(idx+1).toLowerCase(); 74 int idx = name.lastIndexOf('/'); local 75 if (idx <= 0 || idx == name.length() - 1 [all...] |
| /external/skia/bench/ |
| VertBench.cpp | 28 IDX = ROW * COL * 6, 35 uint16_t fIdx[IDX]; 37 static void load_2_tris(uint16_t idx[], int x, int y, int rb) { 39 idx[0] = n; idx[1] = n + 1; idx[2] = rb + n + 1; 40 idx[3] = n; idx[4] = rb + n + 1; idx[5] = n + rb; 49 uint16_t* idx = fIdx local [all...] |
| /external/skia/src/utils/ |
| SkMeshUtils.cpp | 51 uint16_t* idx = fIndices; local 55 *idx++ = index; 56 *idx++ = index + rows + 1; 57 *idx++ = index + 1; 59 *idx++ = index + 1; 60 *idx++ = index + rows + 1; 61 *idx++ = index + rows + 2; 91 SkMeshIndices idx; local 93 if (idx.init(bitmap.width(), bitmap.height(), rows, cols)) { 99 rows * cols, verts, idx.tex(), colors, NULL [all...] |
| /external/webkit/Source/WebKit/android/wds/ |
| DebugServer.h | 61 Frame* getFrame(unsigned idx) { 62 if (idx < m_frames.size()) 63 return m_frames.at(idx);
|
| /external/llvm/include/llvm/Support/ |
| CFG.h | 105 unsigned idx; member in class:llvm::SuccIterator 109 inline bool index_is_valid(int idx) { 110 return idx >= 0 && (unsigned) idx < Term->getNumSuccessors(); 117 explicit inline SuccIterator(Term_ T) : Term(T), idx(0) {// begin iterator 122 idx = Term->getNumSuccessors(); 129 idx = 0; 134 idx = I.idx; 140 unsigned getSuccessorIndex() const { return idx; } [all...] |
| /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
| Core.pm | 39 foreach my $idx (sort {$a <=> $b} keys %trace_flags) { 40 if (!$value && !$idx) { 45 if ($idx && ($value & $idx) == $idx) { 49 $string .= "$trace_flags{$idx}"; 51 $value &= ~$idx; 69 foreach my $idx (sort {$a <=> $b} keys %{$flag_fields{$event_name}{$field_name}{"values"}}) { 70 if (!$value && !$idx) { 71 $string .= "$flag_fields{$event_name}{$field_name}{'values'}{$idx}"; [all...] |
| /sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
| FramebufferData.cpp | 54 int idx = attachmentPointIndex(attachment); local 56 if (m_attachPoints[idx].target != target || 57 m_attachPoints[idx].name != name || 58 m_attachPoints[idx].obj.Ptr() != obj.Ptr() || 59 m_attachPoints[idx].owned != takeOwnership) { 61 detachObject(idx); 63 m_attachPoints[idx].target = target; 64 m_attachPoints[idx].name = name; 65 m_attachPoints[idx].obj = obj; 66 m_attachPoints[idx].owned = takeOwnership 81 int idx = attachmentPointIndex(attachment); local [all...] |
| /external/chromium/net/tools/flip_server/ |
| ring_buffer.h | 96 int set_read_idx(int idx) { return read_idx_ = idx; } 97 int set_write_idx(int idx) { return write_idx_ = idx; }
|
| /frameworks/rs/driver/ |
| rsdVertexArray.cpp | 66 void RsdVertexArray::logAttrib(uint32_t idx, uint32_t slot) const { 67 if (idx == 0) { 71 idx, slot, 72 mAttribs[idx].name.string(), 73 mAttribs[idx].buffer, 74 mAttribs[idx].ptr, 75 mAttribs[idx].size, 76 mAttribs[idx].type, 77 mAttribs[idx].stride, 78 mAttribs[idx].normalized [all...] |
| /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;
|
| /external/freetype/src/cff/ |
| cffload.c | 202 cff_index_read_offset( CFF_Index idx, 206 FT_Stream stream = idx->stream; 211 if ( !FT_STREAM_READ( tmp, idx->off_size ) ) 216 for ( nn = 0; nn < idx->off_size; nn++ ) 226 cff_index_init( CFF_Index idx, 235 FT_MEM_ZERO( idx, sizeof ( *idx ) ); 237 idx->stream = stream; 238 idx->start = FT_STREAM_POS(); 257 idx->count = count 585 CFF_Index idx = &font->name_index; local 1522 FT_UInt idx; local 1631 FT_UInt idx; local [all...] |
| /dalvik/dx/src/com/android/dx/cf/code/ |
| 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...] |
| /external/elfutils/libelf/ |
| elf_getscn.c | 63 elf_getscn (elf, idx) 65 size_t idx; 87 if (idx < runp->max) 89 if (idx < runp->cnt) 90 result = &runp->data[idx]; 96 idx -= runp->max;
|
| /external/webkit/Source/WebKit/qt/WebCoreSupport/ |
| PopupMenuQt.cpp | 41 virtual QString itemText(int idx) const { return QString(d ? d->itemText(idx) : ""); } 42 virtual QString itemToolTip(int idx) const { return QString(d ? d->itemToolTip(idx) : ""); } 43 virtual bool itemIsEnabled(int idx) const { return d ? d->itemIsEnabled(idx) : false; } 45 virtual bool itemIsSelected(int idx) const { return d ? d->itemIsSelected(idx) : false; } 49 virtual QColor itemBackgroundColor(int idx) const { return d ? QColor(d->itemStyle(idx).backgroundColor()) : QColor(); [all...] |
| /external/openssl/crypto/engine/ |
| eng_ctrl.c | 75 int idx = 0; local 78 idx++; 84 return idx; 89 int idx = 0; local 94 idx++; 98 return idx; 106 int idx; local 130 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_name( 137 return e->cmd_defns[idx].cmd_num; 141 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_num(e->cmd_defns [all...] |
| /external/srec/portable/src/ |
| phashtable.c | 41 unsigned int idx; member in struct:PHashTableEntry_t 162 unsigned int idx) 164 PHashTableEntry *entry = table->entries[idx]; 193 entry->table->entries[entry->idx] = entry->next; 212 unsigned int idx; local 218 idx = hashCode % table->args.capacity; 219 if ((entry = getEntry(table, key, hashCode, idx)) != NULL) 258 unsigned int idx; local 265 idx = hashCode % table->args.capacity; 267 result = getEntry(table, key, hashCode, idx); 276 unsigned int i, idx; local 344 unsigned int hashCode, idx; local 426 unsigned int hashCode, idx; local 504 unsigned int idx; local [all...] |
| /frameworks/native/libs/utils/ |
| misc.cpp | 65 int len, totalLen, posn, idx; local 70 totalLen = idx = 0; 72 if (idx == argc || argv[idx] == NULL) 74 if (idx) 76 totalLen += strlen(argv[idx]); 77 idx++; 90 idx = posn = 0; 92 if (idx == argc || argv[idx] == NULL [all...] |
| /hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
| bcmcdc.h | 62 #define CDC_SET_IF_IDX(hdr, idx) \ 63 ((hdr)->flags = (((hdr)->flags & ~CDCF_IOC_IF_MASK) | ((idx) << CDCF_IOC_IF_SHIFT))) 96 #define BDC_SET_PAD_LEN(hdr, idx) \ 98 (((idx) & BDC_FLAG2_PAD_IDX) << BDC_FLAG2_PAD_SHIFT))); \ 100 (((idx) & BDC_FLAG_PAD_IDX) << BDC_FLAG_PAD_SHIFT))) 104 #define BDC_SET_IF_IDX(hdr, idx) \ 105 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
|
| /hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
| bcmcdc.h | 62 #define CDC_SET_IF_IDX(hdr, idx) \ 63 ((hdr)->flags = (((hdr)->flags & ~CDCF_IOC_IF_MASK) | ((idx) << CDCF_IOC_IF_SHIFT))) 96 #define BDC_SET_PAD_LEN(hdr, idx) \ 98 (((idx) & BDC_FLAG2_PAD_IDX) << BDC_FLAG2_PAD_SHIFT))); \ 100 (((idx) & BDC_FLAG_PAD_IDX) << BDC_FLAG_PAD_SHIFT))) 104 #define BDC_SET_IF_IDX(hdr, idx) \ 105 ((hdr)->flags2 = (((hdr)->flags2 & ~BDC_FLAG2_IF_MASK) | ((idx) << BDC_FLAG2_IF_SHIFT)))
|
| /dalvik/vm/analysis/ |
| VfyBasicBlock.cpp | 40 unsigned int idx = 0; local 48 if (idx < addrBufSize) { 49 addrBuf[idx] = handler->address; 51 idx++; 54 return idx; 72 static VfyBasicBlock* allocVfyBasicBlock(VerifierData* vdata, u4 idx) 245 unsigned int idx; local 250 for (idx = 0; idx < vdata->insnsSize; idx++) 307 u4 idx, blockStartAddr; local 536 unsigned int idx; local [all...] |