Searched refs:idx (Results 126 - 150 of 1654) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DClassDefsSection.java133 int idx = 0;
144 idx = orderItems0(type, idx, sz - idx);
153 * @param idx {@code >= 0;} the next index to assign
158 private int orderItems0(Type type, int idx, int maxDepth) { argument
162 return idx;
174 idx = orderItems0(superclass, idx, maxDepth);
180 idx
[all...]
/external/elfutils/src/libdw/
H A Ddwarf_getabbrevattr.c40 dwarf_getabbrevattr (abbrev, idx, namep, formp, offsetp)
42 size_t idx;
69 while (cnt++ < idx);
H A Ddwarf_entry_breakpoints.c90 size_t idx = (l + u) / 2; local
91 if (lines->info[idx].addr < low)
92 l = idx + 1;
93 else if (lines->info[idx].addr > low)
94 u = idx;
95 else if (lines->info[idx].end_sequence)
96 l = idx + 1;
99 l = idx;
/external/libnl/src/lib/
H A Dct.c142 if (argc > ++idx)
143 nfnl_ct_set_icmp_id(ct, 0, strtoul(argv[idx++], NULL, 0));
145 if (argc > ++idx)
146 nfnl_ct_set_icmp_type(ct, 0, strtoul(argv[idx++], NULL, 0));
148 if (argc > ++idx)
149 nfnl_ct_set_icmp_code(ct, 0, strtoul(argv[idx++], NULL, 0));
151 if (argc > ++idx)
152 nfnl_ct_set_icmp_id(ct, 1, strtoul(argv[idx++], NULL, 0));
154 if (argc > ++idx)
155 nfnl_ct_set_icmp_type(ct, 1, strtoul(argv[idx
[all...]
/external/lldb/include/lldb/Core/
H A DValueObjectList.h60 GetValueObjectAtIndex (size_t idx);
63 RemoveValueObjectAtIndex (size_t idx);
66 SetValueObjectAtIndex (size_t idx,
/external/lldb/source/Core/
H A DDynamicLoader.cpp35 for (uint32_t idx = 0; (create_callback = PluginManager::GetDynamicLoaderCreateCallbackAtIndex(idx)) != NULL; ++idx)
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIECollection.cpp39 DWARFDIECollection::GetDIEPtrAtIndex(uint32_t idx) const
41 if (idx < m_dies.size())
42 return m_dies[idx];
/external/lldb/source/Target/
H A DOperatingSystem.cpp39 for (uint32_t idx = 0; (create_callback = PluginManager::GetOperatingSystemCreateCallbackAtIndex(idx)) != NULL; ++idx)
H A DThreadList.cpp98 ThreadList::GetThreadAtIndex (uint32_t idx, bool can_update) argument
105 if (idx < m_threads.size())
106 thread_sp = m_threads[idx];
119 uint32_t idx = 0; local
121 for (idx = 0; idx < num_threads; ++idx)
123 if (m_threads[idx]->GetID() == tid)
125 thread_sp = m_threads[idx];
141 uint32_t idx local
164 uint32_t idx = 0; local
187 uint32_t idx = 0; local
209 uint32_t idx = 0; local
[all...]
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h42 uint16_t getFormByIndex(uint32_t idx) const {
43 return idx < AttributeSpecs.size() ? AttributeSpecs[idx].Form : 0;
/external/toybox/toys/other/
H A Dvmstat.c88 unsigned idx = loop&1, offset = 0, expected = 0; local
89 uint64_t units, total_hz, *ptr = (uint64_t *)(top+idx),
90 *oldptr = (uint64_t *)(top+!idx);
109 get_vmstat_proc(top+idx);
110 top[idx].running--; // Don't include ourselves
111 top[idx].user += top[idx].nice;
112 top[idx].sys += top[idx].irq + top[idx]
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCharacterIteratorWrapper.java132 int idx = iterator.getIndex()+delta;
134 if(idx < 0) {
135 idx = 0;
136 } else if(idx > length) {
137 idx = length;
139 return iterator.setIndex(idx);
/external/libnl/src/
H A Dnf-monitor.c41 int i, idx; local
69 for (idx = 1; argc > idx; idx++) {
71 if (strcmp(argv[idx], groups[i].gr_name))
84 argv[idx]);
/external/lldb/include/lldb/Target/
H A DStackFrameList.h40 GetFrameAtIndex (uint32_t idx);
57 SetSelectedFrameByIndex (uint32_t idx);
60 GetVisibleStackFrameIndex(uint32_t idx) argument
63 return idx - m_current_inlined_depth;
65 return idx;
98 SetFrameAtIndex (uint32_t idx, lldb::StackFrameSP &frame_sp);
/external/skia/include/core/
H A DSkTDStack.h51 const T& index(int idx) const {
52 SkASSERT(fRec && fCount > idx);
53 return fRec->fSlots[fCount - idx - 1];
56 T& index(int idx) { argument
57 SkASSERT(fRec && fCount > idx);
58 return fRec->fSlots[fCount - idx - 1];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRRuleStack.h60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
61 - (ANTLRHashRule *)objectAtIndex:(NSInteger)idx;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRRuleStack.h60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
61 - (ANTLRHashRule *)objectAtIndex:(NSInteger)idx;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRRuleStack.h60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
61 - (ANTLRHashRule *)objectAtIndex:(NSInteger)idx;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRuleStack.h60 - (void) insertObject:(ANTLRHashRule *)aHashRule atIndex:(NSInteger)idx;
61 - (ANTLRHashRule *)objectAtIndex:(NSInteger)idx;
/external/boringssl/src/crypto/x509/
H A Dx509_trs.c111 int idx; local
122 idx = X509_TRUST_get_by_id(id);
123 if(idx == -1) return default_trust(id, x, flags);
124 pt = X509_TRUST_get0(idx);
134 X509_TRUST * X509_TRUST_get0(int idx) argument
136 if(idx < 0) return NULL;
137 if(idx < (int)X509_TRUST_COUNT) return trstandard + idx;
138 return sk_X509_TRUST_value(trtable, idx - X509_TRUST_COUNT);
144 size_t idx; local
169 int idx; local
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dstack-buffer-overflow-with-position.cc22 int idx = atoi(argv[1]); local
28 char *p = AAA + idx;
/external/freetype/src/autofit/
H A Dhbshim.c117 hb_codepoint_t idx; local
190 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gsub_lookups, &idx ); )
193 FT_TRACE4(( " %d", idx ));
200 idx,
221 for ( idx = HB_SET_VALUE_INVALID; hb_set_next( gpos_lookups, &idx ); )
224 FT_TRACE4(( " %d", idx ));
231 idx,
270 for ( idx
[all...]
/external/freetype/src/sfnt/
H A Dttpost.c209 FT_Int idx; local
212 idx = glyph_indices[n];
213 if ( idx >= 258 )
215 idx -= 257;
216 if ( idx > num_names )
217 num_names = (FT_UShort)idx;
346 FT_Long idx = (FT_Long)n + offset_table[n]; local
349 if ( idx < 0 || idx > num_glyphs )
468 /* idx
[all...]
/external/freetype/src/truetype/
H A Dttgload.h39 FT_UInt idx,
45 FT_UInt idx,
/external/lldb/include/lldb/Interpreter/
H A DCommandHistory.h44 GetStringAtIndex (size_t idx) const;
47 operator [] (size_t idx) const;

Completed in 633 milliseconds

1234567891011>>